@charset "UTF-8";@import"https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css";@import"https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css";:root{font-size:10px;--bg: white;--textColor: black;--softBg: #f0f0f0;--softTextColor: #626262}.dark{--bg: #334155;--bgColorSecondary: #1f2937;--bgThird: #505f7a;--textColor: #f1f5f9;--textColorSecondary: #fbfbfb;--textColorThird: #d7cfcf;--solution: #a3cefa;--solutionSecondary: #9dbbda;--baseSolution: #1e6ab7}.light{--bg: #e2e8f0;--bgColorSecondary: #d1d5db;--bgThird: #abb2bb;--textColor: #626262;--textColorSecondary: #2a2a2a;--textColorThird: #4f4f4f;--solution: #004080;--solutionSecondary: #0563c1;--baseSolution: #10477e}*{margin:0;padding:0;box-sizing:border-box;outline:none;border:none;text-decoration:none;list-style-type:none}html,body{list-style:none;height:100%}html .layout,body .layout{width:100%;height:100%;min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg);color:var(--textColor);transition:all .6s ease-in;overflow-x:hidden}html .layout .wrapper,body .layout .wrapper{flex:1;width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;background-color:transparent;color:var(--textColor)}.navbar{background-color:var(--bgColorSecondary);width:100%;height:10rem;padding:1rem 10rem;position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;box-shadow:#63636333 0 2px 8px;padding:0 5%;transition:all .6s ease-in}.navbar .logo{height:6.5rem;width:6.5rem;border-radius:100%}.navbar .logo img{height:100%;width:100%;border-radius:100%}.linkContainer{display:flex;align-items:center;gap:0 2rem}.linkContainer .lists{display:flex;gap:1rem}@media (max-width: 768px){.linkContainer .lists{display:none}}.linkContainer .menu{display:none}@media (max-width: 768px){.linkContainer .menu{display:block}}.linkContainer .mobileLinks{position:fixed;top:7rem;right:0;width:0;height:100%;gap:1rem;z-index:999;background-color:var(--bgColorSecondary);overflow:hidden;transition:width .5s}.linkContainer .mobileLinks li{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.linkContainer .mobileLinks li a{font-size:3.2rem}.linkContainer .mobileLinks.show{width:100%}.themeToggle{width:40px;height:20px;border-radius:50px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;position:relative;border:1px solid #e5e7eb;padding:0 2px;transition:all 2s}.themeToggle .ball{transition:all 2s;width:17px;height:17px;border-radius:50%;position:absolute}.navLink{min-width:10rem;padding:.8rem 1.2rem;border-radius:1rem;font-weight:600;font-size:2.2rem;text-align:center;color:var(--textColor);background:transparent;transition:.5s all ease-in-out;width:max-content;text-transform:capitalize}.navLink:hover{background-color:var(--bgColorSecondary)}.navLink.active{background-color:var(--bgColorSecondary);color:var(--textColorThird)}@media (max-width: 768px){.navLink{color:var(--textColor);font-weight:600}.navLink.active{background-color:var(--bg-soft)}}.footer{margin-top:1rem;padding:4rem 0;text-align:center;box-shadow:#63636333 0 2px 8px}.footer .footer-container{display:flex;justify-content:space-around;flex-wrap:wrap;max-width:120rem;margin:0 auto}.footer .footer-section{flex:1;min-width:25rem;margin:1rem}.footer h3{font-size:2.2rem;margin-bottom:1rem;border-bottom:.2rem solid #ffcc00;display:inline-block;padding-bottom:.5rem}.footer .contacts-link{font-size:1.6rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.footer p{font-size:1.6rem;margin-bottom:1rem}.footer .social-icons{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem}.footer .social-icons a{color:#fc0;font-size:3rem;transition:all .3s ease-in-out}.footer .social-icons a:hover{transform:scale(1.2)}.footer .footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:.1rem solid #444}.slider{width:100%;text-align:center}.slider figure{height:30vw}@media only screen and (max-width: 968px){.slider figure{height:48vw}}@media only screen and (max-width: 610px){.slider figure{height:60vw}}.slider figure img{width:100%;height:100%;object-fit:cover;border-radius:2rem}.cardContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:1rem;margin-top:1rem}.cardContainer .cards{width:90%;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.cardContainer .cards{flex-direction:column;gap:1rem;width:80%}}.cardContainer .cards .singleCard{flex:1;width:100%;height:100%;padding:2rem 1rem;display:flex;flex-direction:column;gap:2rem;min-height:24rem}.cardContainer .cards .singleCard .cardImg{width:10rem}@media (max-width: 480px){.cardContainer .cards .singleCard .cardImg{width:8rem}}.cardContainer .cards .singleCard .cardTitle{font-size:2.8rem}@media (max-width: 480px){.cardContainer .cards .singleCard .cardTitle{font-size:2.4rem}}.cardContainer .test{background-color:#fef08a;padding:.8rem 1.2rem;font-size:2rem;border-radius:1rem;color:#444}.text{text-align:center;margin-top:2rem;font-size:4.2rem;text-transform:capitalize}@media (max-width: 365px){.text{font-size:3.6rem}}@media (max-width: 315px){.text{font-size:2.8rem}}.subTitle{margin:.6rem 0;font-size:2.8rem;text-transform:capitalize}@media (max-width: 365px){.subTitle{font-size:2.2rem}}@media (max-width: 325px){.subTitle{font-size:2rem}}.services{width:100%;display:flex;flex-direction:column;align-items:center;padding:3rem 2rem;gap:3rem}.services .servicesImg{width:100%;max-height:400px;overflow:hidden;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-bottom:2rem}@media (max-width: 968px){.services .servicesImg{display:none}}.services .servicesImg img{width:100%;height:auto;object-fit:cover}.services .servicesContainer{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;width:100%}@media (max-width: 768px){.services .servicesContainer{grid-template-columns:repeat(1,1fr)}}.services .servicesContainer .service{padding:2rem;border-radius:12px;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden;text-align:center;background:var(--bgThird)}.services .servicesContainer .service:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.services .servicesContainer .service .serviceImg{width:80px;height:80px;object-fit:cover;border-radius:50%;margin-bottom:1rem}.services .servicesContainer .service .serviceTitle{font-size:2rem;font-weight:600;color:var(--textColorSecondary);margin-bottom:1rem}.services .servicesContainer .service .serviceText{font-size:1.6rem;font-weight:400;color:var(--textColorSecondary);line-height:1.6;min-height:60px}.services .servicesContainer .service .readMore{display:inline-block;margin-top:1rem;padding:.8rem 1.5rem;font-size:1.4rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#007bff,#0056b3);border:none;border-radius:8px;cursor:pointer;transition:background .3s ease,transform .2s ease;text-decoration:none}.services .servicesContainer .service .readMore:hover{background:linear-gradient(135deg,#0056b3,#003f7f);transform:scale(1.05)}.servicesCardContainer{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;padding:2rem;justify-content:center}@media (max-width: 1080px){.servicesCardContainer{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.servicesCardContainer{grid-template-columns:repeat(1,1fr);width:90%}}@media (max-width: 460px){.servicesCardContainer{width:100%;padding:0}}.servicesCardContainer .singleServiceCard{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease;background:var(--bgThird);height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center}.servicesCardContainer .singleServiceCard:hover{transform:translateY(-4px);box-shadow:0 6px 18px #00000026}.servicesCardContainer .singleServiceCard:hover img{opacity:.8;transform:scale(1.02)}.servicesCardContainer .singleServiceCard:hover .serviceTitle{opacity:1;transform:translate(-50%,-50%) scale(1)}.servicesCardContainer .singleServiceCard img{width:100%;height:220px;object-fit:cover;border-radius:12px;transition:opacity .3s ease,transform .3s ease}.servicesCardContainer .singleServiceCard .serviceText{padding:1rem;background:var(--bgThird);font-size:1.4rem;color:var(--textColorSecondary);font-weight:500;min-width:100%;min-height:60px;display:flex;align-items:center;justify-content:center}.servicesCardContainer .singleServiceCard .serviceTitle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);background:#007bffe6;padding:.8rem 1.5rem;font-size:1.6rem;color:#fff;border-radius:8px;font-weight:700;opacity:0;transition:opacity .4s ease,transform .3s ease;z-index:2;text-decoration:none}.servicesCardContainer .singleServiceCard .readMore{display:block;margin:1rem auto;padding:.6rem 1.2rem;font-size:1.2rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#007bff,#0056b3);border-radius:6px;transition:background .3s ease,transform .2s ease;text-decoration:none;width:60%}.servicesCardContainer .singleServiceCard .readMore:hover{background:linear-gradient(135deg,#0056b3,#003f7f);transform:scale(1.05)}@media (max-width: 1080px){.servicesCardContainer .singleServiceCard{height:auto}.servicesCardContainer img{height:200px}.servicesCardContainer .serviceText{min-height:50px}}@media (max-width: 768px){.servicesCardContainer .singleServiceCard{max-width:100%;padding:1rem}.servicesCardContainer img{height:180px}.servicesCardContainer .serviceText{font-size:1.2rem;padding:.8rem;min-height:45px}.servicesCardContainer .serviceTitle{font-size:1.4rem;padding:.6rem 1.2rem}.servicesCardContainer .readMore{width:80%}}.readMore{font-weight:500;margin-top:.5rem;transition:.3s ease-in-out}.readMore:hover{text-decoration:underline}.hero{position:relative;height:25vw;width:100%}@media (max-width: 768px){.hero{height:45vw}}.hero img.heroImg{height:100%;width:100%;object-fit:cover}.hero h1.heroTitle{position:absolute;bottom:10%;left:5%;color:#000;font-size:4rem}@media (max-width: 640px){.hero h1.heroTitle{font-size:3.2rem}}@media (max-width: 480px){.hero h1.heroTitle{font-size:2.8rem}}.accordionContainer{width:80%;margin:2rem auto;border-radius:1rem;box-shadow:0 .4rem .6rem #0000001a;background-color:var(--bgColorSecondary)}@media (max-width: 768px){.accordionContainer{width:90%}}@media (max-width: 640px){.accordionContainer{width:95%}}@media (max-width: 480px){.accordionContainer{width:100%}}.accordionContainer .accordion-item{border-bottom:.1rem solid var(--softBg)}.accordionContainer .accordion-item .accordion-header{padding:1.5rem;cursor:pointer;font-size:1.6rem;font-weight:700;color:var(--textColorSecondary)}.accordionContainer .accordion-item .accordion-body{padding:15px}.accordionContainer .accordion-item .accordion-body p{padding:1rem;font-size:1.4rem;color:var(--textColorThird)}.solutions-container{max-width:1200px;margin:40px auto;padding:20px;text-align:center}@media (max-width: 640px){.solutions-container{width:100%}}.solutions-container h2{font-size:2.5rem;font-weight:700;color:var(--textColor);margin-bottom:2rem;position:relative;padding-bottom:10px;display:inline-block}.solutions-container h2:after{content:"";width:80px;height:4px;background:#3498db;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.solutions-container .solutions-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;justify-content:center}@media (max-width: 931px){.solutions-container .solutions-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.solutions-container .solution-item{background-color:var(--bgThird);padding:1.8rem;border-radius:10px;transition:transform .3s ease,box-shadow .3s ease;text-align:center;overflow:hidden}.solutions-container .solution-item:hover{transform:translateY(-8px);box-shadow:0 6px 15px #00000026}.solutions-container .solution-link{text-decoration:none;color:var(--textColor);display:flex;flex-direction:column;align-items:center}.solutions-container .solution-link img{width:100%;height:220px;object-fit:cover;border-radius:10px;transition:transform .3s ease}.solutions-container .solution-link img:hover{transform:scale(1.05)}.solutions-container .solution-link h3{margin-top:1rem;font-size:1.8rem;font-weight:600;color:#007bff}.solutions-container .solution-link p{font-size:1.2rem;color:var(--textColor);margin-top:8px;line-height:1.5}.embla{max-width:77rem;margin:auto;--slide-height: 30rem;--slide-spacing: 1.6rem;--slide-size: 100%}.embla__viewport{overflow:hidden}.embla__container{backface-visibility:hidden;display:flex;touch-action:pan-y;margin-left:calc(var(--slide-spacing) * -1)}.embla__slide{flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing)}.embla__slide__number{box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);border-radius:1.8rem;font-size:4rem;font-weight:600;display:flex;align-items:center;justify-content:center;height:calc(var(--slide-height) * 1.4)}@media (max-width: 978px){.embla__slide__number{height:calc(var(--slide-height) * 1.2)}}.embla__slide__number img{height:100%;width:100%;object-fit:contain}.embla__slide__number video{width:100%}.embla-thumbs{--thumbs-slide-spacing: .8rem;--thumbs-slide-height: 6rem;margin-top:var(--thumbs-slide-spacing)}.embla-thumbs__viewport{overflow:hidden}.embla-thumbs__container{display:flex;flex-direction:row;margin-left:calc(var(--thumbs-slide-spacing) * -1)}.embla-thumbs__slide{flex:0 0 22%;min-width:0;padding-left:var(--thumbs-slide-spacing)}@media (min-width: 576px){.embla-thumbs__slide{flex:0 0 15%}}.embla-thumbs__slide__number{border-radius:1.8rem;-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value),.5);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);font-size:1.8rem;font-weight:600;color:var(--detail-high-contrast);display:flex;align-items:center;justify-content:center;height:var(--thumbs-slide-height);width:100%}.embla-thumbs__slide__number img,.embla-thumbs__slide__number video{height:80%;width:100%;border-radius:1rem;object-fit:cover}.embla-thumbs__slide--selected .embla-thumbs__slide__number{color:var(--text-body)}.home{padding:3% 5%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.home .homeCardContainer{margin-top:8rem;text-align:center;width:100%}.home .serviceContainer{display:flex;flex-direction:column;gap:4rem;margin-top:6rem}.home .serviceContainer .serviceText{font-size:2rem;width:75%}.hakkimizda{padding:4rem}.hakkimizda .container{max-width:80rem;margin:0 auto;text-align:center}.hakkimizda .title{font-size:3.2rem;font-weight:700;margin-bottom:2rem}.hakkimizda .description,.hakkimizda .closing-text{font-size:1.7rem;color:var(--textColor);margin-bottom:2rem}.hakkimizda .subtitle{font-size:2.4rem;font-weight:700;color:var(--textColorSecondary);margin:2rem 0}.hakkimizda .services-list,.hakkimizda .advantages{padding:0}.hakkimizda .services-list li,.hakkimizda .advantages li{font-size:1.6rem;margin-bottom:1rem;text-align:left}.servicesPage{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;padding:3rem 2rem;gap:3rem}@media (max-width: 460px){.servicesPage{padding:3rem 1rem}}.servicesPage .serviceText{max-width:90%;font-size:1.8rem;line-height:1.6;text-align:center;color:var(--textColorSecondary);background:var(--bgThird);padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media (max-width: 768px){.servicesPage .serviceText{font-size:1.5rem;padding:1.5rem}}.servicesPage .serviceText p{margin:.5rem 0}.servicesPage .serviceTitleContainer{margin:2rem 0;text-align:center}.servicesPage .serviceTitleContainer h2{font-size:2.4rem;color:#007bff;font-weight:700;text-transform:uppercase;letter-spacing:1px}.singleService{width:90%;margin:40px auto;padding:20px;background-color:var(--bg);border-radius:12px;text-align:center;display:flex;flex-direction:column;gap:3rem}@media (max-width: 480px){.singleService{width:95%}}.singleService .singleServiceTitle{font-size:3.6rem;font-weight:700;color:var(--textColor);margin-bottom:10px;position:relative;padding-bottom:8px;display:inline-block}.singleService .singleServiceTitle:after{content:"";width:80px;height:4px;background:#3498db;position:absolute;bottom:0;left:50%;transform:translate(-50%);border-radius:2px}@media (max-width: 1000px){.singleService .singleServiceTitle{font-size:3rem}}.singleService .singleServiceContainer{display:flex;gap:2rem;align-items:center}@media (max-width: 1000px){.singleService .singleServiceContainer{flex-direction:column-reverse;text-align:center}}.singleService .singleServiceContainer .carousel{flex:1;max-width:500px}.singleService .singleServiceContainer .carousel img{border-radius:10px;box-shadow:0 4px 8px #0000001a}.singleService .singleServiceContainer .singleServiceText{flex:1;text-align:left;padding:2rem;background:var(--bgSecondary);border-left:5px solid #3498db;border-radius:8px;width:100%}@media (max-width: 1000px){.singleService .singleServiceContainer .singleServiceText{text-align:center}}@media (max-width: 480px){.singleService .singleServiceContainer .singleServiceText{padding:1rem}}.singleService .singleServiceContainer .singleServiceText .singleServiceItem{font-size:1.6rem;padding:8px 12px;background:var(--bgThird);border-radius:6px;margin-bottom:6px;display:flex;align-items:center;transition:background .3s ease}.singleService .singleServiceContainer .singleServiceText .singleServiceItem:before{content:"✔";color:#27ae60;font-weight:700;margin-right:10px}.singleService .singleServiceContainer .singleServiceText .singleServiceItem:hover{background:var(--bgSecondary)}.singleService .solutionWrapper{width:100%;padding:3%;background:var(--bgSecondary);border-radius:12px}.subService{max-width:800px;margin:40px auto;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000001a;text-align:center}.subService h1{font-size:28px;font-weight:700;color:#2c3e50;margin-bottom:15px;position:relative;display:inline-block;padding-bottom:5px}.subService h1:after{content:"";width:60px;height:4px;background:#3498db;position:absolute;bottom:0;left:50%;transform:translate(-50%);border-radius:2px}.subService .description{margin-top:20px;padding:10px;background:#f8f9fa;border-left:5px solid #3498db;border-radius:8px;font-size:16px;color:#555;text-align:left}.subService .description p{margin-bottom:10px;line-height:1.6}.subService .service-list{margin-top:20px;padding:0;list-style:none;text-align:left}.subService .service-list li{font-size:16px;background:#ecf0f1;padding:12px;margin:8px 0;border-radius:8px;display:flex;align-items:center;transition:background .3s ease}.subService .service-list li:before{content:"✔";color:#27ae60;font-weight:700;margin-right:10px}.subService .service-list li:hover{background:#d5e5f1}.solutionPage{width:100%;height:100%}.solutionPage .solutionWrapper{padding:3%}.singleSolution{padding:3rem;font-family:Inter,sans-serif;color:var(--textColor);width:85%;margin:auto;line-height:1.8;font-size:1.6rem;background:var(--bg);border-radius:12px;transition:all .3s ease}@media (max-width: 768px){.singleSolution{width:90%;padding:2rem}}@media (max-width: 480px){.singleSolution{width:95%;padding:1.5rem}}.singleSolution .solutionTitle{font-size:3rem;font-weight:700;text-align:center;border-bottom:4px solid #007bff;padding-bottom:12px;margin-bottom:4rem;color:#036;color:var(--baseSolution)}.singleSolution .solutionDescription{margin-bottom:3rem;background:var(--bgSecondary);padding:2rem;border-radius:10px;box-shadow:0 3px 8px #00000014;transition:transform .3s ease}.singleSolution .solutionDescription:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001f}.singleSolution .solutionDescription .solutionSubTitle{font-size:2.4rem;color:var(--solutionSecondary);font-weight:600;margin-bottom:1rem;border-left:5px solid #007bff;padding-left:1rem}.singleSolution .solutionDescription .solutionh4{font-size:2rem;color:var(--solution);font-weight:600;margin-top:3rem}.singleSolution .solutionDescription .solutionText{font-size:1.6rem;text-align:justify;color:var(--textColor);line-height:1.8;margin-bottom:2rem}.singleSolution .solutionDescription .solutionUL{list-style:none;padding-left:0}.singleSolution .solutionDescription .solutionLI{margin-bottom:1.5rem;font-size:1.6rem;line-height:1.7;position:relative;padding-left:2rem}.singleSolution .solutionDescription .solutionLI:before{content:"•";color:#007bff;font-size:2rem;position:absolute;left:0;top:0}.contactPage{padding:3% 1%;display:flex}@media (max-width: 768px){.contactPage{flex-direction:column;align-items:center;justify-content:center;margin:0 auto;gap:1rem;width:80%}}.contactPage .contactImg{flex:1}.contactPage .contactImg img{width:100%}.contactPage .contactForm{display:flex;flex-direction:column;align-items:center;flex:1;gap:3rem}.contactPage .contactForm .contactPhone{font-size:2.2rem;display:flex;gap:1rem}.contactPage .contactForm .contactTitle{font-size:3.6rem}.contactPage .contactForm .formContainer{display:flex;flex-direction:column;gap:2rem}.contactPage .contactForm .formContainer button{background-color:var(--bgColorSecondary);width:max-content;margin:0 auto;padding:.8rem 1.4rem;border-radius:.6rem}.contactPage .contactForm .formContainer textarea{background-color:var(--bgColorSecondary);color:var(--textColor);opacity:.8}
