@font-face {
  font-family: CopperBlack;
  src: url("../Resources/CooperBlackRegular.ttf");
}

html {
  cursor: url("../Resources/cursor.cur"), auto;
  scroll-behavior: smooth;
}

body {
  font-family: CopperBlack !important;
  background-color: white !important;
}

.gallery-pic {
  cursor: url('../Resources/pointercursor.cur'), auto !important;
}

.cartBtn {
  background-color: black;
  color: white;
  width: 95%;
  bottom: -130%;
  position: absolute;
}

.closeModalBtn {
  z-index: 999;
  position: absolute;
  top: 20px;
  left: -121px;
  font-size: 25px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

#display-pic {
  width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background-color: white;
}

.varPics {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}



.gallery-container {
  background-position: center;
  background-size: contain;
}

.lifestyle-container {
  background-position: center;
  background-size: contain;
}

.catalogue-container {
  background: url("../Resources/Images/gallery\ backgrounds/T Front 3.png");
  background-position: center;
  background-color: rgb(0, 0, 0);
}

.gallery-heading {
  color: black;
  text-align: center !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px;
  font-size: 60px;
  font-family: CopperBlack, auto;
  ;
}



#ToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(0, 0, 0);
  color: #fff;
  cursor: url('../Resources/pointercursor.cur'), auto !important;
  padding: 15px;
  border: 3px #fff solid;
  border-radius: 100%;
}

#ToTop:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.player {
  position: fixed;
  bottom: 3px;
  left: 5px;
  width: 35%;
  background-color: rgb(239 255 0 / 32%);
  display: flex;
  border-radius: 2px;
  padding: 12px;
  padding-bottom: 25px;
  display: none;
}

.info {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 50%;
  padding-left: 8px;
}

#song-name {
  font-size: 15px;
  font-weight: 700;
}

#singer {
  font-size: 12px;
}

.btns {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}

.progress {
  position: absolute !important;
  height: 3px !important;
  left: 0 !important;
  top: 0 !important;
  background-color: #00a8ff !important;
}

.volume-container {
  position: absolute !important;
  bottom: 5px !important;
  left: 10;
  display: block;
  width: 100%;
}

#vol-control {
  width: 90%;
}

.iconfont {
  font-size: 28px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.play-pause {
  font-size: 36px;
}

.iconfont:hover {
  color: lightgrey;
}

.player>a {
  color: purple !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.column {
  flex: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

.modal-dialog {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.display-pic-container {
  position: relative;
  left: -24%;
  text-align: center;
  background-color: white;
  border-radius: 5px;
}

.exit-message {
  color: #1d1d1d91;
  text-align: center;
}

#PicModal {
  top: 10%;
  width: 40%;
  left: 50%;
  z-index: -1;
}

.modalInfo {
  position: absolute;
  top: 0%;
  right: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: start;
  align-items: flex-start;
  width: 50%;
  row-gap: 5px;
  margin-left: 30px;
  margin-top: 20px;
}

.glow-on-hover {
  width: 220px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #000
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.view-more {
  line-height: 20px;
  text-align: center;
  scroll-behavior: none;
  padding-top: 30px;
  font-size: 32px;
  position: relative;
  transition: all 0.5s;
  cursor: url('../Resources/pointercursor.cur'), auto;
  float: right;
  margin-right: 20px;
  margin-bottom: 100px;
  margin-top: 50px;
  border: 3px solid white;
}

a {
  text-decoration: none !important;
  cursor: url('../Resources/pointercursor.cur'), auto !important;
}

@media screen and (max-width: 1000px) {
  .column {
    flex: 50%;
  }

  .gallery-heading {
        font-size: 40px;
    padding: 17px 0px 10px 10px;
  }

  .view-more {
    width: 95%;
    margin-right: 0px;
  }
}



.blurb {
  text-align: center;
  position: inherit;
  width: 90%;
  margin: 5%;
  font-size: 24px;
  color: #000000;
  text-shadow: -2px -2px 0 rgb(251 255 0 / 65%), 2px -2px 0 rgb(0 255 13 / 65%), -2px 2px 0 rgb(255 0 234 / 65%), 2px 2px 0 rgb(238 255 0 / 0.65);
  border-top: white 1px solid;
  margin-top: 20px;
  padding-top: 50px;
  border-bottom: white 1px solid;
  margin-bottom: 20px;
  padding-bottom: 50px;
}

.music-container {
  display: none;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff00;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(0, 115, 255);
  cursor: url('../Resources/pointercursor.cur'), auto !important;
  /* border: rgb(145, 145, 145) solid 1px; */
  border-radius: 10px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: rgb(0, 115, 255);
}

.imgDiv {
  background: url("../Resources/Images/gallery\ backgrounds/T Back 1.png");
  background-color: white;
  width: 300px;
  height: 400px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  position: relative;
}

.indexGif {
  height: 100%;
  position: absolute;
  display: block;
  width: 100%;
  left: 0%;
}

.productInfo {
  width: 288px;
  height: 360px;
  position: absolute;
  top: 35px;
  left: 16px;
  z-index: 1;
  background: rgba(194, 194, 194, 0.242);
  display: none;
  color: black;
  text-shadow: none;
  font-family: CopperBlack !important;
}

.imgDiv:hover .productInfo {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.mainNav {
  display: block;
}

.clickMore {
  bottom: 0;
  position: absolute;
  border: solid black 1px;
  padding: 5px;
}

.categoryRow {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  text-shadow: none;
  color: black;
  font-family: fangsong;
  list-style-type: none;
}

ul.categoryRow li:hover {
  text-decoration: underline;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 32px 8px 8px 32px;
  text-decoration: none;
  text-shadow: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  text-decoration: underline !important;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (min-width: 320px) {

  #PicModal {
    top: 10%;
    width: 90%;
    left: 5%;
    z-index: -1;
  }

  .modal-dialog {
    height: 600px;
    width: 100%;
  }


  .display-pic-container {
    left: 10%;
    top: -130px;
    width: 80%
  }


  .modalInfo {
    left: 5%;
    top: 55%;
    width: 90%;
    margin: 0;
  }

  .cartBtn {
    width: 75%;
    bottom: -20%;
    left: 13%;
  }

  .closeModalBtn {
    top: 7px;
    left: 7px;
    font-size: 20px;
  }

  .indexGif {
    height: 100%;
    position: absolute;
    display: block;
    width: 200%;
    left: -60%;
  }
}

@media screen and (min-width: 375px) {

  #PicModal {
    top: 10%;
    width: 90%;
    left: 5%;
    z-index: -1;
  }

  .modal-dialog {
    height: 650px;
    width: 100%;
  }


  .display-pic-container {
    left: 10%;
    top: -120px;
    width: 80%
  }


  .modalInfo {
    left: 5%;
    top: 55%;
    width: 90%;
    margin: 0;
  }

  .cartBtn {
    width: 75%;
    bottom: -20%;
    left: 13%;
  }

  .closeModalBtn {
    top: 7px;
    left: 7px;
    font-size: 20px;
  }

  .indexGif {
    height: 100%;
    position: absolute;
    display: block;
    width: 200%;
    left: -60%;
  }
}

@media screen and (min-width: 425px) {

  #PicModal {
    top: 10%;
    width: 90%;
    left: 5%;
    z-index: -1;
  }

  .modal-dialog {
    height: 650px;
    width: 100%;
  }


  .display-pic-container {
    left: 10%;
    top: -120px;
    width: 80%
  }


  .modalInfo {
    left: 5%;
    top: 62%;
    width: 90%;
    margin: 0;
  }

  .cartBtn {
    width: 75%;
    bottom: -20%;
    left: 13%;
  }

  .closeModalBtn {
    top: 7px;
    left: 7px;
    font-size: 20px;
  }

  .indexGif {
    height: 100%;
    position: absolute;
    display: block;
    width: 200%;
    left: -60%;
  }
}

@media screen and (min-width: 768px) {

  #PicModal {
    top: 10%;
    width: 90%;
    left: 39%;
    z-index: -1;
  }

  .modal-dialog {
    height: 550px;
    width: 100%;
  }


  .display-pic-container {
    left: 5%;
    top: 0px;
    width: 75%
  }


  .modalInfo {
    left: 60%;
    top: 7%;
    width: 90%;
    margin: 0;
  }

  .cartBtn {
    width: 40%;
    bottom: -20%;
    left: 0%;
  }

  .closeModalBtn {
    top: 7px;
    left: 7px;
    font-size: 20px;
  }

  .indexGif {
    height: 100%;
    position: absolute;
    display: block;
    width: 100%;
    left: 0%;
  }
}

@media screen and (min-width: 1024px) {

  #PicModal {
    top: 10%;
    width: 70%;
    left: 39%;
    z-index: -1;
  }

  .modal-dialog {
    height: 550px;
    width: 100%;
  }


  .display-pic-container {
    left: 5%;
    top: 0px;
    width: 75%
  }


  .modalInfo {
    left: 57%;
    top: 7%;
    width: 90%;
    margin: 0;
  }

  .cartBtn {
    width: 40%;
    bottom: -20%;
    left: 0%;
  }

  .closeModalBtn {
    top: 7px;
    left: 7px;
    font-size: 20px;
  }

  .indexGif {
    height: 100%;
    position: absolute;
    display: block;
    width: 100%;
    left: 0%;
  }
}

@media screen and (min-width: 1440px) {

  #PicModal {
    top: 10%;
    width: 58%;
    left: 39%;
    z-index: -1;
  }

  .modal-dialog {
    height: 550px;
    width: 100%;
  }


  .display-pic-container {
    left: 1%;
    top: 0px;
    width: 88%;
  }


  .modalInfo {
    left: 55%;
    top: 7%;
    width: 90%;
    margin: 0;
  }

  .cartBtn {
    width: 40%;
    bottom: -20%;
    left: 0%;
  }

  .closeModalBtn {
    top: 7px;
    left: 7px;
    font-size: 20px;
  }

  .indexGif {
    height: 100%;
    position: absolute;
    display: block;
    width: 100%;
    left: 0%;
  }

  ß
}