
body {
  font-family: "arial";
  font-weight: 300;
  font-style: normal;
  padding: 0;
  margin: 0;
  background: #000000;
  font-size: 0;
  min-height: 100vh;
  position: relative;
}

body {
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

:focus {
  outline: none;
}

/* ::-webkit-scrollbar {
    width: 0px;
    background: transparent;
} */

.header-section {
  display: block;
  font-size: 0;
  min-height: 100vh;
  position: relative;
}

.desk-bg {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin: -1px;
}

.mob-bg {
  display: none;
}

.logo-wrap {
  display: block;
  max-width: 538px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 1%;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 0.5s ease-in-out;
}
.logo-wrap:hover {
  opacity: 0.5;
}

.header-img {
  padding-top: 17vw;
}

a.btn {
  max-width: 100%;
  width: 100%;
  display: block;
  height: 4vw;
  line-height: 4vw;
  text-transform: capitalize;
  color: #ffffff;
  background-color: transparent;
  text-align: center;
  border: 0.052vw solid #ffffff !important;
  font-size: 1.098vw;
  letter-spacing: 0;
  margin: 0 auto;
}

a.btn:hover {
  color: rgb(255, 255, 255);
  transition: 0.5s all;
}

.navSection {
  position: absolute;
  top: 70vh;
  right: 3%;
}

a.menuMobile,
a.mobClose {
  display: none;
}

.navSection li {
  display: block;
  vertical-align: middle;
  margin-bottom: 29px;
  text-align: right;
}

.navSection li:last-child {
  margin-bottom: 0;
}

.navSection li a {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0;
  color: #ffffff;
  font-family: "arial";
  font-weight: 300;
  position: relative;
}

.navSection li a:hover {
  opacity: 1;
  color: #ffffffb3;
  transition: all 0.5s;
}

.videoBG {
  font-size: 0;
}

.videoBG video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  z-index: -1;
  top: 0;
}

.musicGetItNow.hdr {
  display: block;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  text-transform: uppercase;
  max-width: 236px;
  width: 100%;
}

.musicTitlehdr {
  font-family: "arial";
  font-weight: 300;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
}

.subtitle {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  line-height: 2;
  text-transform: capitalize;
}

.subtitle.headers {
  font-family: "arial";
  font-weight: 400;
}

.feather {
  transition-duration: 2s;
  transition-property: transform;
  transform: translateZ(0);
}

.feather:hover {
  transform: rotate(-15deg);
}

/* width */

::-webkit-scrollbar {
  width: 3px;
  position: fixed;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.videoBG:after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  background: linear-gradient(
    299deg,
    rgba(87, 29, 193, 1) 0%,
    rgba(28, 101, 149, 0.7511379551820728) 100%
  );
  z-index: -1;
}

@media only screen and (max-width: 767px) and (orientation: portrait),
  only screen and (max-width: 1024px) and (orientation: portrait) {
  a.btn {
    height: 70px;
    line-height: 70px;
    font-size: 15px;
  }
  .logo-wrap a {
    max-width: 318px;
    margin-top: 27px;
  }
  #stickyNav a.menuMobile {
    text-decoration: underline;
    position: relative;
    top: 25px;
    right: auto;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    vertical-align: middle;
    width: 45%;
    text-align: right;
    margin: 0 20px 0 auto;
    color: #ffffff;
    height: 55px;
  }
  .owl-nav .owl-next span,
  .owl-nav .owl-prev span {
    width: 57px;
    height: 57px;
  }
  #stickyNav .navSection.open {
    display: block;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 10000000000;
    width: 100%;
    height: auto;
    text-align: center;
    padding-left: 0;
  }
  #stickyNav {
    padding: 16px 0;
  }
  #stickyNav {
    /* padding: 1.5%; */
    background: transparent;
    border-bottom: 0.5px solid transparent;
    transition: all 0.5s;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    font-size: 0;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    padding: 0;
  }
  #stickyNav .navSection {
    width: 100%;
  }
  #stickyNav .navSection.mobile {
    display: block;
  }
  #stickyNav .siteName {
    padding-left: 0;
    font-size: 25px;
    width: 50%;
    text-align: center;
  }
  #stickyNav .navSection,
  #stickyNav.darkHeader .navSection {
    display: none;
  }
  .mobileInner li {
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px 0;
  }
  a.menuMobile,
  .navSection.mobile,
  .navSection.mobile a.mobClose {
    display: block;
    right: 0;
    color: #ffffff;
    top: 0;
  }
  .navSection.mobile a.mobClose {
    position: relative;
    right: unset;
    top: unset;
    padding: 0;
    /* border: 1px solid #fff; */
    /* border-radius: 50px; */
    width: auto;
    /* padding: 6px; */
  }
  a.mobClose {
    padding-top: 10px;
    margin-top: 0;
  }
  a.mobClose {
    font-size: 20px;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    margin-top: 6%;
  }
  .mobileInner {
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .navSection.mobile li:last-child {
    margin-bottom: 0;
  }
  .navSection.mobile li {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  div#stickyNav.mobile .menuMobile {
    display: none;
  }
  #stickyNav.mobile {
    /* background: url(../images/footerBg.jpg) no-repeat; */
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 11;
    position: fixed;
    top: 0;
    padding: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .mainWrapper .viewall a {
    line-height: 57px;
    height: 57px;
  }
  span#menu-mob {
    display: inline-block;
    width: 7.2vw;
    cursor: pointer;
    position: relative;
    height: 4.5vw;
    margin-top: 5%;
    right: 0;
  }
  span#menu-mob span:nth-child(1) {
    top: 0;
  }
  span#menu-mob span:nth-child(2) {
    top: 2vw;
  }
  span#menu-mob span:nth-child(3) {
    top: 4vw;
  }
  span#menu-mob span {
    transition-duration: 0.5s;
    position: absolute;
    height: 0.5vw;
    width: 100%;
    left: 0;
    border-radius: 0;
    background-color: #fff;
  }
  div#close-wrapper {
    position: relative;
    right: unset;
    text-align: center;
    width: 100%;
  }
  .mob-bg {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .desk-bg {
    display: none;
  }
  .header-img {
    padding-top: 28vh;
  }
  .logo-wrap {
    max-width: 310px;
    top: 9%;
  }
  .musicTitlehdr {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
  }
  .musicGetItNow.hdr {
    width: 100%;
    bottom: 6%;
  }
  .navSection li a {
    font-size: 22px;
    letter-spacing: 0;
  }
  .musicGetItNow a {
    font-size: 14px;
    letter-spacing: 0;
  }
  .header-section {
    min-height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
}

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

@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
}

@media (min-width: 1700px) {
  .navSection li a {
    font-size: 20px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) and (orientation: portrait) {
  .musicGetItNow.hdr {
    bottom: 33%;
  }
  .logo-wrap {
    max-width: 410px;
  }
  .navSection.mobile a.mobClose {
    /* border-radius: 50%; */
    /* padding: 7px 0px 7px; */
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .navSection.mobile a.mobClose {
    /* padding: 7px 6px 6px; */
  }
}

@media only screen and (min-width: 1025px) {
  div#music .owl-carousel.owl-drag .owl-item {
    transform: translatey(100px);
    transition-duration: 1s;
  }
  div#music .owl-carousel.owl-drag .owl-item.active {
    transform: translatey(0px);
  }
}

/*nav hover*/

.navSection li a:before,
.navSection li.active a:before {
  content: "";
  background: url(../images/pointer.svg) no-repeat;
  background-size: auto;
  width: 26.35px;
  font-size: 0;
  height: 30px;
  display: none;
  position: absolute;
  top: 0;
  left: -30px;
  transition: all 0.5s;
}

body.totalWrapper.tourpage .navSection {
  top: 50vh;
  z-index: 100;
}

.navSection li.active a:before {
  display: inline-block;
}

.navSection li a:hover:before {
  display: inline-block;
  opacity: 0.9;
  transition: all 0.5s;
}
