@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}html{font-size:62.5%}.container{max-width:130rem;margin:0 auto;padding:8.4rem 2.5rem}:root{--charcol-black: #2D2D2D;--brown-gold: #A97A50;--off-white: #f7f5f3;--deep-gray: #444444;--muted-bronze: #7A5E3C;--bg-color: #f0f0f0}h1,h2,h3,h4,h5,h6,p,li,a,label,input,textarea{line-height:1.7;word-spacing:.1rem;letter-spacing:.1rem}h2{font-size:3rem}li{list-style:none;font-size:1.7rem}a{display:inline-block;text-decoration:none;color:var(--charcol-black)}p{font-size:1.3rem}.btn{font-size:1.4rem;padding:.7rem 2.4rem;letter-spacing:.1rem;background-color:var(--brown-gold);color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease}.btn:hover{background-color:var(--muted-bronze)}.icon{color:var(--brown-gold);font-size:1.5rem}.page-header{position:relative;object-fit:cover;height:35rem}.page-header:before{position:absolute;content:"";background-color:#000000b3;width:100%;height:35rem}.page-header .container{position:relative;color:var(--off-white)}.page-header .container .heading{font-size:4rem;font-weight:800}.page-header .container ul{margin-top:4rem;display:flex;gap:1.4rem}.page-header .container ul li,.page-header .container ul a{font-size:1.3rem;color:var(--off-white)}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:9999}.popup-overlay .popup-content{background-color:var(--off-white);padding:3rem;border-radius:1rem;width:90%;max-width:50rem;position:relative;box-shadow:0 1rem 2rem #00000040;animation:fadeIn .3s ease-in-out;overflow-y:auto;max-height:90vh}.popup-overlay .popup-content h2{margin-bottom:2rem;color:var(--brown-gold)}.popup-overlay .popup-content form{display:flex;flex-direction:column;gap:1.4rem}.popup-overlay .popup-content form input,.popup-overlay .popup-content form textarea,.popup-overlay .popup-content form select{padding:1rem;border-radius:.5rem;border:1px solid #ccc;font-size:1.4rem;font-family:inherit}.popup-overlay .popup-content form input[type=file]{background-color:#fff}.popup-overlay .popup-content form .btn{width:fit-content;align-self:flex-end}.popup-overlay .popup-content .popup-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2.4rem;cursor:pointer;color:var(--brown-gold)}.popup-overlay .popup-content .success-message{display:flex;flex-direction:column;align-items:center;color:var(--brown-gold);font-size:1.6rem}.popup-overlay .popup-content .success-message .icon{font-size:4rem;color:green;margin-bottom:1rem}.popup-overlay .popup-content .success-message p{font-weight:500}.popup-overlay .popup-content .phone-group{display:flex;align-items:center;border:1px solid #ccc;border-radius:.5rem;overflow:hidden}.popup-overlay .popup-content .phone-group .flag{background-color:#eee;padding:.9rem 1.2rem;font-size:1.4rem;border-right:1px solid #ccc}.popup-overlay .popup-content .phone-group input{flex:1;border:none;padding:1rem;font-size:1.4rem;outline:none}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.topbar-section{background-color:var(--bg-color)}.topbar-section .container{padding:.5rem 2.5rem;display:flex;justify-content:space-between;align-items:center}.topbar-section .container .topbar-hide{margin-left:-19.5rem}.topbar-section .container p{display:flex;align-items:center;gap:1rem}.topbar-section .container p span{display:flex;align-items:center;gap:.4rem}.logo{display:flex;align-items:center;gap:1.2rem}.logo .logo-img{width:5rem;height:auto;object-fit:contain}.logo .logo-text{display:flex;flex-direction:column;justify-content:center;line-height:1.1}.logo .logo-text .python{font-size:2rem;color:var(--charcol-black);font-weight:600;letter-spacing:.3rem}.logo .logo-text .decor{margin-top:.1rem;font-size:1.1rem;color:var(--brown-gold);font-weight:400;letter-spacing:.2rem}.header-section{background-color:var(--bg-color);width:100%;top:0;z-index:999;transition:background-color 1s ease-in-out}.header-section .container{padding:1.2rem 2.5rem;display:flex;justify-content:space-between;align-items:center}.header-section .container nav ul{display:flex;align-items:center;gap:2.4rem}.header-section .container nav ul .active{color:var(--brown-gold)}.header-section .container nav ul li a{position:relative}.header-section .container nav ul li a:after{content:"";position:absolute;width:0%;height:.1rem;bottom:.5rem;left:0;background-color:var(--brown-gold);transition:width .3s}.header-section .container nav ul li a.active:after,.header-section .container nav ul li a:hover:after{width:100%}.header-section .container nav ul .shop-link{position:relative;color:#888;cursor:not-allowed;pointer-events:auto}.header-section .container nav ul .shop-link .tooltip{position:absolute;bottom:2rem;left:-50%;color:var(--brown-gold);font-size:12px;white-space:nowrap;opacity:0;transition:opacity .3s ease;pointer-events:none}.header-section .container nav ul .shop-link:hover .tooltip{opacity:1}.header-section .container .right-items{display:flex;align-items:center;justify-content:center;gap:1rem}.header-section .container .right-items .nav-icon{padding-top:1rem}.fixed-header{position:fixed;transform:translateY(-100%);animation:slideDown .7s ease forwards}.menu-icon{display:none;background:none;font-size:3rem;color:var(--charcol-black);border:none;cursor:pointer;z-index:999}@keyframes slideDown{to{transform:translateY(0)}}.hero-section .hero-img{width:100%;height:100%}.why-us{background-color:#f2eee9;color:#fff}.why-us .container{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.why-us .container .item{background-color:var(--muted-bronze);padding:2.8rem;border-radius:.7rem;height:38rem;z-index:99}.why-us .container .item .whyus-icon{width:8rem;aspect-ratio:1;margin-bottom:.8rem}.why-us .container .item h3{font-size:1.7rem;margin-bottom:1rem}.why-us .container .item:nth-of-type(4){background-color:#f8f9fa;color:#000}.about-section{background-image:url(/assets/1-Bl4inMP3.jpg);background-attachment:fixed;background-size:cover;color:var(--off-white)}.about-section .container{display:grid;grid-template-columns:repeat(2,1fr);gap:5rem;place-items:center}.about-section .container .left{width:60rem;height:40rem;position:relative}.about-section .container .left img{width:100%;height:100%;object-fit:cover;border-radius:1rem}.about-section .container .left .exp{position:absolute;right:-5rem;bottom:-5rem;width:25rem;height:15rem;background-color:var(--off-white);color:var(--brown-gold);border-radius:1rem;z-index:9;display:flex;flex-direction:column;justify-content:center;align-items:center}.about-section .container .left .exp .num{font-size:7rem}.about-section .container .right{padding-left:5rem}.about-section .container .right h2{font-size:3rem;font-weight:800;margin-bottom:1.3rem}@media (max-width: 1000px){.about-section .container{grid-template-columns:1fr}.about-section .container .left{width:100%;height:40rem}.about-section .container .left .exp{right:0rem}.about-section .container .right{padding-left:0rem}.about-section .container .right h2{text-align:center}}.service-section h2{font-size:3.2rem;margin-bottom:3.2rem;text-align:center}.service-section .grid{margin-top:1.2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));gap:3rem}.service-section .grid .item{background-color:#f2eee9;box-shadow:0 4px 12px #00000080;border-radius:.7rem;overflow:hidden}.service-section .grid .item .img-box{width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:1rem;margin-bottom:2rem}.service-section .grid .item .img-box img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.service-section .grid .item .img-box img:hover{transform:scale(1.1)}.service-section .grid .item .content-text{padding:2.4rem}.service-section .grid .item .content-text h3{font-weight:600;font-size:1.5rem;margin-bottom:1.4rem;opacity:.7}.service-section .grid .item .content-text .btn{margin-top:2.4rem;color:#fff}.project-section h2{font-size:3.2rem;margin-bottom:3.2rem;text-align:center}.project-section .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));gap:3rem}.project-section .grid .project-card{background-color:#f2eee9;border-radius:.7rem;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease}.project-section .grid .project-card:hover{box-shadow:0 .8rem 2rem #0000001a}.project-section .grid .project-card .img-box{width:100%;height:30rem;overflow:hidden;border-radius:1rem;position:relative}.project-section .grid .project-card .img-box .badge{position:absolute;top:1rem;left:1rem;padding:.4rem 1rem;border-radius:.7rem;background-color:var(--brown-gold);color:#fff;font-size:1.2rem;z-index:2}.project-section .grid .project-card .img-box img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-section .grid .project-card .img-box img:hover{transform:scale(1.1)}.project-section .grid .project-card .project-info{padding:2.6rem 2rem 3.6rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem;margin-top:1.4rem}.project-section .grid .project-card .project-info .info-card{display:flex;align-items:center;gap:1.6rem}.project-section .grid .project-card .project-info .info-card svg{font-size:1.6rem;color:var(--brown-gold);flex-shrink:0}.project-section .grid .project-card .project-info .info-card .info-block h4{font-size:1.3rem;font-weight:600;color:var(--charcol-black)}.project-section .grid .project-card .project-info .info-card .info-block p{font-size:1.2rem;color:var(--deep-gray)}.project-details .heading{margin-bottom:1.6rem}.project-details .project-content{display:grid;grid-template-columns:1.3fr 2fr;gap:3rem;align-items:start}.project-details .project-content .left-card{background-color:#fdfdfd;padding:2.5rem;border-radius:1.2rem;box-shadow:0 4px 12px #00000012}.project-details .project-content .left-card .info-card{margin-top:1.4rem;display:flex;align-items:center;gap:2rem}.project-details .project-content .left-card .info-card .card-icon{font-size:2.4rem;opacity:.7;color:var(--brown-gold)}.project-details .project-content .left-card .info-card h3{font-size:1.5rem;opacity:.7}.project-details .project-content .left-card .info-card:nth-of-type(1){margin-top:0}.project-details .project-content .right-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:1.5rem}.project-details .project-content .right-images .gallery-img{width:100%;height:30rem;border-radius:1rem;box-shadow:0 0 8px #0000001a;object-fit:cover;transition:transform .3s ease}.project-details .project-content .right-images .gallery-img:hover{transform:scale(1.03)}@media (max-width: 800px){.project-details .project-content{grid-template-columns:1fr}.project-details .project-content .left-card{display:grid;grid-template-columns:1fr 1fr;gap:2.4rem}.project-details .project-content .left-card .info-card:nth-of-type(1),.project-details .project-content .left-card .info-card:nth-of-type(2){margin-top:0}.project-details .project-content .right-images{grid-template-columns:repeat(auto-fit,minmax(30rem,1fr))}}@media (max-width: 550px){.project-details .project-content .left-card{grid-template-columns:1fr;gap:2.4rem}}.ad{background-color:var(--brown-gold)}.ad .container{display:flex;justify-content:space-between;align-items:center;padding:3rem 2.5rem}.ad .container h3{font-size:2rem;color:var(--off-white)}.ad .container .btn{border:.1rem solid var(--off-white);border-radius:1rem;padding:.5rem 3.4rem}.ad .container .btn:hover{background-color:var(--off-white);color:var(--charcol-black)}.blog-page .container h2{font-size:3.2rem;margin-bottom:3.2rem;text-align:center}.blog-page .container .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(35rem,1fr));gap:3rem}.blog-page .container .grid .single-blog .blog-img{border:.1rem solid rgba(0,0,0,.1);padding:2.4rem;width:100%;position:relative;cursor:pointer;overflow:hidden}.blog-page .container .grid .single-blog .blog-img:before{content:"";position:absolute;background-color:#fff3;width:25%;height:300%;left:-115%;top:-90%;transition:all .5s linear;transform:rotate(40deg);z-index:1}.blog-page .container .grid .single-blog .blog-img:hover:before{left:115%;top:90%}.blog-page .container .grid .single-blog .blog-img img{width:100%;height:35rem;object-fit:cover}.blog-page .container .grid .single-blog .blog-img .blog-date{position:absolute;top:0;left:0;background-color:var(--bg-color);padding:1rem}.blog-page .container .grid .single-blog .blog-img .blog-date strong{font-size:2rem}.blog-page .container .grid .single-blog .blog-img .blog-date span{letter-spacing:2px;margin-left:.4rem}.blog-page .container .grid .single-blog .blog-img .blog-content div{margin:1.4rem 0;font-size:1.2rem;font-weight:600}.blog-page .container .grid .single-blog .blog-img .blog-content h3{font-size:2rem}.blog-one h2{font-size:3rem;margin-bottom:2rem;color:var(--brown-gold)}.blog-one h3{font-size:2.2rem;margin:2.5rem 0 1rem;color:var(--brown-gold)}.blog-one p{font-size:1.6rem;line-height:1.8;margin-bottom:1.5rem;color:var(--para-color)}.blog-one ul{margin:1.2rem 0 2rem 2rem;padding-left:1rem;list-style-type:disc}.blog-one ul li{font-size:1.6rem;margin-bottom:1rem}.blog-one hr{margin:2.4rem 0;border:0;border-top:1px solid #ccc}.blog-two{line-height:1.7}.blog-two h2{font-size:3rem;margin-bottom:2rem;color:var(--brown-gold)}.blog-two h3{font-size:2rem;color:var(--brown-gold);margin:2.4rem 0 1rem}.blog-two p{margin-bottom:1.5rem;font-size:1.6rem}.blog-two ul{padding-left:2rem;margin-bottom:1rem}.blog-two ul li{list-style:disc;margin-bottom:.6rem;font-size:1.5rem}.blog-two hr{margin:3rem 0;border:0;height:1px;background:#fff3}.blog-three{padding:4rem 0}.blog-three h2{font-size:3rem;margin-bottom:2rem;font-weight:700;color:var(--brown-gold)}.blog-three p{font-size:1.6rem;margin:1.5rem 0;line-height:1.7}.blog-three h3{font-size:2.4rem;margin-top:2.5rem;margin-bottom:1.2rem;color:var(--brown-gold)}.blog-three h4{font-size:1.8rem;margin-top:1.8rem;font-weight:600}.blog-three ul{padding-left:2rem;margin:1rem 0}.blog-three ul li{font-size:1.5rem;margin-bottom:.6rem;list-style:disc}.blog-three hr{margin:2.5rem 0;border:0;height:1px;background-color:#fff3}.blog-three table{width:100%;border-collapse:collapse;margin:2rem 0}.blog-three table thead th{background-color:#f0f0f0;color:#222;padding:1.2rem;text-align:center;vertical-align:middle}.blog-three table tbody td{padding:1.2rem;border-bottom:1px solid #444;text-align:center;vertical-align:middle}.footer-section{background-image:url(/assets/2-cs1ygFFG.webp);background-size:cover;color:var(--off-white);position:relative}.footer-section:before{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;content:"";opacity:.85}.footer-section .container{display:grid;grid-template-columns:repeat(4,1fr);gap:2.4rem;position:relative;z-index:9}.footer-section .container .footer-logo{text-align:left}.footer-section .container .footer-logo .python{color:var(--off-white)}.footer-section .container .footer-logo p{margin-top:1.4rem}.footer-section .container .projects,.footer-section .container .blogs{text-align:center}.footer-section .container .projects h3,.footer-section .container .blogs h3{margin-bottom:1rem;font-size:1.8rem}.footer-section .container .projects ul,.footer-section .container .blogs ul{display:flex;flex-direction:column;align-items:center;gap:1.2rem;padding:0;margin:0 auto}.footer-section .container .projects li,.footer-section .container .blogs li{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;background-color:#ffffff0d;border-radius:.5rem;max-width:280px;width:100%;box-sizing:border-box}.footer-section .container .projects li img,.footer-section .container .blogs li img{width:50px;height:50px;object-fit:cover;border-radius:.5rem;flex-shrink:0}.footer-section .container .projects li a,.footer-section .container .blogs li a{font-size:1.3rem;text-align:left;color:var(--off-white)}.footer-section .container .projects li a:hover,.footer-section .container .blogs li a:hover{text-decoration:underline}.footer-section .container .contact-info{text-align:right}.footer-section .container .contact-info h3{margin-bottom:1rem;font-size:1.8rem}.footer-section .container .contact-info p{display:flex;flex-direction:column;margin-bottom:.8rem;font-size:1.3rem;color:var(--off-white)}@media (max-width: 992px){.footer-section .container{grid-template-columns:repeat(2,1fr)}.footer-section .container .projects ul,.footer-section .container .blogs ul{align-items:end}.footer-section .container .blogs{grid-column:2 / 2;grid-row:2 / 2}.footer-section .container .contact-info{text-align:left}.footer-section .container .contact-info a{display:block}}@media (max-width: 600px){.footer-section .container{grid-template-columns:1fr}.footer-section .container .footer-logo,.footer-section .container .contact-info{text-align:center}.footer-section .container .projects ul,.footer-section .container .blogs ul{align-items:center}.footer-section .container .blogs{grid-column:1;grid-row:3}}@media (max-width: 1350px){html{font-size:58%}}@media (max-width: 1250px){html{font-size:55%}}@media (max-width: 1200px){html{font-size:53.25%}.container{max-width:125rem}}@media (max-width: 1125px){.container{max-width:115rem}}@media (max-width: 900px){.why-us .container{grid-template-columns:repeat(2,1fr)}.why-us .container .item:nth-of-type(3),.why-us .container .item:nth-of-type(4){margin-top:0}}@media (max-width: 768px){.container{max-width:100%;padding:6.4rem 2.4rem}.topbar-section .container .topbar-hide{display:none}.hero-section .slide .content .heading{width:80%}.hero-section .slide .content .des{width:100%}.hero-section .nav-btn{position:absolute;bottom:8rem;width:3.5rem;aspect-ratio:1;border-radius:50%;color:var(--charcol-black);background-color:#fffc;border:none;cursor:pointer;z-index:2}.hero-section .nav-btn:hover{background-color:var(--brown-gold);color:#fff;box-shadow:0 6px 20px #00000040;transform:translateY(-2px)}.hero-section .prev{left:15rem}.hero-section .next{right:15rem}}@media (max-width: 600px){.topbar-section .container{flex-direction:column}.why-us .container{grid-template-columns:1fr}.why-us .container .item:nth-of-type(2){margin-top:0}}@media screen and (max-width: 768px){.header-section .container .menu-icon{display:block}.nav{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:var(--bg-color);display:flex;justify-content:center;align-items:center;transition:right .3s ease-in-out;z-index:998}.nav.open{right:0}.nav ul{flex-direction:column;gap:4rem;font-size:2rem}}
