@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  font-family: "JetBrains Mono", monospace;
}
html {
  scroll-behavior: smooth;
}

.bgr{
  width: 100%;
  background-color: #f1f0f0;
  /* background-image: url('./images/gradient-2.png'); */
  background-size: cover;
}

.footer{
  background-color: #e1e0e0;
}

.test p, .test ul li{
  font-size: 14px;
  font-weight: 600;
}

@media screen and (min-width:640px) {
  .test p, .test ul li{
    font-size: 17px;
    font-weight: 500;
  }
}

.xiz-bg{
  width: 100%;
  /* background-image: url('./images/bg-xizmat.png'); */
  background-color: #f1f0f0;
  background-size: contain;
}

.active {
  color: #000257;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(0, 0, 129);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000257;
}

/* Header */
.large-header {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #333;
  overflow-x: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

@media screen and (min-width:640px) {
  .large-header {
    position: relative;
    height: 70vh;
  }
}



#large-header {
  background-image: url("./images/bggg.png");
  background-size: cover;
}

.main-title {
  z-index: 999;
  top: 0;
  position: fixed;
  color: #f9f1e9;
  width: 100% !important;
  background: rgba(0, 0, 0, 0.137);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
}

.swiper-slide img {
  display: block;
  object-fit: contain !important;
  /* width: 100%; */
  height: 100%;
}
