*{margin:0;padding:0;font-family:Kumbh Sans;scroll-behavior:smooth}.nav2,.learnMoreBtn{display:none}#header{display:flex;width:100%;height:35vh;flex-direction:column;align-items:center;justify-content:space-around;position:absolute;z-index:30;align-self:center;top:0}.navList{display:flex;width:50vw;justify-content:space-around;transition:all ease-in}.navList li{list-style:none;border-bottom:2px solid transparent;transition:border .5s ease-in-out;padding:.5em 0;cursor:pointer;font-weight:700}.navList li:hover{border-bottom:2px solid #fff}.navList li:hover a{text-shadow:0 0 10px #3ea4f7}.navList li a{text-decoration:none;color:#fff;padding:0 2em;font-size:1.5em}#landingPage{width:100%;height:100vh;display:flex;flex-wrap:wrap;align-items:end;position:relative;overflow:hidden;background:radial-gradient(at bottom,#D1E8FF,#87CEEB,#03030d)}#star-sky{position:absolute;top:0;left:0;width:100%;height:100%}.moonImg{width:100vw;position:relative;z-index:20}.logoImg{width:2em;padding-left:.2em}.logo{display:flex;align-items:center;justify-content:space-between;color:#00527c;font-weight:900;font-size:6em;text-shadow:0 0 15px #00527C;margin:0 auto}.lpInfo{width:90%;display:flex;flex-direction:column;align-items:center;position:absolute;top:25%;left:50%;will-change:tranform;transform:translate(-50%) translateY(50%);z-index:21}#landingPage h1{font-size:4em;font-weight:900;color:#fff;text-align:center}.blinker{will-change:opacity;animation:blinker 1s linear infinite}@keyframes blinker{0%{opacity:1}50%{opacity:0}to{opacity:1}}.subHeading{color:#00527c;font-size:1.5em;width:80%;margin:2em 0;text-align:center}.learnMoreBtn{text-decoration:none;padding:0 15px;border-radius:25px;font-size:1.2em;font-weight:700;cursor:pointer;background:linear-gradient(to right,#3ea4f7,#00527C);color:#fff;position:relative;z-index:11}#services{background:linear-gradient(to bottom,#03030d,#2a7ba3);color:#fff;position:relative;padding-top:4em}#services h2{font-weight:900}#services p{font-size:1.3em}h2{font-size:4em;width:70%;text-align:center;color:#fff}#services h2{padding:0;margin:0 auto}.webDev,.marketing{display:flex;justify-content:space-around;padding:4em 0;align-items:center}.seo{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center;padding:6em 0}.webDevText,.webDevImg,.seoText,.seoImg,.marketingText,.marketingImg{width:45%}.webDevText,.marketingText,.seoText{line-height:2em}.seoImg img{width:100%}.servicesHeadings{display:flex;align-items:center}.servicesIcons{font-size:2.5em;padding:0 .5em}.readMore{color:#fa0909;text-decoration:underline;font-weight:700}h3{font-size:3em;padding:.5em 0;color:#fff}#seoName{font-size:2em;padding:.5em 0;color:#fff}.seoImg,.marketingImg{position:relative}.seoImg1,.seoImg2,.marketingImg1,.marketingImg2{position:absolute;top:50%;transform:translateY(-50%);will-change:tranform;left:0}.seoImg1,.marketingImg1{will-change:opacity;animation:fade 3s infinite alternate}.seoImg2,.marketingImg2{will-change:opacity;animation:fade 3s infinite alternate;animation-delay:3s}@keyframes fade{0%{opacity:1}25%{opacity:1}75%{opacity:0}to{opacity:0}}#projectsPreview{background:linear-gradient(to bottom,#2a7ba3,#0e0e2b);color:#fff;padding:4em 0}.projectsPreviewHeading{margin:0 auto 5em}.previewWrapper{width:100%;position:relative;margin:0 auto 10em;padding:8em 0}.previewWrapper img{width:40%;box-shadow:20px -10px 20px #000}.previewImg1{position:absolute;bottom:0;left:20%;transform:translate(-20%) skewY(15deg);z-index:3}.previewImg2{position:absolute;bottom:15%;left:50%;transform:translate(-50%) skewY(15deg);z-index:2}.previewImg3{position:absolute;bottom:30%;left:80%;transform:translate(-80%) skewY(15deg);z-index:1}.projectPreviewBtn{display:flex;justify-content:center;width:10%;border:none;text-decoration:none;padding:10px 20px;border-radius:25px;margin:0 auto;font-size:2em;font-weight:700;cursor:pointer;background:linear-gradient(to right,#3ea4f7,#87CEEB);color:#fff}#contact{width:100%;background:linear-gradient(to bottom,#0e0e2b,#03030d);color:#00527c;display:flex;flex-direction:column;align-items:center;padding:5em 0}.contactHeading{width:100%;margin-top:2em}.contactFormWrapper{position:relative}.contactForm{display:flex;flex-direction:column;width:100%;position:relative;z-index:3}.contactSubHeading{text-align:center;font-size:1.5em;font-weight:700;margin-bottom:1em;color:#fff}#form{width:60%;margin:0 auto;text-align:center}.formField{position:relative;margin:3em 0}input{background-color:#87ceeb;border:2px solid #BDC3C7;padding:10px 20px;border-radius:25px;color:#fff;font-weight:700;font-size:1.5em}textarea{width:100%;height:10em;background-color:#87ceeb;border:2px solid #BDC3C7;padding:5px 10px;border-radius:25px;color:#fff;font-weight:700;font-size:1.5em}.formField label{position:absolute;left:50px;top:50%;transform:translateY(-50%);will-change:tranform;color:#fff;transition:top .5s ease-in-out;line-height:40px;font-size:1.5em;font-weight:700}.formField.focused label{top:-20px;left:50px;color:#87ceeb}.formField .msgLabel{position:absolute;left:20px;top:30px;will-change:tranform;transition:top .5s ease-in-out;line-height:40px;font-size:1.5em}.formField.focused .msgLabel{top:-20px;left:20px;color:#87ceeb}.formBtn{border:none;width:60%;margin-top:1em;padding:10px 20px;border-radius:25px;margin-bottom:2em;font-size:1.5em;font-weight:700;cursor:pointer;background:linear-gradient(to right,#3ea4f7,#87CEEB);color:#fff}.formBtn:hover{box-shadow:0 0 10px #fff}.satelitAndEarth{width:100%;position:absolute;z-index:2;top:5em;opacity:.5}.satelit{width:20%;position:relative;top:20%;left:12em}.satelitImg{width:100%;position:relative;padding:1em 0 0 1em}.earthImg{position:absolute;width:30%;top:-10%;right:10em}#wifi{position:absolute;top:-220px;left:-120px;width:13em;height:13em;will-change:tranform;transform:rotate(-70deg)}.wifi-symbol{display:inline-block;width:13em;height:13em;position:absolute;top:-6em;right:-30em;transform:rotate(-160deg);will-change:tranform;transform-origin:center bottom}.wifi-circle{box-sizing:border-box;display:block;width:100%;height:100%;font-size:1.8em;position:absolute;bottom:0;left:0;border-color:#fff;border-style:solid;border-width:1em 1em 0 0;border-radius:0 100% 0 0;opacity:0;will-change:opacity;animation:wifianimation 1.5s infinite}.wifi-circle.first{animation-delay:.8s}.wifi-circle.second{width:5em;height:5em;animation-delay:.4s}.wifi-circle.third{width:3em;height:3em}.wifi-circle.fourth{width:1em;height:1em;opacity:1;animation:none}@keyframes wifianimation{0%{opacity:1}to{opacity:.1}}.footer{display:flex;width:100%;justify-content:space-evenly;background-color:#03030d;color:#fff;text-shadow:0 0 10px #fff;font-size:1.8em;font-weight:700;padding:1em 0}@media (min-width: 2000px) and (max-width: 2600px){.navList li a{font-size:2.5em}.lpInfo{top:35%}.logo{font-size:9em}#landingPage h1{font-size:6em}h2{font-size:5em}h3{font-size:4em}.webDevText,.seoText,.marketingText{line-height:3em}#services p{font-size:1.8em}.projectsPreviewHeading{margin:0 auto 7em}.projectPreviewBtn{font-size:2.5em}.previewWrapper{margin:0 auto 12em}#contact{padding:0 0 10em}.contactSubHeading,.formField label,input,.formField .msgLabel,textarea,.checkbox{font-size:1.8em}.formField label,.formField.focused label{left:70px}#form{width:70%}.formField input{width:100%}.formBtn{font-size:1.8em;padding:15px 30px}.footer{font-size:2.5em}}@media (min-width: 1900px) and (max-width: 2000px){h2{font-size:4.5em}h3{font-size:3.5em}.webDevText,.seoText,.marketingText{line-height:2.5em;width:55%}#services p{font-size:1.7em}.webDevImg,.seoImg,.marketingImg{width:40%}#contact{padding:0 0 10em}.contactSubHeading{font-size:1.8em}#form{width:70%}.formField input{width:100%}.formBtn{font-size:1.8em;padding:15px 30px}.footer{font-size:2.5em}}@media (min-width: 1599px) and (max-width: 1900px){.navList li a{font-size:1.8em}#landingPage h1{font-size:4em;height:148px}.navList{margin:10px 0}.lpInfo{top:28%}.logo{font-size:7em}h3{font-size:3.5em}.webDevText,.seoText,.marketingText{line-height:2.5em;width:55%}#services p{font-size:1.7em}.webDevImg,.seoImg,.marketingImg{width:40%}#contact{padding:0}.contactSubHeading{font-size:1.8em}#form{width:70%}.formField input{width:100%}.formBtn{font-size:1.8em;padding:15px 30px}.footer{font-size:2.5em;padding:.5em 0 1em}}@media (max-width: 1540px){h2{width:80%;font-size:4em}h3{font-size:3em}.lpInfo{top:35%}.webDev,.seo,.marketing{flex-direction:column;width:95%;margin:0 auto;padding:3em 0}.servicesHeadings{justify-content:center}.webDevText,.seoText,.marketingText{line-height:2.5em;width:90%}#services p{font-size:1.7em}.webDevImg,.seoImg,.marketingImg{width:45%;height:400px}.projectsPreviewHeading{margin:0 auto 5em}.previewWrapper img{width:50%}.previewWrapper{margin:0 auto 8em}#contact{padding:0}.contactSubHeading{font-size:1.8em;margin:0}#form{width:70%}.formField input{width:100%}.formBtn{font-size:1.8em;padding:15px 30px}.footer{font-size:2em}}@media (max-width: 1400px) and (min-width: 1200px){#header{justify-content:space-between}#landingPage h1{font-size:3.5em;height:148px}.navList{margin:10px 0}.lpInfo{top:26%}.logo{font-size:5em}h1{font-size:2.7em}h2{font-size:3.5em}h3{font-size:2.5em}.webDev,.seo,.marketing{flex-direction:column;width:95%;margin:0 auto;padding:3em 0}.servicesHeadings{justify-content:center}.webDevText,.seoText,.marketingText{line-height:2.5em;width:90%}#services p{font-size:1.5em}.webDevImg,.seoImg,.marketingImg{width:45%;height:350px}#contact{padding:0}.contactSubHeading{font-size:1.8em;margin:0}#form{width:70%}.formField input{width:100%}.formBtn{font-size:1.8em;padding:10px 20px}.footer{font-size:2em;padding-bottom:1em}}@media (max-width: 1239px) and (min-height: 750px){#landingPage{max-height:95vh}nav{width:100vw}.navList{width:80%;margin:0 auto}.navList li a{display:inline-block;width:100%;font-size:1.5em}#landingPage h1{font-size:3.3em;height:200px;margin-bottom:1em}.logo{font-size:5.5em}.lpInfo{top:20%;line-height:5em}.learnMoreBtn{display:block;font-size:2em}h2{font-size:3.5em}h3{font-size:3em}.webDev,.seo,.marketing{flex-direction:column;width:95%;margin:0 auto;padding:6em 0}.servicesHeadings{justify-content:center}.webDevText,.seoText,.marketingText{line-height:3em;width:90%}#services p{font-size:1.8em}.webDevImg,.seoImg,.marketingImg{width:90%;height:480px}.projectsPreviewHeading{width:90%;margin:0 auto 3em}.previewWrapper img{width:50%}.projectPreviewBtn{width:20%}#contact{padding:5em 0 0}.contactSubHeading{font-size:1.8em;margin:0}#form{width:90%}.formField input{width:100%}.formBtn{font-size:1.8em;padding:10px 20px}.footer{font-size:2em;padding-bottom:1em}.satelit{left:0}#wifi{width:6em;height:6em;top:-100px;left:-50px}.wifi-circle{font-size:.8em}.wifi-symbol{width:6em;height:6em;right:-5em;top:3em}.earthImg{right:0;width:40%}.satelitImg{width:172px;height:180px}}@media (max-width: 600px){#landingPage{max-height:90vh}.learnMoreBtn{display:block;box-shadow:0 0 10px #3ea4f7}#header{position:fixed}.nav2{display:block;width:100vw;margin:0 auto;position:fixed;top:0;left:0;background-color:#00527c;color:#fff;font-weight:700;font-size:1.5em;z-index:200}.bars{font-size:1.3em;padding-left:.5em}.navList,.logo{display:none}.menuWrapper{width:100%;display:flex;align-items:center;padding:.5em 0}.nav2Header{display:flex;align-items:center;justify-content:center;width:100%;text-shadow:0 0 5px #fff}.dropDownMenu li{list-style:none;border-bottom:2px solid transparent;transition:border .5s ease-in-out;padding:.5em 0;cursor:pointer;font-weight:700}.dropDownMenu li:hover{border-bottom:2px solid #fff}.dropDownMenu li:hover a{text-shadow:0 0 10px #3ea4f7}.dropDownMenu li a{text-decoration:none;color:#fff;padding-left:1em}.nav2Header{font-size:1.5em;color:#fff;text-shadow:0 0 5px #fff;font-weight:700}.logo2{width:72px;height:74px}.lpInfo{top:-13%;line-height:4em}#landingPage h1{font-size:2.3em;min-height:200px;height:200px;padding-top:3em}.h1Text{min-height:341px;height:341px}#services h2{font-size:2.4em;width:90%;margin:0 auto;padding:10px}h2{font-size:2.4em;margin-bottom:.3em}h3{font-size:2em}.webDev,.seo,.marketing{flex-direction:column;width:95%;margin:0 auto;padding:2em 0}.servicesHeadings{display:block;text-align:center;width:100%;overflow:hidden}.webDevText,.seoText,.marketingText{line-height:2.5em;width:95%}.webDevText .servicesHeadings,.marketingText .servicesHeadings{height:112px}.seoText .servicesHeadings{height:164px}#services p{font-size:1.2em}.servicesIcons{display:none}.webDevImg,.seoImg,.marketingImg{margin-top:1.5em;width:100%;height:200px}.webDevImg img{width:370px;height:208px}.projectsPreviewHeading{margin:.5em auto 1.5em}.previewWrapper{margin:0 auto 7em}#projectsPreview{padding:3em 0 1em}.projectPreviewBtn{width:30%}#contact{padding-top:5em}.contactHeading{margin:.3em auto 0}.contactSubHeading{font-size:1.3em;width:90%;margin:0 auto}.footer{display:flex;flex-direction:column;align-items:center;font-size:1.3em;padding-bottom:1em}.footer p{padding:.5em 0;width:95%;margin:0 auto}.satelit{left:0}#wifi{width:4em;height:4em;top:-20px;left:-18px}.wifi-circle{font-size:.6em}.wifi-symbol{width:3em;height:3em;right:-10em;top:7em}.earthImg{top:6em;right:0;width:40%}.satelitImg{width:172px;height:180px;padding-top:3em}}@media (max-width: 400px) and (max-height: 700px){#landingPage h1{font-size:2em;min-height:200px;height:200px;padding-top:3em}.learnMoreBtn{margin-bottom:1em}}@media (max-width: 500px){.projectsPreviewHeading{margin:.3em auto 1.5em}.previewWrapper{margin:0 auto 5em}.previewWrapper img{width:70%}.projectPreviewBtn{width:40%}}#projects{background:linear-gradient(to bottom,#87CEEB,#03030d);min-height:100vh;padding-top:1em}#projects h2{margin:1em auto;font-weight:900}.projectsWrapper{width:100%;display:flex;justify-content:space-around;flex-wrap:wrap}.project{width:30%;text-align:center;text-decoration:none;cursor:pointer;margin-bottom:3em}.projectOverlay{width:100%;display:flex;position:relative;border:2px solid #fff}.projectName{font-size:2em;color:#fff;padding-bottom:.5em}.projectImg{width:100%}.overlay{position:absolute;bottom:0;left:0;right:0;background-color:#03030dcc;overflow:hidden;width:100%;height:100%;transform:scale(0);transition:.3s ease}.project:hover .overlay{transform:scale(1)}.text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.text img{width:50%}.backIcon{position:absolute;top:1em;left:1em;color:#fff;font-size:2em;cursor:pointer;text-decoration:none;z-index:100}@media (max-width: 1400px){.projectName{font-size:1.8em}}@media (max-width: 1100px){#projects h2{padding:.5em 0;font-size:3.5em}.project{flex-basis:40%}}@media (max-width: 600px){#projects h2{display:flex;justify-content:center;width:95%;padding:.7em 0;font-size:3.5em;margin:0 auto}.projectsWrapper{flex-direction:column;align-items:center}.project{width:90%;margin:2em 0}.backIcon{top:.5em;left:.5em;font-size:2em}}@media (max-width: 500px){#projects h2{font-size:2.5em;padding:1em 0 .5em}}.readMorePage{background:linear-gradient(to bottom,#03030d,#2a7ba3);color:#fff;min-height:100vh;overflow-x:hidden}#projectsPreview2{padding-top:4em}.readMoreIntro{width:95%;text-align:center;font-size:2em;margin:0 auto;font-weight:700}.webDevImages{position:relative;width:100%;height:65vh}.webDevImg1,.webDevImg2,.webDevImg3{position:absolute;top:50px;left:50%;transform:translate(-50%);will-change:tranform;transition:opacity 1s ease-in-out}.fade-in{opacity:1}.fade-out{opacity:0}.readMoreSteps{width:90%;margin:0 auto}.stepPickerWrapper{position:relative}.stepPicker{display:flex;justify-content:space-between;width:100%;margin-top:2em}.step{display:flex;justify-content:center;align-items:center;position:relative;z-index:2;font-weight:700;list-style:none;color:#2a7ba3;font-size:2em;height:1em;width:1em;background-color:#fff;padding:20px;border-radius:50%;cursor:pointer}.line{position:absolute;top:0%;width:98%;height:50%;border-bottom:2px solid #fff;z-index:1}.picked{background-color:#2a7ba3;color:#fff}.timeCostHeading{margin:1em auto .5em;font-weight:900}.timeCostText{width:90%;margin:0 auto}.timeCostText p{font-size:1.5em}.timeCostText ul{display:flex;flex-wrap:wrap;justify-content:space-between}.timeCostText ul li{list-style:none;margin:2.5em 0;width:45%;text-align:center;will-change:transform}.timeCostText ul li span{font-size:1.5em;font-weight:700;background:linear-gradient(to right,#3ea4f7,#87CEEB);padding:10px;border-radius:20px}.timeCostText ul li p{margin:1em 0;font-weight:700}.fadeInRight{animation:fadeInRight 2s ease-in}.fadeInLeft{animation:fadeInLeft 2s ease-in}@keyframes fadeInRight{0%{opacity:0;transform:translate(-80%)}to{opacity:1;transform:translate(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(80%)}to{opacity:1;transform:translate(0)}}.readMoreStep{width:100%;margin:0 auto}.stepHeading{font-size:3em;text-align:center;margin:1em 0 .3em}.startProject{background:rgb(0,0,0,.93);position:fixed;top:0;left:0;bottom:0;right:0;overflow-y:scroll;z-index:30;display:flex;flex-direction:column;align-items:center;padding-top:1em}.closePopup{position:fixed;top:.5em;right:1em;font-size:4em;font-weight:700;background:none;border:none;color:#fff;cursor:pointer}.startProject .formField{margin-top:3em}.startProject .formBtn{margin-top:1em}.startProject .contactSubHeading{margin:0}.readMoreHeading{font-size:5em;font-weight:900;width:80%;text-align:center;padding:0;margin:0 auto .2em}.readMoreHeading{margin-top:1em}.startProjectWrapper{display:flex;justify-content:center;align-items:center;width:90%;margin:4em auto 0}.startProjectBtn{display:flex;justify-content:center;width:80%;border:none;text-decoration:none;padding:10px 20px;border-radius:25px;margin:0 auto;font-size:2em;font-weight:700;cursor:pointer;background:linear-gradient(to right,#3ea4f7,#87CEEB);color:#fff}.startProjectBtn:hover{transform:scale(1.05);transition:all .3s ease-in-out}.startProjectLink{text-decoration:none;width:100%}.arrowsIcons{font-size:4em}.projectDevHeading{font-size:2.5em;text-align:center;width:90%;margin:2em auto 0}.tehnHeading{font-size:1.8em;font-weight:900;margin:2em 0 1em;text-align:center}.frontend,.backend{display:flex;justify-content:space-between;width:90%;margin:0 auto}.frontendCard{width:20%;text-align:center;line-height:1.5em;border:4px solid #fff;border-radius:20px;padding:40px 20px;background-color:#ffffff1a}.backendCard{width:28%;text-align:center;line-height:1.5em;border:4px solid #fff;border-radius:20px;padding:40px 20px;background-color:#ffffff1a}.tehnSubheadings{font-weight:900;font-size:1.5em;margin:.3em 0}.tehnDescription{font-size:1.1em;font-weight:700}.frontendCard img,.backendCard img{height:5em}.html:hover{border:4px solid #e54c21}.html:hover .tehnSubheadings{color:#e54c21}.css:hover{border:4px solid #264de4}.css:hover .tehnSubheadings{color:#264de4}.js:hover{border:4px solid #f7df1e}.js:hover .tehnSubheadings{color:#f7df1e}.vue:hover{border:4px solid #00be82}.vue:hover .tehnSubheadings{color:#00be82}.mysql:hover{border:4px solid #e48e00}.mysql:hover .tehnSubheadings{color:#e48e00}.java:hover{border:4px solid #e11f21}.java:hover .tehnSubheadings{color:#e11f21}.nodejs:hover{border:4px solid #83cd29}.nodejs:hover .tehnSubheadings{color:#83cd29}.faqsWrapper{padding-bottom:3em}.faqsHeading{width:90%;margin:2em auto .5em}.faqs{width:90%;margin:0 auto}.faq{padding-bottom:.5em;margin-bottom:1em;border-bottom:2px solid #fff}.faq .question{font-weight:900;font-size:2em;cursor:pointer;margin-bottom:.3em}.faqMinus{display:none}.answer{overflow:hidden;height:0;transition:height .5s ease-in}.answer ul{margin:.5em 0}.answer ul li{margin-top:1em;margin-left:1em}.answer ul li span{font-size:1.3em;font-weight:700}.faqLink{color:#fff;font-weight:700}@media (min-width: 2000px) and (max-width: 2600px){.webDevImg1,.webDevImg2,.webDevImg3{width:80%}.startProjectBtn,.timeCostText ul li span,.tehnHeading{font-size:2.5em}.timeCostText p,.answer{font-size:1.8em}.answer{height:350px}.projectDevHeading{font-size:3.5em}.tehnSubheadings{font-size:2em}.tehnDescription{font-size:1.8em;line-height:1.5em}}@media (max-width: 2000px){.startProject .contactFormWrapper{width:40%}.startProject .contactForm,.startProject #form{width:100%}.timeCostText ul li span{padding:15px;display:inline-block;width:60%}.tehnDescription{font-size:1.3em;line-height:1.5em}.answer p{font-size:1.5em}}@media (max-width: 1600px){.startProjectWrapper{margin:7em auto 0}.frontend{flex-wrap:wrap;justify-content:space-evenly}.frontendCard{width:28%;margin-bottom:2em}}@media (max-width: 1500px){.startProject input{height:20px}.startProject textarea{height:4em}.startProject .formBtn{margin-top:0}.timeCostText ul li{margin:2.5em 0 0}.timeCostText ul li span{padding:10px;width:75%}}@media (max-width: 1400px){.readMorePage .readMoreHeading{font-size:4em}.backendCard img,.frontendCard img{height:4em}.webImg{top:30px;width:80%}.startProjectWrapper{margin:6em auto 0}}@media (min-width: 1023px) and (max-width: 1200px){.webImg{width:90%}.webDevImages{height:50vh}.startProjectWrapper{margin:1em auto 0}.timeCostText ul li span{width:90%}.backend{flex-wrap:wrap}.frontendCard,.backendCard{width:40%}.backendCard{margin-bottom:2em}}@media (max-width: 1000px){.readMoreHeading{width:80%}.faq .question{font-size:1.7em}.webDevHero{width:90%}.webDevImages{height:25vh}.webImg{width:90%}.startProjectWrapper{margin:8em auto 0}.startProjectBtn{width:95%}.timeCostText ul li span{width:95%;font-size:1.2em}}@media (max-width: 800px){.readMoreHeading{font-size:3em}.stepHeading{font-size:2.2em}.backIcon{font-size:1.5em}}@media (max-width: 600px){.readMorePage .readMoreHeading,.timeCostHeading{font-size:2.5em;width:95%}.readMoreIntro{font-size:1.8em;width:90%}.footer p{font-size:1.2em;text-align:center}.startProject .contactFormWrapper,.startProject .contactSubHeading,.startProject input,.startProject textarea{width:90%}.startProject .formBtn{font-size:1.7em}.readMoreSteps,.faqs{width:90%}.startProjectWrapper{width:95%;margin:3em auto 0}.startProjectBtn{width:100%;font-size:1.2em}.projectDevHeading{font-size:2em}.arrowsIcons{font-size:2.5em}.timeCostText ul{flex-direction:column}.timeCostText ul li{width:95%;margin:1.5em auto 1em}.backend{flex-wrap:wrap}.backendCard{margin-bottom:2em}.frontendCard,.backendCard{width:90%}.faq .question{font-size:1.5em}.answer ul li span{font-size:1.2em}}@media (max-width: 400px){.startProjectWrapper{width:95%}.startProjectBtn{font-size:1.1em}.faq .question{font-size:1.3em}.readMoreStep{width:95%}.readMorePage p{font-size:1.2em}.projectDevHeading{font-size:2em}.tehnHeading{font-size:1.5em!important}}.seoIntro p,.seoResults p{font-size:1.5em;margin-bottom:1em}.bold{font-weight:900}.seoResultsHeading{width:90%;margin:1em auto .5em;font-weight:900}.seoResults,.seoIntro{width:90%;margin:0 auto}.resultsImages{display:flex;justify-content:space-between;margin:1em 0 3em}.result{width:48%;text-align:center;font-size:1.8em;font-weight:900}.result img{width:100%}.seoAnalitika{display:flex;width:70%;margin:0 auto}.webDevLink{display:flex;width:90%;margin:1em auto 0}@media (min-width: 2000px) and (max-width: 2600px){.seoIntro p,.seoResults p{font-size:1.8em}}@media (max-width: 1400px){.seoIntro p,.seoResults p,.answer p{font-size:1.3em}}@media (max-width: 1024px){.resultsImages{flex-direction:column}.result,.seoAnalitika{width:100%}.result p{margin:1em 0 .5em}}.digMarketing2{display:none;width:90%;margin:1em auto}.digMarketing{width:70%;display:flex;margin:2em auto}.marketingInto{width:90%;margin:0 auto;font-size:1.5em;line-height:1.7em}.metaWrapper,.googleWrapper{display:flex;width:90%;margin:6em auto 0;justify-content:space-between;align-items:center}.metaWrapper img,.googleWrapper img{width:35%}.metaText{width:55%}.metaText h2{width:100%}.metaText p{font-size:1.5em;line-height:1.7em}.googleWrapper{flex-direction:row-reverse}@media (min-width: 2000px) and (max-width: 2600px){.marketingInto,.metaText p{font-size:1.8em}}@media (max-width: 1500px){.readMoreIntro{font-size:1.5em}}@media (max-width: 1024px){.digMarketing{width:90%}.metaWrapper,.googleWrapper{flex-direction:column-reverse}.metaText{width:90%;margin-bottom:1em}}@media (max-width: 600px){.digMarketing2{display:flex}.digMarketing{display:none}.metaText p,.marketingInto{font-size:1.2em}.metaWrapper img,.googleWrapper img{width:70%}}.nav{width:100%;display:flex;justify-content:center}.nav .navList{width:90vw}.contactPage{background:linear-gradient(to bottom,#03030d,#2a7ba3);min-height:100vh;overflow-x:hidden}.contactPage .nav,.contactPage .nav2{position:relative;z-index:100}.contactPageHeading{width:80%;margin:.3em auto}.formInfo{display:flex;justify-content:center;flex-wrap:wrap}.formField{width:45%;margin:3em 0 0}.formField input{width:80%}.checkbox{width:100%;color:#fff;font-size:1.3em;margin-top:1em}.checkbox input{width:1em}@media (min-width: 2000px) and (max-width: 2600px){.checkbox{font-size:1.8em}}@media (max-width: 600px){.contactPageHeading{width:95%;margin:1em auto .3em}#form{width:70%}.formInfo{flex-direction:column;align-items:center}.formField{width:100%}.formField input,textarea,.formField .msgLabel{font-size:1.2em}.formField label{left:30px;font-size:1.2em}.formField.focused label{left:30px}.formBtn{font-size:1.5em;padding:10px 20px;width:80%}}.politikaPrivatnosti{background:linear-gradient(to bottom,#03030d,#2a7ba3);min-height:100vh;overflow-x:hidden;color:#fff}.politikaPrivatnosti p,.ppList{width:90%;margin:0 auto;font-size:1.5em}.ppList{padding-left:2em}.politikaPrivatnosti h3,.politikaPrivatnosti h2{width:90%;margin:0 auto;text-align:center}.politikaPrivatnosti h2{padding-top:.5em}.last{padding-bottom:3em}@media (max-width: 600px){.politikaPrivatnosti h2{padding-top:3em}.politikaPrivatnosti p,.ppList{font-size:1.2em}}
