*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  background-color: #000;
}

h2, h3
{
  font-family: 'Timmana', sans-serif;
}

section
{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.fadeUp {
  transform: translateY(50px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: linear;
}
.inView {
     transform: none;
     opacity: 1;
 }
#sectionOne
{
  width: 100%;
  min-height: 100vh;
  background-color: #000000;
}
section#sectionOne::before
{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10%;
  left: -40%  ;
  z-index: 0;
  background: url(../images/Block_Clean.png) 50% 50% no-repeat;
  background-size: 50%;
  transform: rotate(-55deg);
  overflow: hidden;
  -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
   -moz-animation: fadein 3s; /* Firefox < 16 */
    -ms-animation: fadein 3s; /* Internet Explorer */
     -o-animation: fadein 3s; /* Opera < 12.1 */
        animation: fadein 3s;
}

#sectionTwo
{
  width: 100%;
  min-height: 25vh;
  background-image: url('../images/BW_BG.png');
  background-repeat: repeat;
  background-size: 325px 325px;
}
#sectionThree
{
  width: 100%;
  min-height: 100vh;
  background-color: #000000;
}
#sectionFour
{
  width: 100%;
  min-height: 20vh;
  background-image: url('../images/BW_BG.png');
  background-repeat: repeat;
  background-size: 325px 325px;
}
#sectionFive
{
  width: 100%;
  min-height: 100vh;
  background-color: #000000;
}
#sectionSix
{
  width: 100%;
  min-height: 20vh;
  background-image: url('../images/BW_BG.png');
  background-repeat: repeat;
  background-size: 325px 325px;
}
#sectionSeven
{
  width: 100%;
  min-height: 10vh;
  background-color: #000000;
}
#sectionEight
{
  width: 100%;
  min-height: 20vh;
  background-image: url('../images/BW_BG.png');
  background-repeat: repeat;
  background-size: 325px 325px;
}

#sectionOne, #sectionTwo, #sectionThree, #sectionFour, #sectionFive, #sectionSix, #sectionSeven, #sectionEight
{
  padding: 100px 10%;
}

header
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 0px 10%;
  display: flex;
  background-color: #000000;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
   -moz-animation: fadein 3s; /* Firefox < 16 */
    -ms-animation: fadein 3s; /* Internet Explorer */
     -o-animation: fadein 3s; /* Opera < 12.1 */
        animation: fadein 3s;
}
header .logo
{
  display: block;
  position: relative;
  max-height: 60px;
}

header ul
{
  position: relative;
  display: flex;
}
header ul li
{
  list-style: none;
}
header ul li a
{
  display: inline-block;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 500;
  margin-left: 40px;
  text-decoration: none;
}

header ul li a.buy {
  display: block;

  padding: 2px 10px;
  background: #ff0056;
  color: #000;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.thumb
{
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: flex;
  -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
   -moz-animation: fadein 3s; /* Firefox < 16 */
    -ms-animation: fadein 3s; /* Internet Explorer */
     -o-animation: fadein 3s; /* Opera < 12.1 */
        animation: fadein 3s;
}
.thumb li
{
  list-style: none;
  display: inline-block;
  margin: 5px 5px;
  cursor: pointer;
  transition: 0.5s;
}
.thumb li:hover
{
  transform: translateY(-15px);
}
.thumb li img
{
  max-width: 100px;
}
.thumb::before{
  content: "(Click  on the BLOCK to see more info)";
  position: absolute;
  width: 100%;
  top: -20%;
  left: 50%;
  font-size: clamp(0.6rem, 1vw, 1.2rem);
  font-weight: 400;
  transform:translate(-50%,-50%);
  text-align: center;
  color: #4c4c4c;
}

.content
{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.content .contentBox
{
  position: relative;
  width: 100%;
}

.content h2
{
  color: #ff0056;
  font-size: 4em;
  line-height: 1.2em;
}
.content .card
{
  flex: 0 0 calc(33% - 2em);
  text-align: center;
}

.content .card h3
{
  color: #ff0056;
  font-size: 3em;
  font-weight: 400;
}

.content .card p
{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 1.6em;
  font-weight: 500;
}
.content .blackbox
{
  display: flex;
  flex-direction: column;
  align-items: center;

  background-color: #000000;
  padding: 30px;
  border-radius: 10px;
}
.content .policy
{
  background-color: #000000;
  padding: 30px;
  border-radius: 10px;
}
.content .policy:hover
{
  cursor: pointer;
}

.content .textBox
{
  position: relative;
  max-width: 600px;
}
.content .textBox h1
{
  color: #ff0056;
  font-family: 'Timmana', sans-serif;
  font-size: 5em;
  line-height: 1.2em;
  font-weight: 600;
  overflow: hidden;
}
.content .textBox span
{
  color: #fff;
  font-size: 1.2em;
}
.content .textBox h2
{
  color: #ff0056;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 400;
}

.content .textBox p
{
  color: #fff;
  font-size: 1.6em;
  line-height: 1.4em;
  overflow: hidden;
}
.content .textBox a
{
  display: inline-block;
  margin-top: 40px;
  padding: 10px 25px;
  background: #ff0056;
  color: #000;
  border-radius: 5px;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}
.content .imgBox
{
  width: 600px;
  display: flex;
  justify-content: flex-end;
  padding-right: 50px;
  margin-top: 50px;
}
.content .imgBox img
{
  max-width: 500px;
  -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
   -moz-animation: fadein 3s; /* Firefox < 16 */
    -ms-animation: fadein 3s; /* Internet Explorer */
     -o-animation: fadein 3s; /* Opera < 12.1 */
        animation: fadein 3s;
}

#sectionThree .content
{
  flex-direction: column !important;
}
#sectionThree .content .videoBox
{
  width: 100%;
}
#sectionFive .content .contentBox .card
{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  border-radius: 10px;
}
#sectionFour .content .contentBox .card p a
{
  color: #ff0056;
}

p.attention
{
  display: none;
  font-size: 1em !important;
  color: #ccc !important;
}
.attention span
{
  color: #ff0056 !important;
}

footer
{
  position: relative;
  width: 100%;
  min-height: 10vh;
  padding: 0px 100px;
  display: flex;
  flex-direction: column;
  background-color: #000000;
  justify-content: space-between;
  align-items: center;
}
footer .logo
{
  position: relative;
  max-height: 100px;
  margin-top: 30px;
}
footer p
{
  color: #fff;
  padding: 10px;
  font-size: 1.2em;
}
footer ul
{
  position: relative;
  display: flex;
}
footer ul li
{
  list-style: none;
}
footer ul li a
{
  display: inline-block;
  color: #ff0056;
  font-weight: 400;
  margin: 30px 15px;
  text-decoration: none;
}
footer ul li a img
{
  max-height: 60px;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}


/* --------------------------- Responsive Design ---------------------------- */
@media only screen and (max-width: 375px) {

  header
  {
    padding: 20px 10px;
  }
  header .logo
  {
    max-width: 60px;
  }
  header ul
  {
    display: none;
  }
  .toggle
  {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/menu.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    /*filter: invert(1);*/
    z-index: 12;
  }
  .toggle.active
  {
    position: fixed;
    right: 10px;
    background: url(../images/close.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }
  header ul.navigation.active
  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #000000;
    z-index: 10;
  }
  header ul.navigation li a
  {
    font-size: 1.5em;
    margin: 5px 0;
  }

  #sectionOne
  {
    padding: 100px 10px;
  }

  #sectionTwo, #sectionThree, #sectionFour, #sectionFive, #sectionSix, #sectionSeven, #sectionEight
  {
    padding: 10% 10px;
  }

/* ----------------------------------- Secttion 1 --------------------------- */
  section#sectionOne::before
  {
    content: "";
    position: absolute;
    width: 60%;
    height: 50%;
    top: 5%;
    left: -20%;
    z-index: 0;
    background: url(../images/Block_Clean.png) 50% 50% no-repeat;
    background-size: 70%;
    transform: rotate(-55deg);
    overflow: hidden;
  }
  #sectionOne .content
  {
    justify-content: center;
  }
  #sectionOne .content .textBox h1
  {
    font-size: 2.4em;
    line-height: 1.4em;
    font-weight: 400;
    overflow: hidden;
  }
  #sectionOne .content .textBox span
  {
    color: #ddd;
    font-size: 0.8em;
  }
  #sectionOne .content .textBox p
  {
    font-size: 0.9em;
    line-height: 1.2em;
    overflow: hidden;
  }
  #sectionOne .content .textBox a
  {
    display: inline-block;
    margin-top: 20px;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
  }
  #sectionOne .content .imgBox
  {
    width: 300px;
    display: flex;
    justify-content: center;
    padding: 0px;
  }
  #sectionOne .content .imgBox img
  {
    max-width: 160px;
  }
  .thumb
  {
    left: 50%;
    bottom: 10px;
  }
  .thumb li
  {
    margin: 5px 0px;
  }

  .thumb li img
  {
    max-width: 50px;
  }

/* ----------------------------------- Secttion 2 --------------------------- */
  #sectionTwo .content
  {
    align-items: center !important;
  }

  #sectionTwo .content .card
  {
    flex: 0 0 calc(100%);
    margin-bottom: 40px;
    justify-content: center;
  }

  #sectionTwo .content .card:last-child
  {
    margin-bottom: 0px;
  }

  #sectionTwo .content .card h3
  {
    font-size: 2em;
    font-weight: 400;
  }

  #sectionTwo .content .card p
  {
    font-size: 1em;
    font-weight: 400;
  }
  #sectionTwo .content .blackbox
  {
    padding: 15px;
    border-radius: 10px;
  }
/* ----------------------------------- Secttion 3 --------------------------- */
  #sectionThree
  {
    min-height: 50vh;
  }

  #sectionThree .content .videoBox h2
  {
    font-size: 2em;
    font-weight: 400;
  }

  /*new*/

  #sectionThree .content .videoBox .card h3
  {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 10px;
  }
  #sectionThree .content .videoBox .card p
  {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
  }
  #sectionThree .content .card
  {
    margin-bottom: 0px;
  }
/* ----------------------------------- Secttion 4 --------------------------- */
  #sectionFour .content .contentBox h2
  {
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 20px;
  }
  #sectionFour .content .contentBox .card h3
  {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 10px;
  }
  #sectionFour .content .contentBox .card p
  {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
  }
  #sectionFour .content .card
  {
    margin-bottom: 0px;
  }
/* ----------------------------------- Secttion 5 --------------------------- */
  #sectionFive .content .contentBox .card
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border-radius: 10px;
  }

  #sectionFive .content .contentBox h2
  {
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 20px;
  }
  #sectionFive .content .contentBox .card h3
  {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 10px;
  }
  #sectionFive .content .contentBox .card p
  {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
  }

/* ----------------------------------- Secttion 6 --------------------------- */
  #sectionSix .content .contentBox h2
  {
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 20px;
  }
  #sectionSix .content .contentBox .card h3
  {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 10px;
  }
  #sectionSix .content .contentBox .card p
  {
    font-size: 1em;
    font-weight: 400;
    line-height: 1em;
  }

  /* ----------------------------------- Secttion 7 --------------------------- */

  #sectionSeven .content .contentBox .card
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border-radius: 10px;
  }

  #sectionSeven .content .contentBox h2
  {
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 20px;
  }
  #sectionSeven .content .contentBox .card h3
  {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 10px;
  }
  #sectionSeven .content .contentBox .card p
  {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
  }

  /* ----------------------------------- Secttion 8 --------------------------- */

  #sectionEight .content .contentBox h2
  {
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 20px;
  }
  #sectionEight .content .contentBox .card h3
  {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 10px;
  }
  #sectionEight .content .contentBox .card p
  {
    font-size: 1em;
    font-weight: 400;
    line-height: 1em;
  }

  /* ----------------------------------- Footer --------------------------- */

  footer
  {
    min-height: 10vh;
    padding: 0px;
  }
  footer .logo
  {
    height: 75px;
    margin: 10px;
  }

  footer ul li a
  {
    font-weight: 400;
    margin: 10px 15px;
  }
  footer p
  {
    color: #ddd;
    font-size: 0.8em;
    line-height: 1em;
    font-weight: 400;
  }
  footer ul li a img
  {
    max-height: 40px;
  }

}

@media only screen and (min-width: 376px) and (max-width: 576px) {

  header
  {
    padding: 20px;
  }
  header .logo
  {
    max-width: 60px;
  }
  header ul
  {
    display: none;
  }
  .toggle
  {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/menu.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    /*filter: invert(1);*/
    z-index: 12;
  }
  .toggle.active
  {
    position: fixed;
    right: 30px;
    background: url(../images/close.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }
  header ul.navigation.active
  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #000000;
    z-index: 10;
  }
  header ul.navigation li a
  {
    font-size: 1.5em;
    margin: 5px 0;
  }

  #sectionOne
  {
    padding: 100px 30px;
  }

  #sectionTwo, #sectionThree, #sectionFour, #sectionFive, #sectionSix, #sectionSeven, #sectionEight
  {
    padding: 10% 30px;
  }

/* ----------------------------------- Secttion 1 --------------------------- */
  section#sectionOne::before
  {
    content: "";
    position: absolute;
    width: 75%;
    height: 50%;
    top: 0%;
    left: -20%;
    z-index: 0;
    background: url(../images/Block_Clean.png) 50% 50% no-repeat;
    background-size: 70%;
    transform: rotate(-55deg);
    overflow: hidden;
  }
  #sectionOne .content
  {
    justify-content: center;
  }
  #sectionOne .content .textBox h1
  {
    font-size: 2.8em;
    line-height: 1.4em;
    font-weight: 400;
    overflow: hidden;
  }
  #sectionOne .content .textBox span
  {
    color: #ddd;
    font-size: 1em;
  }
  #sectionOne .content .textBox p
  {
    font-size: 1.1em;
    line-height: 1.4em;
    overflow: hidden;
  }
  #sectionOne .content .textBox a
  {
    display: inline-block;
    margin-top: 20px;
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
  }
  #sectionOne .content .imgBox
  {
    width: 300px;
    display: flex;
    justify-content: center;
    padding: 0px;
  }
  #sectionOne .content .imgBox img
  {
    max-width: 200px;
  }
  .thumb
  {
    left: 50%;
    bottom: 10px;
  }
  .thumb li
  {
    margin: 5px 0px;
  }

  .thumb li img
  {
    max-width: 50px;
  }
/* ----------------------------------- Secttion 2 --------------------------- */
  #sectionTwo .content
  {
    align-items: center !important;
  }

  #sectionTwo .content .card
  {
    flex: 0 0 calc(100%);
    margin-bottom: 40px;
    justify-content: center;
  }

  #sectionTwo .content .card:last-child
  {
    margin-bottom: 0px;
  }

  #sectionTwo .content .card h3
  {
    font-size: 2em;
    font-weight: 400;
  }

  #sectionTwo .content .card p
  {
    font-size: 1em;
    font-weight: 400;
  }
  #sectionTwo .content .blackbox
  {
    padding: 15px;
    border-radius: 10px;
  }
/* ----------------------------------- Secttion 3 --------------------------- */
  #sectionThree
  {
    min-height: 50vh;
  }

  #sectionThree .content .videoBox h2
  {
    font-size: 2em;
    font-weight: 400;
  }

  /*new*/

  #sectionThree .content .videoBox .card h3
  {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 10px;
  }
  #sectionThree .content .videoBox .card p
  {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
  }
  #sectionThree .content .card
  {
    margin-bottom: 0px;
  }
/* ----------------------------------- Secttion 4 --------------------------- */
  #sectionFour .content .contentBox h2
  {
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 20px;
  }
  #sectionFour .content .contentBox .card h3
  {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 10px;
  }
  #sectionFour .content .contentBox .card p
  {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
  }
  #sectionFour .content .card
  {
    margin-bottom: 0px;
  }
/* ----------------------------------- Secttion 5 --------------------------- */
  #sectionFive .content .contentBox .card
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border-radius: 10px;
  }
  #sectionFive .content .contentBox h2
  {
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 20px;
  }
  #sectionFive .content .contentBox .card h3
  {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 10px;
  }
  #sectionFive .content .contentBox .card p
  {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
  }

/* ----------------------------------- Secttion 6 --------------------------- */
  #sectionSix .content .contentBox h2
  {
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 20px;
  }
  #sectionSix .content .contentBox .card h3
  {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 10px;
  }
  #sectionSix .content .contentBox .card p
  {
    font-size: 1em;
    font-weight: 400;
    line-height: 1em;
  }

  /* ----------------------------------- Secttion 7 --------------------------- */

  #sectionSeven .content .contentBox .card
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border-radius: 10px;
  }

  #sectionSeven .content .contentBox h2
  {
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 20px;
  }
  #sectionSeven .content .contentBox .card h3
  {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 10px;
  }
  #sectionSeven .content .contentBox .card p
  {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
  }

  /* ----------------------------------- Secttion 8 --------------------------- */

  #sectionEight .content .contentBox h2
  {
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 20px;
  }
  #sectionEight .content .contentBox .card h3
  {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 10px;
  }
  #sectionEight .content .contentBox .card p
  {
    font-size: 1em;
    font-weight: 400;
    line-height: 1em;
  }

  /* ----------------------------------- Footer --------------------------- */

  footer
  {
    min-height: 10vh;
    padding: 0px;
  }
  footer .logo
  {
    height: 75px;
    margin: 10px;
  }

  footer ul li a
  {
    font-weight: 400;
    margin: 20px 15px;
  }
  footer p
  {
    color: #ddd;
    font-size: 0.8em;
    line-height: 1em;
    font-weight: 400;

  }
  footer ul li a img
  {
    max-height: 40px;
  }

}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  header
  {
    padding: 20px 50px;;
  }
  header .logo
  {
    max-width: 60px;
  }

  header ul
  {
    display: none;
  }

  .toggle
  {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/menu.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    /*filter: invert(1);*/
    z-index: 12;
  }
  .toggle.active
  {
    position: fixed;
    right: 50px;
    background: url(../images/close.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }
  header ul.navigation.active
  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #000000;
    z-index: 10;
  }
  header ul.navigation li a
  {
    font-size: 1.5em;
    margin: 5px 0;
  }

  #sectionOne
  {
    padding: 100px 50px;
  }

  #sectionTwo, #sectionThree, #sectionFour, #sectionFive, #sectionSix, #sectionSeven, #sectionEight
  {
    padding: 10% 50px;
  }

/* ----------------------------------- Secttion 1 --------------------------- */
  section#sectionOne::before
  {
    content: "";
    position: absolute;
    width: 75%;
    height: 50%;
    top: 0%;
    left: -30%;
    z-index: 0;
    background: url(../images/Block_Clean.png) 50% 50% no-repeat;
    background-size: 70%;
    transform: rotate(-55deg);
    overflow: hidden;
  }
  #sectionOne .content
  {
    justify-content: center;
  }
  #sectionOne .content .textBox h1
  {
    font-size: 3em;
    line-height: 1.4em;
    font-weight: 400;
    overflow: hidden;
  }
  #sectionOne .content .textBox span
  {
    color: #ddd;
    font-size: 1.2em;
  }
  #sectionOne .content .textBox p
  {
    font-size: 1.4em;
    line-height: 1.4em;
    overflow: hidden;
  }
  #sectionOne .content .textBox a
  {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
  }
  #sectionOne .content .imgBox
  {
    width: 300px;
    display: flex;
    justify-content: center;
    padding: 0px;
  }
  #sectionOne .content .imgBox img
  {
    max-width: 250px;
  }
  .thumb
  {
    left: 50%;
    bottom: 10px;
  }
  .thumb li
  {
    margin: 5px 0px;
  }

  .thumb li img
  {
    max-width: 50px;
  }
/* ----------------------------------- Secttion 2 --------------------------- */
  #sectionTwo .content
  {
    align-items: center !important;
  }

  #sectionTwo .content .card
  {
    flex: 0 0 calc(100%);
    margin-bottom: 40px;
    justify-content: center;
  }

  #sectionTwo .content .card:last-child
  {
    margin-bottom: 0px;
  }

  #sectionTwo .content .card h3
  {
    font-size: 2.4em;
    font-weight: 400;
  }

  #sectionTwo .content .card p
  {
    font-size: 1.4em;
    font-weight: 400;
  }
  #sectionTwo .content .blackbox
  {
    padding: 15px;
    border-radius: 10px;
  }
/* ----------------------------------- Secttion 3 --------------------------- */
  #sectionThree
  {
    min-height: 50vh;
  }

  #sectionThree .content .videoBox h2
  {
    font-size: 2.4em;
    font-weight: 400;
  }

  /*new*/

  #sectionThree .content .videoBox .card h3
  {
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  #sectionThree .content .videoBox .card p
  {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.4em;
  }
  #sectionThree .content .card
  {
    margin-bottom: 0px;
  }
/* ----------------------------------- Secttion 4 --------------------------- */
  #sectionFour .content .contentBox h2
  {
    font-size: 2.4em;
    font-weight: 400;
    margin-bottom: 20px;
  }
  #sectionFour .content .contentBox .card h3
  {
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  #sectionFour .content .contentBox .card p
  {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.4em;
  }
  #sectionFour .content .card
  {
    margin-bottom: 0px;
  }
/* ----------------------------------- Secttion 5 --------------------------- */
  #sectionFive .content .contentBox .card
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    border-radius: 10px;
  }
  #sectionFive .content .contentBox h2
  {
    font-size: 2.4em;
    font-weight: 800;
    margin-bottom: 20px;
  }
  #sectionFive .content .contentBox .card h3
  {
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  #sectionFive .content .contentBox .card p
  {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.4em;
  }

/* ----------------------------------- Secttion 6 --------------------------- */
  #sectionSix .content .contentBox h2
  {
    font-size: 2.4em;
    font-weight: 400;
    margin-bottom: 20px;
  }
  #sectionSix .content .contentBox .card h3
  {
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  #sectionSix .content .contentBox .card p
  {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.4em;
  }

  /* ----------------------------------- Secttion 7 --------------------------- */
    #sectionSeven .content .contentBox .card
    {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 50px;
      border-radius: 10px;
    }
    #sectionSeven .content .contentBox h2
    {
      font-size: 2.4em;
      font-weight: 800;
      margin-bottom: 20px;
    }
    #sectionSeven .content .contentBox .card h3
    {
      font-size: 1.8em;
      font-weight: 400;
      line-height: 1.4em;
      margin-bottom: 10px;
    }
    #sectionSeven .content .contentBox .card p
    {
      font-size: 1.4em;
      font-weight: 400;
      line-height: 1.4em;
    }

  /* ----------------------------------- Secttion 8 --------------------------- */
    #sectionEight .content .contentBox h2
    {
      font-size: 2.4em;
      font-weight: 400;
      margin-bottom: 20px;
    }
    #sectionEight .content .contentBox .card h3
    {
      font-size: 1.8em;
      font-weight: 400;
      line-height: 1.4em;
      margin-bottom: 10px;
    }
    #sectionEight .content .contentBox .card p
    {
      font-size: 1.4em;
      font-weight: 400;
      line-height: 1.4em;
    }

  /* ----------------------------------- Footer --------------------------- */

  footer
  {
    min-height: 15vh;
    padding: 0px;
  }
  footer .logo
  {
    height: 75px;
    margin: 10px;
  }

  footer ul li a
  {
    font-weight: 400;
    margin: 20px 15px;
  }
  footer p
  {
    color: #ddd;
    font-size: 1em;
    line-height: 1em;
    font-weight: 400;

  }
  footer ul li a img
  {
    max-height: 50px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {

  header
  {
    padding: 20px 75px;;
  }
  header .logo
  {
    max-width: 60px;
  }
  header ul
  {
    display: none;
  }
  .toggle
  {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/menu.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    /*filter: invert(1);*/
    z-index: 12;
  }
  .toggle.active
  {
    position: fixed;
    right: 30px;
    background: url(../images/close.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }
  header ul.navigation.active
  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #000000;
    z-index: 10;
  }
  header ul.navigation li a
  {
    font-size: 1.5em;
    margin: 5px 0;
  }

  .content .textBox
  {
    max-width: 100%;
  }

  #sectionOne
  {
    padding: 100px 75px;
  }

  #sectionTwo, #sectionThree, #sectionFour, #sectionFive, #sectionSix, #sectionSeven, #sectionEight
  {
    padding: 10% 75px;
  }

/* ----------------------------------- Secttion 1 --------------------------- */
  section#sectionOne::before
  {
    content: "";
    position: absolute;
    width: 75%;
    height: 50%;
    top: 0%;
    left: -30%;
    z-index: 0;
    background: url(../images/Block_Clean.png) 50% 50% no-repeat;
    background-size: 70%;
    transform: rotate(-55deg);
    overflow: hidden;
  }
  #sectionOne .content
  {
    justify-content: center;
  }
  #sectionOne .content .textBox h1
  {
    font-size: 3.6em;
    line-height: 1.4em;
    font-weight: 400;
    overflow: hidden;
  }
  #sectionOne .content .textBox span
  {
    color: #ddd;
    font-size: 1.4em;
  }
  #sectionOne .content .textBox p
  {
    font-size: 1.6em;
    line-height: 1.4em;
    overflow: hidden;
  }
  #sectionOne .content .textBox a
  {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
  }
  #sectionOne .content .imgBox
  {
    width: 400px;
    display: flex;
    justify-content: center;
    padding: 0px;
  }
  #sectionOne .content .imgBox img
  {
    max-width: 400px;
  }
  .thumb
  {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
  }
  .thumb li
  {
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
    cursor: pointer;
    transition: 0.5s;
  }
  .thumb li:hover
  {
    transform: translateY(-15px);
  }
  .thumb li img
  {
    max-width: 75px;
  }

/* ----------------------------------- Secttion 2 --------------------------- */
  #sectionTwo .content
  {
    align-items: center !important;
  }

  #sectionTwo .content .card
  {
    flex: 0 0 calc(100%);
    margin-bottom: 40px;
    justify-content: center;
  }

  #sectionTwo .content .card:last-child
  {
    margin-bottom: 0px;
  }

  #sectionTwo .content .card h3
  {
    font-size: 3em;
    font-weight: 400;
    line-height: 1.4em;
  }

  #sectionTwo .content .card p
  {
    font-size: 1.6em;
    font-weight: 400;
  }
  #sectionTwo .content .blackbox
  {
    padding: 20px;
    border-radius: 10px;
  }
/* ----------------------------------- Secttion 3 --------------------------- */
  #sectionThree
  {
    min-height: 50vh;
  }

  #sectionThree .content .videoBox h2
  {
    font-size: 3em;
    font-weight: 400;
  }

  /*new*/

  #sectionThree .content .videoBox .card h3
  {
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  #sectionThree .content .videoBox .card p
  {
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.4em;
  }
  #sectionThree .content .card
  {
    margin-bottom: 0px;
  }
/* ----------------------------------- Secttion 4 --------------------------- */
  #sectionFour .content .contentBox h2
  {
    font-size: 3em;
    font-weight: 400;
    margin-bottom: 20px;
  }
  #sectionFour .content .contentBox .card h3
  {
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  #sectionFour .content .contentBox .card p
  {
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.4em;
  }
  #sectionFour .content .card
  {
    margin-bottom: 0px;
  }
/* ----------------------------------- Secttion 5 --------------------------- */
  #sectionFive .content .contentBox .card
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    border-radius: 10px;
  }
  #sectionFive .content .contentBox h2
  {
    font-size: 3em;
    font-weight: 800;
    margin-bottom: 20px;
  }
  #sectionFive .content .contentBox .card h3
  {
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  #sectionFive .content .contentBox .card p
  {
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.4em;
  }

/* ----------------------------------- Secttion 6 --------------------------- */
  #sectionSix .content .contentBox h2
  {
    font-size: 3em;
    font-weight: 400;
    margin-bottom: 20px;
  }
  #sectionSix .content .contentBox .card h3
  {
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  #sectionSix .content .contentBox .card p
  {
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.4em;
  }

  /* ----------------------------------- Secttion 7 --------------------------- */
    #sectionSeven .content .contentBox .card
    {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 50px;
      border-radius: 10px;
    }
    #sectionSeven .content .contentBox h2
    {
      font-size: 3em;
      font-weight: 800;
      margin-bottom: 20px;
    }
    #sectionSeven .content .contentBox .card h3
    {
      font-size: 2.4em;
      font-weight: 400;
      line-height: 1.4em;
      margin-bottom: 10px;
    }
    #sectionSeven .content .contentBox .card p
    {
      font-size: 1.6em;
      font-weight: 400;
      line-height: 1.4em;
    }

  /* ----------------------------------- Secttion 8 --------------------------- */
    #sectionEight .content .contentBox h2
    {
      font-size: 3em;
      font-weight: 400;
      margin-bottom: 20px;
    }
    #sectionEight .content .contentBox .card h3
    {
      font-size: 2.4em;
      font-weight: 400;
      line-height: 1.4em;
      margin-bottom: 10px;
    }
    #sectionEight .content .contentBox .card p
    {
      font-size: 1.6em;
      font-weight: 400;
      line-height: 1.4em;
    }

/* ----------------------------------- Footer --------------------------- */

  footer
  {
    min-height: 15vh;
    padding: 0px;
  }
  footer .logo
  {
    height: 100px;
    margin: 10px;
  }

  footer ul li a
  {
    font-weight: 400;
    margin: 20px 15px;
  }
  footer p
  {
    color: #ddd;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 400;

  }
  footer ul li a img
  {
    max-height: 65px;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1500px) {
  header
  {
    height: 75px;
    padding: 0px 100px;
  }
  header ul li a
  {
    font-size: 1.2em;
    margin-left: 40px;
  }
  header ul li a.buy {
    padding: 2px 10px;
    text-align: center;
  }
  header .logo
  {
    max-width: 60px;
  }

  .content .textBox
  {
    max-width: 100%;
  }

  #sectionOne
  {
    padding: 10% 100px;
  }

  #sectionTwo, #sectionThree, #sectionFour, #sectionFive, #sectionSix, #sectionSeven, #sectionEight
  {
    padding: 10% 100px;
  }

/* ----------------------------------- Secttion 1 --------------------------- */
  section#sectionOne::before
  {
    content: "";
    position: absolute;
    width: 75%;
    height: 50%;
    top: 0%;
    left: -30%;
    z-index: 0;
    background: url(../images/Block_Clean.png) 50% 50% no-repeat;
    background-size: 50%;
    transform: rotate(-55deg);
    overflow: hidden;
  }
  #sectionOne .content
  {
    justify-content: center;
  }
  #sectionOne .content .textBox h1
  {
    font-size: 4em;
    line-height: 1.4em;
    font-weight: 400;
    overflow: hidden;
  }
  #sectionOne .content .textBox span
  {
    color: #ddd;
    font-size: 1.4em;
  }
  #sectionOne .content .textBox p
  {
    font-size: 1.6em;
    line-height: 1.4em;
    overflow: hidden;
  }
  #sectionOne .content .textBox a
  {
    display: inline-block;
    margin-top: 40px;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
  }
  #sectionOne .content .imgBox
  {
    width: 300px;
    display: flex;
    justify-content: center;
    padding: 0px;
  }
  #sectionOne .content .imgBox img
  {
    max-width: 500px;
  }
  .thumb
  {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
  }
  .thumb li
  {
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
    cursor: pointer;
    transition: 0.5s;
  }
  .thumb li:hover
  {
    transform: translateY(-15px);
  }
  .thumb li img
  {
    max-width: 75px;
  }

/* ----------------------------------- Secttion 2 --------------------------- */
  #sectionTwo .content
  {
    align-items: center !important;
  }

  #sectionTwo .content .card
  {
    flex: 0 0 calc(100%);
    margin-bottom: 40px;
    justify-content: center;
  }

  #sectionTwo .content .card:last-child
  {
    margin-bottom: 0px;
  }

  #sectionTwo .content .card h3
  {
    font-size: 3em;
    font-weight: 400;
    line-height: 1.4em;
  }

  #sectionTwo .content .card p
  {
    font-size: 1.6em;
    font-weight: 400;
  }
  #sectionTwo .content .blackbox
  {
    padding: 20px;
    border-radius: 10px;
  }
/* ----------------------------------- Secttion 3 --------------------------- */
  #sectionThree
  {
    min-height: 50vh;
  }

  #sectionThree .content .videoBox h2
  {
    font-size: 3em;
    font-weight: 400;
  }

  /*new*/

  #sectionThree .content .videoBox .card h3
  {
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  #sectionThree .content .videoBox .card p
  {
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.4em;
  }
  #sectionThree .content .card
  {
    margin-bottom: 0px;
  }
/* ----------------------------------- Secttion 4 --------------------------- */
  #sectionFour .content .contentBox h2
  {
    font-size: 3em;
    font-weight: 400;
    margin-bottom: 20px;
  }
  #sectionFour .content .contentBox .card h3
  {
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  #sectionFour .content .contentBox .card p
  {
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.4em;
  }
  #sectionFour .content .card
  {
    margin-bottom: 0px;
  }
/* ----------------------------------- Secttion 5 --------------------------- */
  #sectionFive .content .contentBox .card
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    border-radius: 10px;
  }

  #sectionFive .content .contentBox h2
  {
    font-size: 3em;
    font-weight: 800;
    margin-bottom: 20px;
  }
  #sectionFive .content .contentBox .card h3
  {
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  #sectionFive .content .contentBox .card p
  {
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.4em;
  }

/* ----------------------------------- Secttion 6 --------------------------- */
  #sectionSix .content .contentBox h2
  {
    font-size: 3em;
    font-weight: 400;
    margin-bottom: 20px;
  }
  #sectionSix .content .contentBox .card h3
  {
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  #sectionSix .content .contentBox .card p
  {
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.4em;
  }

  /* ----------------------------------- Secttion 7 --------------------------- */
    #sectionSeven .content .contentBox .card
    {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 50px;
      border-radius: 10px;
    }

    #sectionSeven .content .contentBox h2
    {
      font-size: 3em;
      font-weight: 800;
      margin-bottom: 20px;
    }
    #sectionSeven .content .contentBox .card h3
    {
      font-size: 2.4em;
      font-weight: 400;
      line-height: 1.4em;
      margin-bottom: 10px;
    }
    #sectionSeven .content .contentBox .card p
    {
      font-size: 1.6em;
      font-weight: 400;
      line-height: 1.4em;
    }

  /* ----------------------------------- Secttion 8 --------------------------- */
    #sectionEight .content .contentBox h2
    {
      font-size: 3em;
      font-weight: 400;
      margin-bottom: 20px;
    }
    #sectionEight .content .contentBox .card h3
    {
      font-size: 2.4em;
      font-weight: 400;
      line-height: 1.4em;
      margin-bottom: 10px;
    }
    #sectionEight .content .contentBox .card p
    {
      font-size: 1.6em;
      font-weight: 400;
      line-height: 1.4em;
    }

/* ----------------------------------- Footer --------------------------- */

  footer
  {
    min-height: 15vh;
    padding: 0px;
  }
  footer .logo
  {
    height: 100px;
    margin: 10px;
  }

  footer ul li a
  {
    font-weight: 400;
    margin: 20px 15px;
  }
  footer p
  {
    color: #ddd;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 400;

  }
  footer ul li a img
  {
    max-height: 65px;
  }
}
