#content {
  margin-top: 114px;
}

#main-header #menu {
  display: flex;
  align-items: center;
  background-color: #333648;
  border-radius: 30rem;
}
#main-header .search-active {
  width: 14rem;
  gap: 0.75rem;
}
#main-header .search-active input {
  width: 100%;
}
#main-header .main-menu {
  display: flex;
  justify-content: center;
}
#main-header .main-menu .menu-item {
  padding: 0 1.5rem 2rem;
  position: relative;
  flex: auto;
}
#main-header .main-menu .menu-item:hover {
  cursor: pointer;
}
#main-header .main-menu .menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
#main-header .main-menu .menu-item .sub-menu {
  position: absolute;
  border-radius: 0.2rem;
  z-index: 50;
  top: 3rem;
  right: 0;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
#main-header .main-menu .menu-item .sub-menu .menu-item {
  padding: 1rem 2rem;
}
#main-header .main-menu .menu-item .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
#main-header .main-menu .menu-item .menu-item-has-children .sub-menu {
  position: absolute;
  border-radius: 0.2rem;
  z-index: 50;
  top: 0;
  right: 102%;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #333648;
}
#main-header .solid-header {
  margin-top: 112px;
}
#main-header #header.transparent-header .nav-logo {
  width: 0;
}
#main-header #header.transparent-header .header-search {
  width: 15rem;
}
#main-header #header.transparent-header .header-search input {
  display: block;
}
#main-header #header.scrolled {
  background-color: #19213F;
}
#main-header #header.scrolled .nav-logo {
  display: block;
  width: 8rem;
  transition: all 0.3s;
}
#main-header #header.scrolled .navbar-container {
  justify-content: space-between;
}
#main-header #header.scrolled .header-search:focus-within {
  width: 14rem;
  gap: 0.75rem;
}
#main-header #header.scrolled .header-search:focus-within input {
  width: 100%;
}
#main-header #header.scrolled .header-search {
  gap: 0;
  width: 4rem;
}
#main-header #header.scrolled .header-search i {
  color: #afafaf;
}
#main-header #header.scrolled .header-search input {
  width: 0;
}
#main-header #header.scrolled .header-search:hover {
  width: 14rem;
  gap: 0.75rem;
}
#main-header #header.scrolled .header-search:hover input {
  width: 100%;
}
#main-header #header.rock-header .nav-logo {
  display: block;
}
#main-header #header.rock-header .header-search:focus-within {
  width: 14rem;
  gap: 0.75rem;
}
#main-header #header.rock-header .header-search:focus-within input {
  display: block;
  width: 100%;
}
#main-header #header.rock-header .header-search {
  gap: 0;
  width: 4rem;
}
#main-header #header.rock-header .header-search i {
  color: #afafaf;
}
#main-header #header.rock-header .header-search input {
  width: 0;
}
#main-header #header.rock-header .header-search:hover {
  width: 14rem;
  gap: 0.75rem;
}
#main-header #header.rock-header .header-search:hover input {
  display: block;
  width: 100%;
}
#main-header #mobile_nav .sub-menu {
  display: none;
  flex-direction: column;
  gap: 2rem;
}
#main-header .wpml-ls-legacy-dropdown {
  width: 8rem;
  height: 4rem;
}
#main-header .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  color: rgb(214, 214, 214) !important;
  background: transparent;
}
#main-header .wpml-ls-legacy-dropdown a:hover {
  color: rgb(214, 214, 214) !important;
  background: #333648;
}
#main-header .wpml-ls-legacy-dropdown .wpml-ls-item-toggle {
  background-color: transparent;
  border: none;
  border-radius: 1.5rem;
  height: 4rem;
  color: rgb(214, 214, 214);
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-header .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover {
  color: rgb(214, 214, 214) !important;
  background-color: transparent !important;
}
#main-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none;
  top: 110%;
}
#main-header .wpml-ls-legacy-dropdown .wpml-ls-link {
  border-radius: 0.2rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #333648;
  color: rgb(214, 214, 214);
  border: none;
}
#main-header .wpml-ls-legacy-dropdown:hover {
  cursor: pointer;
}
#main-header .wpml-ls-legacy-dropdown:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
#main-header .search-active {
  width: 14rem;
  gap: 0.75rem;
}
#main-header .search-active input {
  width: 100%;
}

.swiper-custom-next, .swiper-custom-prev {
  background-color: rgb(255, 255, 255);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
}

.swiper-custom-next:after, .swiper-custom-prev:after {
  background-color: black;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 900;
}

.swiper-custom-prev:after {
  content: "next";
}

.swiper-custom-next:after {
  content: "prev";
}

.swiper-custom-prev {
  right: -2rem;
  left: auto;
}

.swiper-custom-next {
  left: -2rem;
  right: auto;
}

@media (max-width: 1024px) {
  .swiper-custom-prev {
    right: 0;
    left: auto;
  }
  .swiper-custom-next {
    left: 0;
    right: auto;
  }
}
.swiper-custom-pagination .swiper-pagination-bullet {
  transition: all 0.5s;
}

.swiper-custom-pagination .swiper-pagination-bullet-active {
  border-radius: 5rem;
  width: 2rem;
  background: #000;
}

/*# sourceMappingURL=main-rtl.css.map */
