body,
html {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

.navbar-brand img {
  width: 280px;
}

.home-header {
  height: 550px;

  position: relative;
}

.home-header h1 {
  line-height: 0.8em;
}

.home-header h3 {
  font-size: 30px;
}

.basic-header h3 {
  font-size: 30px;
}


.artist-header {
  background-image: url(../images/YT-header.jpg);
  background-position: 50% 50%;
  height: 300px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.col-shift-dk {
  position: relative;
  top: 15px;
}

a {
  font-size: 19px !important;
}

h1 {
  font-family: "capture_itregular";
  line-height: 0.8;
  font-size: 80px;
}

h2 {
  font-family: "capture_itregular";
  font-size: 50px;
}

h3 {
  font-family: "Roboto", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

.pre-nav {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #79c8ee;
  border-bottom: 1px solid #ff4ff9;
}

.pre-nav h4 {
  margin-bottom: 0px;
  font-size: 20px;
}

nav ul li {
  font-weight: bold;
  text-transform: uppercase;
}

nav a {
  color: #ff4ff9 !important;
  font-size: 19px;
  font-weight: 700;
}

nav {
  background-color: #2d2d2d;
  position: relative;
  z-index: 1;
}

.rough-edge img {
  position: absolute;
  width: 100%;
  z-index: 0;
  max-width: 100%;
}

.rough-edge-b img {
  position: absolute;
  width: 100%;
  z-index: 0;
  max-width: 100%;
  bottom: 0px;
}

.intro-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #2d2d2d;
  background-image: url(../images/grunge-pattern.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.intro-section h2 {
  color: #fff;
}

footer {
  background-color: #2d2d2d;
  border-top: 1px solid #ff4ff9;
}

footer p {
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #fff;
}

.blue-border {
  border-bottom: 1px solid #ff4ff9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.intro-section h3 {
  color: #fff;
  font-weight: 400;
}

.blue-text {
  color: #79c8ee;
}

.products .card {
  background-color: transparent;
  border: 1px solid #79c8ee;
  border-radius: 0px;
}

video#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-35%);
  background: url(../images/video-image-backup.jpg) no-repeat;
  background-size: cover;
}

.overlay-opacity {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
}

.relative-header-content {
  position: relative;
  z-index: 9;
  color: #fff;
}

.main-button {
  position: relative;
  max-width: 200px;
  margin: auto;
  z-index: 1;
}

.main-button img {
  top: -50px;
  position: absolute;
  margin-left: -107px;
  z-index: -10;
  width: 220px;
  transform: rotate(-5deg);
  left: 50%;
}

.main-button a {
  display: inline-block;
  border-radius: 5px;
  margin-top: 15px;
  color: #2d2d2d;
  font-weight: bold;
  text-decoration: none;
}

.image-bend {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.products .card-body {
  padding: 0px;
  background-color: #292929;
}

.products .card-title {
  background-color: #79c8ee;
  padding: 5px;
  margin: 0px;
}

.products .card-body img {
  max-width: 100%;
}

.products .card-text {
  margin-bottom: 0px;
  color: #fff;
}

.pre-footer {
  padding-bottom: 80px;
  background-color: #3d3d3d;
  position: relative;
}

.pre-footer img {
}

.pre-footer {
  background-image: url(../images/footer-image.png);
}

.basic-header {
  background-color: #3d3d3d;
  background-image: url(../images/footer-image.png);
  position: relative;
}

.pt-80 {
  padding-top: 80px;
}

.pre-nav img {
  padding-bottom: 5px;
}

.card-content {
  padding: 15px;
  background-color: #292929;
}

.card-content a {
  color: #79c8ee !important;
  font-size: 20px;
}

.pre-footer h4 {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

.products a {
  text-decoration: none;
  color: #2d2d2d;
}

.image-container {
  position: relative;
}

.icon-button {
  width: 50px;
  background-color: #ff4ff9;
  height: 50px;
  position: absolute;
  top: 0px;
  border-radius: 50%;
  margin: 15px;
  right: 0px;
  z-index: 9;
}

.icon-button .fa-magnifying-glass::before {
  font-size: 20px;
  position: relative;
  left: 16px;
  top: 13px;
}

ul {
  padding: 0px;
}

.quick-links ul {
  margin-top: 15px;
}

.quick-links ul a {
  color: #ff4ff9;
  font-size: 20px;
  font-weight: 500;
}

ul li {
  list-style: none;
}

.footer-logo img {
  max-width: 100%;
}

.far-logo img {
  position: absolute;
  z-index: 2;
  right: 15px;
  top: -25px;
  width: 170px;
}

.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.relative-container {
  position: relative;
}

.contact-details a {
  color: #fff;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}

.read-more a {
  padding-top: 15px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #ff4ff9 !important;
}

.skaddie {
  position: absolute;
  right: 0px;
  bottom: -100px;
}

.skaddie-2 {
  position: absolute;
  right: 0px;
  z-index: 1;
  width: 150px;
}

.social-media i {
  font-size: 30px;
}

.intro-section {
  position: relative;
}

.image-container {
  overflow: hidden;
}

.product-col img {
  transition: all 0.2s ease-in-out;
}

.product-col:hover img {
  transform: scale(1.1);
}

.owl-carousel .owl-stage-outer {
  padding: 0px;
}

.owl-carousel.owl-loaded {
  margin: 0px;
}

.main-title {
  position: relative;
  z-index: 9999999;
}

footer a {
  color: #fff;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.navbar {
  padding-top: 25px;
  padding-bottom: 25px;
}

.basic-header {
  height: 300px;
  position: relative;
}
.mt-80 {
  margin-top: 80px;
}

.pink-text {
  color: #ff4ff9;
  color: #ff4ff9;
}

.fa-hand-pointer::before {
  content: "\f25a";
  position: relative;
  left: 16px;
  top: 10px;
}

.price {
  font-size: 30px;
  font-weight: 600;
}

.select-1 .read-more a {
  padding-top: 0px;
}

.other-sections {
  color: #fff;
  padding-bottom: 80px;
  background-color: #2d2d2d;
  background-image: url(../images/grunge-pattern.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#picker {
  width: 200px;
  height: 200px;
}
#slide {
  width: 30px;
  height: 200px;
}

.box {
  height: 200px;
  width: 100%;
  background: #ffffff;
}

.opacity-cover {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
}

.item-header {
  background-color: #2d2d2d;
  position: relative;
}

.pb-80 {
  padding-bottom: 80px;
}

.item-header {
  background-image: url(../images/grunge-pattern.png);
  background-position: 50% 50%;
}

.description {
  padding: 25px;
  border: 1px solid #79c8ee;
  background-color: rgba(0, 0, 0, 0.4);
}

.product-title {
  padding-bottom: 25px;
}

.product-title h1 {
  font-size: 60px;
}

.cost-item a {
  font-size: 30px !important;
}

.gallery-con {
  padding-top: 25px;
}

@media only screen and (max-width: 768px) {
  .col {
    width: 100% !important;
  }

}

@media only screen and (max-width: 1400px) {
  .nav-link{
    font-size:14px!important;
  }
}

.our-story p {
  color: #fff;
}

.our-story {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 25px;
  border: 1px solid #79c8ee;
}

.outer {
  margin: 0 auto;
  max-width: 800px;
}
#big .item {
  margin: 2px;
  color: #fff;
  border-radius: 3px;
}
#thumbs .item {
  background: #c9c9c9;
  border: 1px solid #fff;
  line-height: 70px;
  padding: 0px;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#thumbs .item h1 {
  font-size: 18px;
}
#thumbs .current .item {
  background: #ff5722;
}
.owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}
#big.owl-theme {
  position: relative;
}
#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
  background: #333;
  width: 22px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
}
#big.owl-theme .owl-prev {
  left: 10px;
}
#big.owl-theme .owl-next {
  right: 10px;
}
#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
  background: #333;
}

#big .item {
  border: 1px solid #79c8ee;
}

.cost {
  background-color: #292929;
}

.cost p {
  margin-bottom: 0px;
  padding: 10px;
}

.products .card-title {
  color: #212529;
}

#thumbs .current .item {
  opacity: 0.5;
}

.read-more h3 {
  color: #ff4ff9;
  margin-bottom: 0px;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
  background-color: #79c8ee;
  color: #212529;
}

.box-2 {
  background-image: url(../images/test-aaron.png);
  position: relative;
  user-select: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.box-wrapper {
  position: absolute;
  transform-origin: center center;
  user-select: none;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #1e88e5;
  position: absolute;
  border-radius: 100px;
  border: 1px solid white;
  user-select: none;
}

.dot:hover {
  background-color: #0d47a1;
}

.dot.left-top {
  top: -5px;
  left: -5px;
  /* cursor: nw-resize; */
}

.dot.left-bottom {
  bottom: -5px;
  left: -5px;
  /* cursor: sw-resize; */
}

.dot.right-top {
  top: -5px;
  right: -5px;
  /* cursor: ne-resize; */
}

.dot.right-bottom {
  bottom: -5px;
  right: -5px;
  /* cursor: se-resize; */
}

.dot.top-mid {
  top: -5px;
  left: calc(50% - 5px);
  /* cursor: n-resize; */
}

.dot.left-mid {
  left: -5px;
  top: calc(50% - 5px);
  /* cursor: w-resize; */
}

.dot.right-mid {
  right: -5px;
  top: calc(50% - 5px);
  /* cursor: e-resize; */
}

.dot.bottom-mid {
  bottom: -5px;
  left: calc(50% - 5px);
  /* cursor: s-resize; */
}

.dot.rotate {
  top: -30px;
  left: calc(50% - 5px);
  cursor: url("https://findicons.com/files/icons/1620/crystal_project/16/rotate_ccw.png"),
    auto;
}

.rotate-link {
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #1e88e5;
  top: -20px;
  left: calc(50% + 0.5px);
  z-index: -1;
}

#printDiv img {
  max-width: 100%;
}

.box-wrapper {
  width: 100% !important;
}

#box {
  width: 100% !important;
}

.absolute-outline {
  position: relative;
  z-index: 9;
}

.a-color-picker-sl {
  height: 100px;
  width: 100%;
}

.custom-grip h4 {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#printDiv {
  left: 50%;
  margin-left: -93px;
}

.bg-custom-grey {
  background-color: #3a3a3a;
}

.custom-grip button {
  background-color: #79c8ee;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  width: 180px;
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

#customiser h2 {
  font-size: 3rem;
}

.edit-el {
  position: absolute;
  top: 0px;
  z-index: 9;
  max-width: 100%;
  font-size: 5em;
}

#board-bg-img {
  position: absolute;
  background-repeat: no-repeat;
}

.custom-container {
  position: relative;
}

.custom-container .rough-edge-custom img {
  left: 0px;
  position: absolute;
  max-width: 100%;
}

.grouped-buttons {
  text-align: center;
}

.left-right button {
  display: inline;
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
  height: 50px;
}

.up button {
  width: 100px;
  width: 50px;

  height: 50px;
}

.down button {
  width: 100px;
  width: 50px;

  height: 50px;
}

.grouped-buttons button {
  background-color: #ff4ff9;
  color: #fff;
  border-radius: 30px;
}

.rotate {
  position: absolute;
  right: 0px;
}

.rotate-button {
  position: absolute;
  right: 10px;
}

.rotate-button.left {
    right: 65px;
}

.absolute-outline-2 {
  position: absolute;
  top: 0px;
  z-index: 10;
  max-width: 100%;

  pointer-events: none;
}

.border-pink {
  border: 1px solid #ff4ff9;
}

.download-preview button {
  background-color: #ff4ff9;
  color: #fff;
}


.home-header{
    height: 660px;
}

.holding-page{
    background-color: #3d3d3d;
     background-image: url(../images/footer-image.png);
}

.insta p{
    color: #fff;
    
}

.btn-primary{
    margin-top: 15px;
    background-color: #ff4ff9;
    border: 0px;
    text-transform: uppercase;
}

.pre-footer img{
    max-width: 100%;
}

.form-control{
    max-width: 400px;
    margin: auto;
    margin-top: 15px;
}

.btn-primary:hover{
    background-color: #79c8ee !important;
}