::-moz-selection { /* Code for Firefox */
  color: #5515AA;
  background: #FBE50B;
}

::selection {
  color: #5515AA;
  background: #FBE50B;
}


.pack {
  padding: 0.1rem;
  font-size: 1.2rem;
  text-align: center;

  color: #333;
  max-width: 100%;
  margin-bottom: 10px;


}

 a, a:active, a:focus{
        outline: none; /* Works in Firefox, Chrome, IE8 and above */
}
.faqWrap{
  background-color: #2c2c2c;
    font-size: 10px;

}
.faqTitle {
  font-family: 'Poppins', sans-serif;


  display: inline-block;
  font-weight: 300;
  color: whitesmoke;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #404040;
  border: 1px solid transparent;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
  width:100%;
  text-align: left;

  background-repeat: no-repeat;
  background-position: right;
}
.faqTitle:hover{
    background-color: #FBE50B;
    color : #5515AA;
}

.faqContent{
color:#F7F7F7;
padding: 1rem;
  font-size: 15px;
}
.faqContent a{
color:#FBE50B;
}




.icon-faq{
  float:right;
  width:20px;
  margin-right:20px;
  padding-top:10px;
}
.pack img {
  border-radius: 5px;
width:470px;
height: auto;
object-fit: cover;
-webkit-box-shadow: 0px 10px 3px -6px;
-moz-box-shadow: 0px 10px 3px -6px rgba(194,194,194,1);
box-shadow: 0px 10px 3px -6px rgba(194,194,194,1);


}

.description{
padding:15px 15px 15px 15px;
border-bottom: 3px solid #bfbfbf;
  background-color: #cfcfcf !important;
border-top: 1px solid #bfbfbf;

}

.indPackImg {
  width: 95%;
  border-radius: 5px;
  margin: 15px;
  box-shadow: 0px 3px 6px #BFBFBF;
}

.smallPackImg {
width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 0px 3px 3px #BFBFBF;
}

.indPackImg:hover,
.smallPackImg:hover {
outline: 1px solid black;

}
.indPackText{
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  font-size:18px;
  font-weight: 470;
}

.indPackTitle{
  font-family: 'Poppins', sans-serif;
      font-size: 30px;
    line-height: 1.25em;
    font-weight: bold;

  text-align: left;
  color:#545454;
  padding-top: 0px;
  margin-left:15px;
 padding-right: 15px;

}

.titleDate{

font-size:18px;
font-weight: 470;
flex: 3; /* This allows the boxes to share the available space equally */
  box-sizing: border-box;
  font-weight: 500;
padding-top: 8px;
opacity: 0.8;


}

.infoitem{
border-bottom: 1px solid #bfbfbf;
font-size:18px;
font-weight: 470;


}

.titleContainer{
display: flex;

}


.column{
float: left;

}

.wide{
  width: 66.66%;
  margin-left: 0;
  margin-right: auto;

}

.small{

  width: 33.33%;
  padding: 15px 15px 15px 0 ;
}

.support{

  width: 33.33%;
  text-align: center;
}




.info{

border-radius: 0px 0px 5px 5px;
}
.infoitem{
border-bottom: 1px solid #bfbfbf;
padding-top: 3px;
padding-bottom: 3px;
font-size:18px;
font-weight: 470;
}

.backReference{
  font-size: 15px;
  width: 100%;
  background-color: #D9D9D9;
  padding-left: 15px;
  padding-top:5px;
  padding-bottom:5px;
}
@media screen and (max-width: 900px) {

  .small {
    width: 100%;
    padding: 0px 15px 15px 10px ;
  }
  .wide {
    width: 100%;
  }
  .support {
    width: 100%;
  }
}
.row{
  background-color: #d9d9d9;
padding-bottom: 15px;
}

.row:after{
  content: "";
  display: table;
  clear:both;

}

.fa-fw{
  color:#999999;
}
/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: #d1d1d1;
  border-radius: 5px;


}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);

    outline: 1px solid black;
    border-radius: 5px;
}


.PackText{
font-size: 16px;
font-weight: 500;
padding-top: 5px;

text-align: left;
margin-left: 10px;
padding-right: 5px;

}

.tags{

font-size: 15px;
font-weight: 300;
display: inline;
float:right;
background-color: #ededed;
color: #858585;
border-radius: 5px;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 5px;
padding: 2px 5px 2px 5px;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}


.price{

font-size: 15px;
font-weight: 400;
display: inline;
background-color: red;
color: white;
border-radius: 5px;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 5px;
padding: 2px 5px 2px 5px;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}

.price-badge {
  position: relative;
  border-radius: 10px;

}

.price-badge::after {
  content: "- 40%";
  display: inline-block;
  padding-right:8px !important;
  position: absolute;
  top: 10px; /* adjust this value to position the text vertically */
  right: 50px; /* adjust this value to position the text horizontally */
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: red;
  z-index: 1;
  border-radius: 10px;
}


.price-badge2 {
  position: relative;
  border-radius: 10px;

}

.price-badge2::after {
  content: "$3";
  display: inline-block;
  padding-right:8px !important;
  position: absolute;
  top: 10px; /* adjust this value to position the text vertically */
  right: 10px; /* adjust this value to position the text horizontally */
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  color: black;
  background-color: white;
  z-index: 1;
  border-radius: 10px;
}

.cards {
display: grid;
  grid-template-columns: repeat(auto-fit, minmax(470px, 1fr));
  grid-gap: 0rem;
  justify-items: center;
  margin: 0 auto;
  padding: 0;



}


.centerDownload{
  text-align: center;
}

.search {
  width: 100%;
  position: relative;
  display: flex;

}

.searchTerm {
  width: 100%;
  border: 3px solid #363636;
  border-left: none;
  padding: 5px;
  outline: none;
  color: #333;
  border-radius: 0 0 15px 0px;
}

.searchTerm:focus{
  color: #472c6b;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #363636;
  background: #363636;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 0 0 0px 15px ;
  padding-top:5px;
  padding-right:3px;

}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 100%;
  top: 50%;
  left: 50%;
  margin-bottom: 5px;


}

.tutorial {

  display: inline-block;
  font-weight: 400;
  color: whitesmoke;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #404040;
  border: 1px solid transparent;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 25px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
  width:100%;
  text-align: left;

  background-repeat: no-repeat;
  background-position: right;
}



.btn, .btnHamb {


  display: inline-block;
  font-weight: 400;
  color: whitesmoke;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #404040;
  border: 1px solid transparent;
  padding:  0.75rem;
  font-size: 1rem;

  outline: none;



}


.cardButton{
  display: inline-block;
  font-weight: 600;
  color: #4A4A4A;
  text-align: center;
  vertical-align: middle;

  background-color: #whitesmoke;
  border: 1px solid transparent;
  padding:  0.75rem;

  font-size: 1rem;
  transition: color 0 ease-in-out, background-color 0 ease-in-out, border-color 0 ease-in-out, box-shadow 0 ease-in-out;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3) !important;
  border-bottom: 2px solid #303030;

  border-radius: 0.3em;
    width: 70%;
    position: absolute;
      bottom: 0;
      margin-bottom: 15px;

}

.cardButton:hover{
  font-weight: 700;
  font-size: 1.1rem;
  padding: 0.9rem;
  background-color: #FBE50B;
  color:black;
}

.tagGroup{
text-align: center;
}


.btnTag{

  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  color: #858585;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom:5px;
  padding: 6px;
  border: 0px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  display: inline-block;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  outline: none;
}

.download {
background:linear-gradient(0deg, #404040 0%, #404040 100%);
border-radius: 0.3em;
  width: 80%;
color:white !important;


    font-weight: 520;
    font-size: 20px;
    height: 50px;


      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-timing-function: ease-out;
      border-bottom: 2px solid #303030;
      box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3) !important;
}

.patreonexclusive{
  margin-top:5px;
  background:linear-gradient(0deg, #5515AA 0%, #5515AA 100%);
  border-radius: 0.3em;
    width: 80%;
  color:white !important;
      height: 50px;


        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        border-bottom: 2px solid #303030;
        box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3) !important;

}



.icon{
  font-style: italic;
  -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    width:15px;
    color:#999999;


      transition: transform 0.05s ease-in-out;
}

.cardButton:hover .icon {
    animation: moveArrow 1s infinite alternate;
}


@keyframes moveArrow {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(5px); /* Adjust the distance you want the arrow to move */
    }
  }

.iconBig{
  -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    width:25px;

}

.madePossible{
font-style: italic;
-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  opacity:0.7;
  padding-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  #donationTitle{
    font-size: 45px !important;
  }
}

@media only screen and (max-width: 480px) {
  #donationTitle {
    font-size: 32px !important;
  }
}


#donationTitle{

  font-family: 'Poppins', sans-serif;
      font-size: 40px;
    line-height: 1.25em;
    font-weight: bold;
    color:white;
    text-align: center;

    margin-bottom: 15px;
}




#donationText{

    color:white;
      font-size: 20px;
    text-align: center;
}

.donationCard{
width:280px;
  background-color: #404040;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
padding: 16px;
border-radius: 10px;
position: relative;



-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.donationCard a{
  position: absolute;
       width: 100%;
       height: 100%;
       top: 0;
       left: 0;
       text-decoration: none; /* No underlines on the link */
       z-index: 10; /* Places the link above everything else in the div */
       background-color: #FFF; /* Fix to make div clickable in IE */
       opacity: 0; /* Fix to make div clickable in IE */
       filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

.donationCard:hover{
  background-color: #4a4a4a;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);

  outline: 1px solid black;

}



.cardContainer{


  display: flex; /* Change display to flex */
  justify-content: center; /* Center contents horizontally */
  align-items: center;
  gap: 20px; /* gap is the shorthand for grid-gap */
  position: relative;
  z-index: 1;
}

.cardTitle{
  font-family: 'Poppins', sans-serif;
      font-size: 22px;
    line-height: 2em;
    color:white;
    text-align: left;

    margin-top:5px;
    margin-bottom: 25px;
}

.cardText{
  font-size: 14px;
  color:white;
  text-align: left;
  margin-bottom:60px;

}


.iconCard{
  -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    width:40px;


}

.iconCardArrow{
  -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    width:20px;
  float: right;

}
.DownloadLink{

    color:#F5E014;
    text-decoration:underline;
    font-weight: 1200;
    display: inline-block;
}


.patreonBtnInside {

  background-color: #f5e014;
  color: #5515AA;
    font-weight: 520;
    font-size: 20px;
    height: 50px;
    border-radius: 5px 5px 5px 5px;

}


.downloadInside {
color: #5515AA;
  background-color: #f5e014;
    font-weight: 520;
    font-size: 20px;
    height: 50px;
    border-radius: 5px 5px 5px 5px;


}

.buttonHolders {
position: relative;



}

.patreonBtn {

  width: 80%;
  background-color: #f5e014;
  color: #5515AA;
    font-weight: 520;
    font-size: 20px;
    height: 50px;
    border-radius: 5px 5px 5px 5px;


}




/* Darker background on mouse-over */
.btn:hover {




  background:linear-gradient(0deg, #FBE50B 0%, #FBE50B 100%);
  border-color: #FBE50B;
text-decoration: none;
  color : #404040 !important;
  text-decoration:none;
font-size:24px:


}

.download:hover{
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
border-bottom: 2px solid #303030;
box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3) !important;
}
.btn:visited{
  color:#404040;
}

.btnNavBar{
  border: 0px  !important;
}
.btnNavBar:hover {

  background:linear-gradient(0deg, #FBE50B 0%, #FBE50B 100%) !important;


border: 0px  !important;
text-decoration: none;
  color : #5515AA !important;
}

.btn:active {
  text-decoration: none;
}
.btn:focus{
    text-decoration: none;

}

.tutorial:hover {
  background-color: #FBE50B;

  color : #5515AA;
}
.btnTag:hover {
  background-color: #FBE50B;

  color : #5515AA;
}



.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.logo{

  position: relative;
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:15%;
    height:15%;
    margin-top:-25px;
    margin-bottom:-25px;
   pointer-events: none;
}



.underLogo{
    text-align: center;
    font-style: italic;
    display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:20px;
  padding-right:10px;
  font-size: 14px; line-height: 20px;
  font-weight: 400;
  color:#404040;

}

.underLogo:hover{
text-decoration: none;
  color:#404040;
}
h3 { font-size: 14px; line-height: 20px; font-weight: 550; margin-top:10px;  }



.packInfo{
  width:100%;
}

.text-right{
  float: right;
  font-weight: 500;
}

.fas{
  padding-left:5px;
}



.PatreonText{
  border-bottom: 2px solid #bfbfbf;
padding: 10px;
  font-weight: 500;
  text-align: left;
  color:#dbdbdb;
}

.HighPoly{
font-size: 23px;
background-color: #757575;
}
.LowPoly{
font-size: 17px;
background-color: #8f8f8f;
}
.Cube{
font-size: 14px;
background-color: #a8a8a8;
}
.FaceEdgeVertex{
font-size: 12px;
background-color: #b8b8b8;
}
.HighPoly a, .LowPoly a, .Cube a, .FaceEdgeVertex a{
  color: #FBE50B;
}
.hamburger{
  display: none;
  background-color: #404040;
  width:100%;
  font-size: 35px;
}
.portfolioText{
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #D9D9D9;
  font-size: 20px;
}

.tutorialWrap{
background-color: #3A3A3A;
  font-size: 20px;
}

.tutorialImage{

  margin:auto;
}

.tutorialTitle{
  flex-wrap: wrap;
  text-align: left;
  padding-top: 5px;
  background-color: #a3a3a3;
  font-size: 30px;
  width: 100%;
}

.video{
  display: block;
margin: 0 auto;
}

.nav-menu{
 background-color: #404040;
    width:100%;


      display: -ms-inline-flexbox;
      display: inline-flex;
      vertical-align: middle;
       position: relative;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;


  text-align: center;
  margin-top: 0px;
}


.navButtons{
  display: flex;
justify-content: space-between;
}

.twitter{
padding:0 7px 0 7px;
font-size:1.8rem;

height: 100%;
border:0px !important;
}

.twitter:hover{

    background:#FBE50B;

    color : #5515AA;
}

.packidea{
margin-top:5px;
padding:3px 7px 5px 7px;
font-size:1.8rem;
border-radius: 5px;
height: 100%;
border:0px !important;
}

.socials{

  text-align: right;
   float: right;
   margin-right: 0;
      margin-left: auto;
}

.joinDiscord{
font-size: 22px;
display: inline;
padding-right: 10px;
font-weight: 400;
vertical-align: middle;
font-size: 1rem;
}
 .navicon{
   display: inline;
 }
@media screen and (max-width: 1200px) {

  .lity-content {
    overflow: scroll;
      -ms-overflow-style: none;  /* Internet Explorer 10+ */
      scrollbar-width: none;  /* Firefox */
  }
  .lity-content::-webkit-scrollbar {
      display: none;  /* Safari and Chrome */
  }


  .lity-wrap{

     padding-top:4vh;
     padding-left: 2vw;
     padding-right: 2vw;

  }

  .navicon::after{
    content: "\a";
      white-space: pre;
  }
.iconBig{
width:5vw;
}

.joinDiscord{
display:none;
}
.nav-menu{
padding-bottom: 25px;

display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content:center;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

}

.hamburger{
  display: none;
  text-align: left;
}
.btnNavBar{
  font-size: 3vw;
}
.cards{
  display: inline !important;
}

@media screen and (max-width: 1044px) {
.pack img{
  width:80vw !important;
}
}

.logo{
width: 25%;
height:auto;
}
}
