/*
Theme Name: My Wordpress Theme
Theme URI: https://example.tk
Author: Me
Author URI: https://example.tk
Description: This is my custom theme
Version: 1.1
*/
@font-face {
  font-family: Ailerons;
  src: url(assets/fonts/ailerons.otf);
}

@font-face {
  font-family: Calibri;
  src: url(assets/fonts/CALIBRI.TTF);
}

/*.slick-prev::before, .slick-next::before{
  padding-bottom: 366px;
  padding-top: 366px;
  padding-right: 20px;
  padding-left: 20px;
}*/

html {
	overflow-x: initial !important;
}

@media (min-width: 320px) {
  /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */


  html,
  body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: black;
    color: white;
    /*font-family: "Roboto", sans-serif;*/
    font-family: "acumin-variable",sans-serif;
    font-variation-settings: 'wght' 400, 'wdth' 50, 'slnt' 0;
    overflow-x: hidden;
  }

  a {
    text-decoration: none;
    color: white;
  }

  h1,
  h2,
  h3 {
    margin: 0;
  }

  /*CONTAINER*/
  .pages {
    display: block;
    min-height: 100vh;
    width: 100%;
    float: left;
  }

  .container {
    margin: 0 auto;
    position: relative;
    height: 100%;
    width: 90%;
  }

  #burger-menu-icon {
    height: 14%;
    margin-right: 20px;
  }

  #burger-menu-icon:hover {
    cursor: pointer;
  }

  /*MENU BAR*/
  #menu {
    position: fixed;
    display: none;
    top: 50%;
    left: 5%;
    z-index: 10;
    margin-top: -105px;
  }

  header {
    width: 100%;
    height: 95px;
    position: fixed;
    left: 0%;
    background-color: black;
    box-sizing: border-box;
    /*font-family: 'Alexandria', sans-serif;*/
    font-weight: 900;
    text-transform: uppercase;
    z-index: 1000;
    padding: 0 20px;
    overflow: hidden;
    transition: height 150ms ease-in-out;
  }

  header.hidden {
    height: 0px;
    transition: height 100ms ease-in-out;
  }

  header.active {
    height: 462px;
    transition: height 150ms ease-in-out;
  }

  header .container div:nth-of-type(1) {
    display: flex;
    align-items: center;
    height: 95px;
  }

  header .container div:nth-of-type(2) {
    height: 270px;
    display: flex;
    flex-direction: column;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    justify-content: space-evenly;
  }

  header .container div:nth-of-type(3) {
    display: flex;
  }

  #collapsed-menu {
    width: 5vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: black;
    padding: 9vh 2vw;
    box-sizing: border-box;
    font-family: "Bentham", serif;
    z-index: 1000;
  }

  #btb-logo {
    height: 35px;
    cursor: pointer;
  }

  #expand-icon {
    position: fixed;
  }

  #main-page-logo2 {
    height: 88%;
  }

  #main-page-logo1 {
    width: 100%;
    display: none;
  }

  #main-page-menu span {
    font-size: 17px;
    opacity: 60%;
  }

  #main-page-menu span:hover {
    text-decoration: underline;
    opacity: 100%;
    cursor: pointer;
  }

  #main-page-follow-us {
    display: flex;
    border: none;
  }

  #main-page-follow-us img {
    height: 17px;
  }

  #main-page-follow-us img:hover {
    transform: scale(110%, 110%);
  }

  #main-page-follow-us a:nth-of-type(1) {
    margin-right: 7%;
  }

  #main-page-follow-us a:nth-of-type(3) {
    margin-left: 7%;
  }

  #main-page-follow-us a:nth-of-type(4) {
    margin-left: 7%;
  }

  .current-selected {
    border: 4px solid #d2d2d2 !important;
    -webkit-transition: border 800ms linear;
    -ms-transition: border 800ms linear;
    transition: border 800ms linear;
  }

  .circle-buttons:hover {
    border: 4px solid #999999;
  }

  .circle-buttons {
    height: 7px;
    width: 7px;
    border: 4px solid #3f3f3f;
    border-radius: 50%;
    margin-bottom: 24px;
    cursor: pointer;
  }

  /*---------------PAGE1---------------*/
  #page1 {
    font-family: "Bentham", serif;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
  }

  .slide-image1 {
    background: url(assets/images/mobile-basic-slide-photos/scar_mobile.jpg) no-repeat center
      center fixed;
    opacity: 100%;
    transition: opacity 1500ms;
    filter: brightness(100%);
  }

  .slide-image2 {
    background: url(assets/images/mobile-basic-slide-photos/mobile-slide_1.jpg) no-repeat center
      center fixed;
    opacity: 100%;
    transition: opacity 1500ms;
    filter: brightness(100%);
  }

  .slide-image3 {
    background: url(assets/images/mobile-basic-slide-photos/mobile-slide_2.jpg) no-repeat center
      center fixed;
    opacity: 100%;
    transition: opacity 1500ms;
    filter: brightness(100%);
  }

  .slide-image4 {
    background: url(assets/images/mobile-basic-slide-photos/mobile-slide_3.jpg) no-repeat center
      center fixed;
    opacity: 100%;
    transition: opacity 1500ms;
    filter: brightness(100%);
  }

  .slide-image5 {
    background: url(assets/images/mobile-basic-slide-photos/mobile-slide_4.jpg) no-repeat center
      center fixed;
    opacity: 100%;
    transition: opacity 1500ms;
    filter: brightness(100%);
  }

  /*.slide-image6 {
    background: url(assets/images/mobile-basic-slide-photos/mobile-slide-photo6.jpg) no-repeat center
      center fixed;
    opacity: 100%;
    transition: opacity 1500ms;
    filter: brightness(80%);
  }*/

  .deactivate-images {
    opacity: 0% !important;
  }

  #page1 img {
    position: absolute;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }

  #page1-container {
    display: flex;
  }

  #page1 h1 {
    align-self: flex-end;
    font-size: 7.55vw;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  /*---------------PAGE2---------------*/
  #page2 {
    min-height: 75vh;
    position: relative;
    font-size: 16px;
    /*font-family: 'Alexandria', sans-serif;*/
    font-weight: 300;
    background-color: #090909;
  }

  #page2 img {
    max-width: 100%;
  }

  #appearing-texts {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    position: absolute;
    top: 10%;
    width: 100%;
  }

  #appearing-text1 {
    margin-right: 15px; 
  }

  #appearing-text2 {
    margin-left: 1.8rem; 
  }

  #appearing-text3 {
    margin-left: 15px;
  }

  .appearing-text {
    transform: translateY(20px);
    opacity: 0;
    text-align: center;
    transition: all 2s ease;
  }

  .appearing-text.active {
    transform: translateY(0px);
    opacity: 1;
  }

  #appearing-text4 {
    text-align: right;
    top: 10%;
    right: 0%;
    display: none;
  }

  #appearing-text5 {
    text-align: right;
    top: 37%;
    right: 0%;
    display: none;
  }

  #appearing-text6 {
    text-align: right;
    top: 67%;
    right: 0%;
    display: none;
  }

  #circle-logo {
    -webkit-animation: spin 30s linear infinite;
    -moz-animation: spin 30s linear infinite;
    animation: spin 30s linear infinite;
  }

  #triangle-logo {
    cursor: pointer;
    z-index: 5;
    transition: transform 250ms ease-in-out;
    transform-origin: center;
  }

  #triangle-logo:hover {
    transform: scale(1.05);
  }

  #triangle-logo:hover + #circle-logo {
    -webkit-animation: spin-reversed 10s linear infinite;
    -moz-animation: spin-reversed 10s linear infinite;
    animation: spin-reversed 10s linear infinite;
  }

  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
    }
  }

  @-moz-keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
    }
  }

  @keyframes spin-reversed {
    100% {
      -webkit-transform: rotate(-360deg);
    }
  }

  @-webkit-keyframes spin-reversed {
    100% {
      -webkit-transform: rotate(-360deg);
    }
  }

  @-moz-keyframes spin-reversed {
    100% {
      -webkit-transform: rotate(-360deg);
    }
  }

  @keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
    }
  }

  @-webkit-keyframes scale {
    to {
      transform: scale(1.2);
    }
  }

  @-moz-keyframes scale {
    to {
      transform: scale(1.2);
    }
  }

  @keyframes scale {
    to {
      transform: scale(1.2);
    }
  }

  #blue-background1 {
    background: linear-gradient(
      150deg,
      rgb(35, 35, 35) 0%,
      rgb(73, 73, 73) 18%,
      rgb(37, 37, 37) 69%,
      rgb(0, 0, 0) 85%,
      rgb(0, 0, 0) 100%
    );
    position: absolute;
    left: 50%;
    height: 100%;
    width: 50%;
  }

  /*---------------PAGE3---------------*/
  #page3 {
    /*font-family: Ailerons;*/
    font-family: "acumin-variable", sans-serif;
    font-size: 30px;
    position: relative;
  }

  #page3-content-mobile {
    position: relative;
  }

  #page3 h1 {
    text-transform: uppercase;
    line-height: 54px;
  }

  #page3 h1 br {
    margin-bottom: 4vh;
  }

  #page3 .container {
    display: none;
  }

  #page3-content-mobile img {
    width: 100%;
    position: relative;
  }

  #play-button {
    font-size: 29px;
    color: black;
    background-color: white;
    box-sizing: border-box;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    position: absolute;
    bottom: 5%;
    left: 5%;
    transition: background-color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
  }

  #play-button:hover {
    color: white;
    background-color: black;
  }

  #blue-background2 {
    display: none;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 0 50vw 100vh 0;
    border-color: transparent transparent black transparent;
    border-style: solid;
  }

  #youtube-media-player {
    width: 100%;
    border: 0;
    border-radius: 30px;
  }
  #vertical-h1-with-player + h1 {
    margin-left: 4vw;
    margin-top: 1vh;
  }
  #vertical-h1-with-player {
    margin-top: 10vh;
  }

  .news-rows {
    display: flex;
  }

  .news-rows:nth-of-type(1) {
    height: 80vh;
  }

  .news-rows:nth-of-type(1) h1 {
    width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 1vw;
    margin-right: 2vw;
  }

  .news-rows:nth-of-type(2) {
    height: 10vh;
  }

  .news-rows:nth-of-type(2) h1 {
    width: 1135px;
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;
  }

  #blank-space {
    width: 88px;
  }
  /*---------------PAGE4---------------*/

  #splitter {
    display: none;
    background-color: rgb(54, 54, 54);
    height: 2px;
    width: 100%;
  }

  #page4 {
    /*font-family: Ailerons;*/
    font-family: "acumin-variable", sans-serif;
    min-height: 80vh;
  }

  #page h1,
  h2,
  h3 {
    text-transform: uppercase;
  }

  #page4 h1 {
    font-size: 50px;
    margin: 70px 0;
    text-indent: -15px;
    text-align: center;
    font-variation-settings: 'wght' 700, 'wdth' 50, 'slnt' 0;
  }

  #page4 h2 {
    font-size: 26px;
    margin-bottom: 2px;
    font-variation-settings: 'wght' 700, 'wdth' 50, 'slnt' 0;
  }

  #page4 h3 {
    font-size: 20px;
    color: #686868;
  }

  .row-of-releases {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .release {
    width: 320px;
    float: left;
    margin: 0 10px;
    margin-bottom: 20px;
  }

  .release:last-of-type {
    padding-right: 0;
  }

  .preview-image {
    max-width: 100%;
    max-height: 370px;
    object-fit: cover;
    border-radius: 10px;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
  }

  /*FOR DESKTOP*/
  .sub-release:hover > img {
    opacity: 50%;
  }

  .sub-release:hover > .music-platforms-icons {
    display: flex;
  }

  /*FOR MOBILES ONCLICK*/
  .sub-release.active > img {
    opacity: 50%;
  }

  .sub-release.active > .music-platforms-icons {
    display: flex;
  }

  .music-platforms-icons {
    min-width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    display: none;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .music-platforms-icons a {
    margin-right: 2%;
  }

  .music-platforms-icons a:last-of-type {
    margin-right: 0;
  }

  .music-platforms-icons img {
    position: relative;
    width: 30px;
  }

  .music-platforms-icons img:hover {
    transform: scale(110%, 110%);
  }

  .sub-release {
    position: relative;
    margin-bottom: 10px;
  }

  #show-more {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-family: "Bentham", serif;
    font-size: 20px;
  }

  #show-more span:nth-child(1) {
    text-decoration: underline;
  }

  #show-more span:nth-child(2) {
    font-size: 20px;
  }

  #show-more span {
    margin: 0 auto;
    cursor: pointer;
  }

  /*---------------PAGE5---------------*/

  #page5 {
    /*font-family: Ailerons;*/
    font-family: "acumin-variable", sans-serif;
    min-height: 64vh;
  }

  #table-container {
    margin-bottom: 70px;
  }

  #page5 table {
    width: 100%;
    border-collapse: collapse;
    /*font-family: Calibri;*/
    font-size: 15px;
  }

  #no-content-table {
    display: flex;
    justify-content: center;
    height: 200px;
    box-sizing: border-box;
    padding: 40px;
    /*font-family: Calibri;*/
    font-size: 15px;
  }

  #page5 h1 {
    font-size: 50px;
    margin: 70px 0;
    font-variation-settings: 'wght' 700, 'wdth' 50, 'slnt' 0;
  }

  #page5 h2 {
    font-variation-settings: 'wght' 700, 'wdth' 50, 'slnt' 0;
  }

  .link-animation {
    display: inline-block;
    position: relative;
  }

  .link-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    transform-origin: bottom center;
    transition: transform 0.25s ease-out;
  }

  .link-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom center;
  }

  #page5 td {
    padding: 10px;
    font-variation-settings: 'wght' 700, 'wdth' 50, 'slnt' 0;
  }

  #page5 tr {
    border-bottom: 2px solid grey;
  }

  #table-first-row {
    /*font-family: Ailerons;*/
    font-family: "acumin-variable", sans-serif;
    text-indent: -11px;
    font-size: 26px;
  }

  #table-first-row ~ tr:hover {
    background-color: #202020;
  }

  /*---------------PAGE6---------------*/
  #page6 {
    font-family: Calibri;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    min-height: 80vh;
  }

  #page6 h1,
  h2 {
    text-transform: uppercase;
  }

  #page6 h1 {
    font-size: 32px;
    text-indent: -6px;
    font-family: "acumin-variable", sans-serif;
    /*font-family: Ailerons;*/
    margin-bottom: 15px;
  }

  #page6 h2 {
    font-size: 22px;
    /*font-family: Ailerons;*/
    font-family: "acumin-variable", sans-serif;
    margin-bottom: 1.5vh;
    margin-top: 2.5vh;
    text-indent: -3px;
  }

  .mini-containers {
    background-color: #161616;
    position: relative;
    box-sizing: border-box;
    padding: 35px;
    transition: all 2s ease;

    margin-top: 40px;
  }

  .mini-containers:nth-of-type(1) {
    width: 0vw;
    min-height: 25vh;
    border-radius: 0 20px 20px 0;
    top: 6%;
    display: flex;
    justify-content: flex-end;
  }

  .mini-containers:nth-of-type(1).active {
    width: 90vw;
  }

  .mini-containers:nth-of-type(2) {
    width: 0vw;
    min-height: 25vh;
    border-radius: 20px 0 0 20px;
    right: 0%;
    bottom: 6%;

    margin-bottom: 40px;
    align-self: flex-end;
  }

  .mini-containers:nth-of-type(2).active {
    width: 90vw;
  }

  .mini-containers:nth-of-type(2) a button {
    border-radius: 10px;
    color: black;
    background-color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px;
  }

  #container-wrapper {
    float: right;
  }

  #contact-follow-us {
    display: flex;
    position: relative;
  }

  #contact-follow-us img {
    height: 15px;
  }

  #contact-follow-us img:hover {
    transform: scale(110%, 110%);
  }

  #contact-follow-us a:nth-of-type(1) {
    margin-right: 8px;
  }

  #contact-follow-us a:nth-of-type(3) {
    margin-left: 8px;
  }

  #contact-follow-us a:nth-of-type(4) {
    margin-left: 8px;
  }

  #contact-addresses {
    margin-bottom: 25px;
    width: 200px;
  }
}

@media (min-width: 480px) {
  /* smartphones, Android phones, landscape iPhone */
  #page2 {
    font-size: 18px;
  }

  .mini-containers:nth-of-type(1).active {
    width: 80vw;
  }

  .mini-containers:nth-of-type(2).active {
    width: 80vw;
  }
}

@media (min-width: 600px) {
  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */

  #page2 {
    font-size: 20px;
  }

  .mini-containers:nth-of-type(1).active {
    width: 70vw;
  }

  .mini-containers:nth-of-type(2).active {
    width: 70vw;
  }
}

@media (min-width: 801px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */

   #page3 {
      min-height: 65vh;
  }

  #btb-logo {
    height: 45px;
  }

  .slide-image1 {
    background: url(assets/images/basic-slide-photos/scar_desktop.jpg) no-repeat
      center center fixed;
    opacity: 100%;
    transition: opacity 1500ms;
    filter: brightness(100%);
  }

  .slide-image2 {
    background: url(assets/images/basic-slide-photos/slider-photo-2024_02_1_c.jpg) no-repeat
      center center fixed;
    opacity: 100%;
    transition: opacity 1500ms;
    filter: brightness(100%);
  }

  .slide-image3 {
    background: url(assets/images/basic-slide-photos/slider-photo-2024_02_2_c.jpg) no-repeat
      center center fixed;
    opacity: 100%;
    transition: opacity 1500ms;
    filter: brightness(100%);
  }

  .slide-image4 {
    background: url(assets/images/basic-slide-photos/slider-photo-2024_02_3_c.jpg) no-repeat
      center center fixed;
    opacity: 100%;
    transition: opacity 1500ms;
    filter: brightness(100%);
  }

  .slide-image5 {
    background: url(assets/images/basic-slide-photos/slider-photo-2024_02_4_c.jpg) no-repeat
      center center fixed;
    opacity: 100%;
    transition: opacity 1500ms;
    filter: brightness(100%);
  }

  /*.slide-image6 {
    background: url(assets/images/basic-slide-photos/slider-photo-6.jpg) no-repeat
      center center fixed;
    opacity: 100%;
    transition: opacity 1500ms;
    filter: brightness(80%);
  }*/

  .music-platforms-icons img {
    width: 33px;
  }

  #page2 {
    font-size: 22px;
  }

  #page3-content-mobile {
    display: none;
  }

  #page3 .container {
    display: block;
  }

  #page4 h2 {
    font-size: 29px;
  }

  #page4 h3 {
    font-size: 23px;
  }

  #show-more {
    font-size: 21px;
  }

  #page5 table {
    font-size: 17px;
  }

  #no-content-table {
    font-size: 20px;
  }

  #page6 {
    font-size: 18px;
  }

  #page6 h1 {
    font-size: 37px;
  }

  #page6 h2 {
    font-size: 27px;
  }

  #contact-follow-us img {
    height: 18px;
  }

  .mini-containers:nth-of-type(2) a button {
    font-size: 15px;
  }

  #contact-addresses {
    width: 400px;
  }
}
@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */

  #appearing-texts {
    font-size: 32px;
  }

  #page3 {
    font-size: 42px;
  }

  #page4 h1,
  #page5 h1 {
    font-size: 64px;
  }

  #page4 h2 {
    font-size: 32px;
  }

  #page4 h3 {
    font-size: 28px;
  }

  #table-first-row {
    font-size: 34px;
  }

  #page5 table {
    font-size: 22px;
  }

  #page6 {
    font-size: 22px;
    flex-direction: row;
  }

  #page6 h1 {
    font-size: 64px;
    text-indent: -2px;
  }

  #page6 h2 {
    font-size: 39px;
  }

  #contact-wrapper {
    width: 48vw;
    margin-right: 20px;
    margin-top: 10vh;
  }

  .mini-containers:nth-of-type(1).active {
    width: 46vw;
  }

  .mini-containers:nth-of-type(1) {
    width: 20vw;
    min-height: auto;
    top: 0;
    box-sizing: unset;
    border-radius: 0 20px 20px 0;
    align-self: center;
  }

  .mini-containers:nth-of-type(2).active {
    width: auto;
    height: 70vh;
  }

  .mini-containers:nth-of-type(2) {
    height: 0vh;
    width: auto;
    min-height: 17vh;
    border-radius: 19px 20px 0 0;
    align-self: flex-end;
    margin-left: 50px;
    margin-bottom: 0;
    margin-top: 10vh;
    overflow-y: hidden;

    right: 0%;
    bottom: 0%;
  }

  .mini-containers {
    background-color: #161616;
    position: relative;
    box-sizing: border-box;
    padding: 35px;
    transition: all 2s ease;
    margin-top: 0;
  }

  #contact-follow-us img {
    height: 25px;
  }

  .mini-containers:nth-of-type(2) a button {
    font-size: 20px;
    padding: 16px;
  }
}

@media (min-width: 1281px) {
  /* hi-res laptops and desktops */

  .release {
    margin-bottom: 60px;
  }

  .container {
    width: 70%;
  }

  header .container {
    display: flex;
  }

  header .container div:nth-of-type(1) {
    display: flex;
    align-items: center;
    height: 95px;
  }

  header .container div:nth-of-type(2) {
    height: 100%;
    width: 576px;
    display: flex;
    flex-direction: row;
    border: none;
    justify-content: space-evenly;
    margin-left: auto;
  }

  header.active {
    height: 95px;
  }

  header.hidden {
    height: 0px;
    transition: height 100ms ease-in-out;
  }

  header .container div:nth-of-type(3) {
    display: none;
  }

  #main-page-menu span {
    font-size: 27px;
    align-self: center;
  }

  #main-page-logo2 {
    height: 95%;
  }

  #burger-menu-icon {
    display: none;
  }

  .release {
    width: 371px;
  }
}

#whole-logo {
  position: absolute;
  top: 50%;  /* position the top  edge of the element at the middle of the parent */
  left: 50%; /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, -50%);
  margin-left: -175px;
  margin-top: -175px;
}

#whole-logo img {
  width: 350px;
  position: absolute;
}

@media (max-width: 767px) {
  #whole-logo {
    margin-left: -125px;
    margin-top: -94px;
  }

  #whole-logo img {
    width: 250px;
  }
}

#products-page {
  /*font-family: 'Alexandria', sans-serif;*/
  background-image: url("https://boundtobreak.com/wordpress/wp-content/themes/customboundtobreak/assets/images/rain_background_1.webp");
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 190px 0;
}

#products-page .tag {
  box-sizing: border-box;
  padding: 3px 8px;
  background-color: #6B6B6B;
  border-radius: 7px;
  font-size: 23px;
  border: 2px solid #ECECEC;
  color: #ECECEC;
  margin-left: 5px;
}

#products-page h2, h3 {
  text-transform: uppercase;
  font-size: 5rem;
}

#products-page h3 {
  font-size: 22px;
  margin-bottom: 0.2em;
}

.product-description {
  color: #EAEAEA;
  font-size: 23px;
  line-height: 30px;
}

.track-list {
  margin-top: 0.4em;
}

.imgContainer {
  position: relative;
}

.wpcf7-submit {
  color: #131313;
}

.slideshowImage {
  width: 442px;
}

.image-switch-cont {
  display: flex;
  margin-top: 10px;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.image-switch-cont li {
 list-style-type: none;
  width: 80px;
  margin: 0 8px;
}

.image-switch-cont img {
  width: 100%;
}

.image-switch-cont li:hover {
  cursor: pointer;
}

.whole-product-section {
  padding-top: 75px;
  padding-bottom: 75px;
  border-bottom: 3px solid #1a1b15;
}

.whole-product-section:first-of-type {
  padding-top: 0;
}

.whole-product-section:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.form-description_mobile {
  display: none;
}

.form-description_mobile h2 {
  font-size: 39px;
  margin-bottom: 0.3em;
}

.form-description_mobile p {
  margin-bottom: 2.5em;
}

.form-description_desktop h2 {
  font-size: 45px;
  margin-bottom: 0.4em;
}

.form-description_desktop p {
  font-size: 20px;
  margin-bottom: 0.4em;
}

.form-container {
  padding-right: 25px;
}

@media (max-width: 991px) {
  .form-container {
    padding-right: 0;
  }
  .form-description_desktop {
    display: none;
  }

  .form-description_mobile {
    display: block;
  }
}

@media (max-width: 1999px) {
  .slideshowImage {
    width: 342px;
  }
}
@media (max-width: 767px) {
  #products-page {
    padding: 130px 0;
  }

  .slideshowImage {
    width: 342px;
  }

  .imgContainer {
   margin-top: 20px;
 }
}

@media (max-width: 412px) {
  #products-page {
    padding: 130px 0;
    padding-bottom: 20px;
  }

  #products-page input, #products-page textarea {
    width: 100%;
  }

  .slideshowImage {
    width: 314px;
  }

  .imgContainer {
   margin-top: 20px;
 }

 .image-switch-cont li {
    width: 60px;
  }
}

#products-page .imgContainer button {
  background-color: #fff;
  padding: 3px 11px;
  padding-bottom: 3px;
  border-radius: 50px;
  border: none;
  padding-bottom: 4px;
  visibility: hidden;
  opacity: 0%;
  transition: opacity 0.1s, visibility 0.1s;
 }

#products-page .imgContainer:hover button {
  visibility: visible;
  opacity: 70%;
}

#products-page .imgContainer .leftButton {
    position: absolute;
    left: 0; bottom: 50%;
    margin-left: 10px;
    padding-left: 12px;
}
#products-page .imgContainer .rightButton {
    position: absolute;
    right: 0; bottom: 50%;
    margin-right: 10px;
    padding-right: 12px;
}

 #products-page input, #products-page textarea {
    background-color: #f9f9f9;
    padding: 10px 10px;
    border: none;
    width: 100%;
    border-radius: 2px;
 }

 #products-page textarea {
  
 }

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  color: #858585;
}

.wpcf7-not-valid-tip {
  color: #858585;
}

.wpcf7-submit {
  background-color: #4a4a4a !important;
  color: #cecece !important;
  width: 130px !important;
}

.wpcf7-submit:hover {
  background-color: #313131 !important;
  color: #acacac !important;
}
@media (max-width: 926px) {
  #page1 {
    background-attachment: scroll !important;
  }
}