.navbar-style {
  position: absolute !important;
  top: 0;
  left: 0;
  inset: 0;
  z-index: 999;
  width: 100%;
  height: 78px;
  margin: 24px auto;
  border-radius: unset;
  background: transparent;
}
.navbar-style.pages{
  position: fixed !important;
  margin:unset;
  background-color: #F4F1E3;
  border-bottom: unset;
}
.logo-div {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100%;
}
.logo-div a {
  display: inline-flex;
}
#user-header-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.support-btn,
.support-btn:focus,
.support-btn:active{
  display: flex;
  align-items: center;
  gap: 2px;
  border: unset!important;
  border-radius: 0;
  color: white;
}
.support-btn:hover{
  color: #a94848;
}
.language-button span{
  color: #FFF;
  font-family: SourceSans3-Light,sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
.support-btn,
.support-btn:hover,
.support-btn:focus {
  color: #F4F1E3;
  text-decoration: underline!important;
  font-size: 20px;
  font-family: Playfair-Bold,sans-serif;
  font-weight: 700;
}
.menu-items-wrapper{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 23px;
  padding: 0;
  margin-bottom: 0;
}

.langDrop{
  border: unset;
  position: relative;
}
.langDrop span{
  color: #FFF;
  font-family: SourceSans3-Light,sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
.langDrop span::after{
  content: "";
  position: absolute;
  right: -4px;
  z-index: 11;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  top: 23%;
  transform: rotate(225deg);
  transition: 0.4s;
}
.langDrop.show:after{
  transform: rotate(45deg);
  transition: 0.4s;
  top: 38%;
}
#langDrop{
  background-color: #a94848;
  padding: 0;
  padding-top: 2px;
  border: unset;
  top: 109%;
  min-width: 45px;
  min-height: 55px;
  border-radius: unset;
}
#langDrop .dropdown-item {
  display: flex;
  padding: 2px 2px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: #a94848;
  color: #FFF;
  font-family: SourceSans3-Light,sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  justify-content: center;
}
#langDrop .dropdown-item.active{
  color:#072100;
}
.borderBottom{
  border-bottom: 0.5px solid white;
}
.bars-icon {
  cursor: pointer;
  position: relative;
  top: -3px;
  float: right;
}
.hamburger {
  margin: 0 auto;
  width: 30px;
  height: 27px;
  position: relative;
  background: unset;
  border: unset;
}
.searchButton,
.searchButton:hover,
.searchButton:focus,
.searchButton:active{
  display: flex;
  align-items: center;
  justify-content: center;
  background: unset;
  border: unset;
}
.hamburger .bar {
  padding: 0;
  /* width: 30px; */
  height: 3px;
  background-color: white;
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  position: absolute; 
}
.hamburger .bar1{width: 24px;}
.hamburger .bar2{width: 17px;}
.hamburger .bar4{width: 24px;}
.bar1 {
  top: 4px;
}

.bar2,
.bar3 {
  top: 13.5px;
}

.bar3 {
  right: 0;
}

.bar4 {
  bottom: 0;
}
.hamburger3 .bar1 {
  transform-origin: 5%;
}

.hamburger3 .bar4 {
  transform-origin: 5%;
}
.bar1.active{
  transform: rotate(45deg);
  height: 3px;
  width: 100%;
  top: 5px;
}

.bar3.active{
  transform: rotate(45deg);
  height: 3px;
  background-color: transparent;
}

.bar2.active{
  transform: rotate(-45deg);
  height: 3px;
  background-color: transparent;
}

.bar4.active{
  transform: rotate(-45deg);
  height: 3px;
  width: 100%;
}
.mobile-show{
  display: none;
}
.main-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 30px;
  border-bottom: .5px solid #ffffff;
}
.main-flex.inner{
  border: unset;
}
.overlay {
  height: 0;
  min-height: 0;
  position: fixed;
  z-index: 9999;
  overflow-x: hidden;
  transition: 0.5s;
  border-radius: 8px;
  background: white;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.40);
  width: 96%;
  top: 13%;
  left: 2%;
}

.overlay-content {
  position: relative;
  top: 10px;
  width: 100%;
  text-align: center;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 21px 21px 0 21px;
}

.overlay a,
.overlay a:hover,
.overlay a:focus {

  text-decoration: none;
  display: block;
  transition: 0.3s;
  position: relative;
  align-items: start;
  display: flex;
  color: #072100;
  font-family: Playfair-Regular,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.overlay-content .navbar-nav-style{
  gap: 30px;
}
.overlay-content .language-button img
{
  filter: invert(129%) sepia(0%) saturate(7468%) hue-rotate(291deg) brightness(104%) contrast(108%);
}
.overlay-content .language-button span
{
  font-size: 16px;
  color: #072100;
  font-family: Playfair-Regular,sans-serif;
}
.row-reverse{
  flex-direction: row-reverse;
}
.searchIcon{
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(95deg) brightness(106%) contrast(101%);
  transform: rotateY(180deg);
}
.navMenu{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F1E3;
  padding-top: 5px;
}
.navMenu ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
.navMenu li{
  color: #a94848!important;
  font-size: 14px;
  white-space: nowrap;
  list-style: unset;
}
.navMenu li a,
.navMenu li a:focus{
  color: #072100!important;
  font-size: 17px;
  font-family: Playfair-Regular,sans-serif;
  white-space: nowrap;
}
.navMenu li a:hover{
  color: #a94848!important;
}
.pages_bar .bar{
  background-color: black;
}
.page_name{
  color: #072100;
  font-size: 20px;
  font-family: SourceSans3-SemiBold,sans-serif;
  font-weight: 700;
}
.navMenu li a.active{
  font-family: Playfair-Bold,sans-serif;
  font-weight: 700;
  color: black;
}
.navMenu li::after{
  color: #a94848!important;
  font-size: 14px;
  content: 'י';
  padding-left: 12px;
}
.navMenu li:last-child:after{
  color: #a94848!important;
  font-size: 14px;
  content: '';
}
.logo a,
.logo a:focus,
.logo a:active{
  color: black;
}
.logo a:hover{
  color: #a94848;
}
.logo .langDrop span{
  color: black;
}
.logo .langDrop span::after{
  border-color:  #a94848;
}
.headTitle{
  font-size: 40px;
  color: #F4F1E3;
  font-family: PlayfairDisplay-ExtraBold,sans-serif;
  font-weight: 900;
}
.logo{
  color: black;
}
.search-color img {
  filter: invert(41%) sepia(50%) saturate(605%) hue-rotate(22deg) brightness(99%) contrast(89%);
}
.search-color .inputDiv{
  top: 225%;
  left: unset;
  right: 0;
}
.homeMenu{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 176%;
  left: 0;
  background-color: #F4F1E3;
  height: 0;
  transition: 0.3s;
  overflow: hidden;
}
.homeMenu ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  padding: 35px;
}
.homeMenu li{
  color: #a94848!important;
  font-size: 14px;
  white-space: nowrap;
  list-style: unset;
}
.homeMenu li a{
  color: #072100!important;
  font-size: 14px;
  font-family: Playfair-Regular,sans-serif;
  white-space: nowrap;
}
.homeMenu li::after{
  color: #a94848!important;
  font-size: 14px;
  content: 'י';
  padding-left: 12px;
}
.homeMenu li:last-child:after{
  color: #a94848!important;
  font-size: 14px;
  content: '';
}
.inputDiv{
  position: absolute;
  top: 177%;
  left: 0;
  width: 400px;
  height: 0;
  transition:  0.3s ;
  overflow: hidden;
}
.searchInput{
  border: 0.5px solid #a94848;
  background:#a94848 ;
  color: #F4F1E3;
  font-size: 16px;
  font-family: SourceSans3-Light, sans-serif;
  font-weight: 300;
  padding: 11px;
  width: 100%;
  position: relative;
  border-radius: 0;
}
.searchInput:focus{
  border: 0.5px solid #a94848!important;
  background:#a94848!important ;
  color: #F4F1E3!important;
  box-shadow: unset!important;
}
.searchInput::placeholder{
  font-size: 16px;
  color: #F4F1E3;
}
.searchInput:focus-visible {
  outline-offset: -38px;
}