@import "../style.css";
@media screen and (max-width: 1025px) {
  .nav-top {
    padding: 0 60px;
  }
  .nav-top .left {
    align-items: center;
  }
  .nav-top .left img {
    width: 30px;
    height: 30px;
  }
  .nav-top .left .text {
    width: 250px;
    display: inline-block;
    text-align: center;
  }
  header nav {
    padding: 0 60px;
  }
  header nav .left h1 {
    font-size: 25px;
  }
  header nav .center {
    justify-content: space-evenly;
    align-items: center;
    margin-left: 40px;
  }
  header nav .center a {
    font-size: 1rem;
  }
  header nav .right button {
    width: 40px;
    height: 40px;
  }
  header nav .right .hidden {
    width: 40px;
    margin-left: 50px;
    margin-top: 138px;
  }
  header nav .right .hidden .en,
  header nav .right .hidden .ru {
    height: 40px;
  }
  header .head-body .head-left {
    padding: 100px 0 100px 60px;
  }
  header .head-body .head-left h2 {
    color: var(--green);
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 104px;
  }
  header .head-body .head-left h1 {
    color: var(--ink-color);
    font-weight: 700;
    line-height: 60px;
    font-size: 2.8rem;
  }
  header .head-body .head-right {
    display: flex;
    padding: 0;
    align-items: end;
    overflow: hidden;
  }
  header .head-body .head-right img {
    width: 550px;
    height: 550px;
  }
  section {
    padding: 0 70px;
  }
  section .our-app {
    padding: 50px 70px;
  }
  section .our-app .left h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  section .our-app .left h1 {
    font-size: 2.5rem;
    line-height: 50px;
  }
  section .our-app .left p {
    width: 350px;
  }
  section .our-app .left .platforms {
    margin-top: 30px;
  }
  section .our-app .right img {
    margin-top: -77px;
  }
  section .mijozlarNimaDeydi .top p {
    font-size: 20px;
  }
  section .mijozlarNimaDeydi .top h1 {
    font-size: 36px;
  }
  section .mijozlarNimaDeydi .bottom {
    margin-bottom: 200px;
  }
  section .mijozlarNimaDeydi .bottom .qt p {
    font-size: 19px;
  }
  section .mijozlarNimaDeydi .bottom .qt .profile {
    margin-top: 0;
  }
  section .mijozlarNimaDeydi .bottom .qt .profile .im1 {
    width: 40px;
    height: 40px;
  }
  section .hamkorlar .top p {
    font-size: 22px;
  }
  section .hamkorlar .top h1 {
    font-size: 36px;
  }
  section .hamkorlar .slide-bottom .bottom .logo {
    padding: 20px 30px;
  }
  section .hamkorlar .slide-bottom .bottom .logo img {
    width: 80px;
  }
  footer {
    padding: 80px 70px;
  }
  footer .foot-container {
    padding: 60px 190px;
  }
  .xizmatlar {
    padding-left: 50px;
    padding-right: 50px;
  }
  .xizmatlar .center {
    height: auto;
  }
  .xizmatlar .center ul {
    display: none;
  }
  .xizmatlar .center select {
    display: block !important;
  }
  .xizmatlar .xizmatlar-bottom {
    gap: 12px;
  }
  .xizmatlar-2 {
    flex-direction: column;
    padding: 100px 50px;
  }
  .xizmatlar-2 .b1, .xizmatlar-2 .b2 {
    width: 100%;
  }
  .xizmatlar-2 .b1 .siz-btn {
    display: none;
  }
  .xizmatlar-2 .b2 {
    flex-direction: column;
    margin-top: 20px;
  }
  .xizmatlar-2 .b2 .video-youtube {
    width: 100%;
    height: 500px;
  }
  .xizmatlar-2 .b2 .siz-btn {
    margin-top: 20px;
    display: block;
    padding: 14px 20px;
    background: var(--green);
    box-shadow: 0px 8px 32px 0px var(--green-shadow);
    color: var(--white-color);
    font-weight: 600;
    border-radius: 12px;
    transition: 0.5s;
    cursor: pointer;
    border: 1px solid var(--green);
  }
  .xizmatlar-2 .b2 .siz-btn a {
    color: var(--white-color);
  }
  .xizmatlar-2 .b2 .siz-btn:hover {
    background: transparent;
    box-shadow: 0px 8px 32px 0px var(--ink-shadow);
    color: var(--green);
  }
  .xizmatlar-2 .b2 .siz-btn:hover.siz-btn a {
    color: var(--green);
  }
  .xizmat-tavsiya .bottom {
    gap: 12px;
  }
  .blog .bottom {
    gap: 12px;
  }
  .blog-detail {
    padding: 20px 50px;
  }
  .blog-detail .container {
    flex-direction: column;
  }
  .blog-detail .container .left, .blog-detail .container .right {
    width: 100%;
  }
  .blog-detail .container .right {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 426px) {
  .responsive-menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 111111111;
    display: none;
    align-items: center;
    justify-content: end;
  }
  .responsive-menu .resposive-menu-fixer {
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
  }
  .responsive-menu .resposive-menu-fixer-on {
    animation: menu-fix 0.5s ease-out forwards;
  }
  .responsive-menu .resposive-menu-fixer-of {
    animation: menu-fix-of 0.5s ease-out forwards;
  }
  @keyframes menu-fix {
    0% {
      -webkit-backdrop-filter: blur(0px);
              backdrop-filter: blur(0px);
      background-color: rgba(0, 0, 0, 0);
    }
    100% {
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px);
      background-color: rgba(0, 0, 0, 0.3);
    }
  }
  @keyframes menu-fix-of {
    0% {
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px);
      background-color: rgba(0, 0, 0, 0.3);
    }
    100% {
      -webkit-backdrop-filter: blur(0px);
              backdrop-filter: blur(0px);
      background-color: rgba(0, 0, 0, 0);
    }
  }
  .responsive-menu .resposive-menu-in {
    width: 80%;
    height: 100%;
    background: var(--light-white);
    opacity: 1;
    z-index: 12;
    display: flex;
    align-items: end;
    flex-direction: column;
    transform: translateX(300px);
    opacity: 0;
  }
  .responsive-menu .resposive-menu-in .menu-btn-x {
    width: 30px;
    height: 30px;
    margin: 20px 20px;
    background: url(../imgs/add.png);
    background-repeat: no-repeat;
    background-size: 130%;
    padding: 0;
    background-position: center;
    cursor: pointer;
  }
  .responsive-menu .resposive-menu-in .texts {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .responsive-menu .resposive-menu-in .texts a {
    color: var(--green);
  }
  .responsive-menu .resposive-menu-in .texts .btn-in-menu {
    color: var(--white-color);
  }
  .responsive-menu .resposive-menu-in .texts .all-responsive-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: 20px;
    color: var(--green);
    border: solid transparent 2px;
    margin-bottom: 20px;
  }
  .responsive-menu .resposive-menu-in .texts button {
    padding: 14px 20px;
    background: var(--green);
    box-shadow: 0px 8px 32px 0px var(--green-shadow);
    color: var(--white-color);
    font-weight: 600;
    cursor: pointer;
    border: 1px solid var(--green);
    border-radius: 12px;
  }
  .responsive-menu .resposive-menu-in .texts button:hover {
    background: transparent;
    box-shadow: 0px 8px 32px 0px var(--ink-shadow);
    color: var(--green);
  }
  .responsive-menu .resposive-menu-in-on {
    animation: menu-in 0.5s ease-out forwards;
  }
  .responsive-menu .resposive-menu-in-of {
    animation: menu-in-of 0.5s ease-out forwards;
  }
  @keyframes menu-in {
    0% {
      transform: translateX(300px);
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      transform: translateX(0px);
    }
  }
  @keyframes menu-in-of {
    0% {
      transform: translateX(0px);
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 0;
      transform: translateX(300px);
    }
  }
  .nav-top {
    padding: 0 40px;
  }
  .nav-top .left .arrow {
    display: none;
  }
  .nav-top .left .text,
  .nav-top .left .ish {
    display: none;
  }
  header nav {
    padding: 0 40px;
  }
  header nav .left h1 {
    display: flex;
  }
  header nav .center {
    display: none;
  }
  header nav .right .gamburger {
    display: flex;
  }
  header nav .right .ilova {
    display: none;
  }
  header .head-body .head-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .head-body .head-left h2 {
    width: -moz-fit-content;
    width: fit-content;
  }
  header .head-body .head-left h1 {
    text-align: center;
  }
  header .head-body .head-left p {
    width: 400px;
    text-align: center;
  }
  header .head-body .head-right {
    display: none;
  }
  .why-forYou .why .bottom {
    padding: 0 0px;
  }
  .why-forYou .why .bottom .bx {
    margin: 0 20px;
  }
  .why-forYou .forYou {
    padding: 0px 20px;
  }
  .why-forYou .forYou .bottom {
    display: flex;
    flex-wrap: wrap;
  }
  section .our-app .left {
    width: 100%;
    display: flex;
    align-items: center;
  }
  section .our-app .left h1 {
    text-align: center;
  }
  section .our-app .left p {
    text-align: center;
  }
  section .our-app .left .platforms {
    width: -moz-fit-content;
    width: fit-content;
  }
  section .our-app .left .platforms a {
    margin: 0 20px;
  }
  section .our-app .right {
    display: none;
  }
  section .mijozlarNimaDeydi {
    margin-top: 160px;
  }
  section .mijozlarNimaDeydi .bottom {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
  }
  section .mijozlarNimaDeydi .bottom .qt {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 30px 0;
    padding: 0 100px;
  }
  section .mijozlarNimaDeydi .bottom .qt .profile {
    margin-top: 30px;
  }
  section .hamkorlar {
    margin: 0;
  }
  section .hamkorlar .slide-bottom {
    overflow: auto;
  }
  section .hamkorlar .slide-bottom::-webkit-scrollbar {
    display: none;
  }
  section .hamkorlar .slide-bottom .bottom {
    margin: 50px 0;
  }
  section .hamkorlar .slide-bottom .bottom .log1 {
    animation: log1 8s linear infinite;
  }
  @keyframes log1 {
    0% {
      margin-left: 0;
    }
    50% {
      margin-left: 55%;
    }
  }
  footer .foot-container {
    padding: 60px;
  }
  .xizmatlar {
    padding: 50px;
  }
  .xizmatlar-2 {
    flex-direction: column;
    padding: 50px;
  }
  .xizmatlar-2 .b1, .xizmatlar-2 .b2 {
    width: 100%;
  }
  .xizmatlar-2 .b1 .menu-x {
    margin-top: -50px;
  }
  .xizmatlar-2 .b1 .siz-btn {
    display: none;
  }
  .xizmatlar-2 .b2 {
    flex-direction: column;
    margin-top: 20px;
  }
  .xizmatlar-2 .b2 .siz-btn {
    margin-top: 20px;
    display: block;
    padding: 14px 20px;
    background: var(--green);
    box-shadow: 0px 8px 32px 0px var(--green-shadow);
    color: var(--white-color);
    font-weight: 600;
    border-radius: 12px;
    transition: 0.5s;
    cursor: pointer;
    border: 1px solid var(--green);
  }
  .xizmatlar-2 .b2 .siz-btn a {
    color: var(--white-color);
  }
  .xizmatlar-2 .b2 .siz-btn:hover {
    background: transparent;
    box-shadow: 0px 8px 32px 0px var(--ink-shadow);
    color: var(--green);
  }
  .xizmatlar-2 .b2 .siz-btn:hover.siz-btn a {
    color: var(--green);
  }
  .blog-detail {
    padding: 20px 50px;
  }
  .blog-detail .container {
    flex-direction: column;
  }
  .blog-detail .container .left, .blog-detail .container .right {
    width: 100%;
  }
  .blog-detail .container .right {
    margin-top: 20px;
  }
}
@media screen and (max-width: 426px) {
  .responsive-menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 111111111;
    display: none;
    align-items: center;
    justify-content: end;
  }
  .responsive-menu .resposive-menu-fixer {
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
  }
  .responsive-menu .resposive-menu-fixer-on {
    animation: menu-fix 0.5s ease-out forwards;
  }
  .responsive-menu .resposive-menu-fixer-of {
    animation: menu-fix-of 0.5s ease-out forwards;
  }
  @keyframes menu-fix {
    0% {
      -webkit-backdrop-filter: blur(0px);
              backdrop-filter: blur(0px);
      background-color: rgba(0, 0, 0, 0);
    }
    100% {
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px);
      background-color: rgba(0, 0, 0, 0.3);
    }
  }
  @keyframes menu-fix-of {
    0% {
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px);
      background-color: rgba(0, 0, 0, 0.3);
    }
    100% {
      -webkit-backdrop-filter: blur(0px);
              backdrop-filter: blur(0px);
      background-color: rgba(0, 0, 0, 0);
    }
  }
  .responsive-menu .resposive-menu-in {
    width: 80%;
    height: 100%;
    background: var(--light-white);
    opacity: 1;
    z-index: 12;
    display: flex;
    align-items: end;
    flex-direction: column;
    transform: translateX(300px);
    opacity: 0;
  }
  .responsive-menu .resposive-menu-in .menu-btn-x {
    width: 30px;
    height: 30px;
    margin: 20px 20px;
    background: url(../imgs/add.png);
    background-repeat: no-repeat;
    background-size: 130%;
    padding: 0;
    background-position: center;
    cursor: pointer;
  }
  .responsive-menu .resposive-menu-in .texts {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .responsive-menu .resposive-menu-in .texts a {
    color: var(--green);
  }
  .responsive-menu .resposive-menu-in .texts .btn-in-menu {
    color: var(--white-color);
  }
  .responsive-menu .resposive-menu-in .texts .all-responsive-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: 20px;
    color: var(--green);
    border: solid transparent 2px;
    margin-bottom: 20px;
  }
  .responsive-menu .resposive-menu-in .texts button {
    padding: 14px 20px;
    background: var(--green);
    box-shadow: 0px 8px 32px 0px var(--green-shadow);
    color: var(--white-color);
    font-weight: 600;
    cursor: pointer;
    border: 1px solid var(--green);
    border-radius: 12px;
  }
  .responsive-menu .resposive-menu-in .texts button:hover {
    background: transparent;
    box-shadow: 0px 8px 32px 0px var(--ink-shadow);
    color: var(--green);
  }
  .responsive-menu .resposive-menu-in-on {
    animation: menu-in 0.5s ease-out forwards;
  }
  .responsive-menu .resposive-menu-in-of {
    animation: menu-in-of 0.5s ease-out forwards;
  }
  @keyframes menu-in {
    0% {
      transform: translateX(300px);
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      transform: translateX(0px);
    }
  }
  @keyframes menu-in-of {
    0% {
      transform: translateX(0px);
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 0;
      transform: translateX(300px);
    }
  }
  .xizmatlar {
    padding-left: 25px;
    padding-right: 25px;
  }
  .xizmatlar .top h2 {
    font-size: 1rem;
  }
  .xizmatlar .top h1 {
    width: 100%;
    font-size: 2rem;
    line-height: 40px;
  }
  .xizmatlar .top p {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }
  .xizmatlar .center {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 20px;
  }
  .xizmatlar .center select {
    margin-top: 10px;
  }
  .xizmatlar .center .right {
    border: none;
    padding: 0;
  }
  .xizmatlar .xizmatlar-bottom {
    justify-content: center;
  }
  .xizmatlar .xizmatlar-bottom div p {
    font-size: 12px;
  }
  .xizmatlar .xizmatlar-bottom div a {
    padding: 10px 16px;
  }
  .nav-top,
  .footer-bottom {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 12px;
    height: 40px;
  }
  .nav-top .left img,
  .footer-bottom .left img {
    width: 20px;
    height: 20px;
  }
  .nav-top .left .arrow,
  .nav-top .left .text,
  .nav-top .left .ish,
  .footer-bottom .left .arrow,
  .footer-bottom .left .text,
  .footer-bottom .left .ish {
    display: none;
  }
  .blog {
    padding: 0px 25px;
  }
  .blog .bottom {
    justify-content: center;
  }
  header {
    display: block;
  }
  header nav {
    padding-right: 25px;
    padding-left: 25px;
    height: 60px;
  }
  header nav .left h1 {
    display: none;
  }
  header nav .center {
    display: none;
  }
  header nav .right .toggle-theme img {
    width: 20px;
  }
  header nav .right .profile img {
    width: 20px;
  }
  header nav .right .uz {
    font-size: 12px;
  }
  header nav .right .gamburger {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header nav .right button {
    width: 33px;
    height: 33px;
  }
  header nav .right .ilova {
    display: none;
  }
  header .head-body {
    display: block;
    height: 85vh;
  }
  header .head-body .head-left {
    text-align: center;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
    padding-top: 75px;
  }
  header .head-body .head-left h2 {
    font-size: 1rem;
  }
  header .head-body .head-left h1 {
    width: auto;
    font-size: 2.5rem;
    line-height: 50px;
  }
  header .head-body .head-left p {
    margin-top: 15px;
    width: auto;
    font-size: 12px;
  }
  header .head-body .head-left .btns {
    justify-content: center;
    font-size: 12px;
  }
  header .head-body .head-left .btns button {
    padding: 10px 16px;
  }
  header .head-body .head-right {
    display: none;
  }
  .why-forYou {
    margin-top: 60px;
    display: block;
  }
  .why-forYou .why {
    padding-right: 25px;
    padding-left: 25px;
  }
  .why-forYou .why .top .why-p {
    font-size: 1rem;
  }
  .why-forYou .why .top h1 {
    font-size: 2rem;
    line-height: 40px;
    margin-top: 5px 0 10px 0;
  }
  .why-forYou .why .top .why-ct {
    font-size: 12px;
  }
  .why-forYou .why .bottom {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin: 0;
    height: auto;
  }
  .why-forYou .why .bottom .bx {
    width: 100%;
    margin-top: 25px;
    gap: 10px;
  }
  .why-forYou .why .bottom .bx img {
    margin-bottom: 10px;
  }
  .why-forYou .why .bottom .bx h4 {
    font-size: 16px;
  }
  .why-forYou .why .bottom .bx p {
    font-size: 10px;
    line-height: 15px;
  }
  .why-forYou .forYou {
    padding: 0;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }
  .why-forYou .forYou .top {
    width: 100%;
  }
  .why-forYou .forYou .top h2 {
    font-size: 1rem;
  }
  .why-forYou .forYou .top h1 {
    font-size: 2rem;
    line-height: 40px;
    margin: 5px 0 15px 0;
  }
  .why-forYou .forYou .top .yourHouse-p {
    font-size: 12px;
  }
  .why-forYou .forYou .bottom {
    flex-direction: column;
  }
  .why-forYou .forYou .bottom .card .title-p {
    font-size: 1rem;
  }
  .why-forYou .forYou .bottom .card .content-p {
    font-size: 12px;
    line-height: 18px;
  }
  .why-forYou .forYou .bottom .card button {
    font-size: 12px;
  }
  header nav .right .hidden {
    margin-left: 43px;
    margin-top: 115px;
    width: 33px;
  }
  header nav .right .hidden .ru,
  header nav .right .hidden .en {
    height: 33px;
  }
  header nav .right .hidden .ru {
    margin-bottom: 5px;
  }
  section {
    padding-right: 25px;
    padding-left: 25px;
  }
  section .our-app {
    display: flex;
    padding: 25px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
  }
  section .our-app .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  section .our-app .left h2 {
    color: var(--green);
    font-weight: 600;
    text-align: center;
    font-size: 1rem;
  }
  section .our-app .left h1 {
    color: var(--ink-color);
    font-weight: 700;
    width: 115%;
    font-size: 2rem;
  }
  section .our-app .left p {
    margin-top: 24px;
    width: 100%;
    color: var(--dark-white);
  }
  section .our-app .left .platforms {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding: 0 20px;
  }
  section .our-app .left .platforms img {
    width: 130px;
  }
  section .our-app .left {
    text-align: center !important;
  }
  section .our-app .right {
    width: 40%;
    display: none;
  }
  section .our-app .right img {
    position: absolute;
    right: 10%;
    margin-top: -100px;
  }
  section .mijozlarNimaDeydi {
    display: block;
    margin-top: 200px;
  }
  section .mijozlarNimaDeydi .top p {
    color: var(--green);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
  }
  section .mijozlarNimaDeydi .top h1 {
    color: var(--ink-color);
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
  }
  section .mijozlarNimaDeydi .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-direction: column;
    overflow: hidden;
  }
  section .mijozlarNimaDeydi .bottom .qt {
    width: 100%;
    height: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section .mijozlarNimaDeydi .bottom .qt p {
    margin-top: 16px;
    color: var(--ink-color);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
  }
  section .mijozlarNimaDeydi .bottom .qt .profile {
    margin-top: 24px;
  }
  section .mijozlarNimaDeydi .bottom .qt .profile p {
    color: var(--dark-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
  }
  section .hamkorlar {
    display: block;
  }
  section .hamkorlar .top p {
    font-size: 1rem;
  }
  section .hamkorlar .top h1 {
    font-size: 2.5rem;
  }
  section .hamkorlar .slide-bottom {
    display: flex;
    width: 114%;
    overflow: hidden;
    margin-left: -7%;
  }
  section .hamkorlar .slide-bottom .bottom {
    display: flex;
    align-items: center;
    height: 130px;
  }
  section .hamkorlar .slide-bottom .bottom .logo {
    width: 275px;
    height: 110;
    margin-left: 45.5px;
  }
  section .hamkorlar .slide-bottom .bottom .log1 {
    animation: log1 14s linear infinite;
  }
  @keyframes log1 {
    0% {
      margin-left: 46px;
    }
    10% {
      margin-left: 46px;
    }
    90% {
      margin-left: -167.5%;
    }
    100% {
      margin-left: -167.5%;
    }
  }
  footer {
    width: 100%;
    padding: 79px 0;
    display: flex;
  }
  footer .foot-container {
    padding: 48px 0;
  }
  footer .foot-container h2 {
    font-size: 1rem;
  }
  footer .foot-container h1 {
    font-size: 2rem;
  }
  footer .foot-container p {
    font-size: 12px;
  }
  .chat {
    right: 10px;
    bottom: 10px;
  }
  .chat-active,
  .chat-unactive {
    width: 350px;
    right: 12px;
    padding: 32px 26px 20px 26px;
    z-index: 20;
  }
  .chat-active .bottom form .text,
  .chat-unactive .bottom form .text {
    width: 235px;
    height: 50px;
    padding: 15px;
  }
  .chat-active .bottom form button,
  .chat-unactive .bottom form button {
    width: 50px;
    height: 50px;
  }
  .contact-us .container,
  .login .container,
  .sign-up .container,
  .profile-edit .container {
    width: 370px;
  }
  .xizmatlar-2 {
    flex-direction: column;
    margin-top: 50px;
    padding: 0 25px;
  }
  .xizmatlar-2 .b1 {
    width: 100%;
    display: flex;
    margin-top: 30%;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .xizmatlar-2 .b1 .menu-x {
    width: 100%;
  }
  .xizmatlar-2 .b1 .menu-w {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    flex-direction: column;
  }
  .xizmatlar-2 .b1 .menu-w .sizuchun {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .xizmatlar-2 .b1 .menu-w .siz-2 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
  .xizmatlar-2 .b1 .menu-w .siz-3 {
    text-align: justify;
    margin-bottom: 30px;
    font-size: 12px;
  }
  .xizmatlar-2 .b1 .menu-w .siz-btn {
    display: none;
  }
  .xizmatlar-2 .b2 {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
  }
  .xizmatlar-2 .b2 .video-youtube {
    width: 350px;
    height: 196px;
    margin-top: 20px;
  }
  .xizmatlar-2 .b2 .siz-btn {
    display: block;
    padding: 14px 20px;
    background: var(--green);
    box-shadow: 0px 8px 32px 0px var(--green-shadow);
    color: var(--white-color);
    font-weight: 600;
    border-radius: 12px;
    transition: 0.5s;
    cursor: pointer;
    border: 1px solid var(--green);
  }
  .xizmatlar-2 .b2 .siz-btn a {
    color: var(--white-color);
  }
  .xizmatlar-2 .b2 .siz-btn:hover {
    background: transparent;
    box-shadow: 0px 8px 32px 0px var(--ink-shadow);
    color: var(--green);
  }
  .xizmatlar-2 .b2 .siz-btn:hover.siz-btn a {
    color: var(--green);
  }
  .xizmatlar-2 .b2 .profile {
    padding-right: 25px;
    padding-left: 25px;
  }
  .xizmatlar-2 .b2 .profile .container .top .right .edit {
    width: 33px;
    height: 33px;
    background-size: auto;
  }
  .xizmatlar-2 .b2 .profile .container .bottom {
    flex-direction: column;
  }
  .xizmatlar-2 .b2 .profile .container .bottom .left {
    width: 100%;
  }
  .xizmatlar-2 .b2 .profile .container .bottom .left .img {
    width: 100px;
    height: 100px;
  }
  .xizmatlar-2 .b2 .profile .container .bottom .right {
    align-items: start;
    gap: 35px;
  }
  .blog-detail {
    padding: 20px;
  }
  .blog-detail .container {
    flex-direction: column;
  }
  .blog-detail .container .left, .blog-detail .container .right {
    width: 100%;
  }
  .blog-detail .container .right {
    margin-top: 20px;
  }
}/*# sourceMappingURL=mobile.css.map */