@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");

::selection {
  background-color: #777777db;
  color: #fff;
}

::-moz-selection {
  background-color: #777777db;
  color: #fff;
}

:root {
  --theme-color: #2b354b;
}

@keyframes dash {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

.bg-light {
  background-color: #fff !important;
  font-family: "Rubik", sans-serif !important;
}

.marquee-wrapper {
  display: flex;
  padding: 0.5rem;
  background-color: var(--theme-color);
}

.marquee-wrapper span {
  font-size: 13px;
  margin: 0 1rem;
  font-weight: 600;
  color: #fff !important;
}

.heder-top-social > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  padding-bottom: 0;
}

.heder-top-social > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
}

.heder-top-social > ul > li > a > i {
  transition: 0.2s ease-in-out;
}

.heder-top-social > ul > li:nth-child(1) > a {
  border-color: #3b5998;
}

.heder-top-social > ul > li:nth-child(2) > a {
  border-color: #00acee;
}

.heder-top-social > ul > li:nth-child(3) > a {
  border-color: #c4302b;
}

.heder-top-social > ul > li:nth-child(4) > a {
  border-color: #0e76a8;
}

.heder-top-social > ul > li:nth-child(1) > a > i {
  color: #3b5998;
}

.heder-top-social > ul > li:nth-child(2) > a > i {
  color: #00acee;
}

.heder-top-social > ul > li:nth-child(3) > a > i {
  color: #c4302b;
}

.heder-top-social > ul > li:nth-child(4) > a > i {
  color: #0e76a8;
}

.heder-top-account {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.heder-top-account > a {
  display: flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  width: 150px;
  height: 45px;
  padding: 0 1rem;
  border-radius: 8px;
  cursor: pointer;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.header-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
}

.header-bottom-logo {
  display: flex;
  width: 240px;
}

.header-bottom-logo > a {
  display: flex;
  width: 100%;
}

.header-bottom-logo > a > img {
  width: 100%;
}

.header-bottom-search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-right: 3rem;
  margin-left: 3rem;
}

.header-bottom-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 600px;
}

.header-bottom-menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.header-bottom-menu .menu > li > a {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.header-bottom-menu .menu > li > a:hover {
  color: var(--theme-color);
}

.home-three-box-content {
  padding: 1rem 4rem;
  display: flex;
  width: 100%;
  gap: 2rem;
  justify-content: center;
}

.home-three-box-item {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - (2rem * 2) / 3);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 1rem;
  border-radius: 5px;
}

.home-three-box-image {
  display: flex;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.home-three-box-image > img {
  width: 100%;
}

.home-three-box-wrapper {
  margin-top: 2rem;
}

.home-three-box-text {
  margin-top: 1rem;
  padding: 0 0.5rem;
}
.home-three-box-text > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-three-box-text > ul > li > span {
  display: flex;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
}

.home-video-title,
.home-blog-title,
.homepage-text-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 1.5rem 0;
}

.home-video-title > span,
.home-blog-title > span,
.homepage-text-title > span {
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
}

.home-video-wrapper {
  padding: 1rem 4rem;
}

.home-video-item {
  display: flex;
  width: calc(33.33% - (2rem * 2) / 3);
  position: relative;
  flex-direction: column;
}

.home-video-content {
  display: flex;
  gap: 2rem;
}

.home-video-img {
  display: flex;
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.home-video-img > img {
  width: 100%;
}

.home-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.home-video-btn > i {
  font-size: 30px;
  color: #000;
  transition: 0.2s ease-in-out;
}

.home-video-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.home-video-btn:hover {
  background-color: var(--theme-color);
}

.home-video-btn:hover > i {
  color: #fff;
}

.home-stage-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  padding: 1rem 4rem;
  margin-top: 2rem;
}

.home-stage-content {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - (5rem * 2) / 3);
  position: relative;
}

.home-stage-item {
  display: flex;
  padding: 1rem;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transform: skew(-10deg);
  z-index: 9;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 20px -20px;
  border-radius: 10px;
  z-index: 999;
}

.home-stage-content-title {
  display: flex;
  padding-left: 1rem;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.step-item {
  flex: 1 1 0;
  width: 0;
  background: #dfdfdf;
  border-radius: 15px;
}

.step-item.loading {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.step-item.loading:before,
.step-item.loading:after,
.step-item.loading span {
  display: flex;
  position: absolute;
  transform: translateX(-100%);
  height: 100%;
  width: 100%;
  border-radius: 15px;
}

.step-item.loading span {
  animation: dash 1.5s infinite cubic-bezier(0.4, 0, 1, 1);
  background-color: #2d82b5;
  z-index: 2;
}

.step-item.loading span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dfdfdf;
}

.step-item.loading:before {
  content: "";
  animation: dash 1.5s infinite cubic-bezier(0.2, 0, 1, 1);
  background-color: #34abf2;
  z-index: 1;
}

.step-item.loading:after {
  content: "";
  animation: dash 1.5s infinite linear;
  background-color: #61c1f9;
  z-index: 0;
}

.step-contain {
  display: flex;
  height: 10px;
  position: absolute;
}

.home-stage-content:nth-child(1) .step-contain,
.home-stage-content:nth-child(2) .step-contain {
  top: 60%;
  right: -140px;
  transform: translateY(-50%);
  width: 150px;
}

.home-stage-content:nth-child(3) .step-contain {
  width: 180px;
  transform: translateX(-50%) rotate(97deg);
  left: 50%;
  bottom: -60px;
}

.home-stage-content:nth-child(6) .step-contain {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.home-stage-content:nth-child(4) .step-contain,
.home-stage-content:nth-child(5) .step-contain {
  width: 150px;
  top: 60%;
  transform: translateY(-50%) rotateZ(180deg);
  left: -140px;
}

.home-stage-content:nth-child(4) {
  order: 6;
}

.home-stage-content:nth-child(5) {
  order: 5;
}

.home-stage-content:nth-child(6) {
  order: 4;
}

.home-stage-content:nth-child(1) .home-stage-item {
  background-color: #61c1f9;
}

.home-stage-content:nth-child(2) .home-stage-item {
  background-color: #34abf2;
}

.home-stage-content:nth-child(3) .home-stage-item {
  background-color: #53a7d8;
}

.home-stage-content:nth-child(4) .home-stage-item {
  background-color: #2d82b5;
}

.home-stage-content:nth-child(5) .home-stage-item {
  background-color: #3e769a;
}

.home-stage-content:nth-child(6) .home-stage-item {
  background-color: #896ca9;
}

.home-three-box-text > ul > li:nth-child(2n + 1) {
  background-color: #f5f5f5;
}

.home-three-box-text > ul > li {
  padding: 0.5rem;
}

.home-register-banner {
  display: flex;
  width: 100%;
  margin-top: 3rem;
}

.home-register-banner > a > img {
  width: 100%;
}

.home-register-banner > a {
  display: flex;
  width: 100%;
}

.category-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 1rem 4rem;
  margin-top: 2rem;
  transform-style: preserve-3d;
  perspective: 500px;
  justify-content: center;
}

.home-blog-wrapper {
  padding: 1rem 4rem;
  margin-top: 1rem;
}

.home-blog-content {
  display: flex;
  gap: 2rem;
}
.home-blog-item {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - (2rem * 2) / 3);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 0.5rem;
  border-radius: 5px;
}

.home-blog-img {
  display: flex;
  width: 100%;
}

.home-blog-img > img {
  width: 100%;
}

.home-blog-center {
  padding: 0.5rem;
}

.home-blog-name {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  color: #000;
}

.home-blog-desc {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  margin: 0.5rem 0;
}

.home-blog-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home-blog-btn > a {
  display: flex;
  width: 150px;
  align-items: center;
  justify-content: center;
  background-color: #2b354b;
  padding: 0.5rem;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
}

.home-banner {
  margin-top: 2rem;
}

.home-banner,
.home-banner > a {
  display: flex;
  width: 100%;
}

.home-banner > a > img {
  width: 100%;
}

.home-page-text-wrapper {
  margin-top: 3rem;
}

.homepage-text {
  height: 420px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #444;
  padding: 0;
}

.home-read-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.home-read-more-btn {
  cursor: pointer;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.3rem;
  background-color: var(--theme-color);
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
}

.about-top-banner {
  display: flex;
  width: 100%;
}

.about-top-banner > img {
  width: 100%;
}

.mission-vision-wrapper {
  padding: 1rem 4rem;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
}

.mission-vision-wrapper > div {
  width: calc(50% - (1.5rem) / 2);
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 1rem;
  border-radius: 5px;
  overflow: hidden;
}

.mission-vision-wrapper-image {
  width: 50%;
  border-radius: 5px;
  overflow: hidden;
}

.mission-vision-wrapper-image > img {
  width: 100%;
}

.mission-vision-wrapper-text {
  width: 50%;
  margin: 0 1rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.mission-vision-wrapper-title {
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}

.mission-vision-wrapper-left {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.about-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
  width: 60%;
}

.category-image-wrapper {
  display: flex;
  width: 100%;
}

.category-image-wrapper > img {
  width: 100%;
}

.home-video-content {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  padding: 0.5rem 1rem;
}

.category-banner {
  display: flex;
  width: 100%;
  margin: 1.5rem 0;
}

.category-banner > img {
  width: 100%;
}

.category-wrapper .category-content {
  position: relative;
  width: calc(27% - (2rem * 2) / 3);
  height: 275px;
  background: #000;
  transition: 0.5s;
  transform-style: preserve-3d;
  overflow: hidden;
}
.category-wrapper:hover .category-content {
  transform: rotateY(25deg);
}
.category-wrapper .category-content:hover ~ .category-content {
  transform: rotateY(-25deg);
}
.category-wrapper .category-content:hover {
  transform: rotateY(0deg) scale(1.25);
  z-index: 1;
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.5);
}
.category-wrapper .category-content .category-content-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.category-wrapper .category-content .category-content-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #53a7d8, #000);
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  mix-blend-mode: multiply;
}
.category-wrapper .category-content:hover .category-content-image:before {
  opacity: 1;
}
.category-wrapper .category-content .category-content-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-wrapper .category-content .category-content-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  padding: 20px;
  align-items: flex-end;
  box-sizing: border-box;
}
.category-wrapper .category-content .category-content-text h2 {
  color: #fff;
  transition: 0.5s;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 20px;
  transform: translateY(200px);
  transition-delay: 0.3s;
  text-transform: uppercase;
}
.category-wrapper .category-content:hover .category-content-text h2 {
  transform: translateY(0px);
}
.category-wrapper .category-content .category-content-text a {
  display: flex;
  color: #fff;
  transition: 0.5s;
  font-size: 14px;
  transform: translateY(200px);
  transition-delay: 0.4s;
  border: 1px solid #fff;
  padding: 0.3rem;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}
.category-wrapper .category-content:hover .category-content-text a {
  transform: translateY(0px);
}

.category-wrapper .category-content .category-content-text a:hover {
  background-color: #fff;
  color: #000;
}

.footer-container-top {
  display: flex;
  gap: 1rem;
}

.footer-container-top-content {
  width: calc(50% - (1rem) / 2);
}

.footer-top-content-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.footer-top-content-title > i {
  font-size: 27px;
  margin-bottom: 1rem;
  color: #fff;
}

.footer-top-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.footer-top-content > ul {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.footer-top-content > ul > li {
  margin-bottom: 0.3rem;
}

.footer-top-content > ul > li > a > i {
  margin-right: 0.5rem;
  color: #fff;
}

.footer-social > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 1rem;
}

.footer-social > ul > li {
  width: 35px;
  height: 35px;
}

.footer-social > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.footer-container-center-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-container-center {
  margin-top: 3rem;
}

.footer-center-contain {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}

.footer-center-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.footer-center-content-title {
  margin-bottom: 1rem;
}

.footer-center-content > ul > li > a {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.2s ease-in-out;
}

.footer-center-content > ul > li > a:hover {
  color: #fff;
}

.footer-container strong,
.footer-center-content-title > a {
  color: #fff !important;
  font-weight: 700;
}

.footer-container span,
.footer-container a {
  color: #a9b7d0;
}

.footer-container-bottom > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer-container-bottom > ul > li {
  margin: 0 0.5rem;
}

.footer-container-bottom {
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer {
  background-color: #000;
  padding: 4rem 1rem;
  padding-bottom: 1rem;
  margin-top: 3rem;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-logo {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-desc-wrapper-top,
.category-desc-wrapper-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 0.5rem;
  border-radius: 5px;
}

.category-desc-wrapper-top > div,
.category-desc-wrapper-bottom > div {
  width: calc(33.33% - (1rem * 2) / 3);
}

.category-desc-banner > img {
  width: 100%;
}

.category-desc-wrapper {
  padding: 1rem 4rem;
}

.category-desc-wrapper-bottom {
  margin-top: 1rem;
  flex-direction: row-reverse;
}

.category-desc-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.category-desc-gif > img {
  width: 100%;
}

.about-top-gif {
  position: absolute;
  top: 0;
  width: 180px;
  left: -180px;
}

.about-top-gif > img,
.about-bottom-gif > img {
  width: 100%;
}

.about-bottom-gif {
  position: absolute;
  bottom: 0;
  width: 180px;
  right: -180px;
}

.home-slider {
  display: block;
}

.mobil-slider {
  display: none;
}

.mobile-hader-wrapper {
  display: none;
}

@media screen and (max-width: 992px) {
  .header-top-wrapper,
  .header-bottom-wrapper {
    display: none;
  }

  .mobile-hader-wrapper {
    display: block;
  }

  .mobile-account > a {
    display: flex;
    align-items: center;
    border: 1px solid #e6e6e6;
    width: 100%;
    height: 40px;
    padding: 0 1rem;
    border-radius: 8px;
    cursor: pointer;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #333;
  }

  .mobile-account {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .mobile-hader-wrapper-bottom {
    padding: 0.5rem;
  }

  .mobile-hader-wrapper-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem;
    padding-bottom: 0;
    position: relative;
  }

  .mobile-header-logo {
    width: 130px;
  }

  .mobile-header-logo > a > img {
    width: 100%;
  }

  .mobile-header-logo > a {
    display: flex;
    width: 100%;
  }

  .mobile-header-right {
    display: flex;
    align-items: center;
    width: calc(100% - 130px);
    justify-content: flex-end;
    gap: 1rem;
  }

  .mobile-menu-btn > span,
  .mobile-search-btn > span {
    font-size: 16px;
    font-weight: 600;
    color: #333;
  }

  .mobile-menu-btn > i,
  .mobile-search-btn > i {
    margin-right: 0.3rem;
    font-size: 19px;
    display: flex;
  }

  .mobile-menu-btn,
  .mobile-search-btn {
    display: flex;
    align-items: center;
  }

  .mobile-header-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #fff;
    bottom: 0;
    z-index: 99999;
    width: 45%;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
  }

  .mobile-header-menu.active {
    opacity: 1;
    visibility: visible;
    left: 0;
  }

  .mobile-menu-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 80%);
    inset: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }

  .mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .mobile-header-menu #cssmenu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-header-menu #cssmenu > ul > li > a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    padding: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .mobile-menu-remove {
    display: flex;
    padding: 1rem;
    align-items: center;
    justify-content: flex-end;
  }

  .mobile-menu-remove-btn > i {
    font-size: 20px;
  }

  .mobile-header-menu .heder-top-social {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
  }

  .search-div {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 1rem;
    top: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    z-index: 99999;
  }

  .search-div.active {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 769px) {
  .home-three-box-item {
    width: 100%;
  }

  .home-three-box-content {
    flex-wrap: wrap;
    padding: 1rem 2rem;
  }

  .home-three-box-image > img {
    height: auto;
  }

  .home-video-content {
    flex-wrap: wrap;
  }

  .home-video-item {
    width: 100%;
  }

  .home-video-wrapper,
  .category-wrapper,
  .home-blog-wrapper {
    padding: 1rem 2rem;
  }

  .category-wrapper .category-content {
    width: 100%;
    transform: unset !important;
  }

  .category-wrapper .category-content .category-content-image:before {
    opacity: 1;
  }

  .category-wrapper .category-content .category-content-text h2 {
    transform: translateY(0px);
  }

  .category-wrapper .category-content .category-content-text a {
    transform: translateY(0px);
  }

  .home-blog-content {
    flex-wrap: wrap;
  }

  .home-blog-item {
    width: 100%;
  }

  .home-page-text-wrapper {
    max-width: 100%;
    padding: 0 2rem;
  }

  .mission-vision-wrapper {
    flex-direction: column;
    padding: 1rem 2rem;
  }

  .mission-vision-wrapper > div {
    width: 100%;
  }

  .category-desc-wrapper-top,
  .category-desc-wrapper-bottom {
    flex-direction: column;
  }

  .category-desc-wrapper-top > div,
  .category-desc-wrapper-bottom > div {
    width: 100%;
  }

  .category-desc-wrapper {
    padding: 1rem 2rem;
  }

  .home-slider {
    display: none;
  }

  .mobil-slider {
    display: block;
  }
}

@media screen and (max-width: 553px) {
  .home-stage-wrapper {
    justify-content: center;
  }

  .home-stage-content {
    width: 90%;
  }

  .step-contain {
    bottom: -60px;
    left: 50% !important;
    right: unset !important;
    top: unset !important;
    transform: translateX(-50%) rotate(97deg) !important;
    width: 180px !important;
  }

  .home-stage-content:nth-child(4) {
    order: 4;
  }

  .home-stage-content:nth-child(6) {
    order: 6;
  }

  .home-three-box-content,
  .home-stage-wrapper,
  .home-video-wrapper,
  .category-wrapper,
  .home-blog-wrapper,
  .mission-vision-wrapper,
  .category-desc-wrapper {
    padding: 1rem;
  }

  .mission-vision-wrapper > div {
    flex-direction: column;
  }

  .mission-vision-wrapper-image {
    width: 100%;
  }

  .mission-vision-wrapper-text {
    width: 100%;
    margin: 0;
    margin: 0.5rem 0;
  }

  .footer-container-top {
    flex-direction: column;
  }

  .footer-container-top-content {
    width: 100%;
  }

  .footer-center-contain {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-container-bottom > ul > li {
    margin-bottom: 0.5rem;
  }

  .home-three-box-text > ul > li > span {
    font-size: 14px;
  }

  .mobile-header-menu {
    width: 90%;
  }
}
