@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%;scroll-behavior:smooth}body{background-color:var(--background);line-height:1.7;word-spacing:.1rem;letter-spacing:.05rem}:root{--primary: #e17055;--text-primary: #784e2d;--text-secondary: #a58e7c;--text-dark: #50372a;--placeholder-text: #767676;--background: #ede1d1;--card-background: #faf5eb;--input-background: #f7f2ea;--border: #e2d6c1;--white: #ffffff;--black: #000000;--transition: all .3s ease-in-out}.container{max-width:130rem;margin:0 auto;padding:8rem 1.5rem}@media(max-width:1300px){.container{padding:8rem 3.5rem}}@media(max-width:768px){.container{padding:6.4rem 2.4rem}}h1,h2,h3,h4,h5,h6{color:var(--text-dark);font-weight:600}p{font-size:1.4rem;margin-bottom:1rem}li{list-style:none;font-size:1.5rem}a{text-decoration:none;color:var(--text-primary);font-size:1.5rem}label{font-size:1.4rem;font-weight:500;color:var(--text-primary)}.btn{font-size:1.4rem;padding:.8rem 2.4rem;letter-spacing:.1rem;background-color:var(--primary);color:var(--white);border:none;border-radius:.5rem;cursor:pointer;transition:var(--transition);box-shadow:0 2px 6px #0000001a}.btn:hover{background-color:var(--text-dark);transform:translateY(-2px);box-shadow:0 4px 10px #00000026}.btn-outline{background-color:transparent;border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background-color:var(--primary);color:var(--white)}input,textarea,select{width:100%;padding:1rem 1.2rem;background-color:var(--input-background);border:1px solid var(--border);border-radius:.6rem;font-size:1.4rem;color:var(--text-dark);transition:var(--transition)}input::placeholder,textarea::placeholder{color:var(--placeholder-text)}input:focus,textarea:focus,select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #e1705533}.card{background-color:var(--card-background);border:1px solid var(--border);border-radius:1rem;padding:2rem;box-shadow:0 2px 6px #0000000a;transition:var(--transition)}.card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000014}.sectionTitle{font-size:2.2rem;margin-bottom:2rem}.header-section{width:100%;box-shadow:0 4px 12px #00000014;transition:background-color .3s ease}.header-section .container{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem}@media(max-width:1300px){.header-section .container{padding:1rem 3.5rem}}@media(max-width:768px){.header-section .container{padding:.8rem 1rem}}.logo{display:flex;align-items:center;gap:.4rem}.logo .logo-img{width:5rem}.logo .logo-text{line-height:1.1}.logo .logo-text .python{font-size:2rem;font-weight:600;letter-spacing:.3rem}.logo .logo-text .decor{font-size:1.1rem;font-weight:400;letter-spacing:.2rem}.fixed-header{background-color:var(--background);position:fixed;top:0;z-index:999;transform:translateY(-100%);animation:slideDown .7s ease forwards}@keyframes slideDown{to{transform:translateY(0)}}.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(--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(--text-primary)}.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(--text-primary)}.popup-overlay .popup-content .success-message{display:flex;flex-direction:column;align-items:center;color:var(--text-primary);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)}}.quick-contact{position:fixed;right:2rem;bottom:0;z-index:999}.contact-icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-bottom:1rem}.contact-mail{background-color:var(--primary)}.contact-whatsapp{background-color:#25d366}.contact-phone{background-color:#e9212e}.contact-insta{background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}@media(max-width:768px){.quick-contact{right:1rem}}.footer-section{background-image:url(../assets/Background/2.webp);background-size:cover;color:var(--white);position:relative}.footer-section:before{position:absolute;left:0;top:0;width:100%;height:100%;background-color:var(--black);content:"";opacity:.85}.footer-section h3{margin-bottom:1rem;font-size:1.8rem;color:var(--white)}.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(--white)}.footer-section .container .footer-logo p{margin-top:1.4rem;color:var(--white)}.footer-section .container .projects,.footer-section .container .blogs{text-align:center}:is(.footer-section .container .projects,.footer-section .container .blogs) ul{display:flex;flex-direction:column;align-items:center;gap:1.2rem;padding:0;margin:0 auto}:is(.footer-section .container .projects,.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%}:is(.footer-section .container .projects,.footer-section .container .blogs) li img{width:50px;height:50px;object-fit:cover;border-radius:.5rem;flex-shrink:0}:is(.footer-section .container .projects,.footer-section .container .blogs) li a{font-size:1.3rem;text-align:left;color:var(--white)}:is(.footer-section .container .projects,.footer-section .container .blogs) li a:hover{text-decoration:underline}.footer-section .container .contact-info{text-align:right}.footer-section .container .contact-info p{display:flex;flex-direction:column;margin-bottom:.8rem;font-size:1.3rem;color:var(--white)}@media(max-width:992px){.footer-section .container{grid-template-columns:repeat(2,1fr)}:is(.footer-section .container .projects,.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}:is(.footer-section .container .projects,.footer-section .container .blogs) ul{align-items:center}.footer-section .container .blogs{grid-column:1;grid-row:3}}.hero-section{position:relative;height:100vh;overflow:hidden}.hero-section img{width:100%;height:100%;object-fit:cover}.hero-section .hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,#0000008c,#00000040,#0000001a)}@media(max-width:600px){.hero-section .hero-overlay{background:linear-gradient(to top,#000000a6,#0003)}}.hero-section .hero-content{position:absolute;left:6%;bottom:18%;color:#fff;max-width:520px;background:linear-gradient(to right,#0000008c,#00000040,#0000001a);border:2px solid var(--primary);border-top-right-radius:3.4rem;padding:2rem}@media(max-width:600px){.hero-section .hero-content{left:50%;transform:translate(-50%);bottom:12%;text-align:center;width:90%}}.hero-section .hero-content h1,.hero-section .hero-content a{color:#fff}.whyUs-section .whyUs-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));gap:2rem}.whyUs-section .whyUs-content .item{background-color:#7a5e3c;padding:2.8rem;border-radius:.7rem}.whyUs-section .whyUs-content .item .whyus-icon{width:8rem;aspect-ratio:1;margin-bottom:.8rem}.whyUs-section .whyUs-content .item h3{font-size:1.7rem;margin-bottom:1rem;color:#fff}.whyUs-section .whyUs-content .item p{color:#fff}.whyUs-section .whyUs-content .item:nth-of-type(4){background-color:#f8f9fa}.whyUs-section .whyUs-content .item:nth-of-type(4) h3,.whyUs-section .whyUs-content .item:nth-of-type(4) p{color:#000}.project-section .section-head .heading{font-size:2.2rem}.project-section .section-head .des{font-size:1.4rem;width:75%;margin-bottom:2.4rem;letter-spacing:.1rem}@media(max-width:1100px){.project-section .section-head .des{width:100%}}.project-section .filter-project{display:flex;justify-content:start;gap:2rem;margin-bottom:3rem}@media(max-width:450px){.project-section .filter-project{flex-direction:column}}.project-section .filter-project .btn{padding:.8rem 2rem;border:none;border-radius:.5rem;background:none;color:var(--primary);font-size:1.2rem;cursor:pointer;transition:background-color .3s ease}.project-section .filter-project .active{background-color:var(--text-primary);color:#fff}.project-section .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));gap:1.4rem}.project-section .grid .project-card{background-color:#f2eee9;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;position:relative}.project-section .grid .project-card .img-box .badge{position:absolute;top:1rem;left:1rem;padding:.1rem .7rem;border-radius:.7rem;background-color:var(--text-primary);color:#fff;font-size:1.2rem;z-index:2}.project-section .grid .project-card .img-box img{width:100%;height:100%;object-fit:cover;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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 3rem}.project-section .grid .project-card .project-info .info{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem;margin-top:4.4rem}.project-section .grid .project-card .project-info .info-card{display:flex;gap:1.6rem}.project-section .grid .project-card .project-info .info-card .svg{font-size:2.4rem;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-section .grid .project-card .project-info .project-title{font-size:1.6rem}.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}.about-section{background-image:url(/assets/1-Bl4inMP3.jpg);background-attachment:fixed;background-size:cover;color:var(--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(--white);color:var(--text-primary);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;color:var(--white)}@media(max-width:1024px){.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}}.blog-page .container .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(28rem,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:#f0f0f0;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}.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,.project-details .project-content .right-images .gallery-vid{width:100%;height:30rem;border-radius:1rem;box-shadow:0 0 8px #0000001a;object-fit:cover;transition:transform .3s ease}:is(.project-details .project-content .right-images .gallery-img,.project-details .project-content .right-images .gallery-vid):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)}
