@media (max-width: 575px) {
  .hidden_about {
    display: none;
  }
}

@media (max-width: 649px) {
  .nav-menu {
    display: none !important;
  }
  .navbar0 {
    grid-template-columns: repeat(2, auto) !important;
  }
  .main_change_language {
    display: none;
  }
  #menu_icon {
    display: block;
  }
  .main_change_language {
    display: none;
  }
}
@media (min-width: 649px) {
  #menu_icon {
    display: none !important;
  }
}

a {
  text-decoration: none;
  color: #ffffff;
}

ul {
  list-style: none;
}

.header {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding: -20px 30px 10px 20px;
  height: 100px;
}

#menu_icon {
  width: 46px;
  height: 46px;
  margin-bottom: 2rem;
  margin-right: 1.3rem;
  display: block;
}

#close_icon {
  width: 46px;
  height: 46px;
  margin-bottom: 2rem;
  margin-right: 16px;
  display: none;
  z-index: 1000;
}

.close_icon_active {
  display: block !important;
}

.menu_icon_active {
  display: none !important;
}

.navbar0 {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 15px;
}

.nav-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  margin-right: -10px;
}

.nav-menu a:hover {
  color: #0078ff;
  transition: 0.3s;
}

.main_change_language {
  background-color: #0078ff;
  color: #ffffff;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 1.4rem;
}

.btn-primary:hover {
  background-color: #005fcc;
  transition: 0.3s;
}

.img_header {
  width: 100px;
  margin-right: 50px;
  margin-left: 30px;
  margin-top: -0.5rem;
}

.side_bar {
  background-color: #ffffffec;
  position: fixed;
  z-index: 100;
  width: 200px;
  height: 100svh;
  right: 0;
  top: 0;
  border-left: 2px solid #494949;
  transform: translateX(300px);
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.side_bar > ul li a {
  color: #323232;
}

.side_bar ul {
  position: absolute;
  right: 1.5rem;
  top: 95px;
  font-weight: 600;
  line-height: 40px;
  font-size: 18px;
  padding: 0;
}

.side_bar_language {
  border: none;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
}

.menu1_active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.change_language > a {
  margin-right: 1.5rem;
  position: absolute;
  bottom: 20px;
}

#close_icon {
  position: relative;
}

@media only screen and (max-width: 375px) {
  .btn-primary {
    font-size: 9px;
    padding: 3px;

    /* margin-right: -220px; */
  }
}

@media (max-width: 649px) {
  .jak_img_text {
    grid-template-columns: 1fr !important;
    height: 62vw;
  }
  .text_button {
    position: absolute;
    z-index: 3;
    padding: 10vw 0 !important;
  }
  .text_button p {
    font-size: 14px !important;
    font-weight: 600;
    line-height: 7vw;
    color: #3e3e3e;
  }
  .text_button h1 {
    font-size: 25px !important;
    line-height: 200%;
    margin-bottom: 2vw;
  }

  .text_jak {
    max-width: none !important;
    justify-self: center !important;
    line-height: 6.5vw !important;
    padding: 24px !important;
  }

  .btn-primary:not(.main_change_language) {
    padding: 2.7% 6.8% !important;
    font-size: 2.1vw !important;
  }

  .jak {
    justify-self: center;
    animation: showJak ease-in 3s backwards;
    -webkit-animation: showJak ease-in 3s backwards;
    opacity: 0;
  }
  @keyframes showJak {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }

  .text_jak {
    opacity: 0;
    animation: showTexts 2s linear forwards;
    -webkit-animation: showTexts 2s linear forwards;
    animation-delay: 2s;
  }
  @keyframes showTexts {
    to {
      opacity: 1;
    }
  }

  .jak img {
    margin-right: 0 !important;
  }

  @media (max-width: 500px) {
    .btn-primary:not(.main_change_language) {
      font-size: 3.2vw !important;
    }
  }
  
  @keyframes dropDownJak {
    0% {
      transform: translateY(-100px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  .jak_img {
    animation: dropDownJak 1s ease-out forwards;
  }
}

@media (max-width: 422px) {
  .jak_img_text {
    height: 387px;
  }
  .jak{
    max-width: 87% !important;
  }
}




.btn-primary:not(.main_change_language) {
  background-color: #0078ff;
  color: #ffffff;
  border: none;
  padding: 1vw 2.4vw;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 1.4rem;
  font-size: 1.3vw;
}

.main_change_language {
  background-color: #0078ff;
  color: #ffffff;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 1.4rem;
}

.jak {
  max-width: 75%;
}

.jak img {
  max-width: 100%;
  margin-right: 3rem;
}

.jak_img_text {
  background-color: #eef5ff;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.text_button {
  padding: 4vw 0;
  line-height: 3.7vw;
}
.text_button h1 {
  font-size: 2vw;
  color: #333;
}
.text_button p {
  font-size: 1.2vw;
}

.text_jak {
  max-width: 82%;
  justify-self: flex-end;
}

.container_responsive {
  width: 90%;
  height: auto;
  margin: 20px auto;
  padding: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  background: linear-gradient(to right, #f0f4ff, #ffffff);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.item_responsive {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  scroll-snap-align: start;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
/* .item_responsive.outside {
  width: 100%;
  margin-right: 50px;
} */
.item_responsive img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px 12px 0 0;
}

.text_respnsive {
  font-size: 1rem;
  padding: 10px 12px;
  color: #333;
  font-weight: 600;
}
@media (max-width: 767px) {
  .text_respnsive {
    font-size: 0.9rem;
  }
}

@media (max-width: 767px) {
  .container_responsive {
    width: 95%;
    padding: 5px;
  }

  .item_responsive,
  .item_responsive.outside {
    width: 100% !important;
  }
}

@media (min-width: 931px) {
  .container_responsive {
    display: none;
  }
}
@media (max-width: 931px) {
  .container {
    display: none;
  }
  .scroll-dots {
    display: flex !important;
  }
  .special-section {
    display: block !important;
  }
}

.item,
.item_responsive {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  -webkit-filter: blur(0px);
}

.invisible {
  opacity: 0;
  transform: translateY(50px);
  filter: blur(10px);
  -webkit-filter: blur(10px);
}

.item_responsive img {
  opacity: 1 !important;
  transform: none !important;
}

.scroll-dots {
  display: none;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.scroll-dots .dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.scroll-dots .dot.active {
  background-color: #0078ff;
  transform: scale(1.2);
}


.container_responsive {
  overflow-x: scroll;  
  scrollbar-width: none; 
  -ms-overflow-style: none; 
}

.container_responsive::-webkit-scrollbar {
  display: none; 
}
