@import"https://fonts.googleapis.com/css?family=Cairo:200,300,regular,500,600,700,800,900";@keyframes slideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slideOut{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes download{0%{transform:translateY(0)}50%{transform:translateY(.8rem)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes moveToBottom{0%{transform:translateY(-100%)}to{transform:translateY(0)}}*,:after,:before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%}@media screen and (max-width:800px){html{font-size:56.25%}}@media screen and (max-width:500px){html{font-size:50%}}body{box-sizing:border-box;direction:rtl;overflow-x:hidden}.section{width:100vw;min-height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem;padding:4rem}::selection{background-color:#186e4b;color:#fff}body{font-family:Cairo,sans-serif;font-weight:400;line-height:1.7}.heading-2{font-size:5rem;font-weight:700;color:#3f3e3f;text-align:center;transition:all .2s}.heading-2 span{color:#186e4b}.heading-2:hover{transform:skewY(2deg) skewX(15deg) scale(1.1);text-shadow:.5rem 1rem 2rem rgba(63,62,63,.2)}.heading-3{font-size:3rem;font-weight:700;color:#3f3e3f}.heading-4{font-size:2rem;font-weight:700;line-height:2;color:#4d4e4c}header{height:12rem;align-items:center;box-shadow:0 .5rem 1rem rgba(0,0,0,.1)}.nav__list,header{display:flex;justify-content:center}.nav__list{list-style:none;width:100vw;align-items:flex-end;gap:4rem;font-size:2rem}.nav .logo{width:10rem;height:10rem}.nav__item{list-style:none}.nav__link{text-decoration:none;color:#3f3e3f}.nav__link:is(:hover,:focus,:active){border-bottom:2px solid #d7c8b4}.social{list-style:none;position:absolute;top:0;left:0;z-index:1;background-color:#186e4b;width:50vw;padding:1rem 8rem;display:flex;justify-content:flex-start;gap:4rem;-webkit-clip-path:polygon(0 0,100% 0,95% 100%,0 100%);clip-path:polygon(0 0,100% 0,95% 100%,0 100%);animation:slideIn 1s ease-in-out}.social__item{transition:all .3s ease-in-out}.social__item:hover{transform:scale(1.1)}.menu-nav__list{list-style:none;width:100vw;display:flex;justify-content:space-around;align-items:center;gap:4rem;font-size:2rem}.menu-nav .logo{width:10rem;height:10rem}.menu-nav .menu-icon{cursor:pointer}.menu-nav .menu-icon__line{width:30px;height:3px;background-color:#d7c8b4;display:block;margin:.5rem;transition:all .3s ease-in-out}.navbar-menu{position:fixed;inset:0;width:100vw;max-height:100vh;background-color:#ccc;z-index:100;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4rem;animation:moveToBottom .5s ease-in-out forwards}.navbar-menu .logo{width:100%;cursor:pointer}.navbar-menu__list{list-style:none;display:flex;flex-direction:column;gap:4rem;font-size:3rem}.navbar-menu__item{cursor:pointer;padding:1rem;border-radius:.5rem;transition:all .3s ease-in-out}.navbar-menu__item:hover{background-color:#186e4b;color:#fff}.navbar-menu__link{text-decoration:none;color:#3f3e3f}.navbar-menu__close{position:absolute;top:2rem;left:4rem;font-size:5rem;cursor:pointer;border:none;background:none;color:#186e4b}.footer{width:100vw;display:flex;justify-content:center;flex-direction:column;box-shadow:0 -.5rem 1rem rgba(0,0,0,.1)}.footer__info{width:75%;margin:0 auto;padding:2rem;display:flex;justify-content:flex-start;align-items:center;gap:6rem}.footer__logo{width:20rem}.footer__logo img{width:100%}.footer__text{font-size:2rem;color:#3f3e3f}.footer__copyRight{position:relative;bottom:0;width:75%;margin:0 auto;background-color:#186e4b;padding:1rem;-webkit-clip-path:polygon(2% 0,98% 0,100% 100%,0 100%);clip-path:polygon(2% 0,98% 0,100% 100%,0 100%)}@media screen and (max-width:800px){.footer__copyRight{width:100%;-webkit-clip-path:none;clip-path:none}}.footer__copyRight p{font-size:2rem;color:#fff;text-align:center}.about{background:url(/_next/static/media/pattern.cd296d17.png) no-repeat 50%/cover;animation:fadeIn 1s ease-in-out}.about__video-box{width:50%;cursor:pointer}.about__video-box video{width:100%}@media screen and (max-width:1200px){.about__video-box{width:80%}}@media screen and (max-width:800px){.about__video-box{width:100%}}.about__text{width:50%;text-align:center;font-size:2rem;color:#4d4e4c}@media screen and (max-width:800px){.about__text{width:100%}}.goals,.values{width:60%}.goals img,.values img{width:100%}@media screen and (max-width:1200px){.goals,.values{width:80%}}@media screen and (max-width:800px){.goals,.values{width:120%}}.ambition{margin-top:1rem;background:url(/_next/static/media/pattern_color.34e2d84f.png) no-repeat 50%/cover}.ambition__list{margin-top:5rem;width:90%;list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));justify-items:center;text-align:center;grid-gap:4rem}.ambition__list img{width:10rem;cursor:pointer}.ambition__item{align-self:center;transition:all .3s}.ambition__item:hover{transform:scale(1.1)}.partners__container{width:100%;list-style:none;display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center}.partners__container .partner{padding:4rem;border-radius:1rem;box-shadow:0 1rem 2rem rgba(0,0,0,.2);cursor:pointer;transition:all .3s}.partners__container .partner img{width:100%}.partners__container .partner:hover{transform:scale(1.1)}.program__list{list-style:none;display:flex;flex-direction:column;align-items:center;gap:3rem}.program__card{width:80%;display:flex;gap:3rem;box-shadow:0 1.5rem 4rem rgba(63,62,63,.15);border-radius:2.5rem;padding:4rem;transition:all .3s}.program__card:nth-child(2n){animation:slideIn 1s ease-in-out}.program__card:nth-child(odd){animation:slideOut 1s ease-in-out}.program__card__img img{font-size:20rem}.program__card__description{text-align:justify;font-size:2rem;line-height:2;color:#4d4e4c}@media screen and (max-width:1000px){.program__card{width:100%}}@media screen and (max-width:800px){.program__card{flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:2rem}}.policies{min-height:60vh}.policies .upload-file{width:80%;margin:5rem auto;display:flex;justify-content:space-between;align-items:center;gap:1rem;box-shadow:0 0 10px 0 rgba(0,0,0,.1);border-radius:2.5rem;padding:3rem}.policies .upload-file .download{margin-right:auto;display:flex;align-items:center;gap:1rem}.policies .upload-file .download span{font-size:2.2rem;font-weight:400}.policies .upload-file .download a{animation:download 2s infinite}@media screen and (max-width:800px){.policies .upload-file{flex-direction:column;text-align:center;gap:2rem;padding:2rem}.policies .upload-file .download{margin-right:0}}.contact{min-height:60vh;width:100%;display:flex;justify-content:space-around;align-items:center;animation:fadeIn 1s ease-in-out}.contact__content{display:flex;flex-direction:column;gap:3rem}.contact__content__item{display:flex;align-items:center;gap:1rem}.contact__content__item p{font-size:1.6rem;color:#4d4e4c}.contact__img img{width:100%;height:100%}@media screen and (max-width:800px){.contact{flex-direction:column-reverse;gap:5rem;margin:8rem 0}.contact__content{flex-direction:row;justify-content:space-around;width:100%}.contact__content__item{flex-direction:column;align-items:center;text-align:center}}.form{width:50rem;margin:3rem auto;padding:2rem;display:flex;flex-direction:column;align-items:center;animation:fadeIn 1s ease-in-out}.form label{align-self:flex-start;font-size:1.6rem;line-height:2.5;font-weight:700}.form input{outline:none;border:1px solid #ccc;border-radius:.5rem;padding:0 1rem;margin-bottom:1rem}.form input,.form__btn{width:100%;height:4rem;font-size:1.6rem}.form__btn{background-color:#186e4b;color:#fff;border:none;border-radius:.5rem;font-weight:700;cursor:pointer;transition:all .3s ease-in-out;margin-top:2rem}.form__btn:hover{background-color:#fff;color:#186e4b;border:1px solid #186e4b}@media screen and (max-width:500px){.form{width:100%}}.alert{width:100%;background-color:#f8d7da;padding:1rem;border-radius:.5rem;font-size:1.4rem}