.menu-logo-wrapper.mobile {
  display: none;
}

.navBarDesktop {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #3D1719;
}

.navCommonDiv {
  width: 95%;
  margin: 0 auto;
  padding: 1vw 0;
  text-align: left;
}

.kelhani_nav_logo {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  max-width: 5.703125vw;
}

.kelhani_nav_logo h1 {
  margin: 0;
}

.kelhani_nav_logo img {
  width: 100%;
}

.kelhani_nav_logo a {
  font-size: 0;
  line-height: 1;
  color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  display: block;
}

.header_reskin_album_heading_small {
  font-size: 1.564vw;
  color: #FFF5DE;
  line-height: 2;
  margin-bottom: 1.1vw;
}

.header_reskin_album_button.part2 {
  margin-bottom: 2vw;
  display: flex;
}

.header_reskin_album_button a.watchbtn {
  margin-right: 1vw;
}

.header_reskin_album_heading span {
  font-size: 1.564vw;
}

.navMenuLinks {
  display: inline-block;
  width: 90%;
  vertical-align: middle;
  text-align: right;
}

.navMenuLinks li a {
  font-size: 1.25vw;
  line-height: 2.267vw;
  color: #FFF5DE;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.navMenuLinks li {
  display: inline-block;
  margin-right: 4.5vw;
}

.navMenuLinks li:last-child {
  margin-right: 0;
}

.header_resking_wrapper {
  margin: 0 auto;
  background: url(../images/HeaderDesktopbg.jpg) no-repeat 100% top / cover #000;
  font-family: "Montserrat", sans-serif;
  height: 100vh;
}

.headerAlbumPart {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 4.8513vw;
  z-index: 5;
  text-align:left;
}

.shadow_part_extraDesktop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48vh;
  /* background-image: linear-gradient(to right, #000000, #00000000); */
  z-index: 2;
  background-image: linear-gradient(0deg, #000000, #00000000);
}

.MailingListPage.interiorpage .shadow_part_extraDesktop {
  height: 34vh;
  z-index: 0;
}

.shadow_part {
  position: absolute;
  top: 0;
  left: 0;
  width: 64%;
  height: 100vh;
  background-image: linear-gradient(to right, #000000, #00000000);
  z-index: 2;
}

.header_reskin_album_image {
  width: 35.051vw;
}

.header_reskin_album_image img {
  width: 100%;
  padding-left: 0;
}

.header_reskin_album_heading {
  font-size: 2.734375vw;
  line-height: 2.346vw;
  color: #FFF5DE;
  text-transform: unset;
  padding: 0 0 1.5vw 0;
  /* text-align: left; */
  /* padding-left: 3.15vw; */
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.header_reskin_album_button a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.016vw;
  line-height: 2.346vw;
  color: #000000;
  padding: 0.938vw 1.876vw;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #FFF5DE;
  background: #FFF5DE;
  cursor: pointer;
}

.header_reskin_behind_button a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.016vw;
  line-height: 2.346vw;
  color: #000;
  padding: 0.938vw 1.876vw;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #FFF5DE;
}

.header_reskin_album_button a:hover,
.kelhani_nav_logo a:hover,
.header_reskin_behind_button a:hover {
  opacity: 0.5;
}

.homeHeaderBtns {
  /* display: flex; */
  /* justify-content: space-between; */
  /* width: 36.5vw; */
}

.header_reskin_album_button {
  /* padding-left: 3.75vw; */
}

.navBarMobile {
  display: none;
}

.navMenuLinks-MobilePopup {
  display: none;
}

.tourPage.interiorpage .tour-li a {
  text-decoration: underline;
  text-underline-offset: 0.3vw;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .navBarDesktop {
    display: none;
  }

  .header_resking_wrapper {
    margin: 0 auto;
    background: url(../images/HeaderMobilebg.jpg?sdsd) no-repeat 100% top / cover #000;
    font-family: "Montserrat", sans-serif;
    height: 100vh;
    position: relative;
    background-position: center;
  }

  .headerAlbumPart {
    position: absolute;
    top: unset;
    bottom: 13.933vw;
    transform: translateX(-50%);
    left: 50%;
    z-index: 5;
    width: 100%;
    text-align:center;
  }

  .shadow_part {
    position: absolute;
    top: unset;
    left: 0;
    width: 100%;
    height: 52vh;
    background-image: linear-gradient(to top, #000000, #00000000);
    z-index: 2;
    bottom: 0;
  }

  .shadow_part_extraDesktop {
    display: none;
  }

  .header_reskin_album_image {
    width: 86.66666666666667vw;
    margin: 0 auto;
  }

  .header_reskin_album_image img {
    padding-left: 0;
  }

  .header_reskin_album_heading span,
  .header_reskin_album_heading_small {
    font-size: 4.267vw;
    line-height: 1.3;
    margin: 3vw 0;
    display: block;
    text-align: center;
  }

  .header_reskin_album_heading {
    font-size: 7.466666666666667vw;
    margin-top: 7vw;
    line-height: 1;
    padding-bottom: 6vw;
  }

  .homeHeaderBtns {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }

  .header_reskin_album_button a {
    font-size: 3.466666666666667vw;
    line-height: 10.666666666666666vw;
    padding: 0;
    border: 0;
    width: 34.13333333333333vw;
    display: block;
    margin: 0 auto;
    line-height: 10.666666666666666vw;
  }

  .header_reskin_album_button {
    padding-left: 0;
  }

  .header_reskin_behind_button {
    margin-top: 10vw;
  }

  .header_reskin_behind_button a {
    font-size: 3.467vw;
    line-height: 4.346vw;
    padding: 3.2vw 6.4vw;
    border: 1px solid #ebeef7;
  }

  .header_reskin_album_button {
    padding-left: 0;
  }

  .navBarMobile {
    display: block;
    background: #3D1719;
    height: 17.333333333333332vw;
    /* line-height: 17.333333333333332vw; */
  }

  .hamburgerIcon img,
  .hamburgerIconclose img {
    width: 100%;
    height: auto;
  }

  .hamburgerIcon div {
    width: 7.912vw;
    height: 0.7vw;
    background-color: #ebeef7;
    margin: 2vw 0;
  }

  .hamburgerIcon {
    position: absolute;
    top: 5.2vw;
    right: 4vw;
    width: 7.912vw;
    z-index: 10;
  }

  .hamburgerIconclose {
    position: absolute;
    top: 5.2vw;
    right: 4vw;
    width: 7.912vw;
  }

  .kelhani_nav_logo_mobile {
    position: absolute;
    top: 5vw;
    left: 4vw;
    z-index: 10;
    width: 20vw;
  }

  .kelhani_nav_logo_mobile a {
    font-size: 0;
    line-height: 10.876vw;
    color: #ebeef7;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
  }

  .navMenuLinks-MobilePopup input#submit {
    border: 1px solid #FFF5DE;
  }

  .navMenuLinks-MobilePopup ul a {
    font-size: 10.667vw;
    color: #FFF5DE;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
  }

  .navMenuLinks-MobilePopup ul li {
    margin-bottom: 16vw;
    margin-right: 1.2vw;
    /* margin-bottom: 9vw; */
  }

  .navMenuLinks-MobilePopup ul li:last-child {
    margin-bottom: 7.2vw;
    margin-right: 0;
    /* margin-bottom: 3.2vw; */
  }

  .navMenuLinks-MobilePopup {
    width: 100%;
    height: 100vh;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    /*background-image: linear-gradient(180deg, #312A20, #744132);*/
    background: #3D1719;
  }

  .MobMenuContents {
    top: 30.667vw;
    /* padding-top: 18.667vw; */
    overflow-y: scroll;
    position: absolute;
    height: 78vh;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .headerAlbumPart {
    bottom: 37.933vw;
  }
}

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation:portrait) {
  .header_resking_wrapper {
    background-position: 0 11%;
  }
}

@media only screen and (max-width: 1023px) and (orientation: Landscape) {
  .shadow_part_extraDesktop {
    position: absolute;
    bottom: -8vw;

  }
}