* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.bg-sky {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-nav {
  margin: 0;
  height: auto;
  background: linear-gradient(to bottom, #bfe9ff, white);
}

.bg-darking {
  background: #e8b081 !important;
}
.bg-small{
  background: #efc8a7 !important;
}
.bg-simple {
  background: #0f2f60 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

ul {
  padding-left: 0 !important;
}

.end {
  position: relative;
  height: auto;
  background-image: url("../images/backs.png");
}

.left-side {
  width: 100%;
  height: auto;
}

.counter button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
.hovers:hover {
  background-color: #fff;
  padding: 30px !important;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
}
.carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
}
.carousel-indicators button {
  background-color: #e8b081 !important;
}
.body-img {
  background-repeat: no-repeat;
  background-size: cover;
}

.body-search {
  background-color: #255285;
}

.body-head {
  background-color: #255285;
}

.head-text {
  width: 100%;
  padding: 10px;
  margin: auto;
}

#container {
  height: 500px;
  min-width: 310px;
  max-width: 800px;
  margin: 0 auto;
}

.more-link {
  display: none;
}

.loading {
  margin-top: 10em;
  text-align: center;
  color: gray;
}

.counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin: auto;
  opacity: 0.94;
  padding-top: 3rem;
  height: auto;
}

.btns {
  display: inline-block;
  padding: 20px 15px;
  color: #fff;
  text-decoration: none;
  margin-top: 30px;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.1s linear 0.05s;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.btns::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}

#table {
  display: none;
}

#UZB354:hover,
#UZB355:hover,
#UZB356:hover,
#UZB357:hover,
#UZB358:hover,
#UZB361:hover,
#UZB362:hover,
#UZB363:hover,
#UZB364:hover,
#UZB365:hover,
#UZB370:hover,
#UZB371:hover,
#UZB372:hover,
#UZB4828:hover {
  stroke: #fff;
  fill: #265798;
}

.accordion-button.active path {
  stroke: #fff;
  fill: #265798;
}

.btns::after {
  color: #000;
  transition: border 0.1s linear 0.05s;
}

.btns .btn-inner {
  position: relative;
  z-index: 2;
}

.btns:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
  border-color: #373737;
  transition: border 0.1s linear 0s;
  background: #e1e1e1;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.card-text p {
  padding: 10px 0px;
}
.box {
  width: 258px;
  height: auto;
  padding: 10px;
  gap: 20px;
  border-radius: 30px;
}

.box1 {
  width: 40%;
  height: auto;
  background-color: #fff;
  border-radius: 30px;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.titles a {
  text-decoration: none;
}

@media screen and (max-width: 400px) {
  .counter h1 {
    font-size: 25px;
    text-align: center;
  }
}

@media screen and (max-width: 1200px) {
  .container-post {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  .box1 {
    width: 100%;
  }
  .carousel-control-next,
  .carousel-control-prev {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .container-post {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    align-items: center;
  }

  .tabs [class^="tab"] label,
  .tabs [class^="tab"] label:checked,
  .tabs [class*=" tab"] label {
    font-size: 17px;
    text-align: center;
  }
}
