body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{background-color:#1a1a1a;box-shadow:0 2px 4px #0000001a;color:#f1f1f1;padding:1rem 2rem;position:fixed;top:0;width:100%;z-index:1000}.header__content{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px}@media(max-width:768px){.header__content{align-items:center;flex-direction:column;justify-content:center;padding:.5rem}}@media(max-width:480px){.header__content{align-items:center;flex-direction:row;justify-content:space-between;padding:.5rem 1rem}}.header__logo{font-size:1.5rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.header__logo a{color:#f1f1f1;text-decoration:none;transition:color .3s ease}.header__logo a:hover{color:gold}.header__toggle{color:#fad505;cursor:pointer;display:none;font-size:1.5rem;justify-content:space-between}@media(max-width:768px){.header__toggle{display:block}}.header__nav{align-items:center;display:flex}@media(max-width:768px){.header__nav{display:none}}.header__nav.open{align-items:center;background-color:#1a1a1a;border-top:1px solid #333;display:flex;flex-direction:column;left:0;padding:1rem 0;position:absolute;top:100%;width:100%;z-index:999}.header__nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}@media(max-width:768px){.header__nav-list{align-items:center;flex-direction:column;gap:1rem}}@media(max-width:480px){.header__nav-list{gap:.5rem}}.header__nav-item{position:relative}.header__nav-item a{color:#f1f1f1;font-size:1rem;text-decoration:none;transition:color .3s ease,background-color .3s ease,padding .3s ease,border-radius .3s ease}.header__nav-item a:hover{background-color:#ffffff1a;border-radius:10px;color:gold;padding:10px}.header__nav-item a:hover:after{background-color:gold;bottom:-5px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform:scaleX(1);transform-origin:left;transition:transform .3s ease;width:100%}.header__nav-spacing{height:1rem}@media(min-width:769px){.header__nav-spacing{width:2rem}}.header__nav-spacing2{height:1rem}@media(min-width:769px){.header__nav-spacing2{width:5rem}}.header__social{display:flex;gap:1rem}@media(max-width:768px){.header__social{justify-content:center;margin-top:1rem}}.header__social a{color:#f1f1f1;font-size:1.5rem;transition:color .3s ease}.header__social a:hover{color:gold}@media(max-width:480px){.header__social a{font-size:1.2rem}}.header__cta{margin-top:1rem}@media(max-width:768px){.header__cta{margin-top:1rem}}.header__cta-button{background-color:gold;border-radius:2rem;color:#1a1a1a;font-weight:700;padding:.5rem 1.5rem;text-decoration:none;transition:background-color .3s ease,color .3s ease,transform .3s ease}.header__cta-button:hover{background-color:#1a1a1a;box-shadow:0 0 10px #ffd700b3,0 0 20px #ffd70080;color:gold;transform:scale(1.05)}@media(max-width:480px){.header__cta-button{font-size:.9rem;padding:.5rem 1rem}}.home-container{align-items:center;background-color:#010105;color:#e0d31a;display:flex;flex-direction:row;justify-content:space-around;min-height:100vh;padding:2rem}@media(max-width:768px){.home-container{flex-direction:column;padding:1rem}}.home-container .details{animation:fadeIn 1s ease-out,pulse 2s infinite;background:#0a0a0b;border-radius:10px;box-shadow:5px 5px 5px #e0d31a;max-width:600px;padding:1.5rem;text-align:center}@media(max-width:768px){.home-container .details{margin-top:1.5rem}}.home-container .details h4,.home-container .details h6,.home-container .details p{animation:swingIn 1s forwards;opacity:0;transform-origin:top center}.home-container .details h6{animation-delay:.5s;color:#e0d31a;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}@media(max-width:768px){.home-container .details h6{font-size:1.2rem}}.home-container .details h4{animation-delay:1s;color:#fff;font-size:2.5rem;margin:.5rem 0}@media(max-width:768px){.home-container .details h4{font-size:2rem}}.home-container .details p{animation-delay:1.5s;color:#e6e6e6;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}@media(max-width:768px){.home-container .details p{font-size:1rem}}.home-container .details:hover{box-shadow:0 10px 15px #e0d31a80;transform:scale(1.02)}@keyframes pulse{0%{box-shadow:5px 5px 5px #e0d31a33}50%{box-shadow:10px 10px 15px #e0d31a66}to{box-shadow:5px 5px 5px #e0d31a33}}@keyframes swingIn{0%{opacity:0;transform:rotateX(-90deg)}to{opacity:1;transform:rotateX(0deg)}}.home-container .picture{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:2rem;transition:transform .3s,filter .3s,opacity .3s}@media(max-width:768px){.home-container .picture{margin-top:0}}.home-container .picture img{border-radius:50%;box-shadow:0 4px 6px #e0d31a66;filter:brightness(.95) contrast(1.1);max-height:300px;max-width:300px;opacity:.9;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out,filter .3s ease-in-out}.home-container .picture img:hover{box-shadow:0 15px 25px #e0d31acc;filter:brightness(1.05) contrast(1.15);opacity:1;transform:scale(1.08) rotate(2deg)}@media(max-width:480px){.home-container .picture img{max-height:250px;max-width:250px}}.home-container .picture:before{background:radial-gradient(circle at center,#e0d31a33,#0000);border-radius:50%;content:"";height:320px;position:absolute;transition:transform .3s ease-in-out,opacity .3s ease-in-out;width:320px;z-index:-1}.home-container .picture:hover:before{opacity:1;transform:scale(1.15)}.skills-container{grid-gap:3rem;background-color:#000;color:#fff;display:grid;gap:3rem;grid-template-columns:1fr 1fr;height:100vh;padding:2rem}.skills-container .skill-category{background-color:#1b1b1b;border:2px solid #0000;border-radius:10px;box-shadow:0 0 20px 10px #36363580;padding:2rem;transition:all .3s ease}.skills-container .skill-category h2{color:#a4a4a4;font-size:1.8rem;margin-bottom:1rem}.skills-container .skill-category .skill-items{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.skills-container .skill-category .skill-items .skill-item{align-items:center;background-color:#0d0d0d;border:2px solid;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;max-width:100px;padding:1rem;transition:all .3s ease}.skills-container .skill-category .skill-items .skill-item:first-child{border-color:#e34c26}.skills-container .skill-category .skill-items .skill-item:first-child:hover{box-shadow:0 0 20px 10px rgba(233,41,41,.548)}.skills-container .skill-category .skill-items .skill-item:nth-child(2){border-color:#264de4}.skills-container .skill-category .skill-items .skill-item:nth-child(2):hover{box-shadow:0 0 20px 10px rgba(41,102,233,.527)}.skills-container .skill-category .skill-items .skill-item:nth-child(3){border-color:#f7df1e}.skills-container .skill-category .skill-items .skill-item:nth-child(3):hover{box-shadow:0 0 20px 10px rgba(187,177,32,.568)}.skills-container .skill-category .skill-items .skill-item:nth-child(4){border-color:#3178c6}.skills-container .skill-category .skill-items .skill-item:nth-child(4):hover{box-shadow:0 0 20px 10px rgba(47,17,184,.705)}.skills-container .skill-category .skill-items .skill-item:nth-child(5){border-color:#61dafb}.skills-container .skill-category .skill-items .skill-item:nth-child(5):hover{box-shadow:0 0 20px 10px rgba(0,238,255,.425)}.skills-container .skill-category .skill-items .skill-item:nth-child(6){border-color:#676b67}.skills-container .skill-category .skill-items .skill-item:nth-child(6):hover{box-shadow:0 0 20px 10px #a09e9e63}.skills-container .skill-category .skill-items .skill-item:nth-child(7){border-color:#68a063}.skills-container .skill-category .skill-items .skill-item:nth-child(7):hover{box-shadow:0 0 20px 10px #49e92963}.skills-container .skill-category .skill-items .skill-item:nth-child(8){border-color:#38eee5}.skills-container .skill-category .skill-items .skill-item:nth-child(8):hover{box-shadow:0 0 20px 10px rgba(41,220,233,.418)}.skills-container .skill-category .skill-items .skill-item:nth-child(9){border-color:#47a248}.skills-container .skill-category .skill-items .skill-item:nth-child(9):hover{box-shadow:0 0 20px 10px #39e92963}.skills-container .skill-category .skill-items .skill-item:nth-child(10){border-color:#f55dcf}.skills-container .skill-category .skill-items .skill-item:nth-child(10):hover{box-shadow:0 0 20px 10px rgba(236,118,221,.466)}.skills-container .skill-category .skill-items .skill-item img{border-radius:10px;height:70px;margin-bottom:.5rem;transition:transform .3s ease;width:70px}.skills-container .skill-category .skill-items .skill-item p{color:#f0f0f0;font-size:.9rem;margin:0}.skills-container .skill-category .skill-items .skill-item:hover img{transform:rotate(-10deg)}.skills-container .skill-category-0{grid-column:1/2;grid-row:1/3}.skills-container .skill-category-1{grid-column:2/3;grid-row:1/2}.skills-container .skill-category-2{grid-column:2/3;grid-row:2/3}@media(max-width:768px){.skills-container{gap:2rem;grid-template-columns:1fr;height:auto}.skills-container .skill-category-0,.skills-container .skill-category-1,.skills-container .skill-category-2{grid-column:1/2;grid-row:auto}}.tabs-container{animation:fadeIn 1s ease-out;background-color:#000;border-radius:12px;display:flex;gap:16px;max-width:1200px;padding:16px}@media(max-width:768px){.tabs-container{align-items:center;flex-direction:column}}.tabs-list{align-items:center;animation:slideInFromLeft .5s ease-out;background-color:#303740;border-radius:12px;box-shadow:0 4px 8px #0009;display:flex;flex-direction:column;gap:12px;justify-content:center;margin-bottom:16px;min-width:80px;padding:6px}@media(max-width:768px){.tabs-list{flex-direction:row;width:100%}}.tab{background-color:#0000;border:none;border-radius:7px;color:#fff;cursor:pointer;display:flex;font-family:IBM Plex Sans,sans-serif;font-size:.875rem;font-weight:700;justify-content:center;padding:12px;position:relative;transition:background-color .3s ease,color .3s ease;width:100%}.tab:hover:after{background-color:#ffeb3b;bottom:0;content:"";height:4px;left:0;position:absolute;transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease;width:100%}.tab:hover{background-color:#434d5b;color:#ffeb3b}.tab:focus{color:#ffff4a;outline:3px solid #6b7a90}.tab.Mui-selected{background-color:#ffeb3b;color:#000}@media(max-width:768px){.tab{width:auto}}.tab-panel{animation:fadeIn 1s ease-out;background-color:#303740;border-radius:8px;box-shadow:0 4px 8px #0009;color:#fff;font-family:IBM Plex Sans,sans-serif;font-size:.875rem;padding:12px;width:100%}@media(max-width:768px){.tab-panel{padding:8px}}.heading-row{align-items:flex-start;animation:slideInFromLeft .5s ease-out;display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.heading-row h3{animation:fadeIn 1s ease-out forwards;color:#07bdf5;font-size:1.2rem;font-weight:700;margin:0;opacity:0}.heading-row .sub-heading-row{display:flex;gap:8px}.heading-row .sub-heading-row h4{color:#fff;font-size:1rem;font-weight:400;margin:0}@media(max-width:768px){.heading-row{align-items:flex-start}}.details-row{align-items:center;animation:fadeIn 1s ease-out .5s forwards;display:flex;gap:4px;justify-content:space-between;opacity:0;padding-bottom:10px}.details-row h4{color:#fff;font-size:1rem;font-style:italic;font-weight:500;margin:0}@media(max-width:768px){.details-row{align-items:flex-start;flex-direction:column}}p{color:#fff;font-size:.875rem;line-height:1.6;margin-top:16px}p ul{padding-left:20px}p ul li{margin-bottom:8px}.box1Ex{animation:fadeIn 1s ease-out;background-color:#303740;border-radius:12px;box-shadow:0 4px 12px #0009;color:#fff;margin-bottom:10px;padding:10px}@media(max-width:768px){.box1Ex{padding:16px}}.box1Ex:hover{box-shadow:0 4px 8px #000c;transform:scale(1.03)}.Award-box{animation:slideInFromBottom .5s ease-out;margin-bottom:20px;padding-bottom:20px}.award-card{align-items:center;animation:fadeIn .75s ease-out;background-color:#303740;border-radius:8px;box-shadow:0 2px 4px #0009;color:#fff;display:flex;gap:20px;padding:10px;transition:transform .3s ease,box-shadow .3s ease}.award-card:hover{box-shadow:0 4px 8px #000c;transform:scale(1.05)}@media(max-width:768px){.award-card{flex-direction:column;text-align:center}}.award-image{border-radius:10%;height:80px;transition:transform .3s ease;width:80px}.award-image:hover{transform:scale(1.1)}.award-content h4{color:#ffeb3b;font-size:1.2rem;font-weight:600;margin:0 0 8px}.award-content p{color:#fff;font-size:.875rem;margin:0}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.project-section{background-color:#000;color:#fff;padding:40px 20px;text-align:center}.project-section .button-container{display:flex;justify-content:center;margin-bottom:40px}.project-section .btn{background:rgba(48,48,48,.185);border:none;border-radius:12px;box-shadow:0 4px 8px #0000004d;cursor:pointer;height:6em;overflow:hidden;transition:background .3s ease,box-shadow .3s ease,transform .3s ease;width:17em}.project-section .btn,.project-section .btn .wrapper{align-items:center;display:flex;justify-content:center;position:relative}.project-section .btn .wrapper{height:2em;width:8em}.project-section .btn .wrapper .text{background:#ffffffe6;border-radius:4px;color:#000;font-size:17px;padding:4px 12px;transition:all .5s ease;z-index:1}.project-section .btn .wrapper .flower{display:grid;grid-template-columns:1em 1em;position:absolute;transition:grid-template-columns .8s ease}.project-section .btn .wrapper .flower.flower1{left:-13px;top:-12px;transform:rotate(5deg)}.project-section .btn .wrapper .flower.flower2{bottom:-5px;left:8px;transform:rotate(35deg)}.project-section .btn .wrapper .flower.flower3{bottom:-15px;transform:rotate(0deg)}.project-section .btn .wrapper .flower.flower4{top:-14px;transform:rotate(15deg)}.project-section .btn .wrapper .flower.flower5{right:11px;top:-3px;transform:rotate(25deg)}.project-section .btn .wrapper .flower.flower6{bottom:-15px;right:-15px;transform:rotate(30deg)}.project-section .btn .wrapper .flower .petal{background:linear-gradient(#07a6d7,#93e0ee);border:.5px solid #96d1ec;border-radius:40% 70%/7% 90%;height:1em;transition:width .8s ease,height .8s ease;width:1em;z-index:0}.project-section .btn .wrapper .flower .petal.two{transform:rotate(90deg)}.project-section .btn .wrapper .flower .petal.three{transform:rotate(270deg)}.project-section .btn .wrapper .flower .petal.four{transform:rotate(180deg)}.project-section .btn:hover{background:rgba(48,48,48,.185);box-shadow:0 6px 12px #0006;transform:scale(1.05)}.project-section .btn:hover .petal{background:linear-gradient(#3a89f0,#93bdee);border:.5px solid #96b4ec}.project-section .btn:hover .flower{grid-template-columns:1.5em 1.5em}.project-section .btn:hover .flower .petal{height:1.5em;width:1.5em}.project-section .btn:hover .text{background:#202020cc;color:#ff0}.project-section .btn:hover .flower1{animation:flower1 15s linear infinite}.project-section .btn:hover .flower2{animation:flower2 13s linear 1s infinite}.project-section .btn:hover .flower3{animation:flower3 16s linear 1s infinite}.project-section .btn:hover .flower4{animation:flower4 17s linear 1s infinite}.project-section .btn:hover .flower5{animation:flower5 20s linear 1s infinite}.project-section .btn:hover .flower6{animation:flower6 15s linear 1s infinite}.project-section .swiper-container{align-items:center;display:flex;justify-content:center}.project-section .swiper-project-card{background-color:#181818;border-radius:8px;box-shadow:0 0 20px 10px #36363580;color:#fff;display:flex;margin:0 auto;max-width:70%;padding:10px;transition:transform .3s ease,box-shadow .3s ease}.project-section .swiper-project-card:hover{border-radius:8px;box-shadow:0 0 20px 10px #36363580;transform:scale(1.02)}.project-section .swiper-project-card .left-section{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center}.project-section .swiper-project-card .left-section .image{border-radius:8px;height:90%;margin-bottom:16px;transition:transform .3s ease;width:150px}.project-section .swiper-project-card .left-section .image:hover{transform:scale(1.1)}.project-section .swiper-project-card .left-section .live-btn{display:flex;gap:10px}.project-section .swiper-project-card .left-section .github-btn{background-color:#333;border-radius:10px;color:#fff;padding:8px 16px;text-decoration:none;transition:background-color .3s ease}.project-section .swiper-project-card .left-section .github-btn:hover{background-color:#000;box-shadow:0 0 8px rgba(229,255,0,.884),0 0 10px rgba(208,255,0,.863);color:#e3ff44}.project-section .swiper-project-card .left-section .livelink-btn{background-color:#333;border-radius:10px;color:#fff;padding:8px 16px;text-decoration:none;transition:background-color .3s ease}.project-section .swiper-project-card .left-section .livelink-btn:hover{background-color:#000;box-shadow:0 0 8px rgba(9,255,0,.884),0 0 10px rgba(0,255,21,.863);color:#5aff44}.project-section .swiper-project-card .right-section{flex:1 1;padding:0 20px}.project-section .swiper-project-card .right-section .title{animation:fadeIn 1s ease-in;font-size:24px;margin-bottom:10px}.project-section .swiper-project-card .right-section .description{animation:fadeIn 1.5s ease-in;font-size:16px;margin-bottom:10px}.project-section .swiper-project-card .right-section .skills{display:flex;gap:10px}.project-section .swiper-project-card .right-section .skills .skill-icon img{border-radius:50%;height:40px;transition:transform .3s ease;width:40px}.project-section .swiper-project-card .right-section .skills .skill-icon img:hover{box-shadow:0 0 8px rgba(0,217,255,.884),0 0 10px rgba(0,238,255,.863);transform:scale(1.2)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.project-section .swiper-project-card{flex-direction:column;max-width:90%}.project-section .swiper-project-card .left-section,.project-section .swiper-project-card .right-section{width:100%}.project-section .swiper-project-card .image{height:auto;width:100%}.project-section .swiper-project-card .right-section{padding:10px}.project-section .btn{height:5em;width:14em}.project-section .btn .wrapper{height:1.5em;width:7em}.project-section .btn .text{font-size:14px}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}body{background-color:#000;box-sizing:border-box;color:#fff;font-family:Roboto,sans-serif;margin:0;padding:0}.Container{padding:2rem}.sendBtn{background-color:#fc0!important;border-radius:5px;color:#000!important;padding:10px 20px;transition:background-color .3s ease,color .3s ease,box-shadow .3s ease}.sendBtn:hover{background-color:#000!important;border-radius:20px;box-shadow:0 0 15px 5px #ffdf0099!important;color:#fc0!important}.sendBtn:focus{box-shadow:0 0 10px 2px #ffdf00cc!important;outline:none!important}.cont-box{background-color:#000;border-radius:10px;box-shadow:0 0 15px 5px #ffdf0099;color:#fff;padding:2rem;transition:box-shadow .3s ease-in-out}.cont-box:hover{box-shadow:0 0 20px 10px #ffdf00e6}.cont-heading{color:#ffdf00;font-weight:700;margin-bottom:1.5rem;text-align:center}.cont-para{color:#838181;font-size:1.1rem;margin-bottom:2rem;text-align:justify}.social-box{display:flex;justify-content:center;margin-top:2rem}.social-Icon-box{color:#ffdf00;margin:0 10px;transition:transform .3s ease}.social-Icon-box:hover{transform:scale(1.2)}form .MuiInputBase-root{background-color:#333;color:#fff}form .MuiOutlinedInput-notchedOutline{border-color:#ffdf00}form .MuiInputLabel-root{color:#ffdf00}form .MuiButton-root{background-color:#ffdf00;color:#000}form .MuiButton-root:hover{background-color:#fc0}.footer{background-color:#010105;color:#f1f1f1;padding:3rem 1rem;text-align:center}.footer__content{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:center;margin:0 auto;max-width:1200px}@media(min-width:768px){.footer__content{align-items:flex-start;flex-direction:row;justify-content:space-between}}.footer__section{flex:1 1;padding:1rem;text-align:center}@media(min-width:768px){.footer__section{text-align:left}}.footer__section--about,.footer__section--contact,.footer__section--social{align-items:center;display:flex;flex-direction:column}@media(min-width:768px){.footer__section--about,.footer__section--contact,.footer__section--social{align-items:flex-start}}.footer__title{font-size:1.5rem;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.footer__text{font-size:1rem;line-height:1.6;margin:.5rem 0}.footer__icons,.footer__text{align-items:center;justify-content:center}.footer__icons{display:flex;gap:1rem;margin-left:50px;margin-top:1rem}.footer__icons a{color:rgba(92,92,92,.847);font-size:2rem;transition:color .3s ease,transform .3s ease}.footer__icons a:hover{color:#e5f505;transform:scale(1.1)}
/*# sourceMappingURL=main.da6bf3a3.css.map*/