@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);body{box-sizing:border-box;font-family:Poppins,sans-serif}*{margin:0;padding:0}html{cursor:pointer,auto;scroll-behavior:smooth}.loader{align-items:center;background:linear-gradient(284.12deg,#d8b5b5 .95%,#430f44);display:flex;height:100vh;justify-content:center;opacity:0;position:fixed;-webkit-transform:translateY(100%);transform:translateY(100%);transition:opacity 1s ease-in-out,-webkit-transform 1s ease-in-out;transition:opacity 1s ease-in-out,transform 1s ease-in-out;transition:opacity 1s ease-in-out,transform 1s ease-in-out,-webkit-transform 1s ease-in-out;width:100vw;z-index:999}.loader.active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.loader-overlay{position:relative}.number-text{color:#fff;font-size:24px;font-weight:700;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.header{background-color:#fdf3f3;height:30px;left:0;padding:15px 0;position:fixed;top:0;width:100%;z-index:99}.header .links_header{align-items:center;display:flex;justify-content:right;margin:auto auto auto 20px;width:90%}.header .links_header img{height:24px;margin-right:15px;width:24px}.header .links_header p{color:#430f44;font-weight:500}.header .mobile_menu{align-items:center;background-color:#430f44;color:#fff;display:flex;flex-direction:column;height:78vh;justify-content:space-between;line-height:72px;padding:50px 0;position:absolute;right:-277px;top:60px;transition:right .3s ease-in-out;width:276px}.header .mobile_menu .socialmedia_links{align-items:center;display:flex;justify-content:space-evenly;padding-top:5px;text-align:center;width:100%}.header .mobile_menu .socialmedia_links div{align-items:center;background-color:#fff;border-radius:50%;box-shadow:4px 4px 40px 0 hsla(0,0%,100%,.149);display:flex;height:27px;justify-content:center;padding:10px;transition:all .5s ease-in-out;width:27px}.header .mobile_menu .socialmedia_links div i{color:#430f44;font-size:22px;transition:all .5s ease-in-out}.header .mobile_menu .socialmedia_links div:hover{background:linear-gradient(-224.12deg,#d8b5b5 .95%,rgba(67,15,68,.86) 59.39%);cursor:pointer}.header .mobile_menu .socialmedia_links div:hover i{color:#fff}.header .mobile_menu a{color:#ccc;display:block;font-size:22px;font-weight:400;position:relative;text-decoration:none;transition:all .5s ease-in-out}.header .mobile_menu a:after{background-color:#ccc;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .5s ease-in-out;width:0}.header .mobile_menu a:hover:after{width:70%}.header .mobile_menu.open{right:0}.header .mobile_menu_close{position:absolute;right:20px;top:20px}.banner_container{background-color:#fdf3f3;height:100vh;left:0;position:-webkit-sticky;position:sticky;top:60px;width:100%}.banner_container .banner_main{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.banner_container .banner_main .dots_container{align-items:center;display:flex;justify-content:center;left:2%;position:absolute;rotate:90deg;top:141px}.banner_container .banner_main .dots_container .banner_dots{-webkit-animation:colorChange 1s linear infinite alternate,waveAnimation 4s linear infinite;animation:colorChange 1s linear infinite alternate,waveAnimation 4s linear infinite;background-color:#f8b3b3;border-radius:50%;box-shadow:0 1px 4px hsla(0,0%,100%,.39);height:10px;margin:5px;width:10px}@-webkit-keyframes waveAnimation{0%,to{-webkit-transform:translateX(0);transform:translateX(0)}25%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}50%{-webkit-transform:translateX(0);transform:translateX(0)}75%{-webkit-transform:translateX(5px);transform:translateX(5px)}}@keyframes waveAnimation{0%,to{-webkit-transform:translateX(0);transform:translateX(0)}25%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}50%{-webkit-transform:translateX(0);transform:translateX(0)}75%{-webkit-transform:translateX(5px);transform:translateX(5px)}}.banner_container .banner_main .banner_text{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-left:50px;width:100%}.banner_container .banner_main .banner_text .banner_top_heading{align-items:center;color:rgba(67,15,68,.698);display:flex;font-size:38px;font-weight:500;justify-content:center;padding-bottom:20px}.banner_container .banner_main .banner_text .banner_top_heading .banner_hand{-webkit-animation:wave 1s linear infinite;animation:wave 1s linear infinite;left:30px;position:relative;top:-40px;-webkit-transform-origin:bottom right;transform-origin:bottom right}@media screen and (max-width:640px){.banner_container .banner_main .banner_text .banner_top_heading{margin-bottom:20px}.banner_container .banner_main .banner_text .banner_top_heading .banner_hand{width:70px}}@-webkit-keyframes wave{0%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}75%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}}@keyframes wave{0%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}75%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}}.banner_container .banner_main .banner_text .banner_top_heading .banner_divesh{left:10px;position:relative;top:5px}.banner_container .banner_main h1{color:#430f44;font-size:72px;font-weight:500;line-height:120px}.banner_container .banner_main .banner_detail{margin:auto;width:45%}.banner_container .banner_main .banner_detail p{color:rgba(67,15,68,.698);font-size:16px;font-weight:400;letter-spacing:3%;line-height:31px;text-align:center}@media screen and (max-width:1060px){.banner_container .banner_main .banner_text{-webkit-transform:scale(.6);transform:scale(.6)}.banner_container .banner_main .banner_text .banner_top_heading{font-size:24px;margin-bottom:-50px;margin-left:-90px}.banner_container .banner_main h1{font-size:45px}}@media screen and (max-width:640px){.banner_container .banner_main .dots_container{left:-90px;top:20px;-webkit-transform:scale(.4);transform:scale(.4)}.banner_container .banner_main .banner_detail{width:100%}.banner_container .banner_main .banner_text{padding:0;-webkit-transform:scale(.8);transform:scale(.8)}.banner_container .banner_main .banner_text img{width:120px}.banner_container .banner_main h1{font-size:45px}}.exp_section{background-color:#f5f5f5;height:100vh;position:-webkit-sticky;position:sticky;top:60px;width:100%}.exp_section .exp_bg{background-image:url(/static/media/Exp_Bg.f46842ba5fa722f9061b.png);background-repeat:no-repeat;background-size:100%;height:100vh;width:100%}.exp_section .exp_bg img:first-of-type{left:40px;top:70px}.exp_section .exp_bg img:first-of-type,.exp_section .exp_bg img:last-of-type{-webkit-animation:colorChange 1s linear infinite alternate;animation:colorChange 1s linear infinite alternate;position:absolute}.exp_section .exp_bg img:last-of-type{bottom:70px;right:40px}@media screen and (max-width:640px){.exp_section .exp_bg img:first-of-type{left:10px;position:absolute;top:40px;-webkit-transform:scale(.6);transform:scale(.6)}.exp_section .exp_bg img:last-of-type{bottom:90px;position:absolute;right:10px;-webkit-transform:scale(.6);transform:scale(.6)}.exp_section .exp_bg{background-image:url(/static/media/kv15.4f4ba83c0484c47f8e01.png)}}.exp_content_container{height:100vh;position:-webkit-sticky;position:sticky;top:60px;width:100%}.exp_content_container .exp_content_bg{background:rgba(67,15,68,.886);height:100%;width:100%}.exp_content_container .exp_content_bg .exp_content{height:100%;text-align:center;width:100%}.exp_content_container .exp_content_bg .exp_content .exp_heading{margin-bottom:10px}.exp_content_container .exp_content_bg .exp_content .exp_heading img{position:relative;right:-60px;top:-10px;width:90px}.exp_content_container .exp_content_bg .exp_content .exp_heading h1{color:hsla(0,71%,97%,.698);font-size:40px;font-weight:600;letter-spacing:4%;padding-top:20px}.exp_content_container .exp_content_bg .exp_content .exp_detail{color:#fdf3f3;font-size:18px;font-weight:400;letter-spacing:3%;line-height:30px;margin-left:100px;text-align:left;width:60%}.exp_content_container .exp_content_bg .exp_content .exp_cont_skills{align-items:start;display:flex;justify-content:center;margin-top:20px}.exp_content_container .exp_content_bg .exp_content .exp_cont_skills div{color:#fff;line-height:35px;margin:0 5%}.exp_content_container .exp_content_bg .exp_content .exp_cont_skills div h2{font-size:21px;font-weight:500;margin-bottom:15px}.exp_content_container .exp_content_bg .exp_content .exp_cont_skills div p{color:hsla(0,0%,100%,.6);font-size:16px}.exp_content_container .exp_content_bg .exp_content .exp_cont_skills div:first-child p{max-width:250px}.exp_content_container .exp_content_bg .exp_content .exp_checkmeout{align-items:center;color:#fff;display:flex;margin-top:10px;padding:10px 0 0 88px;position:relative;top:20px}.exp_content_container .exp_content_bg .exp_content .exp_checkmeout .exp_checkme_icons{align-items:center;display:flex;justify-content:space-between;margin-left:48px;width:270px}.exp_content_container .exp_content_bg .exp_content .exp_checkmeout .exp_checkme_icons img{width:60px}.exp_content_container .exp_content_bg .exp_content .exp_checkmeout .exp_checkme_icons div{align-items:center;background-color:#0499fc;border-radius:50%;display:flex;height:38px;justify-content:center;width:38px}.exp_content_container .exp_content_bg .exp_content .exp_checkmeout .exp_checkme_icons div:hover{cursor:pointer}.exp_content_container .exp_content_bg .exp_content .exp_checkmeout .exp_checkme_icons .linkedin_icon_container{left:-85px;position:relative;top:-4px}.exp_content_container .exp_content_bg .exp_content .exp_checkmeout .exp_checkme_icons .behance_container_postition{left:-65px;position:relative;top:0}.exp_content_container .exp_content_bg .exp_content .arrow_down_exp{margin-top:40px;padding-left:30px;text-align:center}.exp_content_container .exp_content_bg .exp_content .arrow_down_exp .arrow_down_exp_img{-webkit-animation:moveUpDown1 1s linear infinite;animation:moveUpDown1 1s linear infinite}.exp_content_container .exp_content_bg .exp_content .arrow_down_exp .arrow_down_exp_img:hover{-webkit-animation:moveUpDown 1s linear infinite;animation:moveUpDown 1s linear infinite}@-webkit-keyframes moveUpDown{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes moveUpDown{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@-webkit-keyframes moveUpDown1{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}@keyframes moveUpDown1{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}@media screen and (max-width:640px){.exp_content_container .exp_content_bg .exp_content .exp_cont_skills{width:100%}.exp_content_container .exp_content_bg .exp_content .exp_cont_skills div{margin:0}.exp_content_container .exp_content_bg .exp_content .exp_checkmeout{margin-top:30px;padding:0}.exp_content_container .exp_content_bg .exp_content .exp_checkmeout .exp_checkme_icons .linkedin_icon_container{left:-66px}}@media screen and (max-width:1040px){.exp_content_container .exp_content_bg .exp_content{-webkit-transform:scale(.7);transform:scale(.7)}.exp_content_container .exp_content_bg .exp_content .exp_detail{margin:0;width:100%}}.myjourney_container{background:#fdf3f3;height:100vh;overflow:hidden;position:-webkit-sticky;position:sticky;top:60px;width:100%}.myjourney_container .myjourneybg{width:100%}.myjourney_container .myjourneybg .myjourney_content{height:100%;width:100%}.myjourney_container .myjourneybg .myjourney_content .myjourney_heading{align-items:center;display:flex;justify-content:left;padding-left:90px;padding-top:30px}.myjourney_container .myjourneybg .myjourney_content .myjourney_heading img{width:250px}.myjourney_container .myjourneybg .myjourney_content .myjourney_heading h1{color:#430f44;font-size:27px;margin-left:-20px;margin-top:8px}.myjourney_container .myjourneybg .myjourney_content .myjourney_ladder{align-items:center;display:flex;justify-content:center}.myjourney_container .myjourneybg .myjourney_content .myjourney_ladder img{height:70vh}.myjourney_container .myjourneybg .myjourney_content .myjourney_ladder div:first-of-type{bottom:50px;color:#430f44;position:relative}.myjourney_container .myjourneybg .myjourney_content .myjourney_ladder div:last-of-type{bottom:-150px;color:rgba(67,15,68,.749);position:relative}@media screen and (max-width:640px){.myjourney_container .myjourneybg .myjourney_content{-webkit-transform:scale(.8);transform:scale(.8)}.myjourney_container .myjourneybg .myjourney_content .myjourney_heading{padding:0;width:100%}.myjourney_container .myjourneybg .myjourney_content .myjourney_heading img{width:180px}.myjourney_container .myjourneybg .myjourney_content .myjourney_heading h1{color:#430f44;font-size:22px;margin-left:-20px;margin-top:8px}}.whatcan_container{background:#fff;height:90.5vh;position:-webkit-sticky;position:sticky;top:60px;width:100%}.whatcan_container .whatcan_bg{background:rgba(67,15,68,.412);height:100%;width:100%}.whatcan_container .whatcan_bg img:first-of-type{left:40px;top:70px}.whatcan_container .whatcan_bg img:first-of-type,.whatcan_container .whatcan_bg img:last-of-type{-webkit-animation:colorChange 1s linear infinite alternate;animation:colorChange 1s linear infinite alternate;position:absolute}.whatcan_container .whatcan_bg img:last-of-type{bottom:70px;right:40px}@-webkit-keyframes colorChange{0%{opacity:0}25%{opacity:25%}50%{opacity:50%}75%{opacity:75%}to{opacity:100%}}@keyframes colorChange{0%{opacity:0}25%{opacity:25%}50%{opacity:50%}75%{opacity:75%}to{opacity:100%}}.whatcan_container .whatcan_bg .whatcan_heading h1{color:#fdf3f3;font-weight:600;padding-top:10px;text-align:center}.whatcan_container .whatcan_bg .whatcan_heading img{left:38.5%;position:relative;text-align:center;top:42px}.whatcan_container .whatcan_bg .circles_whatcan,.whatcan_container .whatcan_bg .circles_whatcan div{align-items:center;display:flex;justify-content:center}.whatcan_container .whatcan_bg .circles_whatcan div{border-radius:50%;flex-direction:column;font-size:16px;font-weight:500;height:177px;line-height:30px;line-height:27px;position:relative;transition:.3s ease-in-out;width:177px}.whatcan_container .whatcan_bg .circles_whatcan div:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.whatcan_container .whatcan_bg .circles_whatcan div:first-child{background-color:#a1ccd1;color:#007886;left:-100px;top:80px}.whatcan_container .whatcan_bg .circles_whatcan div:nth-child(2){background-color:#fba1b7;box-shadow:4px 4px 40px 0 rgba(231,1,57,.302);color:#e70139;left:-40px;top:250px}.whatcan_container .whatcan_bg .circles_whatcan div:nth-child(3){background-color:#fde5ec;box-shadow:4px 4px 40px 0 rgba(234,81,126,.29);color:#e53b6d;top:80px}.whatcan_container .whatcan_bg .circles_whatcan div:nth-child(4){background-color:#d1d1d1;color:#6c6969;left:60px;top:250px}@media screen and (max-width:640px){.whatcan_container .whatcan_bg img:first-of-type{left:10px;position:absolute;top:40px;-webkit-transform:scale(.5);transform:scale(.5)}.whatcan_container .whatcan_bg img:last-of-type{bottom:10px;position:absolute;right:10px;-webkit-transform:scale(.5);transform:scale(.5)}.whatcan_container .whatcan_bg .whatcan_heading img{left:13%;top:5px}.whatcan_container .whatcan_bg .circles_whatcan{flex-direction:column;margin-top:-80px;-webkit-transform:scale(.7);transform:scale(.7)}.whatcan_container .whatcan_bg .circles_whatcan div:first-child{left:-130px;top:50px}.whatcan_container .whatcan_bg .circles_whatcan div:nth-child(2){left:110px;top:-30px}.whatcan_container .whatcan_bg .circles_whatcan div:nth-child(3){left:-130px;top:-40px}.whatcan_container .whatcan_bg .circles_whatcan div:nth-child(4){left:110px;top:-90px}}.works_container{background-color:#fdf3f3;position:-webkit-sticky;position:sticky;top:0;width:100%}@media screen and (max-width:640px){.works_container{height:2910px}}.works_container .works_bg{margin:auto;width:90%}.works_container .works_bg .works_heading{align-items:center;display:flex;justify-content:center;padding-top:40px}.works_container .works_bg .works_heading h1{color:#430f44;font-size:26px;font-weight:500;letter-spacing:4%;line-height:47px}.works_container .works_bg .works_heading img{left:-80px;position:relative;top:15px;width:110px}@media screen and (max-width:640px){.works_container .works_bg .works_heading{flex-direction:column}.works_container .works_bg .works_heading h1{font-size:20px}.works_container .works_bg .works_heading img{left:130px;position:relative;top:-25px;width:80px}}.works_container .works_bg .works_divs{align-items:center;display:flex;justify-content:space-evenly;-webkit-transform:scale(.8);transform:scale(.8)}.works_container .works_bg .works_divs .works_first{position:relative;top:-100px}.works_container .works_bg .works_divs .works_first p{color:#430f44;font-size:22px;font-weight:500;line-height:47px}.works_container .works_bg .works_divs .works_first p span{color:#5c5b5b;margin-right:20px}.works_container .works_bg .works_divs .works_ndcontainer{display:grid;grid-template-columns:repeat(2,1fr);place-items:center;position:relative;top:-10px}.works_container .works_bg .works_divs .works_ndcontainer div{height:-webkit-min-content;height:min-content}.works_container .works_bg .works_divs .works_ndcontainer div img{transition:.3s ease-in-out}.works_container .works_bg .works_divs .works_ndcontainer div img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.works_container .works_bg .works_divs .works_ndcontainer div:first-child{position:relative;top:60px}.works_container .works_bg .works_divs .works_ndcontainer div:nth-child(4){position:relative;top:-60px}.works_container .works_bg .works_divs .works_ndcontainer p{color:#fff;font-size:20px;font-weight:500;position:relative;text-align:center;top:-90px}.works_container .works_bg .works_divs .works_ndcontainer img{width:400px}.works_container .works_bg .works_divs .works_ndcontainer img:hover{cursor:pointer}@media screen and (max-width:640px){.works_container .works_bg .works_divs{flex-direction:column}.works_container .works_bg .works_divs .works_first{top:-200px}.works_container .works_bg .works_divs .works_ndcontainer{grid-template-columns:repeat(1,1fr);top:-200px}.works_container .works_bg .works_divs .works_ndcontainer div{margin:0}}.works_container .footer_bg{background:url(/static/media/f_bg.2a30dad971534a1b015c.png);background-size:100%;padding:10px}.works_container .footer_bg i{color:#fff;font-size:20px}.works_container .footer_bg h1{color:#430f44;font-family:Poppins;font-size:30px;font-weight:600;letter-spacing:.04em;line-height:68px;text-align:center}.works_container .footer_bg .footer_links{display:flex;justify-content:space-between;margin:30px auto auto;width:90%}.works_container .footer_bg .footer_links h2{color:#430f44;font-family:Poppins;font-size:24px;font-weight:600;letter-spacing:0;line-height:36px;margin-bottom:30px;text-align:center}.works_container .footer_bg .footer_links p{color:rgba(67,15,68,.6);font-family:Poppins;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px;max-width:300px;text-align:left}.works_container .footer_bg .footer_links .footer_bold_name{color:rgba(67,15,68,.6);font-family:Poppins;font-size:26px;font-weight:600;letter-spacing:0;line-height:24px;max-width:350px;text-align:left}@media screen and (max-width:640px){.works_container .footer_bg .footer_links{flex-direction:column}.works_container .footer_bg .footer_links .footer_bold_name{font-size:23px;margin-top:-20px;text-align:center}}.works_container .footer_bg .footer_links>div>div{align-items:center;display:flex;justify-content:flex-start}.works_container .footer_bg .footer_links .footer_icon{align-items:center;background-color:#430f44;border-radius:50%;display:flex;height:40px;justify-content:center;margin:10px;width:40px}.works_container .footer_bg .keepaneyeonme{color:#430f44;font-family:Poppins;font-size:24px;font-weight:600;letter-spacing:.02em;line-height:36px;text-align:center}.works_container .footer_bg .keepeye,.works_container .footer_bg .keepeye div{align-items:center;display:flex;justify-content:center}.works_container .footer_bg .keepeye div{background-color:#1976d2;border-radius:50%;height:48px;margin:20px 10px 10px;width:48px}@media screen and (max-width:640px){.works_container .footer_bg .keepeye div{margin-top:20px}}.works_container .footer_bg .keepeye div i{color:#fff}.works_container .footer_bg .keepeye div:hover{cursor:pointer}.works_container .footer_bg .keepeye div:nth-child(2){background-color:#0d47a1}.works_container .footer_bg .keepeye div:nth-child(3){background-color:#29b6f6}.works_container .footer_bg .signature{margin-right:6%;text-align:right}.works_container .footer_bg .signature p{color:#430f44;font-family:Vujahday Script;font-size:24px;font-weight:400;letter-spacing:0;line-height:43px;text-align:right}@media screen and (max-width:640px){.works_container .footer_bg{position:relative;top:-290px}.works_container .footer_bg h1{font-size:20px}.works_container .footer_bg .footer_links{height:400px;margin-bottom:110px}.works_container .footer_bg .signature{margin-top:50px}}#scrollbtn button{align-items:center;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;background:rgba(0,0,0,.369);border:none;border-radius:50%;bottom:20px;display:flex;height:40px;justify-content:center;overflow:hidden;padding:0;position:fixed;right:15px;transition:.3s ease-in-out;width:40px;z-index:400}#scrollbtn button:hover{background:hsla(0,4%,5%,.569)}#scrollbtn button:hover i{color:#fff;transition:.3s ease-in-out}#scrollbtn button i{color:#fff;font-size:15px;position:relative}.custom-cursor{background-color:#430f44e2;border-radius:50%;height:8px;pointer-events:none;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:-webkit-transform .7s ease;transition:transform .7s ease;transition:transform .7s ease,-webkit-transform .7s ease;width:8px;z-index:999}
/*# sourceMappingURL=main.b1907895.css.map*/