
.header_area {
  /* width: 97%; */
  /* width: 95%; */
  width: 93.1%;
  margin: 0 auto;
  padding: 6px 0;
}

.header_area.fixed {
  position: fixed;
  z-index: 999;
  /* background: #ffffff; */
  background: rgba(255, 255, 255, 0.90);
  width: 100%;
  margin: 0 auto;
  padding: 6px 47px;
  top:0px;
}

.menu_area {
  padding: 12px 0 0;
}
.menu_area i {
  font-size: 30px;
  color: #9f9e9c;
}

.header_right {
  padding: 0 0;
  text-align: right;
  display: flex;
  justify-content: right;
  gap: 10px;
}

.logo_wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo_wrap img {
  display: inline-block;
  width: 70px;
}

/*  */
.search-wrapper {
  display: flex;
  align-items: center;
  width: fit-content;
}

.search-icon {
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #4D4B48;
  text-transform: uppercase;
  font-weight: 500;
}

.search-input {
  width: 0;
  opacity: 0;
  margin-left: 8px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  outline: none;
  transition: width 0.4s ease, opacity 0.3s ease;
  font-size: 14px;
}

/* Active state */
.search-input.active {
  width: 200px;
  opacity: 1;
}

/*  */

.header_area .header_wrap {
  padding: 0;
}


/*  */
/* The Overlay Background */
.overlay {
  height: 100%;
  width: 0;
  /* Starts at 0 width */
  position: fixed;
  z-index: 9999;
  /* Ensure it stays above everything */
  top: 0;
  left: 0;
  /* background-color: rgba(0, 0, 0, 0.95); */
  background-color: #FFFCFA;
  /* Dark background with slight transparency */
  overflow-x: hidden;
  transition: 0.5s;
  /* Smooth slide effect */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 0;
}

/* Styling the links */
.overlay a {
  /* padding: 8px; */
  padding: 8px 8px 8px 20%;
  text-align: left;
  text-decoration: none;
  font-size: 36px;
  color: #4D4B48;
  display: block;
  transition: 0.3s;
  font-family: "EB Garamond", serif;
}

.overlay li.current-menu-item a {
  color: #bebebe;
}

.overlay a:hover {
  color: #bebebe;
}

/* Position the close button (top right) */
.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 60px;
}

/* Hamburger styling */
.hamburger {
  /* font-size: 30px; */
  cursor: pointer;
  color: #73716a;
  display: inline-block;

  /* cursor: pointer; */
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3.0rem;
  color: #4D4B48;
  text-transform: uppercase;
  font-weight: 400;
}

.button_area_button a {
  color: #4D4B48;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  line-height: 5.0rem;
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
.button_area_button a:before {
  content: "";
  position: absolute;
  left: 9px;
  bottom: -4px;
  background: #4D4B48;
  width: 40px;
  height: 2px;
}


@media only screen and (max-width:767px) {


  .videoplayer {
    height: auto;
    width: 100%;
}


  .menu_area {
      padding: 6px 0 3px;
    }


.header_area {
  padding: 10px 14px;
}
.button_area a {
  font-size: 12px;
  line-height: 36px;
  padding: 0 26px;
  display: inline-block;
  border: #1b0909 1px solid;
}
.header_right {
  /* padding: 20px 0;
  text-align: right;
  display: flex;
  justify-content: right;
  gap: 10px; */
  padding: 20px 0;
  text-align: right;
  display: flex;
  justify-content: right;
  gap: 10px;
  position: absolute;
  left: -20px;
  top: -16px;
}

.search-wrapper {
  display: none
}

/* .header_wrap {
  width: 50%;
  padding: 0;
}
.logo_wrap {
  width: 50%;
  padding: 0;
  text-align: left;
} */
/* .header_right {
  display: none;
} */
/* .logo_wrap {
  margin-top: -90px;
} */
.logo_wrap {
  width: 90%;
  margin: -40px auto 0;
  position: relative;
}
.header_wrap {
  position: relative;
  z-index: 1;
}

.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  margin-top: 0;
}
.overlay a {
  padding: 5px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  text-align: center;
}

.header_area.fixed {
  position: fixed;
  z-index: 999;
  /* background: #ffffff; */
  background: rgba(255, 255, 255, 0.90);
  width: 100%;
  margin: 0 auto;
  padding: 10px 27px;
}

}




@media screen and (min-width:360px) and (max-width:767px) {}



@media screen and (min-width:412px) and (max-width:767px) {}



@media screen and (min-width:480px) and (max-width:767px) {}



@media screen and (min-width:568px) and (max-width:767px) {}



@media screen and (min-width:636px) and (max-width:767px) {}



@media screen and (min-width:732px) and (max-width:1024px) {}



@media screen and (min-width:768px) and (max-width:1024px) {

  .search-wrapper {
    display: none;
  }


.header_right {
  padding: 0 0;
  text-align: right;
  display: flex;
  justify-content: right;
  gap: 0;
}

.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  margin-top: 0;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  color: #818181;
  display: block;
  transition: 0.3s;
  text-align: center;
}

.header_area.fixed {
  position: fixed;
  z-index: 999;
  /* background: #ffffff; */
  background: rgba(255, 255, 255, 0.90);
  width: 100%;
  margin: 0 auto;
  padding: 6px 30px;
}

}


@media (min-width: 1024px) and (max-width:1100px) {


  .header_area {
      width: 92.3%;
      margin: 0 auto;
    }

.header_right {
    padding: 0 0;
    text-align: right;
    display: flex;
    justify-content: right;
    gap: 0;
  }

  .overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }

  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 30px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .header_area.fixed {
    position: fixed;
    z-index: 999;
    /* background: #ffffff; */
    background: rgba(255, 255, 255, 0.90);
    width: 100%;
    margin: 0 auto;
    padding: 6px 40px;
  }

}



@media screen and (min-width:800px) and (max-width:1024px) {

  
}



@media screen and (min-width:900px) and (max-width:1024px) {}



@media screen and (min-width:980px) and (max-width:1024px) {}



@media screen and (min-width:1000px) and (max-width:1024px) {
  
}



@media screen and (min-width:1025px) and (max-width:1280px) {

.header_area {
  width: 95%;
  margin: 0 auto;
  padding: 6px 15px;
}

}





@media screen and (min-width:1281px) and (max-width:1366px) {

.header_area {
    width: 93%;
    margin: 0 auto;
    padding: 6px 0;
}

.header_area.fixed {
    padding: 6px 46px;
}

  
}

@media screen and (min-width:1440px) and (max-width:1599px) {

.header_area {
    width: 93%;
    margin: 0 auto;
    padding: 6px 0;
}
.header_area.fixed {
    padding: 6px 50px;
}

}

@media screen and (min-width:1600px) and (max-width:1800px) {

.header_area {
    width: 94%;
    margin: 0 auto;
    padding: 6px 0;
}
.header_area.fixed {
    padding: 6px 48px;
}

}
  


@media screen and (min-width:1500px) and (max-width:1999px) {

.header_area {
    /* width: 97%; */
    width: 95%;
    margin: 0 auto;
    padding: 6px 0;
  }

}



@media screen and (min-width:2000px) and (max-width:3000px) {}