@import url(https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css);html{scroll-behavior:smooth}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;height:100%;margin:0;width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.navbar{animation:slideDown .7s ease forwards;background-color:#fff;box-shadow:0 2px 6px #0003;height:12vh;opacity:0;padding:0 2rem;position:relative;position:fixed;z-index:1000}.navbar,.navbar-container{align-items:center;display:flex;width:100%}.navbar-container{justify-content:space-between}.logo{color:#07f;font-size:1.8rem;font-weight:700;margin-top:0}.logo img{height:15vw;width:15vw}.nav-links{animation:fadeIn .6s ease forwards;display:flex;gap:2rem;list-style:none;margin-right:15vw;opacity:0}.nav-links li:first-child{animation-delay:.5s}.nav-links li:nth-child(2){animation-delay:.7s}.nav-links li:nth-child(3){animation-delay:.9s}.nav-links li:nth-child(4){animation-delay:1.1s}.nav-links li a{color:#000;font-size:1.3rem;text-decoration:none;transition:color .3s ease}.nav-links li a:hover{color:#07f}.nav-right{align-items:center;display:flex;gap:1rem}.contact-btn{background-color:#07f;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background .3s ease}.contact-btn:hover{background-color:#005fcc}.nav-right input{border:1px solid #ccc;border-radius:4px;padding:.5rem}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px}.hamburger span{background:#333;height:3px;transition:all .3s ease;width:25px}.hamburger.active span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.nav-links{background:#fff;box-shadow:0 2px 10px #0000001a;display:none;flex-direction:column;height:100vh;left:0;padding:1rem;position:absolute;top:12vh;width:100%}.logo{margin-left:-10vw;margin-top:0}.logo img{height:50vw;width:50vw}.nav-links.open{display:flex}.nav-right{display:none}.hamburger{display:flex}}@media(min-width:601px)and (max-width:1024px){.nav-links{background:#fff;box-shadow:0 2px 10px #0000001a;display:none;flex-direction:column;height:100vh;left:0;padding:1rem;position:absolute;top:12vh;width:100%}.logo{margin-top:0}.logo img{height:30vw;margin-left:-2vw;width:30vw}.nav-links.open{display:flex}.nav-right{display:none}.hamburger{display:flex}}@media only screen and (max-width:958px)and (orientation:landscape){.navbar{height:25vh;width:100%}.nav-links{display:none;top:0}}.main{animation:fadeSlideUp 1s ease-out forwards;animation-delay:.5s;background:url(/static/media/whitePlan.50041a8e73865d405fcc.jpg);background-size:cover;height:100vh;opacity:0;width:100%}.first{color:#2f95f5;font-size:6vw;font-weight:100}.main-container{display:flex;height:100%;width:100%}.main-container .main-left{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin-top:4vh;width:50%}.main-left button,.main-left h1,.main-left p{animation:fadeSlideUp .8s ease-out forwards;opacity:0;transform:translateY(30px)}.main-container .main-left h1{animation-delay:.8s;font-size:3.5vw;font-weight:300;letter-spacing:.2vw;margin:0 2vw}.main-container .main-left p{animation-delay:1s;color:#313131;font-size:.9vw;margin-left:2vw;margin-right:10vw;padding:5vw 0}.main-container .main-left button{animation:fadeSlideUp .8s ease-out 1.2s forwards,bounceUpDown 1s ease-in-out 2s infinite;background-color:#327aff;border:1px solid #327aff;border-radius:1vw;color:#fff;cursor:pointer;font-size:1vw;margin-right:73%;padding:1.3vw;position:relative;z-index:10}.main-container .main-left button:hover{background-color:#fff;border:1px solid #000;color:#000;transition:.2s ease-in-out}.main-container .main-right{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin-top:5vh;width:50%}.main-right .rightImg2{background:url(/static/media/home2.89b02233bad6dc9f5bc6.png) no-repeat 50%;background-size:contain;height:100%;width:100%}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:600px){.main{animation:fadeSlideUp 1s ease-out forwards;animation-delay:.5s;background:url(/static/media/whitePlan.50041a8e73865d405fcc.jpg);background-size:cover;height:100vh;opacity:0;width:100%}.main-container{display:flex;flex-direction:column-reverse;height:100%;width:100%}.main-container .main-left{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.main-left button,.main-left h1,.main-left p{animation:fadeSlideUp .8s ease-out forwards;opacity:0;transform:translateY(30px)}.main-container .main-left h1{animation-delay:.8s;font-size:8vw;font-weight:400;margin:0 5vw}.main-container .main-left p{animation-delay:1s;color:#313131;font-size:3vw;margin-left:5vw;margin-right:10vw;padding:10vw 0}.main-container .main-left button{animation-delay:1.2s;background-color:#fff;border:1px solid #000;color:#000;cursor:pointer;font-size:3vw;margin-right:55%;padding:3vw;text-align:center;width:35vw}.main-container .main-left button:hover{background-color:#fff;border:1px solid #000;color:#000;transition:.2s ease-in-out}.main-container .main-right{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin-top:12vh;width:100%}.main-right .rightImg2{background:url(/static/media/home2.89b02233bad6dc9f5bc6.png) no-repeat 50%;background-size:contain;height:100%;width:100%}}@media(min-width:601px)and (max-width:1024px){.main{animation:fadeSlideUp 1s ease-out forwards;animation-delay:.5s;background:url(/static/media/whitePlan.50041a8e73865d405fcc.jpg);background-size:cover;height:130vh;opacity:0;width:100%}.main-container{display:flex;flex-direction:column-reverse;height:100%;width:100%}.main-container .main-left{align-items:center;display:flex;flex-direction:column;height:50%;justify-content:center;width:100%}.main-left button,.main-left h1,.main-left p{animation:fadeSlideUp .8s ease-out forwards;opacity:0;transform:translateY(30px)}.main-container .main-left h1{animation-delay:.8s;font-size:6vw;font-weight:400;margin:0 5vw}.main-container .main-left p{animation-delay:1s;color:#313131;font-size:2.5vw;margin-left:5vw;margin-right:10vw;padding:10vw 0}.main-container .main-left button{animation-delay:1.2s;background-color:#fff;border:1px solid #000;color:#000;cursor:pointer;font-size:2vw;margin-right:55%;padding:2vw;text-align:center;width:35vw}.main-container .main-left button:hover{background-color:#fff;border:1px solid #000;color:#000;transition:.2s ease-in-out}.main-container .main-right{align-items:center;display:flex;flex-direction:column;height:50%;justify-content:center;margin-bottom:-10vh;margin-top:12vh;width:100%}.main-right .rightImg2{background:url(/static/media/home2.89b02233bad6dc9f5bc6.png) no-repeat 50%;background-size:contain;height:100%;width:100%}}@media only screen and (max-width:1023px)and (orientation:landscape){.main{animation:fadeSlideUp 1s ease-out forwards;animation-delay:.5s;background:url(/static/media/whitePlan.50041a8e73865d405fcc.jpg);background-size:cover;height:120vh;opacity:0;width:100%}.main-container{display:flex;flex-direction:row;height:100%;width:100%}.main-container .main-left{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:50%}.main-left button,.main-left h1,.main-left p{animation:fadeSlideUp .8s ease-out forwards;opacity:0;transform:translateY(30px)}.main-container .main-left h1{animation-delay:.8s;font-size:2.5vw;font-weight:300;letter-spacing:.2vw;margin:0 2vw}.main-container .main-left p{animation-delay:1s;color:#313131;font-size:1.5vw;margin-left:2vw;margin-right:10vw;padding:5vw 0}.main-container .main-left button{animation:fadeSlideUp .8s ease-out 1.2s forwards,bounceUpDown 1s ease-in-out 2s infinite;background-color:#fff;border:none;border-radius:1vw;color:#000;cursor:pointer;font-size:1.5vw;margin-right:57%;padding:1vw;position:relative;width:20vw;z-index:10}.main-container .main-right{align-items:center;display:flex;flex-direction:column;height:80%;justify-content:center;margin-top:15vh;width:50%}.main-right .rightImg2{background:url(/static/media/home2.89b02233bad6dc9f5bc6.png) no-repeat 50%;background-size:contain;height:100%;width:100%}}.reveal{opacity:0;transform:translateY(50px);transition:all 2s ease-out;will-change:opacity,transform}.reveal.active{opacity:1;transform:translateY(0)}.services{height:150vh;margin-bottom:20vh;width:100%}.services-header{align-items:center;background-color:#070707;background-size:cover;display:flex;height:20vh;justify-content:center;width:100%}.services-header h1{color:#fff;font-size:7vw;font-weight:200;letter-spacing:1vw}.services-header h1:hover{letter-spacing:2.2vw;transition:.3s ease-out}.services .services-container{align-items:center;background:url(/static/media/black4.0cd282922394752223b0.jpg) no-repeat 50%;background-size:cover;display:flex;flex-wrap:wrap;height:100%;justify-content:space-between;width:100%}.services-container .services-card{background-color:#000;border-radius:1vw;height:60vh;margin:0 2vw;width:45%}.services-container .services-card .inside-services-card{align-items:center;background-color:#0000;border-radius:1vw;display:flex;flex-direction:column;height:100%;justify-content:center;opacity:0;width:100%}.services-card .inside-services-card h1{font-size:3vw;font-weight:200;letter-spacing:1vw}.services-card .inside-services-card p{font-size:1vw;margin:5vw}.services-card .inside-services-card a{background-color:#0000;border:1px solid #fff;color:#fff;cursor:pointer;font-size:1vw;padding:1vw;text-decoration:none}.services-card .inside-services-card a:hover{background-color:#fff;color:#000;padding:1vw 3vw;transition:.3s}.services-card .inside-services-card:hover{background-color:rgba(0,0,0,.747);color:#f0f8ff;display:flex;opacity:1;transition:.2s ease-in}.services-container .services-card:first-child{background:url(/static/media/webDesign.2256bfb4d3583d1ca4e1.jpg) no-repeat 50%;background-size:cover}.services-container .services-card:first-child:hover{background:url(/static/media/web2.980ecafe6f3442c4c7ac.jpg) no-repeat 50%;background-size:cover;transition:.5s ease-in}.services-container .services-card:nth-child(2){background:url(/static/media/graphicDesign.22c60c316ebb049bc2f4.jpg) no-repeat 50%;background-size:cover}.services-container .services-card:nth-child(2):hover{background:url(/static/media/graphic2.32a7c12ba65f093d5254.jpg) no-repeat 50%;background-size:cover;transition:.5s ease-in}.services-container .services-card:nth-child(3){background:url(/static/media/AppDesign.9f9717214af8afa38386.jpg) no-repeat 50%;background-size:cover}.services-container .services-card:nth-child(3):hover{background:url(/static/media/app2.973139696e3e694fb632.jpg) no-repeat 50%;background-size:cover;transition:.5s ease-in}.services-container .services-card:nth-child(4){background:url(/static/media/consultant3.7a8f635d4166a80586f6.jpg) no-repeat 50%;background-size:cover}.services-container .services-card:nth-child(4):hover{background:url(/static/media/consultant2.8dcb88545b186c6d27d1.jpg) no-repeat 50%;background-size:cover;transition:.5s ease-in}@media(max-width:600px){.services{height:250vh;width:100%}.services-header{align-items:center;background-color:#000;background-size:cover;display:flex;height:20vh;justify-content:center;width:100%}.services-header h1{color:#fff;font-size:7vw;font-weight:200;letter-spacing:1vw}.services-header h1:hover{letter-spacing:2.2vw;transition:.3s ease-out}.services .services-container{align-items:center;background:url(/static/media/black4.0cd282922394752223b0.jpg);background-size:cover;display:flex;flex-direction:column;flex-wrap:nowrap;height:100%;justify-content:center;width:100%}.services-container .services-card{background-color:#000;border:1px solid #000;height:80vh;margin:5vh;width:90%}.services-container .services-card .inside-services-card{align-items:center;background-color:rgba(0,0,0,.676);display:flex;flex-direction:column;height:100%;justify-content:center;opacity:1;width:100%}.services-container .services-card .inside-services-card h1{color:#fff;font-size:8vw;font-weight:200;letter-spacing:1vw}.services-container .services-card .inside-services-card p{color:#fff;font-size:3vw;margin:10vw 2vw}.services-container .services-card .inside-services-card a{background-color:#0000;border:1px solid #fff;color:#fff;cursor:pointer;font-size:4vw;padding:2vw}.services-container .services-card .inside-services-card a:hover{background-color:#fff;color:#000;padding:1vw 3vw;transition:.3s}.services-container .services-card .inside-services-card:hover{background-color:rgba(0,0,0,.747);color:#f0f8ff;display:flex;opacity:1;transition:.2s ease-in}.services-container .services-card:first-child{background:url(/static/media/webDesign.2256bfb4d3583d1ca4e1.jpg) no-repeat 50%;background-size:cover}.services-container .services-card:nth-child(2){background:url(/static/media/graphicDesign.22c60c316ebb049bc2f4.jpg) no-repeat 50%;background-size:cover}.services-container .services-card:nth-child(3){background:url(/static/media/AppDesign.9f9717214af8afa38386.jpg) no-repeat 50%;background-size:cover}}@media(min-width:601px)and (max-width:1024px){.reveal{opacity:0;transform:translateY(50px);transition:all 2s ease-out;will-change:opacity,transform}.reveal.active{opacity:1;transform:translateY(0)}.services{height:70vh;margin-bottom:20vh;width:100%}.services-header{align-items:center;background-color:#000;background-size:cover;display:flex;height:20vh;justify-content:center;width:100%}.services-header h1{color:#fff;font-size:7vw;font-weight:200;letter-spacing:1vw}.services-header h1:hover{letter-spacing:2.2vw;transition:.3s ease-out}.services .services-container{align-items:center;background:url(/static/media/black4.0cd282922394752223b0.jpg) no-repeat 50%;background-size:cover;display:flex;flex-wrap:wrap;height:100%;justify-content:space-between;width:100%}.services-container .services-card{background-color:#000;border-radius:1vw;height:30vh;margin:0 2vw;width:45%}.services-container .services-card .inside-services-card{align-items:center;background-color:rgba(0,0,0,.678);border-radius:1vw;display:flex;flex-direction:column;height:100%;justify-content:center;opacity:1;width:100%}.services-card .inside-services-card h1{color:#fff;font-size:3.5vw;font-weight:200;letter-spacing:1vw}.services-card .inside-services-card p{color:#fff;font-size:1.5vw;margin:4vw}.services-card .inside-services-card a{background-color:#0000;border:1px solid #fff;color:#fff;cursor:pointer;font-size:1.5vw;padding:1.3vw;text-decoration:none}.services-card .inside-services-card a:hover{background-color:#fff;color:#000;padding:1vw 3vw;transition:.3s}.services-card .inside-services-card:hover{background-color:rgba(0,0,0,.747);color:#f0f8ff;display:flex;opacity:1;transition:.2s ease-in}.services-container .services-card:first-child{background:url(/static/media/webDesign.2256bfb4d3583d1ca4e1.jpg) no-repeat 50%;background-size:cover}.services-container .services-card:first-child:hover{background:url(/static/media/web2.980ecafe6f3442c4c7ac.jpg) no-repeat 50%;background-size:cover;transition:.5s ease-in}.services-container .services-card:nth-child(2){background:url(/static/media/graphicDesign.22c60c316ebb049bc2f4.jpg) no-repeat 50%;background-size:cover}.services-container .services-card:nth-child(2):hover{background:url(/static/media/graphic2.32a7c12ba65f093d5254.jpg) no-repeat 50%;background-size:cover;transition:.5s ease-in}.services-container .services-card:nth-child(3){background:url(/static/media/AppDesign.9f9717214af8afa38386.jpg) no-repeat 50%;background-size:cover}.services-container .services-card:nth-child(3):hover{background:url(/static/media/app2.973139696e3e694fb632.jpg) no-repeat 50%;background-size:cover;transition:.5s ease-in}.services-container .services-card:nth-child(4){background:url(/static/media/consultant3.7a8f635d4166a80586f6.jpg) no-repeat 50%;background-size:cover}.services-container .services-card:nth-child(4):hover{background:url(/static/media/consultant2.8dcb88545b186c6d27d1.jpg) no-repeat 50%;background-size:cover;transition:.5s ease-in}}@media only screen and (max-width:1023px)and (orientation:landscape){.services{height:150vh;margin-bottom:20vh;width:100%}.services-header{align-items:center;background-color:#000;background-size:cover;display:flex;height:20vh;justify-content:center;width:100%}.services-header h1{color:#fff;font-size:7vw;font-weight:200;letter-spacing:1vw}.services-container .services-card{background-color:#000;border-radius:1vw;height:65vh;margin:0 2vw;width:45%}}.workShow{background:url(/static/media/whitePlan.50041a8e73865d405fcc.jpg) no-repeat 50%;background-size:cover;height:650vh;width:100%}.workShow-container{flex-direction:column;height:100%}.work-heading,.workShow-container{align-items:center;display:flex;width:100%}.work-heading{height:10vh;justify-content:center}.work-heading h2{font-size:2vw;letter-spacing:1vw}.work1{height:250vh;width:100%}.work1 .work1-top{background:url(/static/media/dkclothing1.bc9f9deb66a44ea43c2a.png) no-repeat 50%;background-size:contain;height:35%;margin-top:10vh;width:100%}.work1 .work1-bottom{align-items:center;display:flex;height:65%;justify-content:space-evenly;width:100%}.work1-bottom .work1-bleft{background:url(/static/media/dkclothing2.350f01b15a329df32a75.png) no-repeat 50%;background-size:contain;height:100%;width:45%}.work1-bottom .work1-bright{background:url(/static/media/dkclothing3.880b64b9444397423133.png) no-repeat 50%;background-size:contain;height:100%;width:45%}.work2{height:150vh;width:100%}.work2 .work2-top{background:url(/static/media/educera2.ee1af94b0713f4286d94.png) no-repeat 50%;background-size:contain;height:50%;margin-top:10vh;width:100%}.work2 .work2-bottom{align-items:center;display:flex;height:50%;justify-content:space-evenly;width:100%}.work2-bottom .work2-bleft{background:url(/static/media/Educera.618b97c67730efeba69f.png) no-repeat 50%;background-size:contain;height:100%;width:45%}.work2-bottom .work2-bright{background:url(/static/media/educera3.bd73a96be34f7fcb0390.png) no-repeat 50%;background-size:contain;height:100%;width:45%}.work3{height:190vh;width:100%}.work3 .work3-top{background:url(/static/media/portdolio1.38290abd98c3b867aa70.png) no-repeat 50%;background-size:contain;height:60%;margin-top:10vh;width:100%}.work3 .work3-bottom{align-items:center;display:flex;height:40%;justify-content:space-evenly;width:100%}.work3-bottom .work3-bleft{background:url(/static/media/portfolio2.a56be1c2015b5dbaa692.png) no-repeat 50%;background-size:contain;height:100%;width:45%}.work3-bottom .work3-bright{background:url(/static/media/portfolio3.a42791f238d3529a2ccd.png) no-repeat 50%;background-size:contain;height:100%;width:45%}.heading{align-items:center;display:flex;height:20vh;justify-content:center;text-align:center;width:100%}.heading h1{font-size:3vw}@media(max-width:600px){.work-heading{height:15vh}.heading,.work-heading{align-items:center;display:flex;justify-content:center;width:100%}.heading{height:10vh;text-align:center}.heading h1{font-size:8vw}.work-heading h2{font-size:5vw;letter-spacing:1vw}.workShow{background:url(/static/media/whitePlan.50041a8e73865d405fcc.jpg) no-repeat 50%;background-size:cover;height:350vh;margin-bottom:0;width:100%}.workShow-container{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.work1{height:150vh;width:100%}.work1 .work1-top{background:url(/static/media/dkclothing1.bc9f9deb66a44ea43c2a.png) no-repeat 50%;background-size:contain;height:15%;margin-top:0;width:100%}.work1 .work1-bottom{align-items:center;display:flex;flex-direction:column;height:85%;justify-content:space-evenly;width:100%}.work1-bottom .work1-bleft{background:url(/static/media/dkclothing2.350f01b15a329df32a75.png) no-repeat 50%;background-size:contain;height:100%;width:95%}.work1-bottom .work1-bright{background:url(/static/media/dkclothing3.880b64b9444397423133.png) no-repeat 50%;background-size:contain;height:100%;width:100%}.work2{height:80vh;width:100%}.work2 .work2-top{background:url(/static/media/educera2.ee1af94b0713f4286d94.png) no-repeat 50%;background-size:contain;height:32%;margin-top:0;width:100%}.work2 .work2-bottom{display:flex;flex-direction:column;height:68%;width:100%}.work2-bottom .work2-bleft{background:url(/static/media/Educera.618b97c67730efeba69f.png) no-repeat 50%;background-size:contain;height:50%;width:90%}.work2-bottom .work2-bright{background:url(/static/media/educera3.bd73a96be34f7fcb0390.png) no-repeat 50%;background-size:contain;height:50%;width:90%}.work3{height:130vh;width:100%}.work3 .work3-top{background:url(/static/media/portdolio1.38290abd98c3b867aa70.png) no-repeat 50%;background-size:contain;height:19%;width:100%}.work3 .work3-bottom{align-items:center;display:flex;flex-direction:column;height:50%;justify-content:space-evenly;width:100%}.work3-bottom .work3-bleft{background:url(/static/media/portfolio2.a56be1c2015b5dbaa692.png) no-repeat 50%;background-size:contain;height:100%;width:90%}.work3-bottom .work3-bright{background:url(/static/media/portfolio3.a42791f238d3529a2ccd.png) no-repeat 50%;background-size:contain;height:100%;width:90%}}@media(min-width:601px)and (max-width:1024px){.workShow{background:url(/static/media/whitePlan.50041a8e73865d405fcc.jpg) no-repeat 50%;background-size:cover;height:325vh;width:100%}.workShow-container{flex-direction:column;height:100%}.work-heading,.workShow-container{align-items:center;display:flex;width:100%}.work-heading{height:10vh;justify-content:center}.work-heading h2{font-size:3vw;letter-spacing:1vw}.work1{height:110vh;width:100%}.work1 .work1-top{background:url(/static/media/dkclothing1.bc9f9deb66a44ea43c2a.png) no-repeat 50%;background-size:contain;height:33%;margin-top:5vh;width:100%}.work1 .work1-bottom{align-items:center;display:flex;height:67%;justify-content:space-evenly;width:100%}.work1-bottom .work1-bleft{background:url(/static/media/dkclothing2.350f01b15a329df32a75.png) no-repeat 50%;background-size:contain;height:100%;width:48%}.work1-bottom .work1-bright{background:url(/static/media/dkclothing3.880b64b9444397423133.png) no-repeat 50%;background-size:contain;height:100%;width:48%}.work2{height:80vh;width:100%}.work2 .work2-top{background:url(/static/media/educera2.ee1af94b0713f4286d94.png) no-repeat 50%;background-size:contain;height:60%;margin-top:0;width:100%}.work2 .work2-bottom{align-items:center;display:flex;height:40%;justify-content:space-evenly;width:100%}.work2-bottom .work2-bleft{background:url(/static/media/Educera.618b97c67730efeba69f.png) no-repeat 50%;background-size:contain;height:100%;width:48%}.work2-bottom .work2-bright{background:url(/static/media/educera3.bd73a96be34f7fcb0390.png) no-repeat 50%;background-size:contain;height:100%;width:48%}.work3{height:80vh;width:100%}.work3 .work3-top{background:url(/static/media/portdolio1.38290abd98c3b867aa70.png) no-repeat 50%;background-size:contain;height:50%;margin-top:5vh;width:100%}.work3 .work3-bottom{align-items:center;display:flex;height:50%;justify-content:space-evenly;width:100%}.work3-bottom .work3-bleft{background:url(/static/media/portfolio2.a56be1c2015b5dbaa692.png) no-repeat 50%;background-size:contain;height:100%;width:45%}.work3-bottom .work3-bright{background:url(/static/media/portfolio3.a42791f238d3529a2ccd.png) no-repeat 50%;background-size:contain;height:100%;width:45%}.heading{align-items:center;display:flex;height:15vh;justify-content:center;text-align:center;width:100%}.heading h1{font-size:6vw;letter-spacing:3vw;text-decoration:overline}}@media only screen and (max-width:1023px)and (orientation:landscape){.workShow{background:url(/static/media/whitePlan.50041a8e73865d405fcc.jpg) no-repeat 50%;background-size:cover;height:650vh;width:100%}.workShow-container{flex-direction:column;height:100%}.work-heading,.workShow-container{align-items:center;display:flex;width:100%}.work-heading{height:10vh;justify-content:center}.work-heading h2{font-size:2vw;letter-spacing:1vw}.work1{height:250vh;width:100%}.work2{height:150vh;width:100%}.work3{height:190vh;width:100%}.heading h1{font-size:3vw}.heading{align-items:center;display:flex;height:30vh;justify-content:center;text-align:center;width:100%}}.form-status{animation:fadeIn .3s ease;border-radius:8px;font-weight:700;margin-bottom:1em;padding:1em;text-align:center}.form-status.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.form-status.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.contact{align-items:center;background:url(/static/media/whitePlan.50041a8e73865d405fcc.jpg) no-repeat 50%;display:flex;height:110vh;justify-content:center;width:100%}.contact-section{background:url(/static/media/black4.0cd282922394752223b0.jpg) no-repeat 50%;background-size:cover;border-radius:1vw;box-shadow:0 0 10px #0000001a;height:70%;margin:0 auto;max-width:1300px;padding:40px 20px;width:100%}.contact-section h2{color:#fff;font-size:5vw;font-weight:300;letter-spacing:3vw;margin-bottom:30px;text-align:center}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-wrap:wrap;gap:20px}.form-group input,.form-group select,.form-group textarea{background-color:#0000;border:1px solid #ccc;border-radius:6px;color:#fff;font-size:1rem;padding:20px;transition:border-color .3s ease;width:100%}.form-group select option{color:#000}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#8396ab;outline:none}.contact-form button{background:#fff;border:none;border-radius:6px;color:#000;cursor:pointer;font-size:2rem;padding:20px;transition:background .3s ease}.contact-form button:hover{background:#bcbcbc}@media(max-width:600px){.contact-section h2{color:#fff;font-size:12vw;font-weight:300;margin-bottom:30px;text-align:center}.contact-section button{font-size:4vw;padding:4vw}.contact-section{background:url(/static/media/black.eecce61848d69e41a60a.jpg) no-repeat 50%;background-size:cover;border-radius:1vw;box-shadow:0 0 10px #0000001a;height:80%;margin:0 auto;max-width:1300px;padding:40px 20px;width:100%}}@media(min-width:600px){.form-group{flex-direction:row}.form-group input{width:calc(50% - 10px)}.form-group select,.form-group textarea{width:100%}}@media(min-width:601px)and (max-width:1024px){.contact-section h2{color:#fff;font-size:10vw;font-weight:300;margin-bottom:10vh;text-align:center}.contact-section{background:url(/static/media/black.eecce61848d69e41a60a.jpg) no-repeat 50%;background-size:cover;border-radius:1vw;box-shadow:0 0 10px #0000001a;height:65%;margin:0 auto;max-width:1300px;padding:40px 20px;width:100%}.form-group{flex-direction:row}.form-group input{width:calc(50% - 10px)}.form-group select,.form-group textarea{width:100%}}@media only screen and (max-width:1023px)and (orientation:landscape){.contact{align-items:center;background:url(/static/media/whitePlan.50041a8e73865d405fcc.jpg) no-repeat 50%;display:flex;height:280vh;justify-content:center;margin-bottom:-30vh;width:100%}.contact-form button{background:#fff;border:none;border-radius:6px;color:#000;cursor:pointer;font-size:1.5rem;padding:20px;transition:background .3s ease}}.Testi{background:url(/static/media/black2.5a0450a4fb0eac9204a5.jpg);height:120vh;width:100%}.Testi-header{align-items:center;display:flex;height:20vh;justify-content:center;width:100%}.Testi-header h1{color:#fff;font-size:7vw;font-weight:200;letter-spacing:3vw;padding-top:8vw}.testimonial-section{align-items:center;display:flex;height:100vh;justify-content:center;padding:50px 20px}.testimonial-container,.testimonial-section{overflow:hidden;width:100%}.testimonial-wrapper{animation:scrollLeft 40s linear infinite;display:flex;width:-webkit-max-content;width:max-content}@keyframes scrollLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.testimonial-card{background:#fff;border:1px solid #000;border-radius:16px;box-shadow:0 4px 20px #0000001a;flex:0 0 400px;margin:0 30px;padding:100px 30px;text-align:center;transition:transform .3s ease}.testimonial-card:hover{transform:scale(1.05)}.testimonial-img{border-radius:50%;height:120px;margin-bottom:20px;object-fit:cover;width:120px}.testimonial-name{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:15px}.testimonial-text{color:#555;font-size:1.1rem;margin-bottom:15px}.stars{color:#f39c12;font-size:1.5rem}@media(max-width:768px){.Testi{background:url(/static/media/black2.5a0450a4fb0eac9204a5.jpg);flex-direction:column;height:100vh;margin-bottom:-10vh;width:100%}.Testi,.Testi-header{align-items:center;display:flex;justify-content:center}.Testi-header h1{font-size:7vw;margin-bottom:5vw}.testimonial-section{background:url(/static/media/white2.887d91ce72ba07168599.jpg) no-repeat 50%;background-size:cover;overflow:hidden;padding:50px 20px}.testimonial-container{overflow:hidden;width:100%}.testimonial-wrapper{animation:scrollLeft 40s linear infinite;display:flex;width:-webkit-max-content;width:max-content}@keyframes scrollLeft{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.testimonial-card{background:#fff;border:none;border-radius:16px;box-shadow:0 4px 20px #0000001a;flex:0 0 400px;margin:0 30px;padding:20px 10px;text-align:center;transition:transform .3s ease}.testimonial-card:hover{transform:scale(1.05)}.testimonial-img{border-radius:50%;height:120px;margin-bottom:20px;object-fit:cover;width:120px}.testimonial-name{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:15px}.testimonial-text{color:#555;font-size:1.1rem;margin-bottom:15px}.stars{color:#f39c12;font-size:1.5rem}}@media(min-width:601px)and (max-width:1024px){.Testi{background:url(/static/media/white2.887d91ce72ba07168599.jpg) no-repeat 50%;background-size:cover;flex-direction:column;height:80vh}.Testi,.Testi-header{align-items:center;display:flex;justify-content:center;width:100%}.Testi-header{height:20vh}.Testi-header h1{color:#000;font-size:7vw;font-weight:200;letter-spacing:3vw;padding-top:8vw;text-decoration:overline}.testimonial-section{align-items:center;display:flex;height:100vh;justify-content:center;padding:50px 20px}.testimonial-container,.testimonial-section{overflow:hidden;width:100%}.testimonial-wrapper{animation:scrollLeft 40s linear infinite;display:flex;width:-webkit-max-content;width:max-content}@keyframes scrollLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.testimonial-card{background:#fff;border:none;border-radius:16px;box-shadow:0 4px 20px #0000001a;flex:0 0 400px;margin:0 30px;padding:100px 30px;text-align:center;transition:transform .3s ease}.testimonial-card:hover{transform:scale(1.05)}.testimonial-img{border-radius:50%;height:120px;margin-bottom:20px;object-fit:cover;width:120px}.testimonial-name{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:15px}.testimonial-text{color:#555;font-size:1.1rem;margin-bottom:15px}.stars{color:#f39c12;font-size:1.5rem}}@media only screen and (max-width:1023px)and (orientation:landscape){.Testi{background:url(/static/media/black2.5a0450a4fb0eac9204a5.jpg);height:170vh;width:100%}.Testi-header{align-items:center;display:flex;height:20vh;justify-content:center;width:100%}.Testi-header h1{color:#fff;font-size:7vw;font-weight:200;letter-spacing:3vw;padding-bottom:5vw;padding-top:0}.testimonial-card{background:#fff;border:1px solid #000;border-radius:16px;box-shadow:0 4px 20px #0000001a;flex:0 0 400px;margin:0 30px;padding:10px 30px;text-align:center;transition:transform .3s ease}}.footerr{height:100%;width:100%}.footer{background-color:#111;color:#eee;font-family:Arial,sans-serif;padding:40px 20px}.footer-container{display:flex;flex-direction:column;gap:30px;margin:auto;max-width:1200px}.footer-column{flex:1 1;text-align:center}.footer-logo{margin-bottom:-5vh;margin-top:-11vh;width:250px}.footer-about{color:#ccc;font-size:14px;line-height:1.6}.footer-links{list-style:none;padding:0;text-align:center}.footer-column h3{margin-bottom:1vw}.footer-links li{margin-bottom:10px}.footer-links a{color:#eee;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#1da1f2}.footer-social a{color:#eee;display:inline-block;font-size:20px;margin-right:15px;transition:color .3s}.footer-social a:hover{color:#1da1f2}.footer-bottom{color:#777;font-size:14px;padding-top:30px;text-align:center}@media(min-width:768px){.footer-container{flex-direction:row;justify-content:space-between}}@media only screen and (max-width:1023px)and (orientation:landscape){.footer-logo{margin-bottom:-10vh;margin-top:-10vh;width:200px}.footer{background-color:#111;color:#eee;font-family:Arial,sans-serif;height:100%;padding:40px 20px;width:100%}.footer-about{color:#ccc;font-size:15px;line-height:1.6;text-align:center}.footer-links{font-size:1.8vw;list-style:none;padding:0;text-align:center}.footer-column h3{margin-bottom:12vh;margin-top:13vh}}.sky-nav{background-color:#fffc;box-shadow:0 2px 6px #0000001a;height:12vh;left:0;top:0;width:100%;z-index:1000}.sky-flexbox{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1200px}.brand-symbol{height:auto;margin-top:-6.5vh;width:12vw}.go-back-link{align-items:center;color:#333;display:flex;font-size:1.5rem;font-weight:700;margin-top:-4vh;text-decoration:none;transition:color .3s}.go-back-link i{margin-right:8px}.go-back-link:hover{color:#07f}.container{align-items:center;background:url(/static/media/white3.ed783f4afc350295b064.jpg) no-repeat 50%;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.company-intro{border-radius:10px;margin:2vh 5vw;padding:50px 20px;text-align:center}.company-intro h1{font-size:2.5rem;margin-bottom:15px;text-align:center}.company-intro p{font-size:1rem;margin:0 auto 30px;max-width:700px}.intro-image{border-radius:8px;box-shadow:0 4px 10px #0000001a;height:80vh;object-fit:cover;width:70vw}.details{align-items:center;border-radius:10px;display:flex;gap:0;justify-content:center;margin-bottom:-5vh;padding:30px}.left,.right{flex:1 1;min-width:300px}.left h2{color:#222;font-size:2.5rem;letter-spacing:1vw;text-align:center}.founder{align-items:center;border-radius:10px;display:flex;gap:20px;justify-content:center;margin-top:40px;padding:30px}.founder-image{flex:1 1;min-width:250px;text-align:center}.founder-image img{border-radius:50%;box-shadow:0 4px 10px #0000001a;height:400px;max-width:400px;object-fit:cover;width:100%}.founder-text{flex:2 1;min-width:300px}.founder-text h2{font-size:2rem;margin-bottom:15px}.founder-text p{color:#444;font-size:1rem;line-height:1.6}social-icons{margin-top:20px}.social-icons a{color:#444;display:inline-block;font-size:1.5rem;margin:0 10px;transition:color .3s ease}.social-icons a:hover{color:#07f}@media(max-width:768px){.sky-nav{background-color:#fffc;box-shadow:0 2px 6px #0000001a;height:10vh;left:0;top:0;width:100%;z-index:1000}.sky-flexbox{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1200px}.brand-symbol{height:auto;margin-top:-3vh;width:9rem}.go-back-link{align-items:center;color:#333;display:flex;font-size:1.3rem;font-weight:700;margin-right:3vh;margin-top:-3vh;text-decoration:none;transition:color .3s}.go-back-link i{margin-right:8px}.go-back-link:hover{color:#07f}.details{flex-direction:column;text-align:center}.left,.right{padding:10px 0}.company-intro{border-radius:10px;margin:2vh 5vw;padding:5px 20px;text-align:center}.company-intro h1{font-size:2rem;margin-bottom:15px}.founder{flex-direction:column;text-align:center}.founder-text{color:#444;font-size:1rem;line-height:1.6;margin-top:20px;text-align:justify}.founder-image img{border-radius:50%;height:250px;max-width:250px;object-fit:cover}.founder-image img,.intro-image{box-shadow:0 4px 10px #0000001a;width:100%}.intro-image{border-radius:8px;height:25vh;object-fit:contain}.right p{text-align:justify}}@media only screen and (max-width:1023px)and (orientation:landscape){.sky-nav{background-color:#fffc;box-shadow:0 2px 6px #0000001a;height:20vh;left:0;top:0;width:100%;z-index:1000}.sky-flexbox{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1200px}.brand-symbol{height:auto;margin-top:-12vh;width:20vw}.go-back-link{align-items:center;color:#333;display:flex;font-size:1.5rem;font-weight:700;margin-right:3vw;margin-top:-13vh;text-decoration:none;transition:color .3s}.go-back-link i{margin-right:8px}.go-back-link:hover{color:#07f}.details{align-items:center;border-radius:10px;display:flex;flex-direction:column;gap:0;justify-content:center;margin-bottom:-5vh;padding:30px}.left,.right{flex:1 1;min-width:300px}.left h2{color:#222;font-size:2.5rem;letter-spacing:1vw;margin-bottom:2vw;text-align:center}.right p{color:#444;font-size:2.5vw;text-align:justify}.founder{align-items:start;border-radius:10px;display:flex;flex-direction:column;gap:20px;justify-content:start;margin-top:40px;padding:30px}.founder-image{flex:1 1;min-width:250px;text-align:start}.founder-image img{border-radius:50%;box-shadow:0 4px 10px #0000001a;height:250px;max-width:600px;object-fit:cover;width:100%}.founder-text{flex:2 1;min-width:300px}.founder-text h2{font-size:2rem;margin-bottom:15px}.founder-text p{color:#444;font-size:1rem;line-height:1.6}social-icons{margin-top:20px}.social-icons a{color:#444;display:inline-block;font-size:1.5rem;margin:0 10px;transition:color .3s ease}.social-icons a:hover{color:#07f}}.Youtube-body{background:#f0f0f0;font-family:Arial,sans-serif;height:100%;width:100%}.container2{padding:20px;text-align:center;width:100%}.category-buttons2,h1{margin-bottom:20px}.category-buttons2 button{background-color:#000;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;margin:5px;padding:10px 20px}.category-buttons button:hover{background-color:#0056b3}.content-wrapper{display:flex;flex-wrap:wrap;gap:20px;padding:10px}.featured-video{flex:1 1 40%}.featured-video .video-card{height:100%}.videos-section{grid-gap:20px;display:grid;flex:1 1 60%;gap:20px;grid-template-columns:repeat(2,1fr)}.video-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:15px;text-align:left;transition:transform .2s}.video-card h3{margin-bottom:10px}.video-card:hover{transform:scale(1.02)}.video-wrapper{border-radius:10px;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.video-wrapper iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}@media(max-width:768px){.content-wrapper{flex-direction:column}.featured-video,.videos-section{flex:1 1 100%;grid-template-columns:1fr}}@media(min-width:601px)and (max-width:1024px){.sky-nav{background-color:#fffc;box-shadow:0 2px 6px #0000001a;height:12vh;left:0;top:0;width:100%;z-index:1000}.sky-flexbox{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1200px}.brand-symbol{height:auto;margin-top:-2vh;width:22vw}.go-back-link{align-items:center;color:#333;display:flex;font-size:1.5rem;font-weight:700;margin-right:5vw;margin-top:-2vh;text-decoration:none;transition:color .3s}.go-back-link i{margin-right:8px}.go-back-link:hover{color:#07f}}.login-container{align-items:center;background:#eef2f3;display:flex;justify-content:center;min-height:100vh}.login-container .login-form{background:#fff;border-radius:10px;box-shadow:0 0 20px #0000001a;max-width:400px;padding:2rem;width:90%}.login-container .login-form h2{margin-bottom:1rem;text-align:center}.login-container .login-form input{border:1px solid #ccc;border-radius:5px;margin:.5rem 0;padding:.8rem;width:100%}.login-container .login-form button{background-color:#4a90e2;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;margin-top:1rem;padding:.8rem;width:100%}.login-container .login-form .error{color:red;font-size:.9rem;text-align:center}.login-container .login-form p{margin-top:1rem;text-align:center}.login-container .login-form a{color:#4a90e2;text-decoration:none}.signup-container{align-items:center;background:linear-gradient(90deg,#ffecd2,#fcb69f);display:flex;justify-content:center;min-height:100vh}.signup-container .signup-form{background:#fff;border-radius:10px;box-shadow:0 0 20px #0000001a;max-width:400px;padding:2rem;width:90%}.signup-container .signup-form h2{margin-bottom:1rem;text-align:center}.signup-container .signup-form input{border:1px solid #ccc;border-radius:5px;margin:.5rem 0;padding:.8rem;width:100%}.signup-container .signup-form button{background-color:#f76b1c;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;margin-top:1rem;padding:.8rem;width:100%}.signup-container .signup-form .error{color:red;font-size:.9rem;text-align:center}.signup-container .signup-form p{margin-top:1rem;text-align:center}.signup-container .signup-form a{color:#f76b1c;text-decoration:none}.admin-container{background-color:#f9f9f9;display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}.admin-container .sidebar{background:#1e2a38;box-shadow:2px 0 6px #0000001a;color:#fff;height:100%;left:0;padding:2rem 1rem;position:fixed;top:0;width:250px}.admin-container .sidebar h2{color:#00d8ff;font-size:2rem;margin-bottom:2rem;text-align:center}.admin-container .sidebar ul{list-style:none;padding:0}.admin-container .sidebar ul li{border-radius:6px;cursor:pointer;font-size:1.1rem;margin:1.2rem 0;padding:.6rem 1rem}.admin-container .sidebar ul li:hover{background-color:#00d8ff;color:#1e2a38}.admin-container .main-area{display:flex;flex-direction:column;margin-left:250px;width:calc(100% - 250px)}.admin-container .main-area .top-nav{align-items:center;background:#fff;border-bottom:1px solid #ddd;box-shadow:0 1px 4px #0000000f;display:flex;justify-content:space-between;padding:1.5rem 2rem}.admin-container .main-area .top-nav h3{color:#2c3e50;font-size:1.5rem}.admin-container .main-area .top-nav .logout-btn{background-color:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.6rem 1rem}.admin-container .main-area .top-nav .logout-btn:hover{background-color:#c0392b}.admin-container .main-area .content{flex:1 1;padding:2rem}.admin-container .main-area .content h2{color:#34495e;font-size:1.8rem;margin-bottom:1.5rem}.admin-container .main-area .content table{background-color:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 0 10px #0000000d;overflow:hidden;width:100%}.admin-container .main-area .content table td,.admin-container .main-area .content table th{border-bottom:1px solid #eee;font-size:1rem;padding:16px 20px;text-align:left}.admin-container .main-area .content table th{background:#00d8ff;color:#fff}.admin-container .main-area .content table tr:hover{background-color:#f0f9ff}.admin-container .main-area .content table tr:last-child td{border-bottom:none}@media(max-width:768px){.sidebar{display:none}.main-content{width:100%}}
/*# sourceMappingURL=main.88c5af80.css.map*/