body{margin:0;padding:0;box-sizing:border-box;background-color:#000!important;overflow-x:hidden!important;color:var(--main-font-color);letter-spacing:1px;word-spacing:2px;background-color:#000;background-image:radial-gradient(white,rgba(255,255,255,.2) 2px,transparent 40px),radial-gradient(white,rgba(255,255,255,.15) 1px,transparent 30px),radial-gradient(white,rgba(255,255,255,.1) 2px,transparent 40px),radial-gradient(rgba(255,255,255,.4),rgba(255,255,255,.1) 2px,transparent 30px);background-size:550px 550px,350px 350px,250px 250px,150px 150px;background-attachment:fixed}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background:var(--main-font-color);border-radius:5px}html{font-size:16px}*{font-family:Dosis,sans-serif;font-optical-sizing:auto;font-style:normal;color:var(--main-font-color);letter-spacing:1px;word-spacing:2px}@media only screen and (width>1700px){html{font-size:22px}}@media only screen and (width>1400px){html{font-size:16px}}@media only screen and (width<1220px){html{font-size:13px}}@media only screen and (width<1000px){html{font-size:12px}}@media only screen and (width<900px){html{font-size:11px}}@media only screen and (width<850px){html{font-size:10px}}@media screen and (width<485px){html{font-size:9px}}@media screen and (width<400px){html{font-size:8px}}@media screen and (width<350px){html{font-size:7px}}@media screen and (width<290px){html{font-size:6px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header-menu{display:flex;flex-direction:row;justify-content:space-between;align-items:center;min-height:10vh;padding:1rem 3rem;font-weight:500;position:fixed;top:0;left:0;right:0;width:100vw;z-index:10;box-shadow:0 0 10px #000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo{font-size:2rem;font-weight:800}.logo a,.menu-sections a{text-decoration:none;color:var(--main-font-color)}.header-menu-sections{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.menu-sections{margin:0 2.5rem 0rem 2rem;padding-bottom:4px;font-size:1.5rem;transition:scale .5s ease-in-out}.active,.active i{color:var(--theme-color-blue)!important;font-weight:800}.menu-sections:hover{scale:1.1}.social-links{cursor:pointer}.follow-menu{position:absolute;background-color:var(--header-color);text-align:justify;box-shadow:0 0 10px #000}.follow-menu ul{list-style:none;margin:0;padding:0rem 2rem 1rem 1rem}.follow-menu ul li{margin-top:1rem;font-size:1.2rem;transition:scale .5s ease-in-out}.follow-menu ul li:hover{scale:1.1;text-shadow:1px 1px var(--theme-color-blue)}.follow-menu ul li a i{display:inline;margin-right:5px;font-size:1.2rem}.tablet-menu{display:flex;flex-direction:column;min-height:50vh;min-width:50vw;justify-content:start;position:absolute;right:0;top:100%;background-color:var(--header-color);z-index:10;box-shadow:0 10px 10px 2px #000;padding-bottom:5vh}.burger-icon,.cross-icon{font-size:2.2rem;padding:1rem}.about a{width:100%}.tablet-menu-sections{margin-top:4.2rem;text-align:justify;font-weight:800;border-radius:10px;box-shadow:0 0 10px 0 var(--theme-color-blue)}.tablet-menu-sections>a,.tablet-social-links{padding:1rem;display:block;min-width:inherit}.follow-menu-tablet{position:absolute;right:110%;bottom:1%;background-color:var(--header-color);text-align:justify;box-shadow:-2px -2px 2px 0 var(--theme-color-blue);border-top-left-radius:10px;border-bottom-left-radius:10px}.follow-menu-tablet ul{list-style:none;margin:0;padding:0;padding:0rem 2rem 1rem 1rem}.follow-menu-tablet ul li{margin-top:10px;font-size:1.2rem;transition:scale .5s ease-in-out}.follow-menu-tablet ul li a i{display:inline;margin-right:5px;font-size:1.2rem}@media only screen and (width>1440px){.header-menu{min-height:15vh}}@media screen and (width<850px){.menu-sections{font-size:1.6rem}}@media screen and (width<770px){.header-menu{min-height:8vh}}@media screen and (width<400px){.menu-sections{font-size:1rem;transition:scale .5s ease-in-out}}.contact-section{margin:3rem 4rem}.contact-heading-message{display:flex;flex-direction:row;justify-content:space-between}.isPhone-coffee{display:flex;flex-direction:row;justify-content:end}.contact-heading h1{font-size:3.5rem;font-weight:800;word-spacing:2px;letter-spacing:2px}.buy-coffee{font-size:1.5rem;font-weight:800;padding:1rem 2rem}.address-email{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:2rem}.address{max-width:35%}.address ul{list-style:none;margin:0;padding:0}.address ul li span{font-size:1.5rem;font-weight:500;word-spacing:2px;letter-spacing:1px;display:inline-block;margin-top:.5rem}.address ul li h3{font-size:2rem;font-weight:600;word-spacing:2px;letter-spacing:1px;margin-left:1rem;margin-top:.5rem}.contact-divider{height:2px;width:100%;background-color:var(--theme-color-blue);margin-top:1rem}.follow-links div{display:inline-block;width:3rem;height:3rem;background-color:var(--theme-color-blue);border-radius:10px}.follow-links{margin-top:.5rem}.follow-links div{margin-right:2rem;margin-left:1rem}.follow-links a{display:inline-block;width:100%;height:100%}.follow-links a i{font-size:1.1rem;display:flex;flex-direction:column;align-items:center;transform:translateY(80%)}.meet-form{margin-left:2rem;min-width:50vw}.meet-form h4{font-size:1.5rem;letter-spacing:1px;word-spacing:2px;font-weight:600}.meet-form form input,.meet-form form textarea{color:var(--theme-color-black)}.meet-form form input{padding:.5rem 1rem;margin:1rem 0rem;height:3rem;border-radius:10px;outline:none;border:none}.name-email{min-width:100%;display:flex;flex-direction:row;justify-content:space-between}.name-email input{min-width:49%}.subject-form,.subject-form input{min-width:100%}.meet-form form textarea{margin:1rem 0rem;padding:.5rem 1rem;width:100%;border-radius:10px;outline:none;border:none}.meet-form form button,.buy-details form button{margin:1rem;padding:.5rem 1rem;width:20%;transition:scale .3s ease-in-out}.follow-links div{transition:scale .3s ease-in-out}.meet-form form button:hover,.follow-links div:hover{scale:1.2}.meet-form form input:focus,.meet-form form textarea:focus,.buy-details form input:focus{outline:none;border:none;box-shadow:0 0 4px 2px var(--theme-color-blue)}.btn-primary{background-color:var(--theme-color-blue)!important}.buy-details{position:fixed;top:0;right:0;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:5;padding:2rem;background-color:var(--header-color)}.buy-details form{padding:2rem;border:2px solid var(--theme-color-blue);border-radius:10px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.buy-details form h1{font-size:3rem;font-weight:800;word-spacing:2px;letter-spacing:2px}.buy-details form input{width:100%;padding:.5rem 1rem;margin:1rem 0rem;border-radius:10px;outline:none;border:none;color:#000!important}.buy-details form button{width:40%}@media screen and (width>1500px){.address-email{justify-content:space-around}}@media screen and (width<915px){.address-email{flex-direction:column-reverse;align-items:center}.address{min-width:100%;margin-top:5vh}.meet-form{margin-left:0rem}.follow-links div{margin-right:4rem}.address ul li h3{margin-left:3rem}.meet-form{min-width:100%}.buy-details form input{height:4rem}.buy-details form button{padding:1.5rem;border-radius:20px}}@media screen and (width<550px){.buy-details form input{height:6rem;font-size:1.7rem;margin-top:2rem}}@media screen and (width<400px){.name-email{flex-direction:column}.meet-form form input{height:4rem}.meet-form form button{padding:1.4rem 1.8rem;border-radius:10px}}.front-page{background-attachment:fixed}.front-page-details{display:flex;color:var(--main-font-color);flex-direction:row;justify-content:space-evenly;align-items:center;margin:3rem 2rem 2rem;height:100vh}.front-page-my-data{min-width:40%;display:inline-block}.front-page-my-data h3{font-size:2rem;word-spacing:3px;letter-spacing:2px}.front-page-my-data h1{font-size:5rem;font-weight:800;line-height:5rem;word-spacing:3px;letter-spacing:2px}.front-page-my-data h2{font-size:3rem;line-height:5rem;word-spacing:3px;letter-spacing:2px}.front-page-buttons button{margin:1rem 2rem 0rem 0rem;font-size:1.5rem;background-color:var(--theme-color-blue);transition:scale .3s ease-in-out}.front-page-buttons button:hover{scale:1.1}.youtube-card{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:5;background-color:var(--header-color)}.youtube-card-inframe-div{position:relative;width:60%;margin:auto;height:60vh;top:20%;left:0}.youtube-card-inframe-div iframe{position:relative;padding:1rem;width:100%;height:100%;border:2px solid var(--theme-color-blue);border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.front-page-image{width:45%;height:80%;position:relative;bottom:0}.front-page-image img{height:100%;position:absolute;left:50%;top:0;bottom:0;transform:translate(-50%);-webkit-user-select:none;user-select:none;transition:filter ease-in-out 1s,top 1s,left 1s}.dp-background{filter:drop-shadow(0 -3mm 9mm rgb(160,0,210))}.header-dp{filter:drop-shadow(0 0 .75rem black)}.front-page-image:hover .dp-background{top:20px}.front-page-image:hover .header-dp{filter:drop-shadow(0 0 1.5rem black);left:54%}@media screen and (width>1400px){.youtube-card-inframe-div{width:40%}}@media screen and (width<800px){.youtube-card-inframe-div{width:90%}}@media screen and (width<900px){.front-page-image{width:30%}.front-page-my-data h1{font-size:5.3rem}.front-page-my-data h2{font-size:3.3rem}.front-page-buttons button{font-size:1.7rem}}@media screen and (width<750px){.front-page-details{flex-direction:column;justify-content:space-evenly;align-items:center;margin-top:5vh;gap:2rem}.front-page-image{width:20%;height:50%}.front-page-my-data{min-width:70%}.front-page-my-data h3{font-size:3rem}.front-page-my-data h1{font-size:6rem;margin-top:1.3rem}.front-page-my-data h2{font-size:4rem;margin-top:1.6rem}.front-page-buttons button{margin:1rem 2rem 0rem 0rem;padding:1.2rem 2rem;border-radius:10px;font-size:1.5rem}}@media screen and (width<560px){.front-page-my-data{min-width:70%}}@media screen and (width<350px){.front-page-details{justify-content:center}}.project-page{margin:4rem;margin-bottom:10vh}.project-page h1{font-size:3.5rem;font-weight:800}.container{display:flex;flex-direction:row;justify-content:space-evenly;flex-wrap:wrap;min-width:100%}.project-grid-item{margin:1rem;flex:0 0 30.33%;position:relative;border-radius:10px;transition:opacity 1s ease-in-out;padding:10px;box-shadow:0 0 10px 1px var(--theme-color-blue)}.project-grid-item img{width:100%;height:100%;border-radius:10px;object-fit:cover;display:block;transition:opacity 1s ease-in-out}.link{position:absolute;top:80%;left:7%;opacity:0;transition:opacity 1s ease-in-out}.link a{text-decoration:none;padding:10px;border:2px solid var(--theme-color-blue);border-radius:5px;background-color:#fff6}.link a i{color:var(--theme-color-blue)}.project-grid-item:hover .link{opacity:1}.project-grid-item:hover img{opacity:.5}@media only screen and (width<500px){.container{flex-direction:column;margin-top:2rem}}.skill-page{display:flex;flex-direction:row;justify-content:space-between;margin:2rem 5rem;margin-bottom:10vh}.skills-section{margin-right:5vw}.skills-section h1{font-size:3.5rem;font-weight:800}.skills-section p{font-size:1.5rem}.heading-skills span{font-weight:800}caption{color:var(--main-font-color);min-width:20vw;text-align:left;font-size:1.7rem}.skill-table{border-collapse:separate;border-spacing:8px;font-size:1.2rem}.skill-table td{padding:1rem;min-width:20vw}.filler-skills{height:10px;width:100%;background-color:var(--theme-color-blue);border-radius:10px}.filler-skills-inner{height:10px;background-color:var(--theme-color-white);border-radius:10px}.education-section{width:45vw}.selection-button{display:flex;flex-direction:row;border:2px solid var(--theme-color-blue);border-radius:10px;font-size:1.5rem;font-weight:800;cursor:pointer;max-width:100%}.accomplishment-button,.education-button{padding:1rem 2.5rem;text-align:center;border-radius:10px;width:100%}.dynamic-change-edu-acc{background-color:var(--theme-color-blue)}.accomplishment-button:hover,.education-button:hover{animation:bounce 1.5s ease-in-out infinite}@keyframes bounce{0%,to,20%,50%,80%{scale:1}40%{scale:.9}60%{scale:1.1}}.education ul,.accomplish-section ul{margin-top:1rem;list-style:none;min-width:100%}.education ul li,.accomplish-section ul li{margin-top:1rem;text-align:justify}.institute-name-year{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.year{margin-right:10%;margin-left:10px;color:gray}.divider-education,.divider-accom{height:2px;background-color:var(--theme-color-blue);width:30%}.divider-accom{margin-top:5px}.education-details,.accomplish-section ul li{font-size:1.1rem;margin-top:10px;padding-left:10px}.education-details span:before,.education-details p:before,.accomplish-section ul li:before{font-family:"Font Awesome 5 Free";content:"";display:inline-block;padding-right:5px;color:var(--theme-color-blue);vertical-align:middle;font-weight:900}.accomplish-section{margin-top:2rem}.phone-divider{border-right:1px solid var(--theme-color-blue);height:inherit;width:20px}@media screen and (width>1440px){.accomplish-section ul li{margin-top:1.5rem}}@media screen and (width<840px){.skill-page{flex-direction:column;justify-content:space-evenly;align-items:center;margin:2rem 4rem}.education-section{width:100%}caption{font-weight:800;font-size:2rem}.skill-table,caption{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center}.skill-table td{min-width:30vw}.selection-button{margin:auto;margin-top:10vh;width:80%}.education ul{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-top:5vh}.accomplish-section ul{margin-top:5vh}.education ul li{flex:0 0 45%}.skills-section p{font-size:2rem}.heading-skills span{font-size:1.4rem}.year{font-size:1.1rem}.institute-name-year span h3{font-size:1.8rem}.education-details,.accomplish-section ul li{font-size:1.3rem}}@media screen and (width<660px){.institute-name-year{flex-direction:column;align-items:flex-start}.selection-button{width:100%}.accomplishment-button,.education-button{min-width:50%}.skill-table tr{min-width:80vw}.skill-table td{width:33.33%}}@media screen and (width<535px){.education ul{flex-direction:column;margin-top:0;align-items:center}.education ul li{width:60%;margin-top:2rem}}@media screen and (width<375px){.skill-table{margin:0}.skill-table td{display:block;width:100%;margin-top:1rem}.skills-section{margin-right:0vw}.selection-button{font-size:1.9rem}.heading-skills span{font-size:1.3rem}.institute-name h3{font-size:2rem}.year{font-size:1.2rem}.education-details,.accomplish-section ul li{font-size:1.5rem}}@media screen and (width<330px){.selection-button{flex-direction:column}}:root{--theme-color-blue: #6c63ff;--theme-color-black: black;--theme-color-white: white;--header-color: rgba(0, 0, 0, .5);--main-font-color: white}.testimonial-section{margin:3rem 4rem;margin-bottom:10vh}.testimonial-section h1{font-size:3.5rem;font-weight:800;text-align:center}.testimonal-data{display:flex;flex-direction:row;justify-content:space-around;align-items:center;margin-top:2rem}.photos-section img{width:4rem;height:4rem;border-radius:50%;display:block;margin:3rem 0rem 5rem;padding:5px;border:1px solid var(--theme-color-blue)}.testi-img-2-div-1{transform:translate(100%)}.testi-img-2-div-2{transform:translate(-100%)}.carousel{max-width:50vw}.carousel-indicators{bottom:-2.5rem!important}.carousel-indicators button{height:20px!important;width:20px!important;border-radius:50%;border:2px solid var(--theme-color-blue)!important;background-color:transparent!important;scale:1;transition:scale .2s ease-in-out!important}.carousel-indicators button:hover{scale:1.1}.card{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:transparent!important;padding:1rem}.image{position:relative;bottom:11px;right:0}.image img{padding:.2rem;border:2px solid var(--theme-color-blue);height:100px;width:100px;border-radius:50%;display:block}.icon i{position:absolute;width:35px;height:35px;left:50%;bottom:-15px;transform:translate(-50%);border:2px solid bvar(--theme-color-blue) lue;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#000;border:2px solid var(--theme-color-blue)}.data{margin-top:2rem;text-align:justify;font-size:1.1rem}.divider{height:1px;width:30%;background-color:var(--theme-color-white)}.name{text-align:center;margin-top:1rem}.name h3{font-weight:800}@media only screen and (width<1000px){.carousel-indicators button{height:10px!important;width:10px!important}.image img{height:70px;width:70px}.icon i{width:20px;height:20px;left:50%;bottom:-9px}.photos-section img{padding:2px}}@media screen and (width<650px){.carousel{min-width:80vw}}@media screen and (width<375px){.carousel-indicators button{height:5px!important;width:5px!important}.data{font-size:1.3rem}}.about-section{margin-top:5rem}.about-page{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.about-data{max-width:40vw}.about-data h2{font-size:3rem;text-align:center;font-weight:800}.about-data h2>span,.about-data p>span{color:var(--theme-color-blue)}.about-data p{margin-top:1rem;font-size:1.2rem;text-align:center;font-weight:600;text-align:justify}.about-svg{cursor:grab}.about-skills{margin-top:5rem}.about-skills h1{font-size:3.2rem;font-weight:800;text-align:center}.skill-grid{display:flex;flex-wrap:wrap;flex-direction:row;width:100%;justify-content:center}.skill-grid-items{flex:0 0 20%;margin:1rem 2rem 1rem 1rem;padding:4rem;text-align:justify;border:2px solid var(--theme-color-blue);border-radius:5px;transition:scale .5s ease-in-out,box-shadow .5s ease-in-out}.skill-grid-items p{display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:800}.skill-grid-items:hover{scale:1.04;box-shadow:0 0 10px 2px var(--theme-color-blue)}@media screen and (width>1500px){.about-section{margin-top:10vh}}@media screen and (width<1400px){.about-svg{min-width:40vw}.about-section{margin-top:7rem}}@media screen and (width<1000px){.about-page{flex-direction:column;justify-content:space-evenly;align-items:center}.about-data{min-width:100%;padding:0rem 5rem 5rem}.about-data p{font-size:2rem}.about-svg{min-width:80vw;max-height:40vh}.skill-grid-items{flex:0 0 25%}}.blog-page{margin-top:4rem}.blog-page h1{text-align:center;font-size:4rem;font-weight:800;text-shadow:2px 1px var(--theme-color-blue);word-spacing:2px;letter-spacing:2px}.blog-page h1 span{color:var(--theme-color-blue)}.blog-section{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;margin-top:2.5rem}.blog-card{flex:0 0 26%;padding:1rem;margin:1rem}.blog-card span{font-size:1rem;font-weight:600;text-align:left;background-color:var(--theme-color-blue);padding:5px 20px;border-radius:5px}.blog-card h3{font-size:1.7rem;font-weight:800;margin-top:10px}.blog-card p{text-align:left;word-spacing:2px;margin-top:1rem;min-height:15vh}.blog-card-link{text-decoration:none;font-weight:800;color:var(--theme-color-blue)}.blog-card-link:after{font-family:"Font Awesome 5 Free";content:"";display:inline-block;padding-left:5px;vertical-align:middle;font-weight:800}.border-bottom{width:100%;height:2px;background-color:var(--theme-color-blue);margin-top:.5rem}.user-pro{text-align:right;margin:0rem 3rem;cursor:pointer;position:absolute;top:2rem;right:0;display:inline-block}.user-pro p{color:var(--theme-color-blue);height:2rem;font-size:1.4rem;font-weight:900}.logout-tab{position:absolute;top:2rem;min-width:10vw;text-align:justify;right:-2rem;background-color:var(--header-color)}.logout-tab div,.visit-link{padding:.5rem;font-size:1.2rem;font-weight:900}.visit-link{color:#fff;text-decoration:none}.editor-html{margin:3rem}.editor-html h1,.editor-html h2,.editor-html h3,.editor-html h4{word-spacing:3px;letter-spacing:2px;margin-top:4rem}.editor-html h2,.editor-html h3,.editor-html h4{display:inline-block;padding-bottom:10px;border-bottom:3px solid var(--theme-color-blue)}.editor-html h1{display:block;font-size:3.8rem;text-align:center;font-weight:900;text-shadow:2px 2px var(--theme-color-blue)}.editor-html h2{font-size:3rem;font-weight:900}.editor-html h3{font-size:2.5rem;font-weight:900}.editor-html h4{font-size:2.1rem;font-weight:700}.editor-html p,.editor-html ul li{word-spacing:2px;font-size:1.3rem;margin-top:2rem;font-weight:500;text-align:justify}.editor-html ul li{margin-top:1rem}.editor-html a{text-decoration:none;color:var(--theme-color-blue)}.editor-html img{max-width:70vw;max-height:50vh;display:block;margin:2rem auto 1rem;padding:1rem;border-radius:10px;box-shadow:0 0 2px 4px var(--theme-color-blue)}.editor-html table{border-collapse:collapse}.editor-html pre{font-weight:900}.auth-form-page{display:flex;height:100vh;flex-direction:column;justify-content:center;align-items:center}.auth-form-page h1{font-size:3rem;font-weight:900;margin-top:3rem;text-align:center;word-spacing:5px;letter-spacing:2px;text-shadow:2px 2px var(--theme-color-blue)}.auth-form-page form{position:relative}.auth-form-page form input{display:inline-block;width:100%;border:1px solid var(--theme-color-blue);border-radius:10px;padding:.5rem 1rem;color:#000;border:none;outline:none}.auth-form-page form input:focus{outline:none;border:none;box-shadow:0 0 4px 2px var(--theme-color-blue)}.auth-form-page form label{font-size:1.2rem;margin-top:1rem;font-weight:600}.auth-form-page form button{margin-top:1.5rem;background-color:var(--theme-color-blue)}.auth-form-page form p{text-align:right;margin-top:10px;font-size:1.1rem;position:absolute;left:90%;text-decoration:none}.auth-link{text-decoration:none;color:var(--theme-color-blue)}@media screen and (width<1200px){.auth-form-page{margin:2rem}.auth-form-page h1{font-size:4rem}.auth-form-page form label{font-size:1.4rem}.auth-form-page form input{padding:1rem;font-size:1.3rem}.auth-form-page form button{font-size:1.4rem}}@media screen and (width<440px){.auth-form-page h1{font-size:4.3rem}.auth-form-page form label{font-size:1.8rem;margin-top:2rem}.auth-form-page form input{padding:1rem;font-size:1.8rem}.auth-form-page form button{font-size:1.8rem}}.comment-section{display:flex;flex-direction:column;justify-content:center;align-items:center}.comment-section{margin:5rem auto 0rem}.user-comment{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:60vw;background-color:#000;text-align:justify;margin:1rem;padding:.5rem 1rem;box-shadow:0 0 5px 1px var(--theme-color-blue);border-radius:10px}.comment-details{width:100%;margin-right:2rem}.user-name{font-weight:900;font-size:1.2rem;color:var(--theme-color-blue)}.user-name,.data{margin:.3rem 0 0;padding:0}.delete-trash{cursor:pointer}.comment-form form textarea{display:block;width:60vw;height:30vh;outline:none;border:none;border-radius:10px;padding:.5rem 1rem;background-color:#000;box-shadow:0 0 5px 1px #fff;color:#fff}.comment-form form button{display:block;width:10vw;margin:2rem auto;text-align:center}@media screen and (width<690px){.comment-form form button{width:15vw}.comment-form form textarea{font-size:1.2rem}}.admin-page{margin:2rem}.admin-page h1{font-weight:800;text-align:center;font-size:3rem;letter-spacing:2px;line-height:5rem;text-shadow:1px 2px var(--theme-color-blue)}.admin-page form{width:90%;margin:2rem auto}.admin-page form label{font-size:1.3rem;letter-spacing:2px;font-weight:900}.admin-page form input,.admin-page form textarea{display:block;width:100%;border-radius:10px;padding:.5rem 1rem;color:#000;margin-bottom:1.3rem;outline:none;border:none}.admin-page form input:focus,.admin-page form textarea:focus{outline:none;border:none;box-shadow:0 0 4px 2px var(--theme-color-blue)}.admin-page form button{width:30vw;display:block;margin:2rem auto}
