@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=KoHo:wght@500;700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif+Georgian:wght@100..900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-width:320px}html{overflow-x:hidden;scroll-behavior:smooth;scroll-padding-top:6rem}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.header{background:#833ab4;background:linear-gradient(90deg,#0a0a0b,#fd1d1d 50%,#fcb045);background:#0000;height:15vh;margin:0 10px;position:fixed;right:0;z-index:999}.header,.header h1{align-items:center;display:flex}.header h1{color:purple;font-size:27px;justify-content:center;transition:.6s}.header nav{background:#249ea0;border-radius:15px;display:flex;gap:40px;margin-right:30px;padding:20px;z-index:1000}.header nav a{color:brown;color:#fff;font-size:16px;font-weight:500;text-decoration:none;text-transform:uppercase;transition:.8s}.header nav a:hover{color:#fff;transform:scale(1.08)}.header h1 img{width:90px}.close,.menu-burger{background-color:#249ea0;border:1px solid #fff;border-radius:6px;color:#fff;cursor:pointer;display:none;font-size:30px;margin-right:20px;padding:5px}@media(max-width:1000px){.header h1{font-size:23px}.header nav a{font-size:14px}}@media(max-width:900px){.header h1{font-size:20px}nav{gap:30px}nav a{font-size:13px}}@media (max-width:720px){.header{height:8vh}.header nav{background:#72dee0;border-radius:12px;box-shadow:0 4px 12px #00000026;flex-direction:column;margin-right:0;padding:20px;position:absolute;right:25px;top:60px;transform:translateY(-10px);visibility:hidden;width:200px;z-index:999}.header nav a{color:brown;color:#333;transition:none}nav.nav-open{transform:translateY(0);visibility:visible}.menu-burger{display:block}.close{display:none}.close.show{display:block}.menu-burger.hidden{display:none}}@media(max-width:400px){.header h1{font-size:16px}.close,.menu-burger{font-size:30px}}.home{background:#833ab4;background:linear-gradient(90deg,#0a0a0b,#fd1d1d 50%,#fcb045);height:100vh;justify-content:space-around;min-width:350px;padding-top:15vh}.home,.home .bmi-home{align-items:center;display:flex}.home .bmi-home{flex-direction:column;height:90%;justify-content:flex-start;padding:0;width:55%}.xato-name{text-align:center}.xato-name>*{color:#fff}.home .img{align-items:center;display:flex;flex-direction:column;height:90%;justify-content:center;width:40%}.home img{width:420px}@media (max-width:1100px){.home img{width:350px}.xato-name h4{font-size:13px}.xato-name h2{font-size:20px}}@media (max-width:930px){.home img{width:320px}.xato-name h4{font-size:12px}.xato-name h2{font-size:18px}}@media (max-width:850px){.home img{width:280px}.xato-name h4{font-size:11px}.xato-name h2{font-size:16px}}@media (max-width:720px){.home{flex-direction:column;gap:20px;height:auto;padding-bottom:20px}.bmi-home{order:2;width:90%}.img{order:1;width:90%}.img img,.xato-name{width:350px}.img .xato-name h4{font-size:12px}.img .xato-name h2{font-size:18px}}@media (max-width:450px){.bmi-home,.img img{width:300px}.home{padding-top:10vh}}.bmi-title{padding:10px}.bmi-title h3{color:#fff;font-size:16px;text-align:center}.bmi{border-radius:6px;gap:1rem;height:85%;padding:10px 0;width:60%}.bmi,.bmi-calculator{align-items:center;display:flex;flex-direction:column;justify-content:center}.bmi-calculator{background:#1697a6;border-radius:16px;box-shadow:0 6px 20px #0003;max-width:400px;padding:15px 35px;text-align:center;width:75%}.input-group{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;width:90%}.input-group label{color:#fff;display:block;font-size:1rem;font-weight:500;margin-bottom:8px}.input-group input{border:none;border-radius:8px;color:#333;font-size:1rem;padding:8px;width:97%}.input-group input::placeholder{color:#999}.mode-switch label{cursor:pointer;font-size:.9rem}.bmi-calculator button{align-items:center;background:#1abc9c;background:#ffc24b;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:600;justify-content:center;padding:6px 55px;transition:background .3s;width:70%}.bmi-calculator button:hover{background:#e29d12}.result,.result2{background:#0e606b;border-radius:8px;color:#fff;font-size:15px;font-weight:700;margin-top:20px;padding:10px;width:92%}.result2{display:none}.result2.show{display:block}@media (max-width:1350px){.bmi{width:65%}}@media (max-width:1250px){.bmi{width:70%}}@media (max-width:1100px){.bmi{width:75%}.input-group{margin-bottom:10px}.input-group label{margin-bottom:4px}.bmi-calculator button{font-size:15px;padding:6px 55px;width:150px}.result,.result2{font-size:12px;margin-top:10px;padding:7px}.bmi-title h3{font-size:14px}}@media (max-width:930px){.bmi{width:80%}.input-group input{font-size:12px;width:100%}.bmi-title h3{font-size:13px}.bmi-calculator{background:#1697a6;border-radius:16px;text-align:center}.input-group{margin-bottom:10px}.input-group label{margin-bottom:4px}.bmi-calculator button{font-size:15px;padding:8px 55px}.result,.result2{font-size:12px;margin-top:10px;padding:7px}}@media (max-width:850px){.bmi .bmi-title h3{font-size:11px}.result,.result2{font-size:10px}}@media (max-width:720px){.bmi{border:1px solid #fff;width:420px}.bmi .bmi-title h3{font-size:12px}.input-group input{font-size:12px;width:100%}.bmi-calculator button{font-size:14px;padding:6px 45px}.bmi-calculator button:hover{background-color:#ffc24b}}@media (max-width:450px){.bmi{width:320px}.bmi .bmi-title h3{font-size:9px}.bmi-calculator label{font-size:12px}.bmi-calculator{width:90%}}@font-face{font-family:DM-Merabi_1;font-style:normal;font-weight:400;src:url(/DrKhatuna/static/media/DM-Merabi_1.f391a6a87806c7e28b1f.ttf) format("truetype")}.about{background:linear-gradient(90deg,#0a0a0b,#fd1d1d 50%,#fcb045);min-width:350px;padding:0 5%;position:relative;z-index:1}.about-div{border-bottom:1px solid #fff;border-top:1px solid #fff;display:flex;gap:150px;justify-content:space-between;padding:150px 50px 50px;position:relative;width:100%}.headings{align-items:center;display:flex;width:60%}.headings h1{left:10px;pointer-events:none;position:absolute;top:30px}.about-div h1{color:#a9def9;font-size:25px}.about-main-info{display:flex;gap:20px;height:85%;justify-content:space-between;padding:2px;width:100%}.about-img{width:38%}.about-img img{border:3px solid #fff;border-radius:10px;box-shadow:0 0 10px #fff;padding:20px 20px 5px;width:400px}.fool{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-left:10px;padding-top:10px;position:relative;width:59%}.wight{font-weight:500;margin-left:20px}.fool .ertad{display:flex;flex-direction:column;gap:10px;position:absolute;text-align:center;top:40px;width:100%}.ertad h3{color:#fff}.fool .ertad .social-media{display:flex;gap:10px;justify-content:center}.fool .ertad .social-media>*{color:#e1e2de;color:#e9c46a;cursor:pointer;font-size:20px;transition:.6s}.about-img{align-items:center;display:flex;justify-content:center}.about-main-info .about-img img{width:400px}.sentenses p{background-color:initial;color:#fff;font-size:25px;letter-spacing:2px;line-height:2;text-shadow:5px 4px 50px #333}.sentenses{align-self:flex-start;display:flex;width:100%}.sentenses ul{display:flex;flex-direction:column;gap:10px}.sentenses ul li{color:#fff;font-size:18px;letter-spacing:2px;list-style-type:circle}@media (max-width:1300px){.headings h1{font-size:22px}}@media (max-width:1100px){.sentenses .main{font-size:21px}.about-img img{width:300px}.about-div{gap:90px}}@media (max-width:1000px){.sentenses .main{font-size:18px}.about-img img{width:300px}.sentenses .experience-list li{font-size:16px}}@media (max-width:900px){.sentenses .experience-list li{font-size:14px;letter-spacing:1px}.sentenses .education-list li{font-size:15px;letter-spacing:1px}}@media (max-width:800px){.sentenses .main{font-size:16px}}@media (max-width:720px){.about{height:auto}.about-div{align-items:center;flex-direction:column;gap:30px;padding:80px 80px 50px}.about-img img{width:400px}.headings{flex-direction:column;gap:30px;width:100%}.about-div .navigation-nav{left:0;position:relative;top:0}.sentenses .main{font-size:20px;text-align:center}}@media (max-width:600px){.about-div{padding:90px 50px 40px}.sentenses .main{font-size:18px}}@media (max-width:450px){.about-img img{width:300px}.headings{flex-direction:column;width:90%}.about-div .navigation-nav{left:0;position:relative;top:0}.sentenses .main{font-size:15px;text-align:center}.about-div{padding:90px 90px 40px}.sentenses .education-list li,.sentenses .experience-list li{font-size:10px}.headings{width:150%}}@media (max-width:380px){.about-div{padding:90px 70px 40px}}.navigation-nav{display:flex;gap:40px;left:230px;position:absolute;top:30px}.navigation-nav li{align-items:center;display:flex;justify-content:center;list-style:none;text-decoration:none}.navigation-nav li>*{background:#249ea0;border-radius:22px;color:#fff;padding:10px 15px;text-decoration:none}.navigation-nav ul{display:flex;gap:20px;list-style:none}.navigation-nav a{border-radius:5px;color:#333;font-weight:500;padding:8px 15px;text-decoration:none;transition:.3s}.navigation-nav a.active{background:#72dee0}@media (max-width:1300px){.navigation-nav{left:180px}.navigation-nav ul{gap:15px}.navigation-nav ul li{font-size:13px}}@media (max-width:450px){.navigation-nav ul{gap:10px}.navigation-nav a{font-size:10px;padding:5px 10px}}.services{background:linear-gradient(90deg,#0a0a0b,#fd1d1d 50%,#fcb045);justify-content:center;min-width:350px;padding:0 5%}.services,.services-div{align-items:center;display:flex}.services-div{flex-direction:column;gap:70px;padding:50px 0 40px;width:100%}.services-div h1{color:#a9def9;text-align:center}.services-div h1 span{font-size:29px}.services-content{display:flex;gap:110px;justify-content:center;width:100%}.services-content>*{align-items:center;background-color:#ede0d4;border-radius:15px;display:flex;flex-direction:column;gap:35px;outline:.05rem solid gray;outline-offset:-.5rem;padding:20px 40px;transition:all .22s linear;width:250px}.services-card:hover{box-shadow:0 0 30px #fff;outline:.105rem solid #333;outline-offset:0}.services-card h3{color:#e05780;text-align:center}.card-content{display:flex;flex-direction:column;gap:10px}.services-card button{align-items:center;background:#249ea0;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:600;justify-content:center;letter-spacing:2px;outline:none;padding:10px 25px;transition:.6s}.arrow-icon{font-size:18px;margin-left:7px}.services-card button:hover{box-shadow:0 0 5px #333;transform:scale(1.02)}.card-content p{color:#6b1650;font-weight:500}@media (max-width:1100px){.services-div h1{font-size:23px}.services-div h1 span{font-size:18px}.services-card h3{font-size:16px}.services-card p{font-size:14px}.services-card button{font-size:12px}.arrow-icon{font-size:14px}}@media (max-width:1000px){.services-content{gap:80px}.services-card{width:220px}}@media (max-width:850px){.services-content{gap:60px}.services-card{gap:25px;width:190px}.services-card h3{font-size:13px}.services-card button,.services-card p{font-size:10px}.arrow-icon{font-size:12px}}@media (max-width:720px){.services-content{gap:30px}.services-div{gap:40px;padding:30px 0 40px}.services-div h1{font-size:20px}.services-div h1 span{font-size:15px}.services-card button:hover{box-shadow:none;transform:none}.services-card:hover{box-shadow:none;outline:.05rem solid gray;outline-offset:-.5rem}}@media (max-width:650px){.services-content{gap:5px}.services-div{gap:30px;padding:20px 0 25px}.services-div h1{font-size:17px}.services-div h1 span{font-size:12px}.services-card{gap:15px;width:170px}.services-card h3{font-size:11px}.services-card p{font-size:9px}.services-card button{font-size:8px;padding:7px 18px}.arrow-icon{font-size:11px}}@media (max-width:550px){.services-content{align-items:center;flex-direction:column;gap:15px}.services-card{gap:25px;width:250px}.services-card h3{font-size:14px}.services-card p{font-size:11px}.services-card button{font-size:10px;padding:8px 22px}.arrow-icon{font-size:12px}}.testimonials{background:linear-gradient(90deg,#0a0a0b,#fd1d1d 50%,#fcb045);justify-content:center;min-width:350px;padding:0 5%}.testimonial-div,.testimonials{align-items:center;display:flex}.testimonial-div{border-bottom:1px solid #fff;flex-direction:column;gap:70px;padding:50px 0 40px;width:100%}.testimonial-div h1{color:#a9def9;text-align:center}.testimonial-content{display:flex;gap:110px;justify-content:center;width:100%}.testimonial-content>*{align-items:center;background-color:#ede0d4;display:flex;flex-direction:column;gap:10px;padding:20px 30px;position:relative;width:30%}.test-card-content{align-items:start;display:flex;flex-direction:column;gap:20px;height:100%;justify-content:space-between}.test-card-content p{font-size:13px;text-align:center}.test-small p span{color:brown;font-size:17px;font-weight:600}.test-icon{color:#249ea0;font-size:35px;position:absolute;right:20px;top:20px}.testimonials img{border-radius:50%;width:150px}@media (max-width:1320px){.testimonial-content{gap:50px}.testimonial-content>*{gap:5px;padding:20px}.test-card-content{gap:10px}.testimonials img{width:110px}}@media (max-width:1100px){.testimonial-div h1{font-size:25px}}@media (max-width:1020px){.testimonial-content{gap:30px}.testimonial-content>*{gap:2px;padding:10px}.testimonials img{width:90px}.test-card-content p{font-size:11px}.test-small h4{font-size:13px}.test-small p{font-size:10px}.test-small p span{font-size:14px}.test-card-content{gap:5px}.test-small{line-height:.9}}@media (max-width:820px){.test-card-content p{font-size:9px}.testimonials img{width:70px}.test-icon{font-size:25px}.test-small p span{font-size:12px}.test-small{line-height:1}}@media (max-width:720px){.testimonial-div h1{font-size:20px}.testimonial-div{align-items:center;display:flex;flex-direction:column;gap:35px;padding:20px 0 40px;width:100%}}@media (max-width:650px){.testimonial-content{gap:10px}.test-icon{right:10px;top:10px}.test-card-content p{font-size:7px}.testimonials img{width:50px}.test-icon{font-size:20px}.test-small p span{font-size:10px}}@media (max-width:550px){.testimonial-content{align-items:center;flex-direction:column}.testimonial-content>*{gap:10px;padding:10px;width:60%;width:280px}.test-card-content p{font-size:10px}.testimonials img{width:70px}.test-icon{font-size:20px}.test-small p span{font-size:10px}.test-small{line-height:1.5}}.small{height:60vh;min-width:350px;position:relative}.small .img{background-image:url(/DrKhatuna/static/media/hop.26e2836b4f0df9ee3a19.png);background-position:50%;background-size:cover;filter:blur(4px);height:100%;width:100%}.div-small-div{align-items:center;display:flex;flex-direction:column;gap:80px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.div-small-div h2{color:#f0e407;color:#a9def9;font-size:35px;text-align:center;text-shadow:5px 8px 4px #000;text-shadow:0 0 3px #000,0 0 5px #000;width:900px}.div-small-div button{background-color:#249ea0;border:none;border-radius:10px;box-shadow:0 0 10px #000;cursor:pointer;font-size:25px;font-weight:600;letter-spacing:8px;outline:none;padding:20px 50px;transition:.6s}.div-small-div button:hover{box-shadow:0 0 20px #000;transform:scale(1.05)}.div-small-div p{align-items:center;display:flex;gap:10px;justify-content:center}.arrow-icon-small{font-size:30px}@media (max-width:1200px){.div-small-div h2{font-size:25px;width:700px}.div-small-div button{font-size:20px;letter-spacing:5px;padding:17px 40px}.arrow-icon-small{font-size:24px}}@media (max-width:720px){.div-small-div h2{font-size:20px;width:500px}.div-small-div button{font-size:17px;letter-spacing:3px;padding:15px 35px}.arrow-icon-small{font-size:20px}}@media (max-width:550px){.small{height:40vh}.div-small-div h2{width:400px}.div-small-div{gap:50px}.div-small-div button{font-size:14px;letter-spacing:2px;padding:13px 30px}.arrow-icon-small{font-size:18px}}@media (max-width:420px){.div-small-div h2{font-size:15px;width:300px}.div-small-div{gap:50px}.div-small-div button{font-size:14px;letter-spacing:2px;padding:12px 23px}.arrow-icon-small{font-size:18px}}.contact{background:linear-gradient(90deg,#0a0a0b,#fd1d1d 50%,#fcb045);min-width:350px;padding:0 5%}.contact,.contact-div{align-items:center;display:flex;justify-content:center}.contact-div{border-bottom:1px solid #fff;gap:10px;width:100%}.form{justify-content:center;padding:4% 5%;width:60%}.contact-content,.form{align-items:center;display:flex;height:500px}.contact-content{flex-direction:column;gap:20px;justify-content:flex-start;padding:4% 0;width:38%}.face-group{align-items:center;border:1.5px solid #fff;border-radius:10px;display:flex;flex-direction:column;justify-content:center;padding:5px;position:relative;text-align:center;width:80%}.contact-icon{font-size:13px}.content-para{color:#fff;display:flex;flex-direction:column;gap:7px}.content-para p{font-size:16px;gap:10px}.content-para p,.social-icons{align-items:center;display:flex;justify-content:center}.social-icons{gap:20px;height:40px}.social-icons>*{align-items:center;border:1px solid #ede0d4;border-radius:4px;color:#249ea0;color:#fafbfd;color:#ede0d4;cursor:pointer;display:flex;font-size:22px;height:40px;justify-content:center;padding:5px;transition:.6s;width:40px}.insta,.youtube{font-size:24px}.social-icons>:hover{transform:scale(1.15)}.face-group img{filter:brightness(115%);width:200px}.face-group h3{color:#a9def9;font-size:15px}.face-group a{bottom:0;padding:15px 35px;position:absolute}.face-group a button{border:none;border-radius:10px;color:#249ea0;cursor:pointer;font-weight:600;letter-spacing:1px;outline:none;padding:15px 35px}@media (max-width:1100px){.contact-content,.form{height:430px}.face-group h3{font-size:13px}.face-group img{width:170px}.face-group a{bottom:-5px}.face-group a button{border:none;border-radius:10px;color:#249ea0;cursor:pointer;font-weight:600;letter-spacing:1px;outline:none;padding:12px 25px}.content-para p{font-size:13px}.social-icons>*{font-size:18px}}@media (max-width:900px){.face-group h3{font-size:11px}}@media (max-width:720px){.contact-div{flex-direction:column}.contact-div>*{height:auto;width:100%}.face-group{width:70%}}.contact-section{background:#fff;background-color:#ede0d4;border-radius:16px;box-shadow:0 4px 16px #0000001a;height:100%;padding:20px;width:80%}.contact-section h2{color:#249ea0;font-size:23px;margin-bottom:25px;text-align:center}.contact-form{gap:5px}.contact-form,.form-group{display:flex;flex-direction:column}label{color:#333;color:#249ea0;font-size:13px;font-weight:500;margin-bottom:2px}input,textarea{border:1px solid #ccc;border-radius:8px;font-size:10px;outline:none;padding:8px;transition:.2s ease}.contact-form button{align-self:flex-end;background-color:#249ea0;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;letter-spacing:1px;margin-top:10px;outline:none;padding:7px 0;width:150px}@media (max-width:1300px){.contact-section{width:90%}}@media (max-width:1100px){.contact-section{width:100%}.contact-section h2{font-size:20px;margin-bottom:15px}.contact-form{gap:2px}label{font-size:11px;margin-bottom:2px}}@media (max-width:720px){.contact-section{width:80%}}@media (max-width:550px){.contact-section{padding:10px;width:90%}.contact-section h2{font-size:13px;margin-bottom:10px}.contact-section button{font-size:12px;margin-top:5px;width:110px}.contact-form{gap:1px}label{font-size:10px;margin-bottom:2px}}@media (max-width:450px){.contact-section{width:100%}}.footer{background:linear-gradient(90deg,#0a0a0b,#fd1d1d 50%,#fcb045);min-width:350px;padding:5px 0}.footer .box-container{background-color:#dae7ef;display:flex;gap:5rem}.footer .box-container>*{width:48%}.map{align-items:center;display:flex;justify-content:center;padding:5px}.map-content{background-color:#fff;border:1px solid gray;padding:5px;width:100%}.footer .box-container .box{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:center}.github{color:#000}.linkedin{color:#0a66c2}.box-content{align-items:center;display:flex;flex-direction:column;gap:7px;justify-content:center}.footer .box-container .box h3{color:var(--color-main);font-size:1.3rem;padding:.5rem 0;text-transform:capitalize}footer{align-items:center;display:flex;gap:5px;justify-content:center;width:100%}.footer-icons{display:flex;gap:10px;height:20px}footer .footer-icons>*{cursor:pointer;transition:.5s}footer .footer-icons>:hover{transform:scale(1.1)}.footer .credit{align-items:baseline;color:#ccc;display:flex;font-size:10px;gap:4px;justify-content:center}.footer .credit span{color:#fff;font-size:13px}.footer h1{font-size:12px}
/*# sourceMappingURL=main.b02bffa0.css.map*/