@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap');

:root {
  --mainWhite: #fff;
  --mainBlack: black;
  --secondaryBlack: rgb(24, 24, 24);
  --thirdBlack: rgb(56, 56, 56);
  --mainGreen: #072407;
  --mainGrey: grey;
  --mainSpacing: 0.5rem;
  --secondarySpacing: 0.25rem;
  --mainTransition: all 0.55s ease-in-out;
  --nextTransition: all linear 0.7s;
  --mainRed: rgb(139, 55, 55);
  --mainGold: rgb(208, 198, 57);
  --secondaryGold: rgb(184, 160, 26);
  --thirdGold: rgb(228, 82, 15);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


video {
  margin: 30px;
  width: 420px;
  height: 340px;
}



html {
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow: auto;
}

#bio-about-space {
  height: 100px;
}

#contact-space {
  height: 100px;
}

body {
  width: 100%;
  margin: 0;
  background-color: black;
}

.navbar {
  position: sticky;
  top: 0;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  background: black;
  z-index: 1;
}

.navbar-center {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5rem;

}

.nav-icons {
  font-size: 1.5rem;

}

.nav-icon {
  display: none !important;
}

.fas.fa-bars {
  display: none !important;
}

.navbar-nav {
  display: flex;
  list-style: none;

}

.navbar-brand {
  font-family: 'Open Sans Condensed', sans-serif;
  height: 50px;
  padding: 15px 15px;
  line-height: 20px;
  font-size: 34px;
  text-decoration: none;
  color: white;

}

.navigation {
  margin-left: 0;
  text-decoration: none;
  color: var(--mainWhite);
  font-size: 1.25rem;
  padding: .5rem .5rem;
  cursor: pointer;
  font-family: 'Open Sans Condensed', sans-serif;
  transition: var(--mainTransition);

}

.navactive {
  border-bottom: var(--mainGrey)1px solid;
}

.navigation:hover {
  color: var(--mainRed) !important;

}

#navactive {
  color: var(--mainRed);
  border-bottom: var(--mainRed)1px solid;
}

.side-nav {
  font-family: 'Open Sans Condensed', sans-serif;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #111;
  opacity: 0.9;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}

.side-nav a {
  padding: 10px 10px 10px 30px;
  text-decoration: none;
  font-size: 22px;
  color: #ccc;
  display: block;
  transition: 0.3s;
}

.side-nav a:hover {
  color: var(--mainWhite) !important;
  ;
}

.side-nav .btn-close {
  position: absolute;
  top: 0;
  right: 22px;
  font-size: 36px;
  margin-left: 50px;
}

#full-cart {
  font-family: 'Open Sans Condensed', sans-serif;
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  ;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  -webkit-text-stroke: 0.5px grey;
}

.sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  ;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  -webkit-text-stroke: 0.5px white;

}

.container {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-content: center;

}

.container-container {
  display: flex;
  justify-content: center;
  text-align: center;
  align-content: center;
  margin-bottom: 50px;

}


.link {
  width: 150px;
  padding: 20px;
  font-size: 1.5rem;
  margin-top: 80px;
  cursor: pointer;
  color: white;
  background-color: black;
  border: 2px solid grey;
  transition: var(--mainTransition);

}

.link:hover {

  width: 175px;
  padding: 30px;
  background-color: white;
  transition: var(--mainTransition);
}

.link a {
  cursor: pointer;
  text-decoration: none;
  color: grey;
  font-family: 'Open Sans Condensed', sans-serif;

}


h1.zoomIn {
  text-align: center;
  color: #C0C0C0;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 10px;
  animation-duration: 9s;
  animation-iteration-count: 1;
}

.hero {
  min-height: calc(100vh - 80px);
  background: url("./img/SelfNoShade.png") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 200px;
}

.hero-home {
  margin-top: 9px;
  min-height: calc(100vh - 80px);
  background: url("./img/ie_group.png") center/contain no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;

}

.hero-shop {
  margin-top: 9px;
  min-height: calc(100vh - 80px);
  background: center no-repeat;
  display: flex;
  background-size: cover;
  justify-content: space-around;

}

.hero-shop img {
  width: 400px;
  height: 400px;
}

.logo-side {
  margin: 4px;
  color: white;
  font-size: 40px;
}

.image-brand-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.5rem;
}

.hero-gallery {
  margin-top: 9px;
  min-height: calc(100vh - 80px);
  /*background: url("./img/IELogoBLtrim.png") center/50% no-repeat;*/
  display: flex;
  align-items: center;
  justify-content: center;

}

.hero-home img {
  border-radius: 20px;
  transition: transform .7s ease-in-out;
}


.banner {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: var(--mainWhite);
  font-size: 3.4rem;
  font-family: 'Open Sans Condensed', sans-serif;
}

.banner h1 {
  font-size: 3.4rem;
}

.banner-contact {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: var(--mainWhite);
  font-size: 3.4rem;
  font-family: 'Open Sans Condensed', sans-serif;
}

.banner-contact h1 {
  font-size: 3.4rem;
}

.banner-artist {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: var(--mainWhite);
  font-size: 3.4rem;
  font-family: 'Open Sans Condensed', sans-serif;
  -webkit-text-stroke: 0.5px gray;
}

.banner-artist h1 {
  font-size: 5.4rem;
}

.banner-title {
  font-size: 3.4rem;
  text-transform: uppercase;
  letter-spacing: var(--mainSpacing);
  margin-bottom: 3rem;
}

.banner-btn {
  padding: 1rem 3rem;
  text-transform: uppercase;
  letter-spacing: var(--mainSpacing);
  font-size: 1rem;
  background: var(--primaryColor);
  color: var(--mainBlack);
  border: 1px solid var(--primaryColor);
  transition: var(--mainTransition);
  cursor: pointer;
}

.banner-btn:hover {
  background: transparent;
  color: var(--primaryColor);
}


.line {
  margin-top: 100px;
  width: 100%;
  height: 2px;
  background: -webkit-linear-gradient(45deg, rgb(255, 81, 0, 1) 40%, rgba(0, 128, 0, 1) 50%, rgba(255, 255, 0, 1) 65%);
}

.bio-about {
  color: var(--mainWhite);
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 25px;
  line-height: 1.5;
  margin: 8rem;
}

.quote-container {
  text-align: center;
  padding-bottom: 100px;

}

.quote {
  color: var(--mainGold);
  font-family: 'Open Sans Condensed', sans-serif;
  /*background: -webkit-linear-gradient(45deg, rgb(255, 81, 0, 1) 30%, rgba(0,128,0,1) 50%, rgba(255,255,0,1) 100%);*/
  background: -webkit-linear-gradient(45deg, rgb(255, 81, 0, 1) 40%, rgba(0, 128, 0, 1) 50%, rgba(255, 255, 0, 1) 65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.sectionid-contact {
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 100px auto 1px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
}

article {
  padding: 4rem 0;
}

.contact-info {
  font-size: 1.75rem;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  color: var(--mainWhite);
  text-decoration: none;
  transition: var(--mainTransition);
}

.music-link {
  font-size: 14px;
  color: var(--mainWhite);
  text-decoration: none;
  transition: var(--mainTransition);
}

.music-link:hover {
  color: var(--mainGold);
  cursor: pointer;
}

.contact-info:hover {
  color: var(--mainRed);
  transition: var(--mainTransition);
  /*-webkit-text-stroke: 0.25px var(--mainRed);*/
}

.article-container-left {
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 0;
  background-color: var(--mainBlack);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}

.article-container-right {
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 0;
  background-color: var(--thirdBlack);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}

.side-img {
  width: 400px;
  display: flex;

}

.side-img h1 {
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
}

.side-img img {

  width: 100px;
  height: 100px;
  float: left;
  object-fit: cover;
  margin: 1rem;
}

.post-img-left {
  text-align: left;
  width: 50%;

}


.img-container-left {
  width: 500px;
  height: 700px;
  background: url('img/ieflyer2.png')center/contain no-repeat;
  transform: rotate(270deg);
}


.img-container-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: 85%;
  transform: rotate(270deg);
}

.post-img-right {
  text-align: left;
  width: 50%;

}

.post-img-right img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.post-desc-right {
  text-align: left;
  padding-top: 50px;
  margin: 2rem;
}

.post-desc-left {
  text-align: left;
  padding-top: 50px;
  margin: 4rem;
}

.post-desc-left h1 {
  text-align: left;
}

.post-right {
  text-align: right;
  width: 50%;
  color: var(--mainWhite);
  font-family: 'Open Sans Condensed', sans-serif;
}

.post-left {
  text-align: right;
  width: 50%;
  color: var(--mainWhite);
  font-family: 'Open Sans Condensed', sans-serif;
}

.gallery img {
  margin: 10px;
  transition: 1s;
  width: 100%;
  border: none !important;
}

.gallery img:hover {
  filter: grayscale(100%);
  transform: scale(1.1);
}

h1.gallery-headline {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

footer {
  border-top: 1px solid var(--mainRed);
  margin: 0;
  background-color: var(--mainGreen);
  color: var(--mainWhite);
  height: 300px;
}

.copyright {
  color: var(--mainWhite);
  text-align: center;
}

.social-icons {
  padding: 0;
  text-align: center;
}

li.color {
  margin-top: 100px;
  display: inline-block;
  padding: 20px 80px 40px 80px;
  font-size: 1.5rem;
  align-content: space-between;

}

a.icons {
  color: white;
  transition: all 0.5s ease-in-out;
}

a.icons:hover {
  color: var(--mainGold);
}

.nav-icon {
  font-size: 1.5rem;
}

#cart-btn {
  color: white;
  position: relative;
  cursor: pointer;
}

.cart-items-total {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--mainGold);
  padding: 0 5px;
  border-radius: 30%;
  color: var(--mainWhite);
}

.cart-item {
  display: grid;
  justify-items: center;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  grid-column-gap: 1rem;
  margin: 1rem 0;
}

.cart-item img {
  width: 75px;
  height: 75px;
}

.cart-item-title {
  margin-left: 0rem;
  font-size: 15px;
  text-transform: capitalize;
}

.cart-item h5 {
  margin: 0.5rem 0;
  letter-spacing: var(--mainSpacing);
}

.cart-footer h3 {
  text-transform: capitalize;
  margin-bottom: 1rem;
}

.banner-btn {
  padding: 1rem 3rem;
  text-transform: uppercase;
  letter-spacing: var(--mainSpacing);
  font-size: 1rem;
  background: var(--primaryColor);
  color: var(--mainBlack);
  border: 1px solid var(--primaryColor);
  transition: var(--mainTransition);
  cursor: pointer;
}



.full-cart {
    display:none;
    margin-right: 2.5rem;
}

.section-title {
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  font-size: 2rem;
  text-transform: capitalize;
  letter-spacing: var(--mainSpacing);
  color: black;
  background-color: grey;
}

.product-img {
  display: block;
  width: 100%;
  min-height: 12rem;
  transition: var(--mainTransition);
  margin-bottom: 5px;
  object-fit: contain;
}

.img-container:hover img {
  opacity: 0.5;
  transition: var(--mainTransition);
}

.product {
  padding-left: 0;
  padding-right: 0;
}

.products {
  background: #fff;
  padding: 0;
}

.products-center {
  background-color: grey;
  text-align: center;
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  color: black;
}

.gallery {
  padding: 0;
}

.gallery-center {
  background-color: grey;
  text-align: center;
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  color: black;
}

.video-container{
    margin-top: 15px;
    margin-bottom:15px;
}

.player{
    aspect-ratio: 16 / 9;
    width:600px;
}


#bag-btn {
  position: absolute;
  top: 70%;
  right: 0;
  background: var(--mainGold);
  border: none;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  letter-spacing: var(--mainSpacing);
  font-weight: bold;
  transition: var(--mainTransition);
  transform: translateX(101%);
  cursor: pointer;
}

#bag-btn:hover {
  color: var(--mainWhite);
}

.fa-shopping-cart {
  margin-right: 0.5rem;
}

.img-container {
  display: flex;
  text-align: center;
  width: 350px;
  height: 350px;
  position: relative;
  overflow: hidden;
  justify-content: center;
  margin: auto;
  border: solid rgb(131, 128, 128) 2px;
}

.img-container:hover #bag-btn {
  transform: translateX(0);
}

@media only screen and (max-width: 1400px) and (orientation : landscape) {
  .hero-shop img {
    width: 600px;
    height: 600px;
  }

  .products-center {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-center {
    grid-template-columns: 1fr;

  }

  .music-link {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1100px) and (orientation : landscape) {
      .bio-about {
    font-size: 30px;
  }
  
   .quote-container {
    font-size: 20px;
  }
  .music-link {
    font-size: 24px;
  }

  .hero-shop img {
    width: 600px;
    height: 600px;
  }

  .products-center {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-center {
    grid-template-columns: 1fr;

  }
}

@media only screen and (max-width: 1100px) and (orientation : portrait) {
  .hero-shop img {
    width: 600px;
    height: 600px;
  }

  .music-link {
    font-size: 24px;
  }
  
   .bio-about {
    font-size: 30px;
  }
  
   .quote-container {
    font-size: 20px;
  }

  .products-center {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-center {
    grid-template-columns: 1fr;

  }
}

@media only screen and (max-width: 950px) and (orientation : landscape) {
    .gallery-center {
    grid-template-columns: 1fr;

  }
    .player{
    aspect-ratio: 16 / 9;
    width:400px;
}

  video {
    margin: 15px;
    width: 340px;
    height: 340px;
  }

  .hero-shop img {
    width: 400px;
    height: 400px;
  }

  .hero-shop {
    margin-bottom: 100px;
  }

  .music-link {
    font-size: 18px;
  }
}


@media only screen and (max-width: 900px) and (orientation : landscape) {
    .banner-contact h1 {
    font-size: 2.4rem;
}
  .products-center {
    grid-template-columns: repeat(2, 1fr);

  }
  .banner h1 {
    font-size: 2.4rem;
}

    .bio-about {
        font-size: 20px;
    }
.quote-container {
        font-size: 17px;
    }
  .link {
    margin-top: 0;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }


}


@media screen and (min-width: 800px) {
  .cart {
    width: 30vw;
    min-width: 450px;
  }
}


@media only screen and (max-width: 800px) and (orientation : portrait) {
  .quote-container {
    margin-top: 200px;
    text-align: center;
    padding-bottom: 10px;
  }

  .music-link {
    font-size: 18px;
  }

  .post-desc-right {
    text-align: center;
  }

  .post-img-left {
    text-align: left;
    width: 100%;
  }

  .article-container-left {
    flex-direction: column;
  }

  .post-right {
    width: 100%;
  }

  h1.zoomIn {
    font-size: 1.75rem;
    margin-top: 1rem;
    letter-spacing: 10px;
  }

  h2.zoomIn {
    font-size: 1.5rem;
    letter-spacing: 20px;
    margin-top: 22rem;

  }

  .products-center {
    grid-template-columns: 1fr;

  }

  .container {
    margin-top: 2rem;
  }

  .link {
    margin-top: 450px;
  }


  h1.zoomIn {
    font-size: 1.5rem;
    letter-spacing: 12px;

  }


  .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 28px !important;
  }

  .gallery img {
    transition: 1s;
    width: 250px;
    border: none !important;
  }

  .gallery {
    text-align: center;
    margin: 30px 30px;
  }

  .img-container {
    margin: auto;
  }

  .contact-info {
    font-size: 1.5rem;
  }

  li.color {
    padding: 20px 20px 20px 20px;

  }

  .description_content {
    padding: 20px 0px 20px 0;
  }


  .banner {
    font-size: 2.4rem;
    padding: 1rem;
  }

  .banner-title {
    font-size: 87px;
  }

  .banner-sub-title {
    font-size: 1.25rem;
  }

  .logo {
    margin: 2rem;
    width: 75%;
    height: 50%;
  }

  .bio-about {
    font-size: 20px;
    margin: 20px;
  }

  .images {
    display: flex;
    margin: 0 auto;
  }


  .image-container {
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto
  }

  .navbar-center {
    padding: 0 .5rem;
  }


  .nav-icon {
    margin-right: 20px;
    display: block !important;
    font-size: 1.5rem;
    cursor: pointer;
  }

  .fas.fa-bars {
    color: white !important;
    display: block !important;
    cursor: pointer !important;
  }

  .navigation {
    display: none !important;

  }

  .col-md-6 {
    width: 100%;
  }

  img {
    margin-bottom: 10px;

  }

  .sectionid-contact {
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    margin: 50px auto 200px;

  }

  #footer {
    margin-top: 100px;
  }

  .gallery-center {
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
  }

  .gallery h1 {
    font-size: 24px;
  }
}


@media only screen and (max-width: 480px) and (orientation : portrait) {
    .banner-contact h1 {
    font-size: 2.4rem;
}
    .quote{
        font-size:25px;
    }
    .player{
    aspect-ratio: 16 / 9;
    width:350px;
}
    .side-img h1 {
    font-size: 17px;
}
  #bio-about-space {
    height: 50px;
  }

  .post-img-left {
    text-align: left;
    width: 100%;
  }

  .article-container-left {
    flex-direction: column;
  }

  .post-right {
    width: 100%;
  }


  .hero-shop img {
    width: 300px;
    height: 300px;
  }

  .hero-shop {
    min-height: calc(50vh - 80px);
  }

  .hero-home {
    min-height: calc(60vh - 80px);
  }

  .gallery {
    margin: 0;
  }

  .gallery-center {
    grid-template-columns: 1fr;
  }

  video {
    margin: 15px;
    width: 350px;
    height: 350px;
  }

  .gallery-heading {
    font-size: 25px;
    margin: 1rem;
    text-align: center;
  }

  .post-right {
    width: 100%;
  }

  .post-img-left {
    width: 100%;
  }

  .bio-about {
    font-size: 1.25rem;
    margin: 20px;
  }

  .banner {
    margin-bottom: 60px;

  }

  .nav-icon {
    margin-right: 40px;
  }



  .product {
    padding-left: 0;
    padding-right: 0;
  }

  .products-center {
    grid-template-columns: 1fr;

  }


  .link {

    margin-top: 100px;


  }



}

@media only screen and (max-width: 380px) and (orientation : portrait) {

  h1.zoomIn {
    font-size: 1.5rem;

  }

  h2.zoomIn {
    font-size: 1rem;
    letter-spacing: 10px;
    margin-top: 30rem;


  }

}