@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Raleway,sans-serif;margin:0;padding:0;background-color:#fff;color:#333}.text-gray-800{color:#333}.font-sans{font-family:Raleway,sans-serif}.bg-white{background-color:#fff}.text-center{text-align:center}header{box-shadow:0 2px 10px #0000001a}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;box-shadow:0 2px 4px #0000001a;font-family:Raleway,sans-serif}nav img{height:60px;width:90px}nav ul{display:flex;justify-content:right;align-items:center;flex-grow:1;list-style:none;margin:0;padding:0}nav ul li{margin:0 20px}nav ul li a{font-size:20px;font-weight:500;color:#000;text-decoration:none;text-transform:none;transition:color .3s ease,transform .3s ease;position:relative;font-family:}nav ul li a:hover:after{transform:scaleX(1);transform-origin:bottom left}nav ul li a:hover{color:#1a14c5;transform:translateY(-3px)}@media (max-width: 768px){nav{padding:1rem}nav ul{flex-direction:column;align-items:center}nav ul li{margin:10px 0}nav ul li a{font-size:16px}}.text-xl{font-size:1.25rem}.font-bold{font-weight:lighter}#home{position:relative;height:100vh;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;background-size:cover;background-image:url(/updated_banner.png);background-position:center;animation:animateBackground 15s infinite ease-in-out}.works-section{padding:0;margin-top:2rem;animation:fadeInUp 1s ease forwards}.works-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;max-width:90%;margin:0 auto;grid-template-areas:". item1 . item2 ." "item3 . item4 . item5" ". item6 . item7 ."}.work-item-container{position:relative;width:100%;height:100%;overflow:hidden;animation:fadeInUp 1s ease forwards}.work-item img{width:100%;height:auto;max-height:350px;object-fit:cover;transition:opacity .3s ease}.work-item-content{position:absolute;top:0;left:0;right:0;bottom:0;background-color:transparent;color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;opacity:0;padding:1rem;border-radius:.5rem;transition:opacity .3s ease-in-out}.project-title{position:relative;font-size:1.5rem;font-weight:700;transition:color .3s ease;font-family:Raleway,sans-serif}.project-title:after{content:"";position:absolute;width:0%;height:2px;left:0;bottom:-2px;background-color:#000;transition:width .3s ease}.project-title:hover:after{width:100%}.project-title:hover{color:#555}.work-item-content h3{font-family:Raleway,sans-serif;font-size:1.5rem;margin-bottom:.5rem}.work-item-container:hover .work-item-content{opacity:1}.work-item-container:hover img{opacity:.3}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.work-item-container:nth-child(1){animation-delay:.2s}.work-item-container:nth-child(2){animation-delay:.3s}.work-item-container:nth-child(3){animation-delay:.4s}.work-item-container:nth-child(4){animation-delay:.5s}.work-item-container:nth-child(5){animation-delay:.6s}.behance-section{margin-top:4rem;display:flex;justify-content:center;align-items:center;position:relative}.behance-button{font-family:Raleway,sans-serif;font-weight:400;padding:16px 28px;font-size:18px;border:none;border-radius:40px;background:linear-gradient(135deg,#df92e7,#c8e0f2,#c3f3f5,#c5ceed,#e6a1dd);color:#000;text-decoration:none;cursor:pointer;box-shadow:0 4px 12px #03030026;transition:transform .3s ease,box-shadow .3s ease}.behance-button:hover{transform:translateY(-4px) scale(1.03);background:linear-gradient(135deg,#80edbd,#bfecf0,#9ee2eb,#a1b4f4,#c1acf8);color:#000;box-shadow:0 8px 20px #0003}.arrow-container{display:inline-flex;gap:.3rem}.arrow{animation:moveArrow 1s infinite;font-size:1.2rem}.arrow:nth-child(2){animation-delay:.2s}.arrow:nth-child(3){animation-delay:.4s}@keyframes moveArrow{0%{transform:translate(0);opacity:1}50%{transform:translate(5px);opacity:.7}to{transform:translate(0);opacity:1}}.cloud-tooltip{position:absolute;top:-100px;left:50%;transform:translate(-50%);background:#cce8ff;padding:.7rem 1.2rem;font-size:.9rem;color:#0f172a;white-space:nowrap;border-radius:50px;opacity:0;transition:opacity .3s ease;animation:floatCloud 4s ease-in-out infinite;z-index:10;box-shadow:0 8px 18px #00000026}.behance-button:hover .cloud-tooltip{opacity:1}.cloud-tooltip:before,.cloud-tooltip:after{content:"";position:absolute;background:#cce8ff;border-radius:50%;z-index:-1}.cloud-tooltip:before{width:30px;height:30px;left:-20px;top:10px}.cloud-tooltip:after{width:35px;height:35px;right:-20px;top:5px}@keyframes floatCloud{0%{transform:translate(-50%)}50%{transform:translate(-50%,-6px)}to{transform:translate(-50%)}}.services-section{padding:1rem;text-align:center;margin-bottom:30px;background-color:whitesmokes;margin-top:1rem}.services-section h2{font-size:32px;font-weight:400;margin-bottom:50px;font-family:Raleway,sans-serif}.services-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:40px}.service-icon{width:200px;height:200px;background-color:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:transform .3s ease}.service-icon:hover{transform:translate(-6px);transform:translateY(-6px)}.service-icon i{font-size:36px;color:#b7cbf8;margin-bottom:5px}.service-icon span{font-size:15px;color:#333;font-weight:500;padding:0 10px;line-height:1.2}footer{background-color:#fff;padding:1rem 0;text-align:center}footer h3{font-size:36px;font-family:Raleway,sans-serif;margin-bottom:.5rem}footer .social-icons{display:flex;justify-content:center;align-items:center;gap:.8rem;margin-top:.5rem}@media (max-width: 768px){footer h3{font-size:2rem}footer .social-icons{gap:1.5rem}}.about-section{display:flex;justify-content:center;align-items:flex-start;padding:3rem 1rem;background-color:#f9f9f9}.about-container{display:flex;justify-content:space-between;max-width:1200px;width:100%;flex-wrap:wrap;align-items:flex-start;gap:2rem}.about-left{width:60%}.about-card{padding:2rem;border-radius:1rem}.about-title{font-family:Raleway,sans-serif;margin-bottom:1.2rem}.about-text{font-size:.9rem;font-family:Raleway,sans-serif;line-height:1.3;color:#333;text-align:justify}.button-container{display:flex;justify-content:center;align-items:center;margin-top:6rem}.resume-button{padding:.75rem 1.5rem;font-size:1rem;background-color:#00f;color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .3s ease}.resume-button:hover{background-color:#555}.about-image{width:100%;max-width:400px;border-radius:1rem;object-fit:cover;box-shadow:0 8px 20px #0000001a}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-box{background-color:#fff;padding:2rem;border-radius:1rem;max-width:300px;width:90%;text-align:center;box-shadow:0 10px 25px #0003}.modal-text{font-size:1.2rem;margin-bottom:1.5rem}.modal-buttons{display:flex;justify-content:space-around}.modal-confirm,.modal-cancel{padding:.5rem 1.2rem;font-size:1rem;border:none;border-radius:.5rem;cursor:pointer;transition:.2s ease}.modal-confirm{background-color:green;color:#fff}.modal-cancel{background-color:#eee;color:#333}.modal-confirm:hover{background-color:#555}.modal-cancel:hover{background-color:#ddd}.experience-section{margin-top:20px}.experience-title{font-size:1.5rem;font-weight:700;margin-bottom:15px}.timeline{margin-top:10px}.timeline-item{display:flex;align-items:center;margin-bottom:20px;font-size:.9rem}.timeline-point{width:12px;height:12px;background-color:#4caf50;border-radius:50%;margin-right:15px}.timeline-content{background-color:#f4f4f4;padding:10px;border-radius:8px;width:100%}.timeline-content h3{font-size:1rem;font-weight:600}.timeline-content p{font-size:.9rem;color:#666}.about-right{width:35%}.about-image{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a}@media (max-width: 768px){.about-container{flex-direction:column;align-items:center}.about-left,.about-right{width:100%}.about-image{max-width:80%}}.page-wrapper{transform-origin:top center;transition:transform .2s ease-in-out}@media (max-width: 1200px){.page-wrapper{transform:scale(.9)}}@media (max-width: 992px){.page-wrapper{transform:scale(.8)}}@media (max-width: 768px){.page-wrapper{transform:scale(.7)}}@media (max-width: 576px){.page-wrapper{transform:scale(.6)}}.project-img-container{width:99%;overflow:hidden;margin:0 auto;background-color:#fdfdfd;box-shadow:0 4px 12px #0000000d;padding:.2rem}.project-image{width:100%;height:auto;display:block;overflow:hidden}.contact-section{padding:2rem 3rem;background-color:#fff;display:flex;justify-content:center}.contact-content{display:grid;grid-template-columns:auto auto;align-items:start;gap:2rem;max-width:1000px;width:100%}.contact-info{max-width:300px}.contact-heading{text-align:center;font-size:24px;font-weight:200;color:#0d1116;margin-bottom:2rem;font-family:Raleway,sans-serif}.contact-info h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;font-family:Raleway,sans-serif}.contact-info a{color:#2563eb;text-decoration:underline}.social-icons{display:flex;gap:.5rem;padding-top:.5rem}.social-icons img{width:70px;height:70px;object-fit:contain;transition:transform .3s ease}.social-icons img:hover{transform:scale(1.1)}.contact-form{padding:1rem;border-radius:.5rem;width:100%}.form-row{display:flex;gap:1rem;margin-bottom:1rem}.form-row input{flex:1}.contact-form input,.contact-form textarea{width:95%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;margin-bottom:1rem;background-color:#e6f4fa;font-family:Raleway,sans-serif}.contact-form button{padding:.75rem 2rem;background-color:#000;color:#fff;font-weight:600;border:none;border-radius:.375rem;cursor:pointer;display:block;margin:0 auto}.contact-form button:hover{background-color:#1f2937}.form-status{text-align:center;color:green;margin-top:1.5rem}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;text-align:center}.form-row{flex-direction:column}.contact-form button{width:100%}}
