:root {
    --deepgreen: #1d2a3a;
    --lightgreen: #8d8181;
    --bs-link-hover-color: #aabab9;
            
  }
html,body {
    font-family: 'Secular One', sans-serif;
    color: white;
    height: 100%;
    margin:0;
    padding:0;
    overflow: hidden;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    }
body{
    background-image: url('../img/background.png');
    background-size:contain;
    background-position-x: 60px;
}    
.debug1 {
    background-color: gray;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    overflow-y: visible;
}

.shader-top{
    background-image: url('../img/shader_top.png');
    background-repeat: no-repeat;
    position:relative;
    top:93%;
    left:-29px;
    width: 100%;
    height:50px;
    overflow-x: clip;
    pointer-events: none;
}

.shader-bot{
  background-image: url('../img/shader_bot.png');
  background-repeat: no-repeat;
  position:relative;
  bottom:24%;
  left:-29px;
  width: 100%;
  height:50px;
  overflow-x: clip;
  pointer-events: none;
}

.img-fluid{
    width: 100%;
    height:auto;
    user-select: none;
}
.tmside{
    width: 100%;
    height:100%;
    user-select: none;
}
.tmtop{
    background-image: url('../img/tm2.png');
    background-size:contain;
    height: 100%;
    width: 100%;
}
.tmbot{
  background-image: url('../img/tm8.png');
  background-size:contain;
  height: 100%;
  width: 100%;
}
.main{
    background-image: url('../img/tm5.png');
    background-size: cover;
    height: 100%;
    width: 100%;
    scrollbar-color: #b26838 rgb(0,0,0,0);
    scrollbar-width: thin;
    overflow-y: scroll;
    overflow-x: hidden;
}

.grid-container {
    display: grid;
    grid-template-columns: 80px 1fr 80px; 
    grid-template-rows: 80px 1fr 80px; 
    height: 100%; 
    width: 100%; 
  }

  .grid-item {
    background-color: #1d2a3a;
    box-sizing: border-box;
    overflow-y: hidden;
  }
.bottomtray{
  text-align: right;
  color:#aabab9;
  margin-right: 6%;
 }

 .bottomtray span{
  font-weight: bold;
  text-shadow: 0px -2px 4px rgb(93, 103, 113, 1);
 }

 .bottombutton{
  position: fixed;
  left:50px;
  bottom:10px;
  background-color: #8d8181;
  color:#1d2a3a;
  border-top: 5px solid #958F8B;
  border-bottom: 2px solid #5d6771;
  border-left: 2px solid #5d6771;
  border-right: 2px solid #5d6771;
  margin-bottom: 5px;
  width: 50px;
  box-shadow: 2px 2px 2px 2px rgb(93, 103, 113, 0.5);
 }
 .bottombutton:hover{
  color:#1d2a3a;
  border-top: 2px solid #958F8B;
  margin-bottom: 7px;
  box-shadow: 1px 1px 1px 1px rgb(93, 103, 113, 0.5);
 }
 @keyframes wiggle{
	
  0%{ transform: rotate(10deg);}
  50%{ transform: rotate(-10deg); }
  100%{ transform: rotate(10deg);}
}
@keyframes jiggle{
  0%{ transform: rotate(2deg);}
  50%{ transform: rotate(-2deg); }
  100%{ transform: rotate(2deg);}
}
.wiggler{
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-name: wiggle;
	animation-direction: alternate;
	min-height: 15px;
	min-width: 15px;
	transition: transform .4s ease-in-out 0s;
}
.jiggler{
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-name: jiggle;
	animation-direction: alternate;
	transition: transform .4s ease-in-out 0s;
}

 #marquee1 img,#marquee2 img{
  height:50px;
 }
.widgets{
  margin-right: 20px;
}
.widgets hr{
  width: 100%;
}
#mobilemessage{
  overflow: hidden;
  position: absolute;
  background-color: #1d2a3a;
  bottom: 15%;
  height: 70vh;
  width: 100vw;
  z-index: 1000;
  display:none;
}
.warningscrolltop{
  background-image: url(../img/warning.png);
  max-height: 50px;
  height: 40px;
  animation: move-bg 5s linear infinite;
  z-index: -1;
  margin-top: 2px;
}
.warningscrollbottom{
  background-image: url(../img/warning.png);
  max-height: 50px;
  height: 40px;
  animation: move-bg 5s linear infinite reverse;
  position:sticky;
  bottom:2px;
  z-index: -1;
}
@keyframes move-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
.messagecontent{
  margin-top: 100px;
  font-size: 40pt;
  height: 100%;
  text-align: center;
  position: relative;
}
.messagecontent p{
  margin-top: 20px;
  font-size: 15pt;
}

#mobile_confirm{
  font-size: 20pt;
}

#portfolio_plug{
  color:#5d6771;
  font-size: 10pt;
}
.bottomright{
    
    position: absolute;
    bottom:0px;
    right:0px;
    height: 40vh;
    width: 35vw;
    pointer-events: none;
  }

.navimg{
    position:fixed;
    bottom:0px;
    right:0px;
    width: inherit;
    z-index: 3;

}  

.nav-left{
    background-image: url('../img/nav_left.png');
    background-size: cover;
    position:fixed;
    right: 9.6%;
    height:2.6vw;
    width:3%;
    bottom:0%;
    margin-bottom: 3.5%;
    z-index: 4;
    pointer-events: all;
}
.nav-left:hover{
    background-image: url('../img/nav_left_hover.png');
    cursor: pointer;
}
.nav-right{
    background-image: url('../img/nav_right.png');
    background-size: cover;
    position:fixed;
    right: 6%;
    height:2.6vw;
    width:3%;
    bottom:0%;
    margin-bottom: 3.7%;
    z-index: 4;
    pointer-events: all;
}
.nav-right:hover{
    background-image: url('../img/nav_right_hover.png');
    cursor: pointer;
}

#drawer-container {
    position: fixed;
    top: 0;
    right: -410px;
    width: 430px;
    height: 100%;
    background-color: var(--deepgreen);
    transition: right 0.3s ease;
    border-left: solid 20px var(--lightgreen);
    box-shadow: 0 0 0 4px var(--deepgreen);
    z-index: 2;
  }

  #drawer-content hr{
    border-top: 4px dashed rgb(255, 75, 20);
  }

  .drawerbutton img{
    height:240%;
    cursor:pointer;
  }

  #drawer-container.open {
    right: 0;
  }

  #drawer-content {
    padding: 20px;
  }

  #toggle-button {
    position: fixed;
    top: 40%;
    right: -49px;
    cursor: pointer;
    height: auto;
    width: 100px;
    padding: 10px;
    border: none;
    outline: none;
    transition: right 0.3s ease;
    z-index: 100;
  }

  #toggle-button.open {
    right: calc(-69px + 430px);
  }

.post{
  background-color: #2f4052;
  width:100%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 30px;
  padding-top: 15px;
  margin-bottom: 30px;
}

.clicked{
  border-top: 3px solid #aabab9 !important;;
  border-left: 2px solid #aabab9 !important;
  border-right: 2px solid #aabab9 !important;
  margin-top: 5px;
  border-bottom: 5px solid #5d6771 !important;
}

.fil1,.fil2{
  background-color: #2f4052;
}
.nav-link{
  background-color: #8d8181;
  color:#1d2a3a;
  border-top: 3px solid #5d6771;
  border-bottom: 10px solid #5d6771;
  border-left: 2px solid #5d6771;
  border-right: 2px solid #5d6771;
}
.nav-link:hover{
  margin-top: 5px;
  background-color: #5d6771;
  color:#1d2a3a;
  border-bottom: 5px solid #2f4052;
}

#allbttn1, #allbttn2{
  background-color: #8e6255;
  border-bottom: 10px solid #593027;
  border-left: 2px solid #593027;
  border-right: 2px solid #593027;
  border-top: 3px solid #593027;
}
#allbttn1:hover, #allbttn2:hover{
  background-color: #593027;
  border-bottom: 5px solid #2f4052;
}

#description{
  background-color: #1d2a3a;
  border-radius: 10px;
  width:100%;
  margin-top: 10px;
  min-height: 50px;
  padding: 10px;
  color:#aabab9;
}

#socials img{
width:15px;
}

hr{
  border-top: 4px dashed;
}

#socials{
  text-align: right;
  background-color: #1d2a3a;
  width: fit-content;
  margin-left: 10px;
  border-radius: 0px 0px 5px 5px;
  padding-right: 5px;
}

a{
    color:#B26838;
    text-decoration: none;
}
a:hover{
  color:#ffc670;
  text-decoration: underline;
}

.art{
  max-width: 100%;
  min-width: 100%;
  border-radius: 10px;
  border: solid #1d2a3a 2px;
}

.sliders{
  -webkit-appearance: none;
  appearance: none;
  background: #593027;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.sliders::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #8e6255;
  cursor: pointer;
}
#vertical-slider-container{
  width: 450px;
}
#vertical-slider{
  writing-mode: vertical-rl;
  height:400px;
}
@supports (-moz-appearance: none) {
  #vertical-slider {
    transform: rotate(180deg); 
  }
}
#slider{
  width: 400px;
  margin-left: 28px;
}
#pricingdemo{
  background-image: url('../img/pricing.png');
  background-size: 100px 100px;
  width: 400px;
  height: 400px;
  padding-left: 0px;  
}
.sliders::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #b26838;
  border: #b26838;
  border-radius: 0px;
  cursor: pointer;
}
.sliders::-moz-range-thumb:hover {
  background: #94511e;
}

#lockratio{
width: 20px;
height: 20px;
accent-color: #b26838;
border: none;
}
