@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;700&display=swap";:root{--primary-color:#F4A261;--secondary-color:#9DC5A9;--Therd-color:#6D9DC5;--black-color:#000;--font-family:"Arial",sans-serif;--font-size:16px;--line-height:1.5}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*,:after,:before{box-sizing:border-box}body,button,html{font-family:Nunito Sans,sans-serif;font-weight:400;font-style:normal;font-size:16px}h1,h2,h3,h4,h5,h6{margin:0;font-family:Niconne,cursive;font-weight:400;font-style:normal}p{margin:0}h1{font-size:6rem}h2{font-size:3.9rem;line-height:1}h3{font-size:2.3rem;line-height:.9}h4{font-family:Nunito Sans,sans-serif;font-size:1.5rem;font-weight:700}body,html{margin:0;padding:0;scroll-behavior:smooth;background-color:#fafafa;color:#333}.app,body,html{min-height:100vh;display:flex;flex-direction:column}.app.rtl,.app.rtl h1,.app.rtl h2,.app.rtl h3,.app.rtl h4,.app.rtl h5,.app.rtl h6{font-family:Vazirmatn,Tahoma,sans-serif}html:has(.app.rtl){font-size:14px}.page-content{width:100%;max-width:1140px;display:flex;flex-direction:column;position:relative;z-index:1}.page-content>header{display:flex;flex-direction:row;gap:3rem;margin-bottom:5rem}.page-content>header>*{flex:1 1 auto}.content-row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;flex-wrap:nowrap;width:100%}.content-row>div{flex:0 1 auto;width:100%}.app-header{position:fixed;display:flex;justify-content:center;width:100%;z-index:10}.app-header>.page-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:3rem;background-color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.1);font-size:clamp(.9rem,1vw + .6rem,1.1rem);z-index:10;margin:1rem}.app-header>.page-content .logo{z-index:10}.app-header>.page-content .lang-selector{padding:0 3rem;z-index:10}.logo{display:flex;flex-direction:row;align-items:center;gap:.5rem;height:100px;overflow:hidden;flex:0 1 auto;padding:1rem}.logo>img{overflow:hidden}.logo>img,.logo>img:last-child{height:100%}.header-right{max-width:6.5em}.logo-image{width:100%;height:auto;object-fit:contain}.nav-menu{position:absolute;width:100%;height:100px;display:flex;align-items:stretch;justify-content:center;padding:0 1rem;font-size:clamp(.9rem,1vw + .5rem,1.3rem);flex:1 1 auto;gap:2em}.nav-menu>*{display:inline-flex;align-items:center;position:relative;color:var(--primary-color);text-decoration:none;transition:color .3s ease;height:100%;font-weight:700}.nav-menu a{padding:0 .5rem;white-space:nowrap}.nav-menu a:after{content:"";position:absolute;top:0;left:0;width:100%;height:.75rem;background-color:var(--primary-color);transition:width .3s ease;display:none}.nav-menu a.active:after,.nav-menu a:hover:after{display:block}.nav-menu a.active{color:var(--secondary-color)}.nav-menu a.active:after{background-color:var(--secondary-color)}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:40px;height:40px;background:none;border:none;cursor:pointer;z-index:20}.hamburger span{width:28px;height:3px;background:#333;transition:.3s ease;border-radius:2px}.hamburger.open span:first-child{transform:translateY(9px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-menu{position:fixed;top:80px;width:240px;background:#fff;border-radius:0 0 1em 1em;box-shadow:0 4px 20px rgba(0,0,0,.15);padding:1.5rem;display:none;flex-direction:column;gap:1.2rem;z-index:50}.mobile-menu a{color:var(--secondary-color);text-decoration:none;font-weight:700}.mobile-menu a.active{color:var(--primary-color)}.mobile-menu.show{display:flex}.app.rtl .mobile-menu{right:auto;left:1rem}.language-select{-webkit-appearance:none;appearance:none;font-size:clamp(.8rem,.7vw + .6rem,1.1rem);padding:.4em 2em .4em .8em;border-radius:.5em;border:1px solid #d4aa42;background-color:#fff;color:#631969;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='10' height='5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 5 5-5z' fill='%23333'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8em center;background-size:.6em;transition:border-color .3s ease}.language-select:hover{border-color:#999}.language-select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.25)}footer{position:relative;font-size:1.1rem;color:#fff;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:bottom;min-height:75vh;text-align:center}footer,footer>.page-content{display:flex;justify-content:center;align-items:center}footer>.page-content{flex-direction:column;gap:3rem;width:100%;padding:4em 1em}footer .message{width:80%;color:#000;padding:1rem}footer .contact{display:flex;gap:2rem;justify-content:center;font-size:2rem;color:var(--secondary-color)}footer .contact a{color:inherit;text-decoration:none}footer .contact a:hover{color:var(--primary-color)}.dark-glass{display:inline-flex;flex-direction:column;gap:1rem;color:#444;background-color:hsla(0,0%,100%,.35);aspect-ratio:1/1;justify-content:center;border-radius:1rem}.dark-glass a{color:var(--secondary-color);font-weight:700;text-decoration:none}.dark-glass>*{margin:0}.footerimage{width:100vw;height:auto;position:absolute;bottom:0;left:0;object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none}.imageheader{width:100vw;max-width:none;margin:0;border-radius:0;box-shadow:none;overflow:hidden}.imageheader img{width:100vw;height:auto;display:block;object-fit:cover}.page{width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;position:relative}.page .button{text-transform:uppercase;padding:.9rem 3rem;background:rgba(0,0,0,.6666666667);color:#fff;border:1px solid #fff;border-radius:2rem;box-shadow:0 3px 7px rgba(0,0,0,.2);cursor:pointer;font-weight:700;font-size:.9rem;text-decoration:none;text-align:center}.page .button:hover{background:rgba(0,0,0,.8)}.page>section{width:100%;position:relative;display:flex;flex-direction:column;align-items:center}.page>section:first-child{color:#fff;aspect-ratio:16/9}.page>section:first-child>.page-content{padding-top:10rem}.page>section .page-intro{margin-top:2rem;line-height:1.4}.page>section>.background{width:100%;height:100%;background-position:50%;background-size:cover;position:absolute;z-index:1}.page>section .background.aboutus{filter:brightness(60%)}.page>section .background.mission{background-size:unset}.page>section>.page-content{padding:6rem 3rem}.page>section.secondary{background-color:#ccc}.page>section.primary{background-color:var(--primary-color)}.page>section.botoje{background-image:url(/images/back2.jpg);background-size:100% auto;background-repeat:repeat-y}.page>section.botoje:after{position:absolute;bottom:0;width:100%;height:6rem;background:linear-gradient(0deg,rgb(253,252,250),rgba(253,252,250,0));content:"";z-index:2}.botoje-white{width:200px;position:absolute;background-image:url(/images/botoje-white.png)}.botoje-gold,.botoje-white{aspect-ratio:.66;height:auto;-webkit-user-select:none;user-select:none;pointer-events:none;background-size:cover;z-index:10}.botoje-gold{width:130px;background-image:url(/images/botoje-gold-1.png)}.form-block{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:640px;margin:5rem auto;border:.4rem solid #e4dae5;padding:2rem;background-color:hsla(0,0%,100%,.6)}.form-block div>:first-child{padding-right:1em}.form-block label{display:inline-flex;flex-direction:column;gap:.5rem;color:#000}.form-block label>.title{font-weight:700}.form-block label.checkbox{flex-direction:row;align-items:center;gap:.5rem}.form-block label.checkbox input{width:auto;flex:0 1 auto}.form-block label.checkbox a{text-decoration:none;color:var(--secondary-color)}.form-block input,.form-block textarea{width:100%;padding:.5rem;border-radius:.25rem;border:1px solid #ccc;font-size:1rem;box-sizing:border-box}.form-block button{padding:.75rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:.25rem;cursor:pointer;font-size:1rem}.form-block button:hover{background-color:var(--secondary-color)}.services{display:flex;flex-direction:row;font-size:1rem;gap:1rem;padding:2rem 0}.services>div{flex:1 1 33%;display:inline-flex;flex-direction:column;gap:2rem}.services>div:first-child{margin-top:9rem}.services>div:nth-child(2){flex:1 0 36%;margin-top:24rem;margin-bottom:-10rem}.image-circle{width:100%;aspect-ratio:1/1;border-radius:50%;overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:#fff;padding:.4rem;border:2px solid var(--secondary-color)}.image-circle img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.image-big{width:100%;border-radius:1rem;box-shadow:0 4px 8px rgba(0,0,0,.2);border:.3rem solid #fff;overflow:hidden}.image-big>img{width:100%;height:auto;margin:0;display:block}.our-team{background-color:#eee}.our-team>.page-content{flex-direction:row;gap:2rem;align-items:center;padding:2rem 3rem}.our-team .circle{flex:1 0 58%;aspect-ratio:1/1;flex-direction:column;gap:2rem;background-color:#ccc;padding:4rem;margin:-4rem 0}.our-team .circle,.team{display:flex;justify-content:center}.team{flex-wrap:wrap;padding:3rem 4rem;gap:5rem}.team>.team-member{flex:0 0 20%;display:flex;flex-direction:column;gap:1rem;align-items:center}.team>.team-member>img{aspect-ratio:1/1;width:100%;border-radius:50%;border:.3rem solid #fff;box-shadow:0 3px 5px rgba(0,0,0,.1);object-fit:cover}.team>.team-member>strong{font-weight:700;font-size:1.3rem;text-align:center}.closed-event{margin:5em 1em}.text-block p{margin:2em}@media(max-width:1100px){:root{font-size:14px;line-height:1.1}h1{font-size:3.5rem}h2{font-size:3rem}h4{font-size:1rem}.team>.team-member{flex:0 0 30%}.app-header>.page-content{flex-direction:column;align-items:center;gap:0;margin:0}.app-header>.page-content .lang-selector{position:absolute;right:1rem;top:2rem;padding:0}.logo{height:80px;padding:.5rem}.nav-menu{position:relative;border-top:2px solid var(--secondary-color);gap:2em;height:66px}.header-left,.header-right{max-width:12em}.nav-menu a{font-size:clamp(.85rem,1vw + .4rem,1.2rem)}.language-select{font-size:clamp(.8rem,.6vw + .6rem,1rem)}.botoje-gold{width:100px}.page>section:first-child{margin-top:146px;aspect-ratio:3/2}.page>section:first-child>.page-content{padding-top:4rem}.page>section>.page-content{padding:4rem 1rem}section.banner .page-content>.botoje-white{bottom:1rem;right:1rem;width:60px}section.banner .page-content h1,section.banner .page-content h2{padding:0 2rem}section.secondary .page-content>header{flex-direction:column;align-items:center;text-align:center}section.secondary .page-content>header>*{flex:1 0 100%}section.about-us .button{margin-top:5rem}section.about-us>.page-content{flex-direction:column;padding-bottom:calc(4rem + 150px)}section.about-us>.page-content .botoje-white{width:100px;left:calc(50% - 50px)}section.about-us>.page-content>div{flex:1 0 100%;width:100%}section.our-team>.page-content{flex-direction:column;padding:1rem;overflow:hidden}section.our-team>.page-content .circle{margin:0;padding:6rem;aspect-ratio:0/1}.content-row{align-items:stretch;width:100%}.content-row>div:only-child{width:100%}.dark-glass{aspect-ratio:auto;padding:3rem 0}.services{flex-wrap:wrap;gap:5rem}.services>div{flex:1 0 100%;margin-top:0!important;margin-bottom:0!important}}@media(max-width:900px){.team>.team-member{flex:0 0 45%}}@media(max-width:600px){.team{flex-direction:column;align-items:center}.team>.team-member{flex:0 0 100%}}@media(max-width:500px){.nav-menu{display:none!important}.hamburger{display:flex}.mobile-menu{top:6em;width:100%}.app-header>.page-content{flex-direction:row}.app-header>.page-content .lang-selector{position:-webkit-sticky;position:sticky}}