/***** VARIABLES *****/
/* Gold */
/* Dark Red */
/* Light-Grey */
/* Medium grey */
/* Dark Grey */
/***** BASE *****/
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yellowtail&display=swap");
* {
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow: hidden;
  height: 100%;
}

body {
  font: 300 1.25em "Lato", sans-serif;
  background: #EEEEEE;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  perspective: 1px;
  transform-style: preserve-3d;
}
body h1 {
  color: #333333;
  text-transform: uppercase;
  font-weight: 400;
}
body h2 {
  font-family: "Yellowtail", cursive;
}
body p {
  font-size: 14px;
  font-weight: 300;
  padding: 2vw 0;
}
body a {
  font-size: 14px;
}
body .boton {
  background: none;
  color: #333333;
  padding: 1vw 2vw;
  border-radius: 100px;
  cursor: pointer;
  border: 0.3vw solid #510000;
  text-decoration: none;
}
body .boton:hover {
  background: #510000;
  color: white;
  transition: 0.6s ease;
  text-decoration: none;
}

/* COLUMNS */
.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*=col-] {
  float: left;
  padding: 15px;
}

/* For mobile phones: */
[class*=col-] {
  width: 100%;
}

/* For tablets: */
@media only screen and (min-width: 600px) {
  .col-t-1 {
    width: 6.25%;
  }

  .col-t-2 {
    width: 12.5%;
  }

  .col-t-3 {
    width: 18.75%;
  }

  .col-t-4 {
    width: 25%;
  }

  .col-t-5 {
    width: 31.25%;
  }

  .col-t-6 {
    width: 37.5%;
  }

  .col-t-7 {
    width: 43.75%;
  }

  .col-t-8 {
    width: 50%;
  }

  .col-t-9 {
    width: 56.25%;
  }

  .col-t-10 {
    width: 62.5%;
  }

  .col-t-11 {
    width: 68.75%;
  }

  .col-t-12 {
    width: 75%;
  }

  .col-t-13 {
    width: 81.25%;
  }

  .col-t-14 {
    width: 87.5%;
  }

  .col-t-15 {
    width: 93.75%;
  }

  .col-t-16 {
    width: 100%;
  }

  body h1 {
    font-size: 4.7vw;
  }

  body h2 {
    font-size: 2vw;
  }

  body p, body a, body .boton, body .sec02 .text-right ul li {
    font-size: 2.4vw;
  }

  body h2 {
    font-size: 1.5em;
  }

  body .sec04 .flip-cards li {
    height: 25vw;
  }

  body .sec04 .icon {
    width: 50%;
  }

  body .footer .quote {
    font-size: 2.2vw;
  }
}
/* For desktop: */
@media only screen and (min-width: 795px) {
  .col-1 {
    width: 6.25%;
  }

  .col-2 {
    width: 12.5%;
  }

  .col-3 {
    width: 18.75%;
  }

  .col-4 {
    width: 25%;
  }

  .col-5 {
    width: 31.25%;
  }

  .col-6 {
    width: 37.5%;
  }

  .col-7 {
    width: 43.75%;
  }

  .col-8 {
    width: 50%;
  }

  .col-9 {
    width: 56.25%;
  }

  .col-10 {
    width: 62.5%;
  }

  .col-11 {
    width: 68.75%;
  }

  .col-12 {
    width: 75%;
  }

  .col-13 {
    width: 81.25%;
  }

  .col-14 {
    width: 87.5%;
  }

  .col-15 {
    width: 93.75%;
  }

  .col-16 {
    width: 100%;
  }

  .col-tres {
    width: 33.33%;
  }

  body p, body a, body .boton, body .sec02 .box .text-right ul li {
    font-size: 18px;
  }

  body .footer .quote {
    font-size: 1.6vw;
  }

  body .footer a {
    font-size: 1.6vw;
  }
}
/*********************************/
/***** HEADER *****/
/*********************************/
/***** LAYOUT *****/
#header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  border: none;
  background-color: rgba(51, 0, 0, 0.9);
  box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.2);
}

#header-content {
  width: 100%;
}

#header-logo {
  padding: 0.3em;
}

#header-nav {
  padding: 1em;
  background: #EEEEEE;
}

#header-nav-toggle {
  color: #EBB551;
  font-size: 7vw;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 1;
  cursor: pointer;
}

/***** MODULES *****/
.image-logo {
  width: 250px;
  max-width: 90%;
  padding: 0 2% 0 0;
  filter: drop-shadow(3px 3px 1px #222);
}

/* Nav */
.nav {
  list-style: none;
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.nav li {
  width: 100%;
  margin: 0 0 1em 0;
  display: block;
}
.nav li:last-child {
  margin: 0;
}
.nav a {
  color: #510000;
  text-decoration: none;
}

/***** MODIFIERS *****/
.is-hidden {
  display: none;
}

.is-visible {
  display: block;
}

/***** MEDIA QUERIES *****/
@media screen and (min-width: 600px) {
  #header-nav-toggle {
    font-size: 2em;
  }

  .image-logo {
    padding: 0;
    max-width: 300px;
  }
}
@media screen and (min-width: 795px) {
  /* Header */
  #header {
    padding: 0.9em 0em 0em 0em;
  }

  #header-content {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 0.9em 0;
  }

  #header-logo {
    padding: 0;
    background: none;
    float: left;
  }

  #header-nav {
    padding: 0.5em;
    background: none;
    float: right;
    display: block;
  }

  #header-nav-toggle {
    display: none;
  }

  .image-logo {
    padding: 0 0 0 3vw;
    width: 33vw;
  }

  /* Nav */
  .nav li {
    width: auto;
    margin: 0 1vw;
    display: inline-block;
  }

  .nav li:hover {
    padding: 0 0 0.15em 0;
    border-bottom: 0.15em solid #EBB551;
  }

  .nav li:nth-child(3) {
    padding: 0 0 0.15em 0;
    border-bottom: 0.15em solid #EBB551;
  }

  .nav li a {
    color: #EEEEEE;
  }
}
/*********************************/
/***** END HEADER *****/
/*********************************/
/*********************************/
/***** SEC 01 COVER *****/
/*********************************/
.sec01 {
  position: relative;
  min-height: 100vh;
  width: 100%;
  transform-style: inherit;
  z-index: -1;
}
.sec01 p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 3.4vw;
  text-align: center;
  color: #EEEEEE;
  text-shadow: 1px 1px 2px #333333;
}

.sec01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: url("https://ananditabasu.com/images/Albums/Shri_Kartikeya/Shri_Kartikeya_Background.png") top center;
  background-size: cover;
  transform: translateZ(-1px) scale(2.1);
  min-height: 100%;
  z-index: -2;
}

/*********************************/
/***** END SEC 01 COVER *****/
/*********************************/
/*********************************/
/***** SEC 02 DESCRIPTION *****/
/*********************************/
.sec02 {
  position: relative;
  width: 100%;
  min-height: 550px;
  transform-style: inherit;
  padding: 6vw;
  background: #EEEEEE;
  box-shadow: 0 0 20px #333;
  z-index: 1;
}
.sec02 .text {
  padding: 1vw;
  width: 50%;
  left: 50%;
  transform: translate(50%, 0%);
}

/*********************************/
/***** END SEC 02 DESCRIPTION *****/
/*********************************/
/*********************************/
/***** SEC 03 ALBUM *****/
/*********************************/
.sec03 {
  position: relative;
  min-height: 100vh;
  width: 100%;
  padding: 6vw;
  transform-style: inherit;
}
.sec03 .text {
  left: 0;
  position: relative;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.sec03 .text .album {
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  overflow: auto;
}
.sec03 .text .album .cover img {
  box-shadow: 2px 2px 10px #333333;
}
.sec03 .text .album img {
  position: relative;
  width: 100%;
}
.sec03 .text .album p {
  color: #EBB551;
  padding: 20px;
  background: #333333;
}
.sec03 .text .album .choose {
  text-align: center;
}
.sec03 .text .stores {
  background: white;
  width: 200px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  padding: 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 2px 10px #333333;
}
.sec03 .text .stores .store {
  width: 120px;
  flex: 50%;
  margin: 6px 0 0 4px;
}
.sec03 .text .stores .play_button {
  width: 32px;
  float: right;
  margin: 6px 0 0 4px;
}
.sec03 .text .stores .line_divider {
  background: #EEEEEE;
  height: 2px;
}
.sec03 .text .boton {
  text-align: center;
}
.sec03 h1 {
  transform: translateZ(-0.3px) scale(1.3) translate(-39%, -39%);
  z-index: 3;
}

.sec03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: url(https://ananditabasu.com/images/Albums/Shri_Kartikeya/Libra_Constellation.png) top center;
  background-size: cover;
  transform: translateZ(-0.5px) scale(1.6);
  z-index: -3;
}

@media screen and (min-width: 600px) {
  .sec03 .text {
    top: 50%;
    transform: translate(-50%, 10%);
  }
}
/*********************************/
/***** END SEC 03 ALBUM *****/
/*********************************/
/*********************************/
/***** SEC 04 SONGS *****/
/*********************************/
.sec04 {
  position: relative;
  width: 100%;
  padding: 6vw;
  background: #EEEEEE;
  box-shadow: 0 0 20px #333;
  z-index: 1;
}
.sec04 .text {
  position: relative;
  width: 100%;
}
.sec04 .text p {
  text-align: left;
}
.sec04 p {
  text-align: center;
  width: 100%;
}

/*********************************/
/***** END SEC 04 SONGS *****/
/*********************************/
/*********************************/
/***** SEC 05 MORE MUSIC *****/
/*********************************/
.sec05 {
  position: relative;
  width: 100%;
  overflow: none;
  background: #333333;
  padding: 6vw;
}
.sec05 .tittle {
  color: #EBB551;
  top: 3vw;
  width: 100%;
  margin-bottom: 3vw;
}
.sec05 .albums {
  display: flex;
  flex-wrap: wrap;
}
.sec05 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  height: 100%;
}
.sec05 ul li {
  float: left;
  padding: 0;
  margin: 0;
}
.sec05 ul li a {
  z-index: 1;
}
.sec05 ul li .album {
  position: relative;
  width: 100%;
}
.sec05 ul li .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: red;
}

/*********************************/
/***** END SEC 05 MORE MUSIC *****/
/*********************************/
/*********************************/
/***** FOOTER *****/
/*********************************/
.footer {
  position: relative;
  width: 100%;
  background: #333333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8) inset;
}
.footer .image-footer {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
  min-width: 150px;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.8));
}
.footer .social {
  margin: 20px, auto;
  text-align: center;
}
.footer .social .container {
  position: relative;
  display: inline-block;
  width: 40px;
  text-align: center;
  vertical-align: center;
  margin: auto 5px;
}
.footer .social .image1 {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.8));
}
.footer .social .image1:hover {
  opacity: 0;
}
.footer .social .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
}
.footer .social .overlay:hover {
  opacity: 1;
}
.footer .social .overlay .image2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.footer #end {
  text-align: center;
  padding: 20px 0 10px;
  font-size: 0.6em;
}

/*********************************/
/***** END FOOTER *****/
/*********************************/