@import"https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Rubik:ital,wght@0,300..900;1,300..900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}.registration-container{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:10em 20px 20px}.registration-container .registration-card{background-color:#fff;border-radius:12px;padding:40px;width:100%;max-width:600px;box-shadow:0 2px 8px #00000014}.registration-container .registration-title{text-align:center;font-size:24px;font-weight:700;color:#2d333c;margin-bottom:30px;direction:rtl}.registration-container .form-group{margin-bottom:20px;direction:rtl}.registration-container .form-group label{display:block;text-align:right;font-size:14px;color:#666;margin-bottom:8px}.registration-container .form-input,.registration-container .form-select{width:100%;padding:12px 16px;font-size:14px;border:2px solid transparent;border-radius:8px;background-color:#f5f3ed;outline:none;transition:all .3s ease;direction:rtl;text-align:right;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}.registration-container .form-input:focus{background-color:#fff;border-color:#d97847}.registration-container .form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 16px center;padding-left:40px;cursor:pointer}.registration-container .form-select:focus{background-color:#fff;border-color:#d97847}.registration-container .phone-input-wrapper{position:relative;display:flex;align-items:center}.registration-container .phone-prefix{position:absolute;left:16px;font-size:14px;color:#999;pointer-events:none;z-index:1}.registration-container .phone-input{padding-left:60px}.registration-container .submit-button{width:100%;padding:14px;background:#b6481a!important;color:#fff;font-size:16px;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease;margin-top:10px;-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;-o-transition:background-color .3s ease}.registration-container .submit-button:hover{background-color:#a04d2a}.registration-container .submit-button:active{transform:translateY(1px);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-ms-transform:translateY(1px);-o-transform:translateY(1px)}@media (max-width: 480px){.registration-container .registration-card{padding:30px 20px}.registration-container .registration-title{font-size:16px}}.phone-input-wrapper{display:flex;align-items:center;position:relative}.phone-prefix-dropdown{background:#f0f0f0;padding:10px 12px;border-right:1px solid #ccc;border-radius:8px 0 0 8px;min-width:80px;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px;color:#333;transition:background .2s ease;z-index:10;position:absolute;left:0}.phone-prefix-dropdown:hover{background:#e0e0e0}.country-dropdown-list{position:absolute;top:105%;left:0;width:100%;max-height:250px;background:#fff;border:1px solid #ddd;border-radius:8px;list-style:none;margin:0;padding:0;overflow-y:auto;z-index:99999;box-shadow:0 2px 10px #00000026}.country-dropdown-list li{padding:10px 12px;cursor:pointer;font-size:14px;color:#333;text-align:right;direction:rtl;transition:background .2s}.country-dropdown-list li:hover{background:#f5f5f5}.phone-input{border-radius:0 8px 8px 0}.news-section{padding:40px 0 30px;text-align:center}.news-section h2{font-weight:800;font-size:64px;margin-bottom:10px;color:#111}.news-section p.section-desc{color:#444;font-size:1.1rem;margin-bottom:25px}.news-carousel-controls{display:flex;justify-content:flex-end;gap:10px;margin-bottom:20px;margin-right:10%;margin-left:7em}.news-carousel-controls button{background:#ff914c;border:none;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:2em;cursor:pointer;transition:background .2s;color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.news-carousel-controls button:hover{background:#f9a85d}.news-cards{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.news-card{background:#fff;box-shadow:0 2px 8px #00000012;width:350px;min-height:17em;height:auto!important;display:flex;flex-direction:column;align-items:flex-end;text-align:right;position:relative;border-radius:1em;overflow:hidden}.news-card .news-image-area{position:relative}.news-card .date{width:fit-content;background:#ea812c;color:#fff;padding-inline:15px;padding-block:3px;border-radius:9px}.news-card .news-title{font-weight:700!important;font-size:20px!important}.news-card .news-desc{font-weight:400;font-size:17px;color:#484c54}.news-go{text-align:left}a.read-more{display:flex;align-items:center;justify-content:flex-end;gap:5px}.real-news-card{width:100%}.news-content-area{padding:1em}.news-card .news-image-area img.news-image{width:100%;height:16em;object-fit:cover}.news-card .zigzag{width:100%;height:18px;margin-bottom:10px}.news-card .news-title{font-size:24px;font-weight:500;margin-bottom:6px;color:#222}.news-card .news-desc{font-weight:500;font-size:18px;color:#334155}.news-card .news-logo{width:10em;align-self:flex-end;margin-top:auto;left:calc(50% - 5em);position:relative}.news-section p.section-desc{font-weight:400;font-size:34px;padding-inline:8em}.row{width:100%;display:flex;justify-content:space-between}.news-card .news-title{font-size:21px}@media (max-width: 768px){.news-section h2{font-size:32px}.news-section p.section-desc{font-size:16px;padding-inline:1em}.news-carousel-controls{justify-content:center;margin:15px 0}.news-carousel-controls button{width:45px;height:45px;font-size:1.5em}.news-cards{flex-direction:column;align-items:center;gap:14px}.news-card{width:90%;height:auto;padding:16px}.news-card .news-title{font-size:18px}.news-card .news-desc{font-size:15px}.news-card .news-logo{width:8em}}@media (min-width: 769px) and (max-width: 1024px){.news-section h2{font-size:42px}.news-section p.section-desc{font-size:20px;padding-inline:3em}.news-cards{gap:16px}.news-card{width:45%;height:auto}.news-card .news-title{font-size:20px}.news-card .news-desc{font-size:16px}.news-card .news-logo{width:9em}}@media (min-width: 1025px){.news-section h2{font-size:64px}.news-section p.section-desc{font-size:34px;padding-inline:8em}.news-card{width:350px;height:17em}.news-card .news-title{font-size:21px}}.news-desc{color:#333;line-height:1.6;font-size:1rem}.read-more{color:#ea812c;font-weight:700;text-decoration:none;margin-right:4px}.read-more:hover{text-decoration:underline}section.home-page section.hero-carousel{position:relative;height:100vh;width:100%;overflow:hidden}section.home-page section.hero-carousel .hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s;-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-ms-transition:opacity 1s;-o-transition:opacity 1s}section.home-page section.hero-carousel .hero-slide.active{opacity:1}section.home-page section.hero-carousel .hero-slide-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}section.home-page section.hero-carousel .hero-slide-overlay{position:absolute;inset:0;background-color:#00000038}section.home-page section.hero-carousel .hero-slide-content{position:relative;z-index:10;display:flex;height:100%;justify-content:center;padding-left:1rem;padding-right:1rem;padding-top:12em}section.home-page section.hero-carousel .hero-slide-text{text-align:center}section.home-page section.hero-carousel .hero-title{margin-bottom:1rem;color:#fff;text-wrap:balance}section.home-page section.hero-carousel .hero-subtitle{color:#fffffff2;text-wrap:balance}section.home-page section.hero-carousel .hero-slide-text{font-weight:900!important;font-size:48px!important}section.home-page section.hero-carousel .hero-nav-btn{position:absolute;top:50%;z-index:20;height:3rem;width:3rem;transform:translateY(-50%);border-radius:9999px;background-color:#fff3;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .15s}section.home-page section.hero-carousel .hero-nav-btn:hover{background-color:#ffffff4d;color:#fff}section.home-page section.hero-carousel .hero-nav-prev{left:1rem}section.home-page section.hero-carousel .hero-nav-next{right:1rem}section.home-page section.hero-carousel .hero-nav-icon{height:1.5rem;width:1.5rem}section.home-page section.hero-carousel .hero-nav-icon-prev{transform:rotate(180deg)}section.home-page section.hero-carousel .hero-indicators{position:absolute;bottom:2rem;left:50%;z-index:20;display:flex;transform:translate(-50%);gap:.75rem}section.home-page section.hero-carousel .hero-indicator{height:.75rem;width:.75rem;border-radius:9999px;background-color:#ffffff80;transition:all .3s;border:none;cursor:pointer}section.home-page section.hero-carousel .hero-indicator:hover{background-color:#ffffffbf}section.home-page section.hero-carousel .hero-indicator.active{width:2rem;background-color:#fff}@media (max-width: 950px){section.home-page section.hero-carousel .hero-slide-text{font-weight:800!important;font-size:37px!important}}@media (min-width: 768px){section.home-page section.hero-carousel .hero-nav-btn{height:3.5rem;width:3.5rem}section.home-page section.hero-carousel .hero-nav-prev{left:2rem}section.home-page section.hero-carousel .hero-nav-next{right:2rem}section.home-page section.hero-carousel .hero-nav-icon{height:2rem;width:2rem}section.home-page section.hero-carousel .hero-indicators{bottom:3rem}}button.hero-nav-btn{display:flex;justify-content:center;align-items:center;border:none;color:#ea812c!important;background:#1c453d!important}section.home-page section.about .head{background:#1c453d;color:#ececec;height:3em;font-weight:800;font-size:64px}section.home-page section.about .real-head{width:100%;height:100%;display:flex;justify-content:center;align-items:center}section.home-page section.about .real-images{display:flex}section.home-page section.about img.image{width:25%;border:solid 4px #fff;height:270px;object-fit:cover}section.home-page section.about .real-content{padding-inline:100px;padding-block:40px;display:flex;gap:108px}section.home-page section.about .content .title{font-weight:700;font-size:40px;color:#211606}section.home-page section.about .content{position:relative}section.home-page section.about .content>svg{width:150px;height:150px;position:absolute;top:12px}section.home-page section.about .content .description{font-weight:400;font-size:23px;color:#000;word-spacing:-2px}section.home-page section.about .content .images-row{display:flex}section.home-page section.about .content .images-row img.about-image-box{width:100%;height:125px;object-fit:cover;border-top-right-radius:24px;border-top-left-radius:24px;border-block:solid 1px #fff}section.home-page section.about .content .images-row.images-row2{gap:2px;border-bottom:solid 1px #fff}section.home-page section.about .content .images-row.images-row2 img.about-image-box{min-width:175px;height:157px;border-radius:0}section.home-page section.about .content .left .details-container{max-width:400px}section.home-page section.about .content .content-area{background:#3e342b;color:#fff;border-bottom-right-radius:24px;border-bottom-left-radius:24px;padding-inline:20px;padding-block:12px;font-weight:700;font-size:16px}section.home-page section.about .content .real-content-row{display:flex;gap:6px}section.home-page section.about .content .real-content-area{display:flex;flex-direction:column;gap:4px}section.home-page section.about .content .title-area{position:relative;right:5em;width:calc(100% - 5em)}section.home-page section.about .content .real-right{display:flex;flex-direction:column;gap:22px}section.home-page section.about .content .description-area{width:calc(100% - 7em)}section.home-page section.about img.end-section-image{width:100%}section.home-page .plane{display:none}section.goals{position:relative}section.goals .head .title{font-weight:800;font-size:64px}section.goals .head .description{font-weight:400;font-size:34px}section.goals .head svg.head-icon{position:absolute;top:20px;left:20px}section.goals .head .real-head{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center}section.goals .head .description-area{width:75%}section.goals .real-goals{display:flex;flex-direction:column;gap:45px}section.goals .content{padding-inline:3em}section.goals .content .real-content{display:flex;gap:1em;justify-content:space-around}section.goals .content .card{background:#fff;padding:1.5em 1em;border-radius:1.5em;min-height:21em;-webkit-border-radius:1.5em;-moz-border-radius:1.5em;-ms-border-radius:1.5em;-o-border-radius:1.5em;width:260px}section.goals .content .card .real-card{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1em;justify-content:center}section.goals .content .card .card-description{font-weight:400;font-size:20px;color:#000}section.goals .content .card .card-title{font-weight:600;font-size:20px;color:#000}section.competitions .pricing-container{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;direction:rtl}section.competitions .pricing-background{width:100%;min-height:100vh;background:linear-gradient(to bottom,#140a0547,#28140a33),url(/assets/Competitions-bg-CMrK6sb3.jpg?t=1759257589579);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding:40px 20px;position:relative;overflow:hidden}section.competitions .pricing-background:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(255,140,60,.3) 0%,transparent 70%);pointer-events:none}section.competitions .pricing-cards-wrapper{display:flex;gap:30px;max-width:1200px;width:100%;align-items:stretch;position:relative;z-index:1;justify-content:center}section.competitions .pricing-card{background:#fffffffa;border-radius:20px;padding:40px 35px;flex:1;display:flex;flex-direction:column;box-shadow:0 20px 60px #0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,box-shadow .3s ease;max-width:500px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;-webkit-transition:transform .3s ease,box-shadow .3s ease;-moz-transition:transform .3s ease,box-shadow .3s ease;-ms-transition:transform .3s ease,box-shadow .3s ease;-o-transition:transform .3s ease,box-shadow .3s ease}section.competitions .pricing-card:hover{transform:translateY(-5px);box-shadow:0 25px 70px #00000080;-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);-o-transform:translateY(-5px)}section.competitions .card-header{text-align:center;margin-bottom:20px;display:flex;justify-content:space-between}section.competitions .card-logo{height:auto;width:12em;margin-bottom:15px;object-fit:contain}section.competitions .card-title{font-size:28px;font-weight:700;color:#2c2c2c;margin-bottom:15px}section.competitions .card-description{font-size:21px;line-height:1.6;color:#666;text-align:start;margin-bottom:30px;min-height:60px}section.competitions .features-list{list-style:none;margin-bottom:35px;flex-grow:1}section.competitions .feature-item{display:flex;align-items:center;gap:12px;margin-bottom:18px;font-weight:400;font-size:22px;color:#000;line-height:1.5}section.competitions .checkmark{color:#d4af37;font-size:18px;font-weight:700;flex-shrink:0}section.competitions .register-btn{width:100%;padding:16px 32px;border:none;border-radius:30px;font-size:18px;font-weight:700;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}section.competitions .register-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}section.competitions .register-btn:active{transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0)}section.competitions .register-btn-green{background:#1c453d}section.competitions .register-btn-green:hover{background:#1c453dc9}section.competitions .register-btn-orange{background:#b6481a}section.competitions .register-btn-orange:hover{background:#b6491ac2}section.competitions .head .title{font-weight:800;font-size:64px;color:#000}section.competitions .real-head{display:flex;align-items:center;justify-content:center;gap:100px}section.competitions .head{padding-block:2em}@media (max-width: 968px){section.competitions .pricing-cards-wrapper{flex-direction:column;gap:25px}section.competitions .pricing-card{max-width:500px;margin:0 auto;width:100%}}@media (max-width: 480px){section.competitions .pricing-card{padding:30px 25px}section.competitions .card-title{font-size:24px}section.competitions .card-description{font-size:14px}section.competitions .feature-item{font-size:14px}section.competitions .register-btn{font-size:16px;padding:14px 28px}}.carousel-section{width:100%;padding:3em;direction:rtl}.carousel-header{text-align:right;margin-bottom:30px;padding:0 40px}.carousel-title{font-size:32px;font-weight:700;color:#2c2c2c;margin:0;letter-spacing:2px}.carousel-container{position:relative;width:100%;margin:0 auto;background-color:#fff;border-radius:20px;padding:40px 60px;box-shadow:0 2px 10px #0000000d;display:flex;align-items:center;gap:20px}.carousel-arrow{background-color:#fff0;border:none;font-size:40px;color:#f28a49;cursor:pointer;padding:10px;transition:color .3s ease;flex-shrink:0;z-index:10;rotate:180deg;box-shadow:0 0 20px #0000003d;border-radius:50%;width:50px;height:50px;display:flex;justify-content:center;align-items:center;-webkit-transition:color .3s ease;-moz-transition:color .3s ease;-ms-transition:color .3s ease;-o-transition:color .3s ease}.carousel-arrow:hover{color:gray}.carousel-arrow-left{order:3}.carousel-arrow-right{order:1}.carousel-track{flex:1;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;order:2}.carousel-track::-webkit-scrollbar{display:none}.carousel-content{display:flex;gap:60px;align-items:center;padding:10px 0}.logo-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:150px;height:80px}.logo-item img{max-width:150px;max-height:80px;width:auto;height:auto;object-fit:contain}@media (max-width: 768px){.carousel-section{padding:30px 15px}.carousel-header{padding:0 20px}.carousel-title{font-size:24px}.carousel-container{padding:30px 40px}.carousel-arrow{font-size:30px}.carousel-content{gap:40px}.logo-item{min-width:120px;height:60px}.logo-item img{max-width:120px;max-height:60px}}@media (max-width: 480px){.carousel-container{padding:20px 30px}.carousel-content{gap:30px}.logo-item{min-width:100px;height:50px}.logo-item img{max-width:100px;max-height:50px}}section.sponsorsAndParticipants .head{position:relative;margin-top:1em;padding-top:2em}section.sponsorsAndParticipants .real-head{display:flex;justify-content:center;align-items:center;flex-direction:column}section.sponsorsAndParticipants img.top-title-ab{position:absolute;top:0}section.sponsorsAndParticipants img.left-title-ab{position:absolute;left:1em;top:3em}section.sponsorsAndParticipants img.right-title-ab{position:absolute;right:1em;top:3em}section.sponsorsAndParticipants .title{font-weight:800;font-size:64px}section.sponsorsAndParticipants .description{font-weight:400;font-size:34px}section.sponsorsAndParticipants .description-area{width:60%;text-align:center}.register-section-cards{display:flex;justify-content:center;gap:2.5rem;margin-top:3rem;margin-bottom:2.5rem;direction:rtl}.register-card{background:#fff;border-radius:16px;box-shadow:0 4px 16px #0000000f;padding:2.5rem 2rem 2rem;width:440px;min-height:290px;display:flex;flex-direction:column;align-items:center;text-align:right;transition:box-shadow .2s;justify-content:space-between}.register-card-sponsor,.register-card-participant{border:0}.register-title{font-size:2rem;font-weight:700;color:#b6481a;margin-bottom:1.2rem;letter-spacing:.5px}.register-desc{font-weight:500;font-size:22px;color:#000;margin-bottom:2.2rem}.register-btn{font-size:1.1rem;font-weight:500;border:none;border-radius:10px;padding:.7rem 2.5rem;cursor:pointer;transition:background .2s,color .2s}.register-btn-sponsor{background:#b05a24;color:#fff}.register-btn-sponsor:hover{background:#b6481a}.register-btn-participant{background:#1c453d;color:#fff}.register-btn-participant:hover{background:#1c453dcc}@media (max-width: 900px){.register-section-cards{flex-direction:column;align-items:center;gap:1.5rem}.register-card{width:95%;min-width:0}}section.gallery{margin-top:3em}section.gallery .head .title{font-weight:800;font-size:64px;color:#000}section.gallery .real-head{display:flex;justify-content:space-between;align-items:center}section.gallery .real-gallery{display:flex;flex-direction:column;gap:4em}section.gallery .content{padding-inline:90px}section.gallery img.gallery-image{width:320px;height:200px}section.gallery .image-container{position:relative;width:fit-content;display:flex;align-items:center;justify-content:center}section.gallery .image-container svg{position:absolute;width:75px;height:75px;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}section.gallery .gallery-images{display:flex;flex-wrap:wrap;gap:8px}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000bf;display:flex;justify-content:center;align-items:center;z-index:2000}.modal-content{position:relative;background:#fff;border-radius:12px;padding:2em;max-width:90%;max-height:90%}.modal-media{width:100%;height:auto;max-height:80vh;border-radius:8px;object-fit:contain;display:block}video.gallery-image{width:320px;height:200px}section.news-section{display:flex;flex-direction:column;align-items:center}@media (max-width: 1200px){.real-exhibition-det{flex-wrap:wrap;justify-content:center;gap:40px}.first-exhibition-det,.second-exhibition-det,.third-exhibition-det{width:45%;max-width:350px}}@media (max-width: 992px){section.hero-carousel .hero-title{font-size:36px!important}section.hero-carousel .hero-subtitle{font-size:18px}.about .real-content{flex-direction:column;align-items:center;text-align:center}.about .right,.about .left{width:100%;max-width:600px}.about .images img{max-width:45%;height:auto}}@media (max-width: 768px){.real-exhibition-det{flex-direction:column;gap:20px;text-align:center}img.exhibition-logo{width:200px!important}section.hero-carousel{height:60vh}section.hero-carousel .hero-title{font-size:28px!important}section.hero-carousel .hero-subtitle{font-size:16px}.about .images .real-images{flex-wrap:wrap;justify-content:center;gap:10px}.about .images .image{width:45%;height:auto}.goals .real-content{display:grid;grid-template-columns:1fr;gap:20px}}@media (max-width: 480px){section.hero-carousel .hero-title{font-size:22px!important}section.hero-carousel .hero-subtitle{font-size:14px}.about .images .image{width:100%;max-width:100%}.about .real-content{padding:10px}.footer-container{grid-template-columns:1fr!important;gap:20px;text-align:center}}section.home-page section.about .head{font-size:22px;height:auto;padding:1rem;text-align:center}section.home-page section.about .real-images{flex-wrap:wrap;gap:10px;justify-content:center}section.home-page section.about img.image{width:100%;max-width:280px;border:solid 2px #ddd}section.home-page section.about .content{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}section.home-page section.about .content .real-content{display:flex;flex-direction:column;gap:2rem}section.home-page section.about .content .right,section.home-page section.about .content .left{width:100%}section.home-page section.about .about-image-box{width:100%}section.home-page section.about .description{font-size:14px;line-height:1.8}@media (min-width: 600px){section.home-page section.about .real-images img.image{width:45%}section.home-page section.about .content .real-content{flex-direction:row}section.home-page section.about .content .right,section.home-page section.about .content .left{width:50%}section.home-page section.about .description{font-size:16px}}@media (min-width: 992px){section.home-page section.about .head{font-size:40px}section.home-page section.about .real-images img.image{width:25%}section.home-page section.about .content{flex-direction:row;gap:3rem}section.home-page section.about .content .right,section.home-page section.about .content .left{width:50%}section.home-page section.about .description{font-size:18px}}section.home-page section.about .description{font-size:14px;line-height:1.8;text-align:justify;word-break:break-word;overflow-wrap:break-word;padding:0 10px}@media (min-width: 600px){section.home-page section.about .description{font-size:16px;padding:0 20px}}@media (min-width: 992px){section.home-page section.about .description{font-size:18px;padding:0}}@media (max-width: 768px){section.home-page section.about .content>svg{display:none}section.home-page section.about .real-content{padding-inline:20px}section.home-page section.about .content .description-area{width:auto!important}section.home-page section.about .content .title-area{right:auto;width:auto}section.home-page section.about .content .images-row{justify-content:center}}@media (max-width: 446px){section.home-page section.about .about-image-box{min-width:auto!important;min-height:auto!important;max-height:150px!important}}@media (max-width: 1351px){section.goals .content .real-content{flex-wrap:wrap}section.goals .content{padding-inline:1em}}@media (max-width: 700px){section.goals .head svg.head-icon{display:none}section.goals .head .title{font-size:40px}section.goals .head .description{font-size:18px}}@media (max-width: 1200px){section.competitions .head .title{font-size:48px}section.competitions .real-head{gap:60px}}@media (max-width: 968px){section.competitions .pricing-cards-wrapper{flex-direction:column;gap:25px}section.competitions .pricing-card{max-width:500px;margin:0 auto;width:100%}section.competitions .head .title{font-size:40px;text-align:center}section.competitions .real-head{flex-direction:column;gap:40px}img.competitions-head-abs.competitions-head.ab1,img.competitions-head-abs.competitions-head.ab2{display:none}}@media (max-width: 768px){section.competitions .card-title{font-size:22px}section.competitions .card-description{font-size:13px;margin-bottom:20px}section.competitions .feature-item{font-size:13px;margin-bottom:12px}section.competitions .register-btn{font-size:15px;padding:12px 24px}section.competitions .head .title{font-size:32px}}@media (max-width: 480px){section.competitions .pricing-card{padding:24px 18px}section.competitions .card-title{font-size:20px}section.competitions .feature-item{font-size:12px}section.competitions .register-btn{font-size:14px;padding:10px 20px}section.competitions .head .title{font-size:26px}}@media (max-width: 1300px){img.gallery-ab{display:none}section.gallery .real-head{align-items:center}section.gallery .gallery-images{justify-content:space-around}}@media (max-width: 1200px){section.sponsorsAndParticipants .title{font-size:40px}section.sponsorsAndParticipants img.top-title-ab,section.sponsorsAndParticipants img.left-title-ab,section.sponsorsAndParticipants img.right-title-ab{display:none}section.sponsorsAndParticipants .description{font-size:24px}}@media (max-width: 900px){section.gallery .head .title{font-size:45px}section.gallery .content{padding-inline:40px}section.gallery .head .title{font-size:33px}.plane{padding-inline:2em}.plane-title{font-size:35px}.plane-item{font-size:20px}.plane-item:after{width:16px;height:16px}}@media (max-width: 500px){.plane{padding-inline:1em}.plane-title{font-size:28px}.plane-item{font-size:17px}.plane-item:after{width:14px;height:14px}}section.home-page.about-page section.about .content .description-area{width:131%}section.home-page.about-page .plane{padding-inline:6em;display:block}@media (max-width: 500px){section.home-page.about-page .plane{padding-inline:1em}}section.home-page .plane-title{font-weight:700;font-size:40px;color:#211606}section.home-page .plane-item{position:relative;font-weight:400;font-size:22px;color:#000;padding-right:2em;display:flex;align-items:center}section.home-page .plane-item:after{content:"";position:absolute;right:0;width:19px;height:19px;background:#f28a49;border-radius:50%}section.home-page .real-plane-content-area{display:flex;flex-direction:column;gap:.2em}section.home-page .real-plane{display:flex;flex-direction:column;gap:1em}.entertainments-title{font-weight:800;font-size:clamp(24px,4vw,64px);color:#000;text-align:center;line-height:1.2}.real-entertainments-title-area{display:flex;justify-content:center;align-items:center;gap:1em;flex-wrap:wrap}section.entertainments{padding:2em 1em;display:flex;flex-direction:column;gap:4em;margin-top:4em}.entertainment{width:100%;max-width:366px;border-radius:1em;background:#fff;padding:1em;flex:1 1 300px}img.entertainment-image{height:215px;width:100%;object-fit:cover;border-radius:1em}.entertainment-title{font-weight:600;font-size:clamp(18px,2vw,27px);color:#000}.entertainment-title-area{margin-top:6px;margin-right:4px}.entertainment-description{font-weight:500;font-size:clamp(14px,1.8vw,16px);color:#000;line-height:1.5;margin-right:6px}.real-entertainment-content-area{display:flex;flex-direction:column;gap:1em}.entertainment-content-area .key{font-weight:600;font-size:clamp(14px,1.5vw,16px);color:#000;width:40%}.entertainment-content-area .value{font-weight:500;font-size:clamp(14px,1.5vw,16px);color:#474747}.real-entertainment-details-row{display:flex;align-items:center;gap:.5em;flex-wrap:wrap}.real-entertainment-details-area{display:flex;flex-direction:column;gap:6px}.real-entertainments-content-area{display:flex;justify-content:center;flex-wrap:wrap;gap:2em}@media (max-width: 1024px){section.entertainments{gap:3em;padding-inline:2em}}@media (max-width: 768px){.entertainments-title{font-size:clamp(22px,5vw,36px)}.entertainment{max-width:100%}img.entertainment-image{height:auto;max-height:200px}.entertainments-title-area img{display:none!important}}@media (max-width: 480px){section.entertainments{gap:2em;padding:1em}.entertainments-title{font-size:22px}.entertainment-description{font-size:14px}.entertainment-content-area .key,.entertainment-content-area .value{font-size:14px;width:100%}}.drink-sponsor-page{background-color:#f1efe3;min-height:100vh}.drink-sponsor-page .header{padding:20px 0;margin-bottom:40px}.drink-sponsor-page .logo{display:inline-block;max-width:150px}.drink-sponsor-page .logo img{width:100%;height:auto}.drink-sponsor-page .hero{text-align:center;margin-bottom:60px;padding-inline:1em}.drink-sponsor-page .main-title{font-size:clamp(24px,5vw,64px);font-weight:800;color:#1a1a1a;margin-bottom:30px;line-height:1.4}.drink-sponsor-page .description{font-size:clamp(16px,2vw,34px);color:#4a4a4a;line-height:1.8;font-weight:400;max-width:900px;margin:0 auto}.drink-sponsor-page .features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:80px;justify-items:center}.drink-sponsor-page .feature-card{background-color:#fff;border-radius:12px;padding:30px 20px;text-align:center;box-shadow:0 2px 8px #00000014;transition:transform .3s ease;width:100%;max-width:300px;height:auto;min-height:320px}.drink-sponsor-page .feature-card:hover{transform:translateY(-5px)}.drink-sponsor-page .icon-circle{width:80px;height:80px;background-color:#e86a33;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.drink-sponsor-page .feature-title{font-size:clamp(18px,2vw,24px);font-weight:500;margin-bottom:15px}.drink-sponsor-page .feature-text{font-size:clamp(14px,1.8vw,20px);line-height:1.6}.drink-sponsor-page .partners-section{margin-bottom:60px;display:flex;flex-direction:column;justify-content:space-around;margin-inline:2em;border-radius:2em;height:auto;padding:2em 0}.drink-sponsor-page .partners-track{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.drink-sponsor-page .partner-logo{height:50px;width:auto;max-width:100px;object-fit:contain;opacity:.7;transition:opacity .3s ease}.drink-sponsor-page .partner-logo:hover{opacity:1}.drink-sponsor-page .cta-section{text-align:center;margin-bottom:60px}.drink-sponsor-page .cta-button{background-color:#c85a2e;color:#fff;font-size:clamp(16px,2vw,20px);font-weight:700;padding:15px 50px;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease;box-shadow:0 4px 12px #c85a2e4d;width:auto;max-width:250px}.drink-sponsor-page .cta-button:hover{background-color:#a84a25}.drink-sponsor-page .product-section{text-align:center;margin-bottom:40px;padding-inline:1em}.drink-sponsor-page .product-image{width:100%;max-height:500px;border-radius:20px;box-shadow:0 8px 24px #00000026;object-fit:cover}@media (max-width: 850px){.drink-sponsor-page .partners-section{margin-inline:auto!important}}@media (max-width: 500px){section.partners-section{min-height:auto!important}section.award-section .award-logo{transform:none!important;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important}}.carousel-section{width:100%;padding:2rem 1rem;direction:rtl}.carousel-section .carousel-header{text-align:right;margin-bottom:1.5rem;padding:0 1rem}.carousel-section .carousel-title{font-size:clamp(24px,4vw,32px);font-weight:700;color:#2c2c2c;margin:0;letter-spacing:1px}.carousel-section .carousel-container{position:relative;width:100%;margin:0 auto;background-color:#fff;border-radius:20px;padding:2rem 3rem;box-shadow:0 2px 10px #0000000d;display:flex;align-items:center;gap:1rem}.carousel-section .carousel-arrow{position:relative!important;inset:auto!important;background-color:#fff!important;border:none!important;font-size:40px!important;color:#f28a49!important;cursor:pointer!important;padding:10px!important;transition:all .3s ease!important;flex-shrink:0!important;z-index:10!important;transform:rotate(180deg)!important;box-shadow:0 0 20px #0000003d!important;border-radius:50%!important;width:50px!important;height:50px!important;display:flex!important;justify-content:center!important;align-items:center!important}.carousel-section .spoonser .carousel-arrow,.carousel-section .drink-sponsor-page .carousel-arrow,.carousel-section .drink-sponsor-page .carousel-arrow:hover,.carousel-section .spoonser .carousel-arrow:hover{transform:rotate(0)!important;-webkit-transform:rotate(0)!important;-moz-transform:rotate(0)!important;-ms-transform:rotate(0)!important;-o-transform:rotate(0)!important}.carousel-section .carousel-arrow:hover{color:gray!important;transform:rotate(180deg) scale(1.1)!important;-webkit-transform:rotate(180deg) scale(1.1)!important;-moz-transform:rotate(180deg) scale(1.1)!important;-ms-transform:rotate(180deg) scale(1.1)!important;-o-transform:rotate(180deg) scale(1.1)!important}.carousel-section .carousel-arrow-left{order:3!important}.carousel-section .carousel-arrow-right{order:1!important}.carousel-section .carousel-track{flex:1;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;order:2}.carousel-section .carousel-track::-webkit-scrollbar{display:none}.carousel-section .carousel-content{display:flex;gap:3rem;align-items:center;padding:10px 0}.carousel-section .logo-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:150px;height:80px}.carousel-section .logo-item img{max-width:150px;max-height:80px;width:auto;height:auto;object-fit:contain}section.sponsorsAndParticipants{padding:2rem 1rem}section.sponsorsAndParticipants .head{position:relative;margin-top:2rem;padding-top:2rem}section.sponsorsAndParticipants .real-head{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}section.sponsorsAndParticipants img.top-title-ab{position:absolute;top:0;height:auto}section.sponsorsAndParticipants img.left-title-ab{position:absolute;left:1rem;top:3rem;height:auto}section.sponsorsAndParticipants img.right-title-ab{position:absolute;right:1rem;top:3rem;height:auto}section.sponsorsAndParticipants .title{font-weight:800;font-size:clamp(32px,5vw,64px);text-align:center}section.sponsorsAndParticipants .description{font-weight:400;font-size:clamp(18px,3vw,34px);text-align:center}section.sponsorsAndParticipants .description-area{width:90%;max-width:800px;text-align:center;padding:0 1rem}@media (max-width: 1024px){.carousel-container{padding:2rem}.carousel-content{gap:2.5rem}.logo-item{min-width:130px;height:70px}.logo-item img{max-width:130px;max-height:70px}}@media (max-width: 768px){.carousel-section{padding:1.5rem .75rem}.carousel-header{padding:0 .5rem;margin-bottom:1rem}.carousel-container{padding:1.5rem;gap:.75rem}.carousel-arrow{font-size:30px;width:40px;height:40px}.carousel-content{gap:2rem}.logo-item{min-width:120px;height:60px}.logo-item img{max-width:120px;max-height:60px}section.sponsorsAndParticipants .description-area{width:95%}section.sponsorsAndParticipants img.left-title-ab,section.sponsorsAndParticipants img.right-title-ab{max-width:60px;top:2rem}}@media (max-width: 480px){.carousel-section{padding:1rem .5rem}.carousel-container{padding:1rem;border-radius:15px}.carousel-arrow{font-size:24px;width:35px;height:35px;padding:5px}.carousel-content{gap:1.5rem}.logo-item{min-width:100px;height:50px}.logo-item img{max-width:100px;max-height:50px}section.sponsorsAndParticipants .head{margin-top:1rem;padding-top:1rem}section.sponsorsAndParticipants img.top-title-ab{max-width:70px}section.sponsorsAndParticipants img.left-title-ab,section.sponsorsAndParticipants img.right-title-ab{max-width:50px;top:1.5rem}section.sponsorsAndParticipants .description-area{width:100%}}.spoonser .carousel-section .carousel-arrow,section.drink-sponsor-page.home-page .carousel-section .carousel-arrow{rotate:0deg!important;transform:rotate(180deg)!important;-webkit-transform:rotate(180deg)!important;-moz-transform:rotate(180deg)!important;-ms-transform:rotate(180deg)!important;-o-transform:rotate(180deg)!important}.carousel-track a{text-align:center;flex-direction:column}.spoonser .cook img,.spoonser .paris img{height:auto!important;min-height:auto!important;border-radius:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;-ms-border-radius:0!important;-o-border-radius:0!important}.hospitality-sponsor-page{background-color:#f1efe3;min-height:100vh;padding:20px}.hospitality-sponsor-page .header{padding:20px 0;margin-bottom:40px}.hospitality-sponsor-page .logo{display:inline-block;max-width:150px}.hospitality-sponsor-page .logo img{width:100%;height:auto}.hospitality-sponsor-page .hero{text-align:center;margin-bottom:60px;padding-inline:1em}.hospitality-sponsor-page .main-title{font-size:clamp(24px,5vw,64px);font-weight:800;color:#1a1a1a;margin-bottom:30px;line-height:1.4}.hospitality-sponsor-page .description{font-size:clamp(16px,2vw,34px);color:#4a4a4a;line-height:1.8;font-weight:400;max-width:900px;margin:0 auto}.hospitality-sponsor-page .features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:80px;justify-items:center}.hospitality-sponsor-page .feature-card{background-color:#fff;border-radius:12px;padding:30px 20px;text-align:center;box-shadow:0 2px 8px #00000014;transition:transform .3s ease;width:100%;max-width:300px;height:auto;min-height:320px}.hospitality-sponsor-page .feature-card:hover{transform:translateY(-5px)}.hospitality-sponsor-page .icon-circle{width:80px;height:80px;background-color:#e86a33;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.hospitality-sponsor-page .feature-title{font-size:clamp(18px,2vw,24px);font-weight:500;margin-bottom:15px}.hospitality-sponsor-page .feature-text{font-size:clamp(14px,1.8vw,20px);line-height:1.6}.hospitality-sponsor-page .partners-section{margin-bottom:60px;display:flex;flex-direction:column;justify-content:space-around;margin-inline:2em;border-radius:2em;height:auto;padding:2em 0}.hospitality-sponsor-page .partners-track{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.hospitality-sponsor-page .partner-logo{height:50px;width:auto;max-width:100px;object-fit:contain;opacity:.7;transition:opacity .3s ease}.hospitality-sponsor-page .partner-logo:hover{opacity:1}.hospitality-sponsor-page .cta-section{text-align:center;margin-bottom:60px}.hospitality-sponsor-page .cta-button{background-color:#c85a2e;color:#fff;font-size:clamp(16px,2vw,20px);font-weight:700;padding:15px 50px;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease;box-shadow:0 4px 12px #c85a2e4d;width:auto;max-width:250px}.hospitality-sponsor-page .cta-button:hover{background-color:#a84a25}.hospitality-sponsor-page .product-section{text-align:center;margin-bottom:40px;padding-inline:1em}.hospitality-sponsor-page .product-image{width:100%;max-height:500px;border-radius:20px;box-shadow:0 8px 24px #00000026;object-fit:cover}.be-part{text-align:center;font-weight:700;font-size:32px;color:#000;margin-bottom:1em}@media (max-width: 850px){.hospitality-sponsor-page .partners-section{margin-inline:auto!important}.be-part{font-size:23px!important}}.contact{display:flex;flex-direction:column;margin-right:10rem;margin-top:2rem}.contact input{font-size:36px;font-weight:600;margin:1.5rem 0rem;width:400px;max-width:100%;outline:none;background:transparent;border-bottom:solid black 2px}.contact label{margin-bottom:-3rem;color:#b6481a;font-size:36px;font-weight:600}.contact p{max-width:1092px;margin-right:7rem;margin-bottom:5rem;font-weight:400;font-size:34px}.contact button{width:300px;height:59px;border-radius:20px;background-color:#b6481a;color:#fff;font-weight:400;font-size:24px;margin-top:2rem;margin-right:2.5rem;transition:transform .3s ease}.contact button:hover{transform:scale(.95)}.split{padding:4rem;height:auto;display:flex;align-items:center;justify-content:space-around;gap:3rem}.split img{max-width:550px;width:100%;height:auto;border-top-right-radius:100px;border-bottom-left-radius:100px}@media (max-width: 1024px){.contact{margin-right:3rem}.contact input{font-size:28px;width:100%}.contact label{font-size:28px}.contact button{width:220px;font-size:20px}.split{flex-direction:column;text-align:center;padding:2rem}.split img{max-width:400px}}@media (max-width: 768px){.contact{margin-right:0;align-items:center}.contact input{font-size:20px;padding:.5rem}.contact label{font-size:22px;margin-bottom:-2rem}.contact button{width:180px;font-size:18px;margin-right:0}.split{padding:1rem;gap:2rem}.split img{max-width:300px;border-top-right-radius:60px;border-bottom-left-radius:60px}}@media (max-width: 480px){.contact input{font-size:18px;width:100%}.contact label{font-size:20px}.contact button{width:150px;font-size:16px}.split img{max-width:250px}}.content1{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:2rem;margin:3rem auto;padding:0 2rem;max-width:1400px}.content1 img{width:100%;max-width:500px;height:auto;object-fit:contain}.section{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.section svg{flex-shrink:0;width:80px;height:auto}.section h1{font-size:clamp(28px,4vw,48px);font-weight:700;margin:0}.content1 p{font-size:clamp(18px,2.5vw,32px);font-weight:400;line-height:1.6;margin:0}.description{display:flex;flex-direction:column;gap:2rem;flex:1}.description svg{width:100%;max-width:100px;height:auto}.importance{padding:3rem 2rem;max-width:1400px;margin:0 auto}.importance h1{font-size:clamp(32px,5vw,64px);font-weight:800;margin-bottom:2rem;text-align:right}.importance p{font-size:clamp(18px,2.5vw,32px);font-weight:400;margin-bottom:1rem;line-height:1.6}ul.custom-list{list-style:none;padding:0;margin:2rem 0}ul.custom-list li{position:relative;padding-right:3rem;margin-bottom:1.5rem;display:block}ul.custom-list li:before{content:"•";position:absolute;right:0;top:0;font-size:clamp(40px,5vw,65px);color:#ea812c;line-height:1}.importance svg{width:100%;max-width:535px;height:auto;margin-top:2rem}.main{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:3rem;margin:4rem auto;padding:0 2rem;max-width:1400px}.main h1{font-size:clamp(32px,5vw,64px);font-weight:800;margin:0}.main svg{width:100%;max-width:535px;height:auto}.paristachef{background-image:url(/assets/parista-BW-ML7Fs.png);min-height:750px;background-repeat:no-repeat;background-size:cover;background-position:center;padding:3rem 1rem;display:flex;align-items:center;justify-content:center}.cards{display:flex;justify-content:center;align-items:stretch;gap:2rem;width:100%;max-width:1200px;margin:0 auto;flex-wrap:wrap}.chefCard,.paristaCard{background-color:#fff;width:100%;max-width:530px;min-height:539px;display:flex;flex-direction:column;border-radius:26px;padding:2rem 1.5rem;align-items:center;justify-content:space-between;box-shadow:0 4px 20px #0000001a}.topSection{display:flex;align-items:center;justify-content:space-around;width:100%;margin-bottom:1rem}.topSection h2{font-size:clamp(28px,4vw,44px);font-weight:700;margin:0}.topSection img{width:auto;max-width:171px;height:auto;max-height:78px;object-fit:contain}.chefCard p,.paristaCard p{margin:1rem 0;font-weight:400;color:#676767;font-size:clamp(16px,2vw,24px);text-align:center;line-height:1.5}.chefCard ul,.paristaCard ul{font-size:clamp(16px,2vw,24px);font-weight:400;list-style:none;padding:0;margin:1rem 0;width:100%}.chefCard ul li,.paristaCard ul li{position:relative;padding-left:35px;margin-bottom:1rem;text-align:right}.chefCard ul li:before,.paristaCard ul li:before{content:url(./assets/Vector\ 2.svg);position:absolute;right:0;top:50%;transform:translateY(-50%);width:25px;height:25px}.chefCard button,.paristaCard button{width:100%;max-width:300px;height:62px;background-color:#b6481a;font-size:clamp(18px,2vw,24px);font-weight:600;color:#fff;border-radius:20px;border:none;cursor:pointer;transition:transform .3s ease;margin-top:1rem}.chefCard button{background-color:#1c453d}.chefCard button:hover,.paristaCard button:hover{transform:scale(.95)}.pandul{display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;flex:1;width:100%}.spoonser{margin:3rem auto;padding:0 1rem;display:flex;flex-direction:column;gap:3rem;align-items:center;max-width:1400px}.spoonser .cook,.spoonser .paris{position:relative;width:100%;max-width:1420px}.spoonser img{width:100%;height:auto;min-height:300px;max-height:425px;object-fit:cover;border-radius:24px;display:block}.spoonser h2{font-size:clamp(24px,4vw,48px);font-weight:800;color:#fff;position:relative;top:2rem;margin:0;padding:0 2rem;z-index:2}.spoonser .cook h2,.spoonser .paris h2{right:2rem;text-align:right;margin-bottom:1em}.spoonser button{position:absolute;font-size:clamp(18px,2vw,24px);font-weight:400;color:#fff;left:50%;transform:translate(-50%);background-color:#1c453d;width:90%;max-width:300px;height:67px;border-radius:20px;bottom:2rem;border:none;cursor:pointer;transition:transform .3s ease;z-index:2}.spoonser .paris button{background-color:#b6481a}.spoonser button:hover{transform:translate(-50%) scale(.95)}@media (max-width: 1024px){.content1{flex-direction:column;gap:2rem}.content1 img{max-width:400px}.main{flex-direction:column;text-align:center}.cards{flex-direction:column;align-items:center}.chefCard,.paristaCard{max-width:500px}}@media (max-width: 768px){.content1,.importance,.main,.spoonser{padding:2rem 1rem}.section{gap:1rem}.section svg{width:60px}.paristachef{min-height:auto;padding:2rem 1rem}.cards{gap:1.5rem}.chefCard,.paristaCard{padding:1.5rem 1rem;min-height:auto}.topSection{flex-direction:column;gap:1rem}.topSection img{max-width:120px}ul.custom-list li{padding-right:2.5rem}ul.custom-list li:before{font-size:40px}.spoonser h2{top:1rem;padding:0 1rem}.spoonser button{bottom:1rem;width:85%;height:55px}}@media (max-width: 480px){.content1,.importance,.main,.spoonser{padding:1.5rem .75rem;margin:2rem auto}.section{flex-direction:column;align-items:flex-start;gap:.5rem}.section svg{width:50px}.paristachef{padding:1.5rem .5rem}.cards{gap:1rem}.chefCard,.paristaCard{padding:1.25rem .75rem}.topSection h2{font-size:24px}.topSection img{max-width:100px;max-height:60px}.chefCard button,.paristaCard button{height:50px;max-width:250px}ul.custom-list li{padding-right:2rem;font-size:16px}ul.custom-list li:before{font-size:35px}.spoonser img{min-height:250px;border-radius:16px}.spoonser h2{font-size:20px;top:.75rem}.spoonser button{bottom:.75rem;height:48px;font-size:16px}}@media (max-width: 733px){.content1.mt-10{flex-direction:column!important}}.Analysis h1{font-size:64px;font-weight:800;margin:4rem;width:fit-content}.Analysis{position:relative}.Analysis svg{position:absolute;left:0;top:0;margin:0 10rem}.Analysis p{margin-right:7rem;margin-bottom:5rem;font-weight:400;font-size:34px}.Analysis{position:relative;padding:2rem 1rem}.Analysis h1{font-size:clamp(28px,5vw,64px);font-weight:800;margin:2rem auto;text-align:center;width:fit-content}.Analysis svg{position:absolute;left:5%;top:2em;max-width:120px;width:15vw;height:auto;margin:auto}.Analysis p{margin:2em;font-weight:400;font-size:clamp(16px,2.5vw,34px);line-height:1.8;text-align:justify;padding:0 1rem}@media (max-width: 768px){.Analysis svg{position:static;display:block;margin:1rem auto}.Analysis p{margin:1rem auto;font-size:16px;text-align:start}}@media (min-width: 769px) and (max-width: 1200px){.Analysis p{font-size:20px;margin:1.5rem auto}}.Share h1{font-size:64px;font-weight:800;margin:4rem;width:fit-content;margin-right:0!important}.Share{position:relative;min-height:1000px}.Share svg{position:absolute;left:0;top:0;margin:0 10rem}.Share p{max-width:none!important;margin-right:7rem;margin-bottom:5rem;font-weight:400;font-size:34px;margin:2rem 2em!important}.Share h1{font-size:64px;font-weight:800;margin:4rem auto;width:fit-content;text-align:center}.Share{position:relative;padding:2rem 1rem;margin:auto}.Share svg{position:relative;display:block;margin:2rem auto;max-width:120px;height:auto}.Share p{max-width:900px;margin:2rem auto;font-weight:400;font-size:34px;line-height:1.6;text-align:justify}@media (max-width: 1024px){.Share h1{font-size:48px;margin:2rem auto}.Share p{font-size:26px;margin:1.5rem auto}.Share svg{max-width:100px}}@media (max-width: 768px){.Share h1{font-size:36px;margin:1.5rem auto;text-align:center}.Share p{font-size:20px;margin:1rem auto;padding:0 1rem;text-align:center}.Share svg{max-width:80px;margin:1rem auto}}@media (max-width: 480px){.Share h1{font-size:28px}.Share p{font-size:18px}}body{font-family:Arial,sans-serif;direction:rtl}.exhibition-prize-page{background-color:#f1efe3;min-height:100vh}.exhibition-prize-page .header{padding:20px 0;margin-bottom:40px}.exhibition-prize-page .logo{display:inline-block;max-width:150px}.exhibition-prize-page .logo img{width:100%;height:auto}.exhibition-prize-page .hero{text-align:start;margin-bottom:60px;padding-inline:1em}.exhibition-prize-page .main-title{font-size:clamp(24px,5vw,64px);font-weight:800;color:#1a1a1a;margin-bottom:30px;line-height:1.4;text-align:center}.exhibition-prize-page .description{font-size:clamp(16px,2vw,34px);color:#4a4a4a;line-height:1.8;font-weight:400;max-width:900px;margin:0 auto}.exhibition-prize-page .features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:80px;justify-items:center}.exhibition-prize-page .feature-card{background-color:#fff;border-radius:12px;padding:30px 20px;text-align:center;box-shadow:0 2px 8px #00000014;transition:transform .3s ease;width:100%;max-width:300px;height:auto;min-height:320px}.exhibition-prize-page .feature-card:hover{transform:translateY(-5px)}.exhibition-prize-page .icon-circle{width:80px;height:80px;background-color:#e86a33;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.exhibition-prize-page .feature-title{font-size:clamp(18px,2vw,24px);font-weight:500;margin-bottom:15px}.exhibition-prize-page .feature-text{font-size:clamp(14px,1.8vw,20px);line-height:1.6}.exhibition-prize-page .partners-section{margin-bottom:60px;display:flex;flex-direction:column;justify-content:space-around;margin-inline:2em;border-radius:2em;height:auto;padding:2em 0}.exhibition-prize-page .partners-track{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.exhibition-prize-page .partner-logo{height:50px;width:auto;max-width:100px;object-fit:contain;opacity:.7;transition:opacity .3s ease}.exhibition-prize-page .partner-logo:hover{opacity:1}.exhibition-prize-page .cta-section{text-align:center;margin-bottom:60px}.exhibition-prize-page .cta-button{background-color:#c85a2e;color:#fff;font-size:clamp(16px,2vw,20px);font-weight:700;padding:15px 50px;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease;box-shadow:0 4px 12px #c85a2e4d;width:auto;max-width:250px}.exhibition-prize-page .cta-button:hover{background-color:#a84a25}.exhibition-prize-page .product-section{text-align:center;margin-bottom:40px;padding-inline:1em}.exhibition-prize-page .product-image{width:100%;max-height:500px;border-radius:20px;box-shadow:0 8px 24px #00000026;object-fit:cover}.exhibition-prize-page .sub-title{font-weight:800;font-size:35px;color:#000;text-align:start;padding-right:6em}section.exhibition-prize-page section.who-win-prize{padding-inline:5em;margin-top:3em}section.exhibition-prize-page section.who-win-prize .prize-item{position:relative;font-weight:500;font-size:20px;color:#000;display:flex;align-items:center;padding-right:1.5em}section.exhibition-prize-page section.who-win-prize .real-content-area{display:flex;flex-direction:column;gap:5px}section.exhibition-prize-page section.who-win-prize .prize-item:after{content:"";position:absolute;right:0;width:16px;height:16px;background:#f28a49;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}section.exhibition-prize-page section.who-win-prize .title{font-weight:700;font-size:40px;color:#211606}@media (max-width: 850px){.exhibition-prize-page .partners-section{margin-inline:auto!important}}.award-section{padding:60px 10px;min-height:400px;direction:rtl;font-family:Cairo,Tajawal,Arial,sans-serif}.award-container{margin:0 auto;position:relative}.award-logo{display:flex;flex-direction:row;align-items:center;gap:4em}.award-logo svg{filter:drop-shadow(0 4px 8px rgba(217,118,56,.3))}.award-title{color:#2c2c2c;font-size:28px;font-weight:700;text-align:center}.award-content{display:flex;align-items:center;justify-content:space-between;gap:60px;flex-direction:row-reverse;padding-inline:7em}.award-image{flex:0 0 300px;display:flex;justify-content:center;align-items:center}.award-image img{min-width:365px;min-height:419px;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2));object-fit:cover;border-radius:1.5em}.award-text{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:30px}.award-description{color:#3c3c3c;font-size:20px;max-width:36em;font-weight:500}.register-button{background-color:#d97638;color:#fff;border:none;border-radius:8px;padding:16px 80px;font-size:20px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #d976384d}.register-button:hover{background-color:#c26630;transform:translateY(-2px);box-shadow:0 6px 16px #d9763866}.register-button:active{transform:translateY(0)}@media (max-width: 968px){.award-content{flex-direction:column-reverse;gap:40px;margin-top:100px}.award-image{flex:0 0 auto}.award-logo{right:50%;transform:translate(50%)}.award-description{font-size:18px}.register-button{padding:14px 60px;font-size:18px}}@media (max-width: 640px){.award-section{padding:40px 15px}.award-title{font-size:24px}.award-description{font-size:16px}.register-button{padding:12px 50px;font-size:16px}.award-image img{max-width:220px}}@media (max-width: 480px){.exhibition-prize-page{padding:10px}.exhibition-prize-page .hero{margin-bottom:30px;padding-inline:.5em}.exhibition-prize-page .main-title{font-size:24px;margin-bottom:20px;line-height:1.3}.exhibition-prize-page .description{font-size:14px;line-height:1.6;padding:0 10px}.exhibition-prize-page .sub-title{font-size:20px;padding-right:1em;text-align:center}.exhibition-prize-page .features{grid-template-columns:1fr;gap:20px;margin-bottom:40px}.exhibition-prize-page .feature-card{padding:20px 15px;min-height:280px;max-width:100%}.exhibition-prize-page .icon-circle{width:60px;height:60px;margin-bottom:15px}.exhibition-prize-page .feature-title{font-size:18px;margin-bottom:10px}.exhibition-prize-page .feature-text{font-size:14px}.exhibition-prize-page .partners-section{margin-inline:.5em;padding:1em 0;border-radius:1em}.exhibition-prize-page .partners-track{gap:15px}.exhibition-prize-page .partner-logo{height:35px;max-width:80px}.exhibition-prize-page .cta-button{font-size:16px;padding:12px 30px;width:90%;max-width:100%}.exhibition-prize-page .product-section{padding-inline:.5em;margin-bottom:30px}.exhibition-prize-page .product-image{max-height:300px;border-radius:12px}section.exhibition-prize-page section.who-win-prize{padding-inline:1em;margin-top:2em}section.exhibition-prize-page section.who-win-prize .title{font-size:24px;text-align:center}section.exhibition-prize-page section.who-win-prize .prize-item{font-size:14px;padding-right:1em;line-height:1.6}section.exhibition-prize-page section.who-win-prize .prize-item:after{width:12px;height:12px}.award-section{padding:30px 10px}.award-logo{flex-direction:column;gap:1em;justify-content:center;align-items:center}.award-logo svg{width:80px;height:auto}.award-title{font-size:20px}.award-content{padding-inline:1em;gap:30px;flex-direction:column-reverse}.award-image{flex:0 0 auto}.award-image img{min-width:100%;min-height:auto;width:100%;height:auto;border-radius:1em}.award-description{font-size:14px;max-width:100%;text-align:center}.register-button{padding:12px 40px;font-size:16px;width:100%!important;max-width:100%}section.award-section .award-content{margin-top:1em!important}section.exhibition-prize-page.home-page main.main-content svg{display:none}}@media (min-width: 481px) and (max-width: 640px){.exhibition-prize-page{padding:15px}.exhibition-prize-page .main-title{font-size:28px}.exhibition-prize-page .description{font-size:15px}.exhibition-prize-page .sub-title{font-size:24px;padding-right:2em}.exhibition-prize-page .features{grid-template-columns:1fr;gap:25px}.exhibition-prize-page .feature-card{max-width:100%}section.exhibition-prize-page section.who-win-prize{padding-inline:2em}section.exhibition-prize-page section.who-win-prize .title{font-size:28px}section.exhibition-prize-page section.who-win-prize .prize-item{font-size:16px}.award-content{padding-inline:2em;flex-direction:column-reverse}.award-image img{min-width:100%;width:100%;height:auto}.award-description{font-size:16px}.register-button{width:100%!important}section.award-section .award-logo{position:relative;width:100%}.award-logo svg{display:none}}@media (min-width: 641px) and (max-width: 768px){.exhibition-prize-page .hero{padding-inline:2em}.exhibition-prize-page .main-title{font-size:36px}.exhibition-prize-page .description{font-size:18px}.exhibition-prize-page .sub-title{font-size:28px;padding-right:3em}.exhibition-prize-page .features{grid-template-columns:repeat(2,1fr);gap:25px}section.exhibition-prize-page section.who-win-prize{padding-inline:3em}section.exhibition-prize-page section.who-win-prize .title{font-size:32px}section.exhibition-prize-page section.who-win-prize .prize-item{font-size:18px}.award-content{padding-inline:3em;flex-direction:column-reverse;gap:40px}.award-image img{min-width:100%;max-width:400px;margin:0 auto}.award-description{font-size:18px;text-align:center}.award-text{align-items:center}}@media (min-width: 769px) and (max-width: 968px){.exhibition-prize-page .main-title{font-size:42px}.exhibition-prize-page .description{font-size:20px}.exhibition-prize-page .sub-title{font-size:30px;padding-right:4em}.exhibition-prize-page .features{grid-template-columns:repeat(2,1fr);gap:30px}section.exhibition-prize-page section.who-win-prize{padding-inline:4em}section.exhibition-prize-page section.who-win-prize .title{font-size:36px}.award-content{padding-inline:4em;flex-direction:column-reverse;gap:50px}.award-image img{max-width:350px}.award-logo{gap:2em}}@media (min-width: 969px) and (max-width: 1200px){.exhibition-prize-page .main-title{font-size:48px}.exhibition-prize-page .description{font-size:24px}.exhibition-prize-page .sub-title{font-size:32px;padding-right:5em}.exhibition-prize-page .features{grid-template-columns:repeat(3,1fr);gap:30px}section.exhibition-prize-page section.who-win-prize{padding-inline:5em}.award-content{padding-inline:5em;flex-direction:row-reverse}.award-image img{min-width:320px;max-width:350px}}@media (min-width: 1201px) and (max-width: 1440px){.exhibition-prize-page .main-title{font-size:54px}.exhibition-prize-page .description{font-size:28px}.exhibition-prize-page .sub-title{font-size:34px}.exhibition-prize-page .features{grid-template-columns:repeat(3,1fr);gap:35px}.award-content{padding-inline:6em}.award-image img{min-width:350px}}@media (min-width: 1441px){.exhibition-prize-page{max-width:1600px;margin:0 auto}.exhibition-prize-page .main-title{font-size:64px}.exhibition-prize-page .description{font-size:34px}.exhibition-prize-page .sub-title{font-size:35px}.exhibition-prize-page .features{grid-template-columns:repeat(3,1fr);gap:40px}.award-content{padding-inline:7em}.award-image img{min-width:365px}}@media (max-height: 500px) and (orientation: landscape){.exhibition-prize-page .hero{margin-bottom:20px}.exhibition-prize-page .main-title{margin-bottom:15px}.exhibition-prize-page .features{margin-bottom:30px}.award-section{padding:30px 10px}.award-content{gap:30px}}@media (hover: none) and (pointer: coarse){.exhibition-prize-page .cta-button,.register-button{min-height:48px;padding:14px 40px}.exhibition-prize-page .feature-card{transition:none}.exhibition-prize-page .feature-card:active{transform:scale(.98)}.exhibition-prize-page .partner-logo{transition:none}}@media print{.exhibition-prize-page{background-color:#fff}.exhibition-prize-page .cta-button,.register-button{display:none}.exhibition-prize-page .feature-card{break-inside:avoid;box-shadow:none;border:1px solid #ddd}.award-image img{max-width:300px}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.exhibition-prize-page .feature-card:hover,.register-button:hover{transform:none}}@media (prefers-contrast: high){.exhibition-prize-page .feature-card,.exhibition-prize-page .cta-button,.register-button{border:2px solid currentColor}}@media (max-width: 968px){.exhibition-prize-page .product-image,.award-image img{width:100%;height:auto;object-fit:cover}}.exhibition-prize-page *{transition:padding .3s ease,margin .3s ease,font-size .3s ease}.exhibition-prize-page .cta-button,.register-button{transition:all .3s ease}@supports (container-type: inline-size){.exhibition-prize-page{container-type:inline-size}@container (max-width: 768px){.exhibition-prize-page .features{grid-template-columns:1fr}}}img.details-image{max-width:388px;width:347px;border-radius:1.5em}section.competition-sponsor-page section.who-win-prize{padding-inline:5em;margin-top:3em}section.competition-sponsor-page section.who-win-prize .prize-item{position:relative;font-weight:500;font-size:20px;color:#000;display:flex;align-items:center;padding-right:1.5em}section.competition-sponsor-page section.who-win-prize .real-content-area{display:flex;flex-direction:column;gap:5px}section.competition-sponsor-page section.who-win-prize .prize-item:after{content:"";position:absolute;right:0;width:16px;height:16px;background:#f28a49;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}section.competition-sponsor-page section.who-win-prize .title{font-weight:700;font-size:40px;color:#211606}.sponsorship-container{background:url(/assets/form-bg-DUYmov3A.jpg);padding:40px;min-height:100vh;display:flex;justify-content:center;align-items:center;position:relative;font-family:Arial,sans-serif;direction:rtl;margin-block:2em;margin-inline:5em;background-size:cover;background-position:left;border-radius:2em;-webkit-border-radius:2em;-moz-border-radius:2em;-ms-border-radius:2em;-o-border-radius:2em}.decorative-corner{position:absolute;width:150px;height:150px;background:linear-gradient(135deg,#6b4423,#8b5a3c);border-radius:20px}.decorative-corner:before{content:"";position:absolute;width:100%;height:100%;background-image:linear-gradient(45deg,transparent 48%,rgba(255,255,255,.1) 49%,rgba(255,255,255,.1) 51%,transparent 52%),linear-gradient(-45deg,transparent 48%,rgba(255,255,255,.1) 49%,rgba(255,255,255,.1) 51%,transparent 52%);background-size:20px 20px}.decorative-corner.top-left{top:20px;left:20px;border-radius:0 0 80px}.decorative-corner.top-right{top:20px;right:20px;border-radius:0 0 0 80px}.decorative-corner.bottom-left{bottom:20px;left:20px;border-radius:0 80px 0 0}.decorative-corner.bottom-right{bottom:20px;right:20px;border-radius:80px 0 0}.form-wrapper{border-radius:20px;padding:50px 60px;max-width:900px;width:100%;position:relative;z-index:1}.form-title{text-align:center;color:#000;font-size:24px;font-weight:700;margin-bottom:40px;line-height:1.6;padding:20px;border-radius:10px}form{display:flex;flex-direction:column;gap:25px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group.full-width{grid-column:1 / -1}label{color:#6b4423;font-size:16px;font-weight:600;text-align:right}section.competition-sponsor-page input,section.competition-sponsor-page textarea{padding:14px 18px;border:2px solid #d4c4b0;border-radius:8px;font-size:15px;background:#fefdfb;transition:all .3s ease;direction:rtl;font-family:Arial,sans-serif}section.competition-sponsor-page input:focus,section.competition-sponsor-page textarea:focus{outline:none;border-color:#8b5a3c;background:#fff;box-shadow:0 0 0 3px #8b5a3c1a}textarea{resize:vertical;min-height:120px}.submit-button{background:linear-gradient(135deg,#1a4d3c,#2d6b52);color:#fff;padding:16px 60px;border:none;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;align-self:center;margin-top:20px;box-shadow:0 4px 15px #1a4d3c4d}.submit-button:hover{background:linear-gradient(135deg,#2d6b52,#1a4d3c);transform:translateY(-2px);box-shadow:0 6px 20px #1a4d3c66}.submit-button:active{transform:translateY(0)}@media (max-width: 768px){.sponsorship-container{padding:40px 20px}.form-wrapper{padding:30px 25px}.form-row{grid-template-columns:1fr}.form-title{font-size:20px;padding:15px}.decorative-corner{width:100px;height:100px}.submit-button{width:100%}}@media (max-width: 900px){section.competition-sponsor-page section.who-win-prize .title img{display:none!important}}.breadcrumb{background:#f9fafb;padding:10px 20px;border-radius:12px;font-size:14px;color:#4b5563;max-width:800px;margin:0 auto 2em}.breadcrumb ol{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0}.breadcrumb a{color:#2563eb;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb .separator{color:#9ca3af}*{margin:0;padding:0;box-sizing:border-box}body{color:#1a1a1a;line-height:1.6}.article-page{margin-top:3em;min-height:100vh;padding:20px;direction:rtl}.article-container{max-width:800px;margin:0 auto;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.hero-image{width:100%;height:400px;overflow:hidden;border-radius:12px;margin-bottom:20px}.hero-image img{width:100%;height:100%;object-fit:cover}.article-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:0 20px;flex-wrap:wrap;gap:15px}.category-tag{background-color:#10b981;color:#fff;padding:6px 16px;border-radius:20px;font-size:14px;font-weight:600}.meta-info{display:flex;gap:20px;align-items:center;color:#666;font-size:14px}.reading-time,.publish-date{display:flex;align-items:center;gap:6px}.reading-time svg,.publish-date svg{opacity:.7}.article-title{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:20px;padding:0 20px;line-height:1.3}.article-lead{font-size:18px;color:#4a5568;margin-bottom:25px;padding:0 20px;line-height:1.6}.social-icons{display:flex;align-items:center;gap:15px;padding:20px;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin-bottom:30px}.share-label{font-weight:600;color:#1a1a1a;margin-left:10px}.social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#f3f4f6;color:#4b5563;transition:all .3s ease;text-decoration:none}.social-icon:hover{background-color:#1a1a1a;color:#fff;transform:translateY(-2px)}.article-content{padding:0 20px 40px;font-size:16px;color:#374151;line-height:1.8}.article-content p{margin-bottom:20px}.article-section{margin:30px 0;padding:20px;background-color:#f9fafb;border-right:4px solid #10b981;border-radius:8px}.article-section h2{font-size:22px;color:#1a1a1a;margin-bottom:15px;font-weight:700}.article-section p{margin-bottom:15px;color:#4b5563}@media (max-width: 768px){.article-page{padding:10px}.hero-image{height:250px}.article-title{font-size:24px}.article-lead{font-size:16px}.article-meta{flex-direction:column;align-items:flex-start}.social-icons{flex-wrap:wrap}}@media (max-width: 480px){.article-title{font-size:20px}.article-content{font-size:15px}.social-icon{width:32px;height:32px}}header{position:relative;z-index:2}section.nav{background:#f1efe3}section.nav .top-nav{height:63px;background:#b6481a;color:#fff;padding-inline:72px;padding-block:10px;font-weight:700;font-size:16px}.real-top-nav{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.exhibition-location{display:flex;gap:.5em}.social-link{width:28px;height:28px;background:#fff;border-radius:50%;border:solid 1px #EA812C}.real-social-link{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.real-social-links-area{display:flex;gap:10px}.real-left-nav{display:flex;align-items:center;gap:63px}.register-now-area button{width:142px;height:43px;background:#1c453d;color:#fff;border-radius:50px;font-weight:700;border:none;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;cursor:pointer;transition:.2s;-webkit-transition:.2s;-moz-transition:.2s;-ms-transition:.2s;-o-transition:.2s}.register-now-area button:hover{background:#143730}.exhibition-det{padding-inline:90px;padding-bottom:3em}.real-exhibition-det{display:flex;justify-content:space-between;align-items:center}img.exhibition-logo,.first-exhibition-det,.second-exhibition-det,.third-exhibition-det{width:357px}.left-nav-contact p.nav-contact-p{font-weight:700;font-size:24px}.left-nav-contact a.email{font-weight:500;font-size:24px}.real-nav-contact{display:flex;align-items:center;gap:23px}.hr-area{height:8em;margin-top:2em}.hr-area hr.exhibition-det-hr{height:100%}.tabs-container{position:absolute;width:95%;background:#1c453ded;right:2.5%;border-radius:1em;font-weight:600;font-size:20px;color:#fff;height:3em;bottom:-1.5em}a.tab.active{color:#b6481a}.real-tabs-container{width:100%;height:100%;display:flex;justify-content:space-around;align-items:center}.mobile-menu-toggle{display:none;position:absolute;left:9px;top:39%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;z-index:1001;padding:10px}.hamburger{display:flex;flex-direction:column;gap:5px;width:30px}.hamburger span{display:block;width:100%;height:3px;background:#1c453d;transition:all .3s ease;border-radius:2px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media screen and (max-width: 1024px){section.nav .top-nav{padding-inline:40px;font-size:14px}.real-left-nav{gap:30px}.exhibition-det{padding-inline:40px}img.exhibition-logo,.first-exhibition-det,.second-exhibition-det,.third-exhibition-det{width:280px}.left-nav-contact p.nav-contact-p,.left-nav-contact a.email{font-size:20px}.nav-icon{width:50px;height:50px}.tabs-container{width:80%;right:10%;font-size:20px}}@media screen and (max-width: 868px){section.nav .top-nav{padding-inline:20px;font-size:12px;height:auto;min-height:63px}.real-top-nav{flex-direction:column;gap:15px;padding-block:15px}.exhibition-location{font-size:12px}.location-text{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.real-left-nav{gap:20px;flex-wrap:wrap;justify-content:center}.register-now-area button{width:120px;height:38px;font-size:14px}.social-link{width:24px;height:24px}.exhibition-det{padding-inline:20px;padding-bottom:2em}.real-exhibition-det{flex-direction:column;gap:30px}img.exhibition-logo{width:220px}.first-exhibition-det,.second-exhibition-det,.third-exhibition-det{width:100%;max-width:300px}.hr-area{display:none}.left-nav-contact p.nav-contact-p{font-size:18px}.left-nav-contact a.email{font-size:16px}.nav-icon{width:45px;height:45px}.mobile-menu-toggle{display:block}.tabs-container{position:fixed;width:280px;right:-280px;top:0;bottom:auto;height:100vh;border-radius:0;transition:right .3s ease;z-index:1000;overflow-y:auto}.tabs-container.mobile-open{right:0}.real-tabs-container{flex-direction:column;justify-content:flex-start;padding-top:80px;gap:0}.tab{width:100%;border-bottom:1px solid rgba(255,255,255,.1)}.real-tab{padding:20px;text-align:center;transition:background .2s ease}.real-tab:hover{background:#ffffff1a}}@media screen and (max-width: 480px){section.nav .top-nav{padding-inline:15px;font-size:11px}.exhibition-location svg{width:16px;height:16px}.location-text{max-width:150px}.real-left-nav{gap:15px}.register-now-area button{width:100px;height:35px;font-size:12px}.social-link{width:22px;height:22px}.real-social-links-area{gap:8px}.exhibition-det{padding-inline:15px}img.exhibition-logo{width:180px}.left-nav-contact p.nav-contact-p{font-size:16px}.left-nav-contact a.email{font-size:14px}.nav-icon{width:40px;height:40px}.real-nav-contact{gap:15px}.tabs-container{width:250px;right:-250px;font-size:18px}.real-tab{padding:18px}}@media screen and (max-width: 360px){section.nav .top-nav{padding-inline:10px;font-size:10px}.location-text{max-width:120px}.register-now-area button{width:90px;height:32px;font-size:11px}.social-link{width:20px;height:20px}img.exhibition-logo{width:150px}.left-nav-contact p.nav-contact-p{font-size:14px}.left-nav-contact a.email{font-size:12px}.nav-icon{width:36px;height:36px}.tabs-container{width:220px;right:-220px;font-size:16px}}@media screen and (max-height: 500px) and (orientation: landscape){.tabs-container{overflow-y:auto}.real-tabs-container{padding-top:60px;padding-bottom:20px}.real-tab{padding:15px}}@media screen and (max-width: 768px){.tabs-container.mobile-open:before{content:"";position:fixed;inset:0 280px 0 0;background:#00000080;z-index:-1}}@media (max-width: 500px){section.competition-sponsor-page.home-page section.about svg{display:none!important}section.competition-sponsor-page.home-page .sponsorship-container{margin-inline:2em!important}}@media print{.mobile-menu-toggle,.social-links-area,.register-now-area{display:none}.tabs-container{position:relative;width:100%;right:0}}.footer{background-color:#1a4d4d;color:#fff;padding:60px 20px 40px;direction:rtl;font-family:Arial,sans-serif}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:60px;align-items:start}.footer-logo-section{text-align:right}.logo img{width:343px;height:auto}.logo-subtitle{font-size:11px;color:#ff6b35;margin-bottom:15px;line-height:1.4;font-weight:600}.footer-description{font-size:14px;line-height:1.8;color:#e0e0e0;margin:0}.footer-links h3{font-size:18px;margin-bottom:20px;font-weight:600}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:orange;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-links a:hover{color:#ea812c;text-decoration:underline}.footer-contact h3{font-size:18px;margin-bottom:20px;font-weight:600}.contact-item{display:flex;align-items:center;gap:8px;margin-bottom:15px;font-size:14px}.contact-item .icon{font-size:16px}.contact-text{color:#e0e0e0}.contact-link{color:orange;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:#ea812c}.social-icons{display:flex;gap:12px;margin:25px 0}.social-icon{width:36px;height:36px;background-color:#ffffff26;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;font-size:16px;transition:background-color .3s ease,transform .2s ease;width:28px;height:28px;background:#fff;border-radius:50%;border:solid 1px #EA812C}.social-icon:hover{background-color:#ffffff40;transform:translateY(-2px)}.register-button{background-color:#d85a2f;color:#fff;border:none;padding:12px 50px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;margin-top:10px}.register-button:hover{background-color:#c04d26;transform:translateY(-2px)}@media (max-width: 968px){.footer-container{grid-template-columns:1fr;gap:40px;text-align:center}.footer-logo-section,.footer-links{text-align:center}.contact-item,.social-icons{justify-content:center}}@media (max-width: 768px){.footer{padding:40px 20px 30px}.footer-container{gap:30px}.footer-links h3,.footer-contact h3{font-size:16px}.register-button{padding:10px 40px;font-size:14px}}.footer{background-color:#1a4d4d;color:#fff;padding:60px 20px 20px;direction:rtl;font-family:Arial,sans-serif;display:flex;flex-direction:column;justify-content:space-between}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:60px;align-items:start;width:100%}.footer-bottom{margin-top:40px;text-align:center;border-top:1px solid rgba(255,255,255,.2);padding-top:15px;font-size:13px;color:#ccc}@media (max-width: 968px){.footer-container{grid-template-columns:1fr;gap:40px;text-align:center}.footer-logo-section,.footer-links,.footer-contact{text-align:center}.contact-item,.social-icons{justify-content:center}}@media (max-width: 768px){.footer{padding:40px 20px 15px}.footer-container{gap:30px}.footer-links h3,.footer-contact h3{font-size:16px}.register-button{padding:10px 40px;font-size:14px}.footer-bottom{font-size:12px}}section.home-page section.about .content .left .details-area{display:flex;justify-content:flex-end}.carousel-section .carousel-track .logo-item a{text-align:center}@layer theme,base,components,utilities;@layer theme{@theme default{ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --color-red-50: oklch(97.1% .013 17.38); --color-red-100: oklch(93.6% .032 17.717); --color-red-200: oklch(88.5% .062 18.334); --color-red-300: oklch(80.8% .114 19.571); --color-red-400: oklch(70.4% .191 22.216); --color-red-500: oklch(63.7% .237 25.331); --color-red-600: oklch(57.7% .245 27.325); --color-red-700: oklch(50.5% .213 27.518); --color-red-800: oklch(44.4% .177 26.899); --color-red-900: oklch(39.6% .141 25.723); --color-red-950: oklch(25.8% .092 26.042); --color-orange-50: oklch(98% .016 73.684); --color-orange-100: oklch(95.4% .038 75.164); --color-orange-200: oklch(90.1% .076 70.697); --color-orange-300: oklch(83.7% .128 66.29); --color-orange-400: oklch(75% .183 55.934); --color-orange-500: oklch(70.5% .213 47.604); --color-orange-600: oklch(64.6% .222 41.116); --color-orange-700: oklch(55.3% .195 38.402); --color-orange-800: oklch(47% .157 37.304); --color-orange-900: oklch(40.8% .123 38.172); --color-orange-950: oklch(26.6% .079 36.259); --color-amber-50: oklch(98.7% .022 95.277); --color-amber-100: oklch(96.2% .059 95.617); --color-amber-200: oklch(92.4% .12 95.746); --color-amber-300: oklch(87.9% .169 91.605); --color-amber-400: oklch(82.8% .189 84.429); --color-amber-500: oklch(76.9% .188 70.08); --color-amber-600: oklch(66.6% .179 58.318); --color-amber-700: oklch(55.5% .163 48.998); --color-amber-800: oklch(47.3% .137 46.201); --color-amber-900: oklch(41.4% .112 45.904); --color-amber-950: oklch(27.9% .077 45.635); --color-yellow-50: oklch(98.7% .026 102.212); --color-yellow-100: oklch(97.3% .071 103.193); --color-yellow-200: oklch(94.5% .129 101.54); --color-yellow-300: oklch(90.5% .182 98.111); --color-yellow-400: oklch(85.2% .199 91.936); --color-yellow-500: oklch(79.5% .184 86.047); --color-yellow-600: oklch(68.1% .162 75.834); --color-yellow-700: oklch(55.4% .135 66.442); --color-yellow-800: oklch(47.6% .114 61.907); --color-yellow-900: oklch(42.1% .095 57.708); --color-yellow-950: oklch(28.6% .066 53.813); --color-lime-50: oklch(98.6% .031 120.757); --color-lime-100: oklch(96.7% .067 122.328); --color-lime-200: oklch(93.8% .127 124.321); --color-lime-300: oklch(89.7% .196 126.665); --color-lime-400: oklch(84.1% .238 128.85); --color-lime-500: oklch(76.8% .233 130.85); --color-lime-600: oklch(64.8% .2 131.684); --color-lime-700: oklch(53.2% .157 131.589); --color-lime-800: oklch(45.3% .124 130.933); --color-lime-900: oklch(40.5% .101 131.063); --color-lime-950: oklch(27.4% .072 132.109); --color-green-50: oklch(98.2% .018 155.826); --color-green-100: oklch(96.2% .044 156.743); --color-green-200: oklch(92.5% .084 155.995); --color-green-300: oklch(87.1% .15 154.449); --color-green-400: oklch(79.2% .209 151.711); --color-green-500: oklch(72.3% .219 149.579); --color-green-600: oklch(62.7% .194 149.214); --color-green-700: oklch(52.7% .154 150.069); --color-green-800: oklch(44.8% .119 151.328); --color-green-900: oklch(39.3% .095 152.535); --color-green-950: oklch(26.6% .065 152.934); --color-emerald-50: oklch(97.9% .021 166.113); --color-emerald-100: oklch(95% .052 163.051); --color-emerald-200: oklch(90.5% .093 164.15); --color-emerald-300: oklch(84.5% .143 164.978); --color-emerald-400: oklch(76.5% .177 163.223); --color-emerald-500: oklch(69.6% .17 162.48); --color-emerald-600: oklch(59.6% .145 163.225); --color-emerald-700: oklch(50.8% .118 165.612); --color-emerald-800: oklch(43.2% .095 166.913); --color-emerald-900: oklch(37.8% .077 168.94); --color-emerald-950: oklch(26.2% .051 172.552); --color-teal-50: oklch(98.4% .014 180.72); --color-teal-100: oklch(95.3% .051 180.801); --color-teal-200: oklch(91% .096 180.426); --color-teal-300: oklch(85.5% .138 181.071); --color-teal-400: oklch(77.7% .152 181.912); --color-teal-500: oklch(70.4% .14 182.503); --color-teal-600: oklch(60% .118 184.704); --color-teal-700: oklch(51.1% .096 186.391); --color-teal-800: oklch(43.7% .078 188.216); --color-teal-900: oklch(38.6% .063 188.416); --color-teal-950: oklch(27.7% .046 192.524); --color-cyan-50: oklch(98.4% .019 200.873); --color-cyan-100: oklch(95.6% .045 203.388); --color-cyan-200: oklch(91.7% .08 205.041); --color-cyan-300: oklch(86.5% .127 207.078); --color-cyan-400: oklch(78.9% .154 211.53); --color-cyan-500: oklch(71.5% .143 215.221); --color-cyan-600: oklch(60.9% .126 221.723); --color-cyan-700: oklch(52% .105 223.128); --color-cyan-800: oklch(45% .085 224.283); --color-cyan-900: oklch(39.8% .07 227.392); --color-cyan-950: oklch(30.2% .056 229.695); --color-sky-50: oklch(97.7% .013 236.62); --color-sky-100: oklch(95.1% .026 236.824); --color-sky-200: oklch(90.1% .058 230.902); --color-sky-300: oklch(82.8% .111 230.318); --color-sky-400: oklch(74.6% .16 232.661); --color-sky-500: oklch(68.5% .169 237.323); --color-sky-600: oklch(58.8% .158 241.966); --color-sky-700: oklch(50% .134 242.749); --color-sky-800: oklch(44.3% .11 240.79); --color-sky-900: oklch(39.1% .09 240.876); --color-sky-950: oklch(29.3% .066 243.157); --color-blue-50: oklch(97% .014 254.604); --color-blue-100: oklch(93.2% .032 255.585); --color-blue-200: oklch(88.2% .059 254.128); --color-blue-300: oklch(80.9% .105 251.813); --color-blue-400: oklch(70.7% .165 254.624); --color-blue-500: oklch(62.3% .214 259.815); --color-blue-600: oklch(54.6% .245 262.881); --color-blue-700: oklch(48.8% .243 264.376); --color-blue-800: oklch(42.4% .199 265.638); --color-blue-900: oklch(37.9% .146 265.522); --color-blue-950: oklch(28.2% .091 267.935); --color-indigo-50: oklch(96.2% .018 272.314); --color-indigo-100: oklch(93% .034 272.788); --color-indigo-200: oklch(87% .065 274.039); --color-indigo-300: oklch(78.5% .115 274.713); --color-indigo-400: oklch(67.3% .182 276.935); --color-indigo-500: oklch(58.5% .233 277.117); --color-indigo-600: oklch(51.1% .262 276.966); --color-indigo-700: oklch(45.7% .24 277.023); --color-indigo-800: oklch(39.8% .195 277.366); --color-indigo-900: oklch(35.9% .144 278.697); --color-indigo-950: oklch(25.7% .09 281.288); --color-violet-50: oklch(96.9% .016 293.756); --color-violet-100: oklch(94.3% .029 294.588); --color-violet-200: oklch(89.4% .057 293.283); --color-violet-300: oklch(81.1% .111 293.571); --color-violet-400: oklch(70.2% .183 293.541); --color-violet-500: oklch(60.6% .25 292.717); --color-violet-600: oklch(54.1% .281 293.009); --color-violet-700: oklch(49.1% .27 292.581); --color-violet-800: oklch(43.2% .232 292.759); --color-violet-900: oklch(38% .189 293.745); --color-violet-950: oklch(28.3% .141 291.089); --color-purple-50: oklch(97.7% .014 308.299); --color-purple-100: oklch(94.6% .033 307.174); --color-purple-200: oklch(90.2% .063 306.703); --color-purple-300: oklch(82.7% .119 306.383); --color-purple-400: oklch(71.4% .203 305.504); --color-purple-500: oklch(62.7% .265 303.9); --color-purple-600: oklch(55.8% .288 302.321); --color-purple-700: oklch(49.6% .265 301.924); --color-purple-800: oklch(43.8% .218 303.724); --color-purple-900: oklch(38.1% .176 304.987); --color-purple-950: oklch(29.1% .149 302.717); --color-fuchsia-50: oklch(97.7% .017 320.058); --color-fuchsia-100: oklch(95.2% .037 318.852); --color-fuchsia-200: oklch(90.3% .076 319.62); --color-fuchsia-300: oklch(83.3% .145 321.434); --color-fuchsia-400: oklch(74% .238 322.16); --color-fuchsia-500: oklch(66.7% .295 322.15); --color-fuchsia-600: oklch(59.1% .293 322.896); --color-fuchsia-700: oklch(51.8% .253 323.949); --color-fuchsia-800: oklch(45.2% .211 324.591); --color-fuchsia-900: oklch(40.1% .17 325.612); --color-fuchsia-950: oklch(29.3% .136 325.661); --color-pink-50: oklch(97.1% .014 343.198); --color-pink-100: oklch(94.8% .028 342.258); --color-pink-200: oklch(89.9% .061 343.231); --color-pink-300: oklch(82.3% .12 346.018); --color-pink-400: oklch(71.8% .202 349.761); --color-pink-500: oklch(65.6% .241 354.308); --color-pink-600: oklch(59.2% .249 .584); --color-pink-700: oklch(52.5% .223 3.958); --color-pink-800: oklch(45.9% .187 3.815); --color-pink-900: oklch(40.8% .153 2.432); --color-pink-950: oklch(28.4% .109 3.907); --color-rose-50: oklch(96.9% .015 12.422); --color-rose-100: oklch(94.1% .03 12.58); --color-rose-200: oklch(89.2% .058 10.001); --color-rose-300: oklch(81% .117 11.638); --color-rose-400: oklch(71.2% .194 13.428); --color-rose-500: oklch(64.5% .246 16.439); --color-rose-600: oklch(58.6% .253 17.585); --color-rose-700: oklch(51.4% .222 16.935); --color-rose-800: oklch(45.5% .188 13.697); --color-rose-900: oklch(41% .159 10.272); --color-rose-950: oklch(27.1% .105 12.094); --color-slate-50: oklch(98.4% .003 247.858); --color-slate-100: oklch(96.8% .007 247.896); --color-slate-200: oklch(92.9% .013 255.508); --color-slate-300: oklch(86.9% .022 252.894); --color-slate-400: oklch(70.4% .04 256.788); --color-slate-500: oklch(55.4% .046 257.417); --color-slate-600: oklch(44.6% .043 257.281); --color-slate-700: oklch(37.2% .044 257.287); --color-slate-800: oklch(27.9% .041 260.031); --color-slate-900: oklch(20.8% .042 265.755); --color-slate-950: oklch(12.9% .042 264.695); --color-gray-50: oklch(98.5% .002 247.839); --color-gray-100: oklch(96.7% .003 264.542); --color-gray-200: oklch(92.8% .006 264.531); --color-gray-300: oklch(87.2% .01 258.338); --color-gray-400: oklch(70.7% .022 261.325); --color-gray-500: oklch(55.1% .027 264.364); --color-gray-600: oklch(44.6% .03 256.802); --color-gray-700: oklch(37.3% .034 259.733); --color-gray-800: oklch(27.8% .033 256.848); --color-gray-900: oklch(21% .034 264.665); --color-gray-950: oklch(13% .028 261.692); --color-zinc-50: oklch(98.5% 0 0); --color-zinc-100: oklch(96.7% .001 286.375); --color-zinc-200: oklch(92% .004 286.32); --color-zinc-300: oklch(87.1% .006 286.286); --color-zinc-400: oklch(70.5% .015 286.067); --color-zinc-500: oklch(55.2% .016 285.938); --color-zinc-600: oklch(44.2% .017 285.786); --color-zinc-700: oklch(37% .013 285.805); --color-zinc-800: oklch(27.4% .006 286.033); --color-zinc-900: oklch(21% .006 285.885); --color-zinc-950: oklch(14.1% .005 285.823); --color-neutral-50: oklch(98.5% 0 0); --color-neutral-100: oklch(97% 0 0); --color-neutral-200: oklch(92.2% 0 0); --color-neutral-300: oklch(87% 0 0); --color-neutral-400: oklch(70.8% 0 0); --color-neutral-500: oklch(55.6% 0 0); --color-neutral-600: oklch(43.9% 0 0); --color-neutral-700: oklch(37.1% 0 0); --color-neutral-800: oklch(26.9% 0 0); --color-neutral-900: oklch(20.5% 0 0); --color-neutral-950: oklch(14.5% 0 0); --color-stone-50: oklch(98.5% .001 106.423); --color-stone-100: oklch(97% .001 106.424); --color-stone-200: oklch(92.3% .003 48.717); --color-stone-300: oklch(86.9% .005 56.366); --color-stone-400: oklch(70.9% .01 56.259); --color-stone-500: oklch(55.3% .013 58.071); --color-stone-600: oklch(44.4% .011 73.639); --color-stone-700: oklch(37.4% .01 67.558); --color-stone-800: oklch(26.8% .007 34.298); --color-stone-900: oklch(21.6% .006 56.043); --color-stone-950: oklch(14.7% .004 49.25); --color-black: #000; --color-white: #fff; --spacing: .25rem; --breakpoint-sm: 40rem; --breakpoint-md: 48rem; --breakpoint-lg: 64rem; --breakpoint-xl: 80rem; --breakpoint-2xl: 96rem; --container-3xs: 16rem; --container-2xs: 18rem; --container-xs: 20rem; --container-sm: 24rem; --container-md: 28rem; --container-lg: 32rem; --container-xl: 36rem; --container-2xl: 42rem; --container-3xl: 48rem; --container-4xl: 56rem; --container-5xl: 64rem; --container-6xl: 72rem; --container-7xl: 80rem; --text-xs: .75rem; --text-xs--line-height: calc(1 / .75); --text-sm: .875rem; --text-sm--line-height: calc(1.25 / .875); --text-base: 1rem; --text-base--line-height: 1.5 ; --text-lg: 1.125rem; --text-lg--line-height: calc(1.75 / 1.125); --text-xl: 1.25rem; --text-xl--line-height: calc(1.75 / 1.25); --text-2xl: 1.5rem; --text-2xl--line-height: calc(2 / 1.5); --text-3xl: 1.875rem; --text-3xl--line-height: 1.2 ; --text-4xl: 2.25rem; --text-4xl--line-height: calc(2.5 / 2.25); --text-5xl: 3rem; --text-5xl--line-height: 1; --text-6xl: 3.75rem; --text-6xl--line-height: 1; --text-7xl: 4.5rem; --text-7xl--line-height: 1; --text-8xl: 6rem; --text-8xl--line-height: 1; --text-9xl: 8rem; --text-9xl--line-height: 1; --font-weight-thin: 100; --font-weight-extralight: 200; --font-weight-light: 300; --font-weight-normal: 400; --font-weight-medium: 500; --font-weight-semibold: 600; --font-weight-bold: 700; --font-weight-extrabold: 800; --font-weight-black: 900; --tracking-tighter: -.05em; --tracking-tight: -.025em; --tracking-normal: 0em; --tracking-wide: .025em; --tracking-wider: .05em; --tracking-widest: .1em; --leading-tight: 1.25; --leading-snug: 1.375; --leading-normal: 1.5; --leading-relaxed: 1.625; --leading-loose: 2; --radius-xs: .125rem; --radius-sm: .25rem; --radius-md: .375rem; --radius-lg: .5rem; --radius-xl: .75rem; --radius-2xl: 1rem; --radius-3xl: 1.5rem; --radius-4xl: 2rem; --shadow-2xs: 0 1px rgb(0 0 0 / .05); --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / .05); --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1); --shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1); --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25); --inset-shadow-2xs: inset 0 1px rgb(0 0 0 / .05); --inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / .05); --inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / .05); --drop-shadow-xs: 0 1px 1px rgb(0 0 0 / .05); --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / .15); --drop-shadow-md: 0 3px 3px rgb(0 0 0 / .12); --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / .15); --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / .1); --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / .15); --text-shadow-2xs: 0px 1px 0px rgb(0 0 0 / .15); --text-shadow-xs: 0px 1px 1px rgb(0 0 0 / .2); --text-shadow-sm: 0px 1px 0px rgb(0 0 0 / .075), 0px 1px 1px rgb(0 0 0 / .075), 0px 2px 2px rgb(0 0 0 / .075); --text-shadow-md: 0px 1px 1px rgb(0 0 0 / .1), 0px 1px 2px rgb(0 0 0 / .1), 0px 2px 4px rgb(0 0 0 / .1); --text-shadow-lg: 0px 1px 2px rgb(0 0 0 / .1), 0px 3px 2px rgb(0 0 0 / .1), 0px 4px 8px rgb(0 0 0 / .1); --ease-in: cubic-bezier(.4, 0, 1, 1); --ease-out: cubic-bezier(0, 0, .2, 1); --ease-in-out: cubic-bezier(.4, 0, .2, 1); --animate-spin: spin 1s linear infinite; --animate-ping: ping 1s cubic-bezier(0, 0, .2, 1) infinite; --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite; --animate-bounce: bounce 1s infinite; @keyframes spin { to { transform: rotate(360deg); } } @keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } } @keyframes pulse { 50% { opacity: .5; } } @keyframes bounce { 0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(.8, 0, 1, 1); } 50% { transform: none; animation-timing-function: cubic-bezier(0, 0, .2, 1); } } --blur-xs: 4px; --blur-sm: 8px; --blur-md: 12px; --blur-lg: 16px; --blur-xl: 24px; --blur-2xl: 40px; --blur-3xl: 64px; --perspective-dramatic: 100px; --perspective-near: 300px; --perspective-normal: 500px; --perspective-midrange: 800px; --perspective-distant: 1200px; --aspect-video: 16 / 9; --default-transition-duration: .15s; --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1); --default-font-family: --theme(--font-sans, initial); --default-font-feature-settings: --theme( --font-sans--font-feature-settings, initial ); --default-font-variation-settings: --theme( --font-sans--font-variation-settings, initial ); --default-mono-font-family: --theme(--font-mono, initial); --default-mono-font-feature-settings: --theme( --font-mono--font-feature-settings, initial ); --default-mono-font-variation-settings: --theme( --font-mono--font-variation-settings, initial ); }@theme default inline reference{ --blur: 8px; --shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1); --shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / .05); --drop-shadow: 0 1px 2px rgb(0 0 0 / .1), 0 1px 1px rgb(0 0 0 / .06); --radius: .25rem; --max-width-prose: 65ch; }}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:--theme(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:--theme(--default-font-feature-settings,normal);font-variation-settings:--theme(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:--theme(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:--theme(--default-mono-font-feature-settings,normal);font-variation-settings:--theme(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{@tailwind utilities;}*{box-sizing:border-box;margin:0;padding:0;font-family:Tajawal,sans-serif}body{direction:rtl;background:#f1efe3}a{color:inherit;text-decoration:none;cursor:pointer}main{position:relative;z-index:1;padding-bottom:4em}.Share .row{display:flex;padding-inline:5em}.Share svg{margin-left:0}
