html,
body {
  margin: 0;

  padding: 0;

  width: 100%;

  height: 100%;

  color: #fff;

  background: #0a0a0a;

  overflow: hidden;
}
body.videocontent {
  overflow: visible;
}
html.videopage {
  overflow: visible;
}

.block {
  position: relative;

  width: 580px;

  height: 460px;

  margin: 10px 300px 20px 80px;

  transition: transform 0.2s;
}

.block:hover {
  -ms-transform: scale(1.1); /* IE 9 */

  -webkit-transform: scale(1.1); /* Safari 3-8 */

  transform: scale(1.1);
}

@media (max-width: 900px) {
  .block {
    position: relative;

    width: 380px;

    height: 260px;

    margin: 10px 300px 20px 80px;
  }
}

h1 {
  position: absolute;

  font-family: "Text Me One";

  font-weight: lighter;

  font-size: 64px;
}

.block-1 {
  background: url(https://danidoucettemusic.com/ddrwme.jpg) no-repeat 50% 50%;

  background-size: cover;
}

.block-2 {
  background: url(https://danidoucettemusic.com/deadinthewater.JPG) no-repeat
    50% 50%;

  background-size: cover;
}

.block-3 {
  background: url(https://danidoucettemusic.com/craved.JPG) no-repeat 50% 50%;

  background-size: cover;
}

.block-4 {
  background: url(https://danidoucettemusic.com/sugarfree.JPG) no-repeat 50% 50%;

  background-size: cover;
}

.block-5 {
  background: url(https://danidoucettemusic.com/getitout.JPG) no-repeat 50% 50%;

  background-size: cover;
}

.block-6 {
  background: url(https://danidoucettemusic.com/img-one.JPG) no-repeat 50% 50%;

  background-size: cover;
}

.block-7 {
  background: url(https://danidoucettemusic.com/selfishunplugged.JPG) no-repeat
    50% 50%;

  background-size: cover;
}

.block-8 {
  background: url(https://danidoucettemusic.com/img-three.JPG) no-repeat 50% 50%;

  background-size: cover;
}

.block-9 {
  background: url(https://danidoucettemusic.com/byyoursideunplugged.JPG)
    no-repeat 50% 50%;

  background-size: cover;
}

.block-10 {
  background: url(https://danidoucettemusic.com/img-two.JPG) no-repeat 50% 50%;

  background-size: cover;
}

.container {
  margin-top: 150px;

  margin-left: 200px;
}
.videopage .container {
  margin-top: 0;
  white-space: unset !important;
}

.block-1 h1,
.block-3 h1,
.block-5 h1,
.block-7 h1,
.block-9 h1 {
  bottom: 0;

  right: -60px;
}

.block-2 h1,
.block-4 h1,
.block-6 h1,
.block-8 h1,
.block-10 h1 {
  right: -60px;
}

/* navbar */

.nav {
  position: fixed;

  width: 100%;

  height: 80px;
}

.artist {
  z-index: 1;

  position: fixed;

  line-height: 80px;

  margin: 15px 40px;
}

.artistimg {
  width: 15%;

  height: auto;
}

/*________________________________Menu____________________________________*/

.music_button {
  z-index: 2;
  position: fixed;
  left: 200px;
  line-height: 100px;
  margin: 0 40px;
  color: white;
  padding: 0 10px;
  font-family: Text Me One;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 4px;
}

.music_button ion-icon {
  z-index: 2;
  position: relative;
  top: 1px;
  padding-right: 6px;
}

.video_button {
  z-index: 2;
  position: fixed;
  left: 110px;
  line-height: 90px;
  margin: 0 40px;
  color: white;
  padding-top: 4px;
  font-family: Text Me One;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
}

.video_button ion-icon {
  z-index: 2;
  position: relative;
  top: 1px;
  padding-right: 6px;
}

.concert-button {
  z-index: 2;
  position: fixed;
  right: 100px;
  line-height: 80px;
  margin: 0 40px;
  color: white;
  padding-top: 10px;
  font-family: Text Me One;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
}

.concert-button ion-icon {
  z-index: 2;
  position: relative;
  top: 1px;
  padding-right: 6px;
}

.press-button {
  z-index: 2;
  position: fixed;
  right: 0;
  line-height: 80px;
  margin: 0 40px;
  color: white;
  padding-top: 10px;
  font-family: Text Me One;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
}

/*________________________________________________________________________*/

/* Socials */

.socials {
  padding: 20px 40px;
}

.socials .socials-container {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

.socials .socials-container a {
  cursor: pointer;

  text-decoration: none;

  font-family: "Text Me One" !important;

  font-size: 64px;
}

@media (max-width: 900px) {
  .socials .socials-container a {
    font-size: 30px;
  }
}

.social-media {
  position: absolute;

  bottom: 0.5%;

  transform: translateY(-50%);

  padding-left: 1px;
}
.videopage .social-media {
  position: unset;
  transform: none;
  padding-left: 0;
  float: left;
}

.social-media ul li {
  display: inline-block;

  list-style: none;

  color: white;

  padding: 0px 10px;

  font-family: Text Me One;

  font-size: 15px;

  font-weight: 100;
}

.listensong {
  position: absolute;
  bottom: 0%;
  right: 40px;
  transform: translateY(-50%);
  z-index: 2;
}
.videopage .listensong {
  position: unset;
  transform: none;
  float: right;
  padding-right: 40px;
}

.listensong ul li {
  display: inline-block;

  list-style: none;

  color: #fff;

  padding: 0 5px;

  font-size: 20px;
}

@media (max-width: 900px) {
  .social-media ul li {
    display: inline-block;

    list-style: none;

    color: white;

    padding: 0 10px;

    font-family: Text Me One;

    font-size: 10px;

    font-weight: 100;
  }

  .listensong ul li {
    display: inline-block;

    list-style: none;

    color: #fff;

    padding: 0 5px;

    font-size: 10px;
  }

  .music_button {
    z-index: 2;

    position: fixed;

    right: 140px;

    margin: 0 30px;

    color: white;

    padding: 0 10px;

    font-family: Text Me One;

    font-size: 10px;

    font-weight: 100;

    letter-spacing: 4px;
  }

  .video_button {
    z-index: 2;

    position: fixed;

    right: 0;

    color: white;

    padding-top: 4px;

    font-family: Text Me One;

    font-size: 10px;

    font-weight: 500;

    letter-spacing: 4px;
  }
}

/*--------------- contact form --------------- */

#centered {
  position: fixed;

  top: 50%;

  left: 50%;

  /* bring your own prefixes */

  transform: translate(-50%, -50%);

  width: 80%;
}

/*

#contact-form {

    width: 70%;

    position: fixed;

    top: 20%;

    left: 10%;

}

*/

#contact-form ul {
  list-style: none;

  border-radius: 5px;

  margin-bottom: 40px;
}

#contact-form li {
  padding: 10px;
}

#contact-form li:last-of-type {
  border-bottom: none;
}

#contact-form label {
  display: block;

  font-size: 1em;

  color: #fff;

  padding-left: 5px;
}

#contact-form input,
#contact-form textarea {
  width: 100%;

  padding: 5px;

  border: none;

  resize: vertical;

  background: transparent;

  color: #fff;

  font-weight: bolder;
}

input:focus {
  outline: none;

  border: none;
}

textarea:focus {
  outline: none;

  border: none;
}

.textarea {
  border-bottom: 1px solid #dfdfdf;
}

.send {
  margin-left: 50px;

  background: transparent;

  color: #dfdfdf;

  font-size: 12px;
}

.send:hover {
  background: #dfdfdf;

  color: #101010;
}

@media (max-width: 768px) {
  #contact-form {
    width: 98%;
  }
}

/* EPK Section*/

.some-page-wrapper {
  margin: 15px;
  padding-top: 120px;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  text-align: center;
}

.blue-column {
  height: 100px;
}

.green-column {
  height: 100px;
}

button {
  width: 150px;
  height: 40px;
  border: none;
  border: solid 1px white;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0);
  color: white;
}

button:hover {
  background: grey;
  color: white;
}
img {
  max-width: 100%;
}
.column-4 {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.video-main {
  padding-top: 80px;
}
.video_thumbnail {
  position: relative;
}
.video-item .play-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-item .play-icon i {
  font-size: 48px;
  color: #f3bd9f;
  cursor: pointer;
}
.video-item {
  margin-top: 20px;
  margin-bottom: 20px;
}
.video-item h4 {
  color: #ddd;
  font-family: Text Me One;
  font-weight: normal;
  font-weight: normal;
  font-size: 22px;
  margin-top: 15px;
  letter-spacing: 3px;
}
.video-item h4 a {
  color: #ddd;
  text-decoration: none;
}
.video-item h4 a:hover {
  color: #f3bd9f;
}
.video-lists {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.videocontent .video-header .nav {
  background: #0a0a0a;
  z-index: 10;
}
/* Irshad css  */
.next-content h2 {
  text-transform: uppercase;
  font-family: Text Me One;
  letter-spacing: 4px;
}
.request-show .row {
  justify-content: center;
  padding-bottom: 60px;
}
.request-show a {
  text-decoration: none;
  color: #fff;
  padding: 10px 35px;
  border: 1px solid;
  line-height: 5;
  text-transform: uppercase;
  font-family: Text Me One;
  letter-spacing: 4px;
  font-size: 16px;
  transition: box-shadow 0.5s;
}
.request-show a:hover {
  box-shadow: 2px 4px;
}
/* Irshad Css */
@media (min-width: 768px) {
  .column-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1024px) {
  .videopage .listensong {
    padding-right: 0;
    float: none;
  }
  .videopage .social-media {
    float: none;
  }
  .videopage footer {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .video-lists {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .concert-button {
    font-size: 10px !important;
    margin: 0 0px;
    right: 70px;
    padding-top: 35px;
  }
  .music_button {
    left: 0px;
    font-size: 10px;
    margin: 0;
    padding-top: 24px;
  }
  .video_button {
    margin: 0;
    left: 90px;
    padding-top: 30px;
  }
  .press-button {
    right: 0;
    margin: 0;
    padding: 35px 5px 0 5px;
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .video-lists {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
