* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Abel", Helvetica, sans-serif;
  overflow-x: hidden;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 1rem;
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #f8f9fa;
  transition: all 1s ease;
}

/* top navbar section start */

.top-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 8rem 1rem 5rem;
}

.top-nav .logo img {
  width: 12rem;
}

@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;800;900&display=swap);

.top-nav .lang-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-family: "Inter", sans-serif;
  gap: 0.5rem;
}

.lang-switcher a,
p {
  text-decoration: none;
  color: #f9f9ed;
  font-weight: 400;
}

/* top navbar section end */

/* aside start */

.menu {
  transform: translateX(0);
  transition: transform 1s ease-in-out;
}

/* Menyuni ochish uchun yangi klass */
.menu-trigger.menu-open > .menu {
  transform: translateX(-40px);
}

.menu-trigger.menu-open > .bars > span:first-of-type,
.menu-trigger.menu-open > .bars > span:last-of-type {
  transform: translateY(-5px);
  opacity: 0;
}

.menu-trigger.menu-open > .bars > span:nth-of-type(2) {
  transform: scaleY(1.2);
  transform-origin: center bottom;
}

.menu-trigger.menu-open > .menu > ul > li > a {
  transform: translateY(0);
  font-family: "Abel", sans-serif;
}

.menu-trigger.menu-open > p {
  transform: translateY(40px) rotate(90deg);
  opacity: 1;
}
/* Menyuning ochilgan holati uchun CSS tugadi */

.menu-trigger {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  width: 50px;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background: #222;
}

.menu-trigger > p {
  color: #aaa;
  transform: translateY(60px) rotate(90deg);
  margin-top: 30px;
  font-weight: bold;
  letter-spacing: 0.12rem;
  transition: all 0.4s ease;
  position: absolute;
  opacity: 0;
  font-size: 0.9rem;
  z-index: 10;
}

.bars {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}

.bars > span {
  width: 4px;
  height: 40px;
  background: #666;
  transition: all 0.4s ease;
}

.menu {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background: #222;
  height: 100%;
  border-left: 1px solid #444;
  width: 450px;
  transform: translateX(calc(100% - 50px));
  padding: 150px 50px 50px 100px;
  will-change: transform;
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu > ul:hover > li:not(:hover) {
  color: rgba(249, 249, 237, 0.5);
}

.menu > ul > li {
  color: #f9f9ed;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px 0;
  width: 100%;
  overflow: hidden;
}

.menu > ul > li:first-of-type {
  padding-top: 0;
}

.menu > ul > li:last-of-type {
  padding-bottom: 0;
}

.menu > ul > li > a {
  color: inherit;
  text-decoration: none;
  display: block;
  position: relative;
  transform: translateY(calc(100% + 10px));
  gap: 1rem;
}
.menu > ul > li:nth-of-type(1) > a {
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s,
    color 0.2s ease;
}
.menu > ul > li:nth-of-type(2) > a {
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s,
    color 0.2s ease;
}
.menu > ul > li:nth-of-type(3) > a {
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s,
    color 0.2s ease;
}
.menu > ul > li:nth-of-type(4) > a {
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s,
    color 0.2s ease;
}
.menu > ul > li:nth-of-type(5) > a {
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s,
    color 0.2s ease;
}

.menu > ul > li > a {
  transform: translateY(calc(100% + 10px));
}

@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;800;900&display=swap);

.nav-info {
  margin-top: 4rem;
  line-height: 2;
  color: #fff;
  opacity: 40%;
  font-size: 0.8rem;
  font-family: "Poppins", sans-serif;
}

.nav-info a {
  text-decoration: none;
  color: #fff;
}

/* aside end */

/* hero section start */

.hero-section {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

.slide-desc {
  padding: 22rem 0 0 8rem;
  font-family: "Lato", sans-serif;
}

.slide-desc h1 {
  font-size: 3.5rem;
  color: #fff;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  transform: scaleY(0.9);
  display: inline-block;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

.slide-desc p {
  font-size: 1rem;
  width: 25rem;
  line-height: 2rem;
  text-transform: uppercase;
  transform: scaleY(0.9);
  letter-spacing: 0.2rem;
}

/* hero selides start */

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
}

.hero-slide {
  width: 100%;
  height: 100vh;
}

.hero-carousel {
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  position: relative;
  anchor-name: --my-carousel;
  scrollbar-width: none;
}
.hero-carousel::-webkit-scrollbar {
  display: none;
}
.hero-carousel li {
  list-style-type: none;
  min-width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  scroll-snap-align: center;
  position: relative;
}

.second {
  background-image: url(../assets/hero-img2.png);
  background-position: top left;
}

.third {
  background-image: url(../assets/hero-img3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-carousel::scroll-button(left),
.hero-carousel::scroll-button(right),
.hero-carousel::scroll-marker-group,
.hero-carousel li::scroll-marker {
  display: none !important;
}
.carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
  z-index: 30;
}
.carousel-dots .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  transition: background 0.3s, opacity 0.3s;
  border: 2px solid #222;
}
.carousel-dots .dot:active {
  opacity: 1;
  background: #fff;
}

/* hero slides end */

/* hero section end */

/* ----- Scroll To Top Tugmasi Uslublari (Kiritilgan) ----- */
.scroll-to-top {
  position: fixed;
  bottom: 5.5rem;
  right: 6rem;
  z-index: 100;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #161616;
  border: none;
  display: none;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.scroll-to-top img {
  width: 0.8rem;
}

.scroll-to-top.show {
  display: flex;
  opacity: 1;
}

.go-to a {
  padding: 1rem;
  background-color: #161616;
  color: #fff;
  position: fixed;
  z-index: 100;
  bottom: 2rem;
  right: 6rem;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 10px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.go-to a:active {
  background-color: #aaaaaa2f;
  color: #161616;
}

/* -------------------------------------------------------- */

/* about section start */

.num-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 1.5rem 8rem 1.5rem 5rem;
  text-align: center;
  overflow-x: hidden;
}

.num h1 {
  font-size: 4rem;
  font-weight: 600;
}

.num p {
  color: #161616;
  font-size: 1.5rem;
}

.about-section .num {
  text-align: center;
  width: auto;
  margin: 0;
  flex: 1 1 0;
  min-width: 0;
}

.about-section .num h1 {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.about-section {
  background-color: #f8f9fa;
}

.about-section .about-title {
  text-align: center;
  padding: 2rem;
  margin-top: 3rem;
  font-size: 3rem;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.about-info {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  margin: 0 auto;
  margin-top: 2rem;
}

.about-info img {
  width: 30rem;
}

.about-desc {
  width: 90%;
  height: 80%;
  background-color: #fff;
  margin: 0 auto;
  padding: 5rem;
  font-family: "Lato", sans-serif;
}

.about-desc h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #161616;
}

.about-desc p {
  margin-top: 2rem;
  color: #161616;
  transform: scaleY(0.9);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.btn {
  display: inline-block;
  position: relative;
  padding: 1rem 2rem 1rem 2rem;
  border: 1px solid #161616;
  transform: scaleY(0.9);
  text-decoration: none;
  font-size: 0.9rem;
  color: #161616;
  border-radius: 4px;
  margin-top: 8rem;
  overflow: hidden;
  transition: 0.2s transform ease-in-out, 0.2s color ease-in-out;
  will-change: transform;
  z-index: 0;
}

.btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #161616;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.3s transform ease-out;
  will-change: transform;
  z-index: -1;
}

.btn:hover::after {
  transform: translate(0, 0);
}

.btn:hover {
  color: #fff;
  border-color: transparent;
  transform: scale(1.05);
}

.about-desc a i {
  margin-left: 0.3rem;
}

/* about section end */

/* category section start */

.categ-section {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.category-title h1 {
  padding: 2rem;
  margin-top: 5rem;
  font-size: 3rem;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}

.category-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  overflow: hidden;
  padding-left: 6rem;
  padding-right: 3rem;
  margin: 0 auto;
  margin-top: 3rem;
}

.category-cards .card {
  width: 90%;
}

.card img {
  width: 25rem;
  transition: all 0.3s ease;
}

.card img:hover {
  transform: scale(1.04);
}

.card-desc {
  width: 97%;
  text-align: start;
  margin-top: 1.5rem;
}

.card-desc h4 {
  width: 25rem;
  height: auto;
  font-size: 1.3rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  transform: scaleY(0.9);
}

.card-desc p {
  font-size: 0.9rem;
  color: #161616;
  margin-top: 1rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.card-desc a {
  padding: 1rem 2rem 1rem 2rem;
  font-family: "Poppins", sans-serif;
  transform: scaleY(0.9);
  margin-top: 1rem;
}

/* category section end */

/* organization section start */

.organization-section {
  width: 100%;
  height: 90vh;
  background-color: #161616;
  margin-top: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.org-img {
  width: 50%;
  height: 100%;
  background-image: url(../assets/org-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.org-desc {
  width: 50%;
  height: auto;
  padding: 3rem;
}

.org-desc h1 {
  font-size: 3rem;
  text-transform: uppercase;
  transform: scaleY(0.9);
  color: #fff;
}

.org-desc p {
  margin-top: 2rem;
  font-size: 1.3rem;
  transform: scaleY(0.8);
}

.org-desc a {
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  transform: scaleY(0.8);
  font-size: 1rem;
  padding: 1rem 3rem 1rem 3rem;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.org-desc a:hover {
  background-color: #fff;
  color: #161616;
}

/* organization section end */

/* footer start */

footer {
  width: 100%;
  height: auto;
  padding: 2rem 15rem 2rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffffb3;
}

.footer-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-link ul {
  list-style: none;
  line-height: 2rem;
}

footer .footer-link ul li a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #161616;
  flex-wrap: wrap;
}

/* Footer link two-column layout */
.footer-link ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
}
.footer-link ul li {
  width: 100%;
  flex: 1 1 45%;
  margin-bottom: 0.5rem;
}
.footer-link ul li:nth-last-child(-n + 2) {
  order: 2;
}
.footer-link ul li:not(:nth-last-child(-n + 2)) {
  order: 1;
}

/* Mirror the two-column behaviour for footer-loc lists */
.footer-loc ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 420px;
  gap: 0.25rem 1rem;
  padding: 0;
  margin: 0;
}

.footer-loc ul li {
  list-style: none;
  width: 100%;
  flex: 1 1 45%;
  margin-bottom: 0.25rem;
}
.footer-loc ul li:nth-last-child(-n + 2) {
  order: 2;
}
.footer-loc ul li:not(:nth-last-child(-n + 2)) {
  order: 1;
}

.footer-loc {
  line-height: 1.4rem;
}

.footer-loc p {
  color: #000;
}

.footer-loc a {
  text-decoration: none;
  color: #000;
}

footer .copyright {
  display: none;
}

/* footer end */

/* contact start */

.header .map {
  width: 100%;
  filter: grayscale(100%);
  margin: 0 auto;
  margin-top: 6rem;
}

.contact-info {
  width: 100%;
  height: 80vh;
  background-color: #f7f7f7;
  padding: 5rem 6rem 5rem 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.information h3,
form h3 {
  color: #161616;
  font-size: 2rem;
  text-transform: uppercase;
  transform: scaleY(0.8);
}

.information p,
.information a {
  color: #161616a9;
  font-size: 1.2rem;
  transform: scaleY(0.9);
  margin-top: 3rem;
}

.information p i,
.information a i {
  margin-right: 1rem;
  font-size: 1.5rem;
}

.information a {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.information a:hover {
  color: #161616;
}

.input {
  width: 100%;
  margin-top: 3rem;
}

.input input {
  width: 100%;
  padding: 1.2rem;
  margin-top: 0.6rem;
  border: none;
  background-color: #ffffffb4;
  border: 1px solid #aaaaaa14;
  transition: all 0.3s ease;
}

input::placeholder {
  font-family: monospace;
}

input:focus {
  outline: none;
  border: 1px solid #aaa;
}

.input .message {
  padding-bottom: 6rem;
}

.input button {
  width: 100%;
  padding: 1.2rem;
  margin-top: 0.6rem;
  border: 1px solid #aaaaaa14;
  background-color: #161616;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  transition: all 0.3s ease;
}

.input button:hover {
  background-color: #161616d6;
}

.min-menu {
  display: none;
}

/* contact end */

/* //////////////////////////////////////// */

/* RESPONSIVE MEDIA */

@media (max-width: 1500px) {
  .category-cards {
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding-left: 15rem;
    padding-right: 15rem;
    gap: 5rem;
  }

  .categ-section .category-title h1 {
    margin-top: 5rem;
  }

  .category-cards .card {
    width: 25rem;
  }
}

@media (max-width: 1340px) {
  .category-cards {
    width: 100%;
    padding: 0 8rem 3rem 6rem;
  }
}

@media (max-width: 1240px) {
  .contact-info {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}

@media (max-width: 1100px) {
  .category-cards {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .category-cards .card {
    margin: 0 auto;
  }
}

@media (max-width: 990px) {
  .about-section {
    padding-right: 3rem;
  }
  .about-info {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-desc {
    padding-bottom: 9rem;
    width: 80%;
  }

  .about-desc .btn {
    margin-top: 2rem;
  }

  .about-info img {
    width: 80%;
  }

  .num-info {
    padding: 2rem;
  }

  .organization-section {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
  }

  .org-img {
    width: 100%;
    height: 50vh;
  }

  .org-desc {
    width: 100%;
    height: auto;
    padding: 3rem 5rem 3rem 2rem;
  }

  .footer-loc {
    display: none;
  }

  footer .copyright {
    display: block;
  }

  footer .copyright p {
    color: #161616;
    text-align: center;
  }
}

@media (max-width: 800px) {
  .slide-desc {
    padding: 22rem 0 0 6rem;
  }

  .num-info {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .num-info h1 {
    font-size: 3.5rem;
  }

  .org-desc h1 {
    font-size: 2.5rem;
  }

  .org-desc p {
    font-size: 1.1rem;
  }

  .org-desc a {
    padding: 1rem 2rem 1rem 2rem;
  }
}

@media (max-width: 750px) {
  .slide-desc h1 {
    font-size: 2.8rem;
  }

  .slide-desc p {
    font-size: 0.8rem;
  }

  .top-nav {
    padding: 2rem 6rem 1rem 3rem;
  }

  .top-nav .logo img {
    width: 10rem;
  }

  .top-nav .lang-switcher {
    font-size: 1.2rem;
  }

  .about-section .about-title {
    font-size: 2.5rem;
  }

  .category-section .category-title h1 {
    font-size: 2.5rem;
    padding-right: 5rem;
  }
}

@media (max-width: 650px) {
  .num-info p {
    font-size: 1rem;
  }

  footer .footer-link ul li a,
  footer .copyright p {
    font-size: 0.8rem;
  }
}

@media (max-width: 570px) {
  .scroll-to-top,
  .go-to a {
    right: 2rem;
  }

  .slide-desc {
    padding: 22rem 0 0 3rem;
  }

  .slide-desc h1 {
    font-size: 2.5rem;
  }

  .slide-desc p {
    width: 25rem;
  }

  .about-section {
    padding: 0;
  }

  .about-section .about-title {
    font-size: 2rem;
    padding: 3rem;
  }

  .about-desc {
    width: 90%;
    height: 95%;
    padding: 2rem;
  }

  .about-info img {
    width: 90%;
    margin-top: 2rem;
  }

  .about-desc h3 {
    font-size: 1.6rem;
  }

  .about-desc p {
    font-size: 0.8rem;
  }

  .about-desc .btn {
    font-size: 0.6rem;
  }

  .num-info {
    padding: 1rem 2rem 1rem 2rem;
  }

  .category-section {
    width: 100%;
    padding: 0;
  }

  .category-cards {
    width: 100%;
    padding: 0;
  }

  .category-title {
    padding: 0;
    font-size: 2rem;
  }

  .category-cards .card {
    width: 80%;
    margin: 0 auto;
  }

  .category-cards .card img {
    width: 100%;
  }

  .category-cards .card .card-desc h4 {
    font-size: 1rem;
  }

  .category-cards .card .card-desc p,
  .category-cards .card .card-desc a {
    font-size: 0.8rem;
  }

  .category-section .category-title h1 {
    font-size: 1.8rem;
  }

  footer {
    padding: 1rem 10rem 3rem 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer-link ul {
    line-height: 1rem;
  }

  /* min menu show */

  .menu-trigger {
    display: none;
  }

  .min-menu {
    display: block;
  }

  .top-nav {
    padding: 1rem 2rem 2rem 2rem;
    justify-content: center;
    gap: 8rem;
  }

  .top-nav-func {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }

  .min-menu button img {
    width: 1.2rem;
    padding: 0;
  }

  .min-menu button {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #161616;
    border: none;
    border-radius: 50%;
  }

  .menu-bar {
    position: absolute;
    top: 5rem;
    right: 1rem;
    padding: 3rem;
    background-color: #161616;
    border-radius: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transform: scale(0.8);
    z-index: 1000;
  }

  .menu-bar.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }

  .menu-bar ul li {
    list-style: none;
  }

  .menu-bar ul li a {
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 3rem;
    color: #aaa;
    transition: color 0.3s ease;
  }

  .menu-bar ul li a:hover {
    color: #fff;
  }

  .menu-bar ul li a:active {
    color: #fff;
  }

  .contact-info{
    padding: 3rem 2rem 2rem 2rem;
  }

  .information{
    width: 90%;
    padding: 0;
  }

  .input input{
    width: 100%;
  }
}

@media (max-width: 480px) {
  .menu {
    width: 25rem;
    padding-left: 7rem;
  }

  .slide-desc h1 {
    font-size: 2.2rem;
  }

  .slide-desc p {
    font-size: 0.8rem;
    width: 20rem;
  }

  .top-nav .logo img {
    width: 8rem;
  }

  .num-info {
    padding: 1rem;
  }

  .num-info h1 {
    font-size: 2.6rem;
  }

  .num-info p {
    font-size: 0.8rem;
  }

  .about-desc h3 {
    font-size: 1.5rem;
  }

  .top-nav {
    padding: 2rem 2rem 1rem 2rem;
    gap: 3rem;
  }
}

@media (max-width: 410px) {
  .menu ul {
    padding-left: 2rem;
  }

  .slide-desc {
    padding: 22rem 0 0 2rem;
  }
  .slide-desc h1 {
    font-size: 2rem;
  }

  .top-nav {
    padding: 2rem 2rem 0 2rem;
  }

  .num-info h1 {
    font-size: 2.2rem;
  }

  .num-info p {
    font-size: 0.7rem;
  }

  .org-desc h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 380px) {
  .category-cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 !important;
    gap: 2rem;
  }

  .category-cards .card {
    width: 90%;
    padding: 0;
    padding-bottom: 3rem;
    margin: 0 auto;
  }

  .top-nav{
    gap: 2rem;
  }

  .top-nav .logo img{
    width: 8rem;
  }

  .top-nav-func{
    gap: 1rem;
  }

  .top-nav .lang-switcher a{
    font-size: 1rem;
  }

  .input input{
    padding: 1rem;
  }
}
