.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
html {
  scroll-behavior: smooth;
}
.body {
  height: auto;
}
a {
  text-decoration: none;
}
h3{
  font-family: industry-inc-base, sans-serif;
  color: #e1e2ec;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  z-index: 1000;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
    justify-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);

}

.nav-link {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: din-2014, sans-serif;
  color: #e1e2ec;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 #fe6161;
  color: #fff;
}

.nav-menu {
  height: auto;
}

.image {
  max-width: 70%;
  float: none;
}

#logoimage {
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
iframe {
  border-style: solid;
  border-width: 20px;
  border-image: linear-gradient(45deg, #D2FF64, #FF2B71) 1;
}


.iframe-container {
  overflow: hidden;
  padding-top: 46.25%;
  margin: 5px auto;
  position: relative;
}

.iframe-container iframe {
   height: 100%;
   position: absolute;
   top: 0;
   width: 100%;
   margin: 5px auto;

}



.heading {
  padding-right: 30px;
  padding-left: 30px;
  font-family: din-2014, sans-serif;
  color: #e1e2ec;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.heading-2 {
  font-family: industry-inc-base, sans-serif;
  color: #e1e2ec;
  text-align: center;
}

.heading-3 {
  font-family: industry-inc-base, sans-serif;
  color: #e1e2ec;
}

.section {
  background-color: rgba(17, 10, 46, 0.71);
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/footerbg.png');
  background-position: 0px 0px;
  background-size: cover;
  line-height: 100vh;
  text-align: center;
}
a:link{
  color: #fff;
}
a:visited{
  color: #fff;
}


.footer-flex-container {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;

}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.text-block {
  height: 768px;
  font-family: industry-inc-base, sans-serif;
  color: #eae9f7;
}
/*
.section-2 {
  height: 10vh;
  background-image: url('../images/footerbg.png');
  background-position: 0px 0px;
  background-size: cover;
}
*/
.section-3 {
  height: 100%;
  min-height: 600px;
}

.section-4 {
  height: 100%;
  min-height: 600px;
}

.section1 {
  position: relative;
  height: 700px;

}

.section-6 {
  height: 600px;
}

.maincontainer {
  position: static;
  background-image: linear-gradient(120deg, #6c4da1, #7d4ea5, #9b4a95, #cc6188, #f18271, #f3a469);
  background-size: 1200% 1200%;
  -webkit-animation: AnimationBBB 25s ease infinite;
  -moz-animation: AnimationBBB 25s ease infinite;
  animation: AnimationBBB 25s ease infinite;
}


@-webkit-keyframes AnimationBBB {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.section2 {
  position: relative;
  left: 0px;
  height: 720px;
  padding-bottom: 20px;
  margin-top: -10px;
  margin-bottom: 150px;
  width: 100%;
}

.section3 {
  position: relative;
  height: auto;
  padding-bottom: 40px;
  padding-top: 40px;
  margin-top: 20px;
}

.image-2 {
  position: relative;
  padding: 40px 20px 20px 40px;
}


.logocontainer{
  width: 100vw;
  display: flex;
  padding: 30px;
}
.container-5{
  width: 60%;
  padding: 30px;
}
.container-btn{
  width: 40%;
  padding: 30px;
}

.heading-4 {
  font-family: industry-inc-base, sans-serif;
  color: #fff;
  text-align: center;
}

.heading-5 {
  position: relative;
  z-index: 1;
  margin-top: 1px;
  padding: 20px;
  font-family: industry-inc-base, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px;
  white-space: normal;
}

.heading-11 {
  position: relative;
  margin-top: 10px;
  padding-top: 20px;
  font-family: industry-inc-base, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.image-3 {
  position: absolute;
  left: 0%;
  top: -8%;
  right: 0%;
  bottom: auto;
  z-index: 0;
}

.image-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  max-width: 95%;
  padding-right: 0px;
}

.image-5 {
  width: 100vw;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-6 {
  position: absolute;
  top: -60px;
}



.heading-6 {
  max-width: 80%;
  margin-top: 80px;
  padding: 20px 10px 10px 30px;
  font-family: industry-inc-base, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-size: 3em;
  line-height: 50px;
}

.button {
  height: 4em;
  margin: 20px;
  padding-top: 30px;
  padding-right: 70px;
  padding-left: 70px;
  padding-bottom: 40px;
  border-radius: 3px;
    font-size: 36px;
    line-height: 38px;
    font-weight: 600;
    font-family: industry-inc-base, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    background-image: linear-gradient(73deg, #f3a469 6%, #cc6188 40%, #9b4a95 72%, #6c4da1);
      box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }

.button:hover {
      background-position: 100% 0;
      moz-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
  }

.button:focus {
      outline: none;
  }

  .generatorbutton {
    margin: 20px;
    padding-top: 30px;
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 20px;
    border-radius: 3px;
      font-size: 34px;
      font-weight: 600;
      font-family: industry-inc-base, sans-serif;
      text-decoration: none;
      color: #fff;
      cursor: pointer;
      text-align:center;
      border: none;
      background-size: 300% 100%;
      background-image: linear-gradient(73deg, #f3a469 6%, #cc6188 40%, #9b4a95 72%, #6c4da1);
        box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
      moz-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
    }

  .generatorbutton:hover {
        background-position: 100% 0;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

  .generatorbutton:focus {
        outline: none;
    }


.btn-hover {
  position: relative;
  top: 250px;
  left: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-right: 70px;
  padding-left: 70px;
  padding-bottom: 30px;
  border-radius: 3px;
    font-size: 36px;
    font-weight: 600;
    font-family: industry-inc-base, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    background-image: linear-gradient(73deg, #f3a469 6%, #cc6188 40%, #9b4a95 72%, #6c4da1);
      box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);

    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}




.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section4 {
  position: relative;
  height: auto;
}

.heading-7 {
  font-family: industry-inc-base, sans-serif;
  color: #fff;
}

.paragraph {
  font-family: din-2014, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.05em;
}

.column-2 {
  left: 50px;
  top: 0px;
  right: 40px;
  bottom: 40px;
  padding-right: 25px;
  padding-left: 25px;
}

.heading-8 {
  font-family: industry-inc-base, sans-serif;
  color: #fff;
}

.paragraph-2 {
  font-family: din-2014, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.05em;
}

.container-2 {
  opacity: 0;
}

.image-7 {
  margin-right: auto;
  margin-left: auto;
  padding: 50px 100px 0 100px;
}

.section5 {
  position: relative;
  height: auto;
}

.buybutton2 {
  width: 50%;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-4 {
  display: block;
  opacity: 1;
}

.div-block {
  opacity: 0;
}

.image-8 {
  position: absolute;
  width: 40%;
  float: right;
}
.pdf {

}

.heading-9 {
  position: absolute;
  left: 0%;
  top: 15%;
  right: auto;
  bottom: auto;
  display: block;
  float: none;
  font-family: industry-inc-base, sans-serif;
  color: #fff;
  line-height: 34px;
  letter-spacing: 1px;
}


.column-3 {
  left: -4px;
  overflow: hidden;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.column-4 {
  opacity: 0;
}

.heading-10 {
  position: static;
  left: 0%;
  top: 5%;
  right: 0%;
  bottom: auto;
  font-family: industry-inc-base, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.text-block-3 {
  position: static;
  left: 0%;
  top: 25%;
  right: 0%;
  bottom: auto;
  font-family: din-2014, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/generatorbg.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-4 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}



.text-field {
  border-bottom: 7px solid #6c4da1;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
  font-family: din-2014, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.column-5 {
  padding-right: 0px;
}


.columns {
  position: relative;
  padding-top: 56px;
}

.div-block-5 {
  height: 75px;
}

.link-block {
  padding-bottom: 14px;
}
#wordbox {
    margin: 20px auto;
    display: block;
    width: 550px;
    height: 90px;
    font-size: 4em;
    letter-spacing: .05em;
    font-family: avalanche, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    background: rgba(255, 0, 0, 0);
    border-bottom: 4px solid #f7e97d;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #f7e97d;
    text-shadow: 0px 3px 4px rgba(247, 207, 207, 0.4);
    transition: 1s linear;
}



.legal {
  background-color: #000118;
}

.text-block-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 19px;
  font-family: industry-inc-base, sans-serif;
  color: hsla(0, 0%, 95.5%, 0.88);
  font-size: 11px;
}

.image-12 {
  padding: 5px;
  margin: 20px;
}

.column-6 {
  padding-right: 60px;
  padding-left: 40px;
  margin-bottom: 30px;
}

.grid {
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-7 {
  height: 250px;
  width: 100%;
  margin-top: 65px;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}


.tabletopia {
  height: 200px;
  width: 700px;
  margin: 20px auto;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.image-9 {
  width: 100%;
  padding: 20px;
  cursor: pointer;
}



.trianglecontainer{
  height: 400px;
  margin: 10px auto;
  width: 90vw;

}

.tabletopia {
  height: 300px;
  width: 350px;
  margin-top: 30px;
  padding: 10px;
  display: inline-block;
}
.triangleheader {
margin: 30px;
padding-top: 20px;
display: inline-block;
}


.image-11 {
  width: 70%;
  padding-bottom: 40px;
  display: inline-block;
}

#vidsection{
  padding: 60px 100px;
  margin: 5px auto;
}

.spacer {
  height: 100px;
  width: 100px;
}
.image-13 {
  display: block;
  overflow: auto;
  width: 400px;
  height: 400px;
  max-width: none;
  background-color: transparent;
}

.div-block-6 {
  background-color: #ef0303;
}
/*new*/

.copyrightbox {
  background-color: #000018;
  height: 50px;
  width: 100%;
    position: absolute;
      left: 0%;
      right: 0%;
      bottom: 0px;
      margin-top: 10px;
}
.copyright {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: industry-inc-base, sans-serif;
  color: hsla(0, 0%, 95.5%, 0.76);
  font-size: 10px;
  line-height: 13px;
  text-align: center;

}
.div-block-2 {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 3%;
  width: 100%;
  padding-bottom: 30px;
  padding-left: 30px;
display: flex;
justify-content: center;
}

.text-block-2 {
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 5px;
  font-family: industry-inc-base, sans-serif;
  color: #fff;
  text-align: center;
}
.text-block-2 a:link{
  text-decoration: none;
}
.text-block-2 a:visited{
  color: #fff;
}
.text-block-2 a:hover{
  color: #f7c978;
}
.image-10 {
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 15px;
  padding-top: 10px;
}

/*media rules start here*/


@media only screen and (max-device-width: 1024px) {

  .heading-6 {
max-width: 90%;
    margin-top: 40px;
    padding: 40px 20px 15px 40px;
    font-size: 2.4em;
    line-height: 36px;
  }
  .section-7 {
    height: 400px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
  }

  .button {
    margin: 20px;
    padding-top: 40px;
    padding-right: 70px;
    padding-left: 70px;
    padding-bottom: 40px;
      font-size: 20px;

  }
  .btn-hover {
    top: 160px;
    left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 38px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 32px;
    font-size: 26px;
  }

  .generatorbutton {
    margin: 20px;
    padding-top: 30px;
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 20px;
      font-size: 24px;
    }

  .section2 {
    height: auto;
    padding-bottom: 30px;
  }
  .heading-9 {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
  }
  .image-9 {
    width: 90%;
  }
  .div-block-2 {
    width: 70%;
  }

  .text-block-2 {
    padding-left: 20px;
  }

}



@media screen and (max-width: 991px) {
  .btn-hover {
    top: 30px;
    left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 38px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 32px;
    font-size: 26px;
  }


  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cards-grid-container {
    grid-column-gap: 20px;
  }
  .section2 {
    height: auto;
  }
  .image-2 {
    margin-top: 80px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-6 {
    position: absolute;
    top: 0px;
    overflow: visible;
    background-size: 110%;
  }

  .heading-5 {
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .image-3 {
    left: 0%;
    top: 28%;
    right: 0%;
    bottom: 0%;
  }
  .image-4 {
    top: 25%;
    opacity: 0.68;
  }
  .heading-6 {
    max-width: 85%;
    margin-top: 20px;
    padding-top: 40px;
    font-size: 28px;
    line-height: 32px;
  }
  .button {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    font-size: 18px;

  }

  .section-7 {
    height: 400px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
  }
  .paragraph {
    font-size: 18px;
  }
  .paragraph-2 {
    font-size: 18px;
  }
  .div-block {
    height: 1px;
    padding: 0px;
  }
  .heading-9 {
    font-size: 20px;
    line-height: 26px;
  }
  .image-9 {
    width: 80%;
  }
  .div-block-3 {
    height: 350px;
  }
  .heading-11 {
    padding-right: 10px;
    font-size: 16px;
  }
  .image-10 {
    max-width: 80%;
  }
  #wordbox {
      margin: 5px auto 0;
      width: 99%;
      font-size: 30px;
      border-bottom: 3px solid #f7c978;
  }
    /**/
  .copyright {
    width: 90%;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 8px;
    line-height: 10px;
  }
  .text-block-2 {
font-size: 12px;
  }

  .image-10 {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 10px;
  }
  /**/
}



@media screen and (max-width: 479px) {


  .section1 {
    position: relative;
    height: 400px;

  }

  .logocontainer{
    width: 100vw;
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    flex-direction: column;
  }

.buybutton {
  width: 300px;
  height: 100px;
  font-size: 14px;
  margin-left: 15px;
}


.container-btn{
  width: 100%;
  padding: 5px;

}
.btn-hover{
  width: 300px;
  height: 100px;
  font-size: 14px;
  margin-left: 20%;
}

.container-5{
  width: 90%;
  padding: 20px;
}
  .nav-inner {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-6 {
    opacity: 0;
  }
  #vidsection{
    padding: 10px 10px;
    margin: 5px auto;
  }

  .trianglecontainer{
    height: 400px;
    margin: 10px auto;
    width: 90vw;
    padding-left: 30px;
  }

  .tabletopia {
    height: 200px;
    width: 250px;
    margin-top: 10px;
    margin-left: 20px;
    padding: 10px;
    display: inline-block;
  }
  .triangleheader {
  padding-top: 0px;
  display: inline-block;
  font-size: 18px;
  margin: 3px 3px 3px 20px;
  }
  .buybutton2 {
    width: 300px;
    height: 50px;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 5px;
    margin-left: 20px;
    position: absolute;
  top: 5px;
  left: 5px;
  }

    .section5 {
      margin-top: 80px;

    }


  .image-11 {
    width: 70%;
    padding-bottom: 30px;
    display: inline-block;
    margin-left: 20px;
  }



  .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    height: 60px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .centered-container {
    text-align: left;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .maincontainer {
    overflow: hidden;
  }
  .section2 {
    height: 500px;
  }

  .image-2 {
    margin-top: 10px;
    padding-right: 20px;
    padding-bottom: 6px;
    padding-left: 20px;
  }
  .heading-5 {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .image-4 {
    position: absolute;
    height: 1%;
    max-width: 99%;
    opacity: 0;
  }
  .heading-6 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-7 {
    font-size: 20px;
  }
  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }
  .column-2 {
    left: 0px;
    right: 0px;
  }
  .heading-8 {
    font-size: 20px;
  }
  .paragraph-2 {
    font-size: 16px;
    line-height: 20px;
  }
  .container-2 {
    height: 1px;
    max-height: 1px;
    padding-bottom: 10px;
  }
  .div-block {
    height: 1px;
  }
  .heading-9 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 10px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .image-9 {
    display: inline-block;
    width: 80%;
  }
  .column-3 {
    padding-left: 10px;
  }
  .text-block-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }
  .column-4 {
    height: 1px;
    padding-bottom: 0px;
  }
  .heading-10 {
    font-size: 20px;
  }



  .column-5 {
    height: 30%;
    max-height: 60%;
    padding-left: 0px;
  }
  .heading-11 {
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .columns {
    padding-top: 0px;
  }
  .div-block-5 {
    height: 1px;
  }
  .image-10 {
    position: relative;
    top: -86px;
    max-width: 50%;
  }
  #wordbox {
      margin: 24px auto 2px;
      width: 99%;
      font-size: 20px;
      padding-bottom: 5px;
  }
  .div-block-3 {
    width: 98%;
    height: auto;
  }

.text-block-3 {
  width: 90%;
  font-size: 14px;
  line-height: 18px;
}
.div-block-2 {

  padding-bottom: 10px;
  padding-left: 10px;

}

.text-block-2 {
font-size: 10px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
margin-bottom: 25px;
width: 100%;
}
.copyright {
  width: 98%;
  padding-top: 5px;
  padding-bottom: 1px;
  font-size: 6px;
  line-height: 7px;
}

}
#w-node-26ccbb3736f0-25c830a9 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}
