.spacerBotttom {
  background-color: #4a4a4a;
  width: 100%;
  grid-row: 1;
}

.moreMenue, .accessibilityMenue {
  position: sticky;
  height: 0px;
  display: grid;
  z-index: 3;
  grid-template-columns: 25px 1fr 1fr 1fr 1fr 25px 50vw;
}

.moreMenue {
  grid-template-columns: 1fr 1fr 1fr 1fr 25px 50vw;
  top: calc(100dvh - (60px * 4));
}

.moreItem {
  grid-column: 4 / 6;
}


.topMenue {
  border-radius: 4px;
}


.buttonBack {
  grid-row: 2;
}

.scrollContainerB {
  display: grid;
  grid-template-rows: 4px 56px;
  grid-template-columns: 50vw 1fr 1fr;
  width: 100%;
  z-index: 2;
  position: sticky;
  top: calc(100dvh - 60px);
  height: 0;
  justify-items: center;
}

.scrollArrowB {
  background: rgb(43,60,144);
  background: radial-gradient(circle, rgba(96,102,127) 0%, rgba(45,46,54) 100%);
  color:  white;
  border-radius: 8px;
  color: whitesmoke;
  font-size: 145%;
  line-height: 5px;
  border-style: none;
  width: 75%;
  margin-top: 2px;
  margin-bottom: 2px;
}

.scrollArrowB:hover {
  background: rgb(43,60,144);
  background: radial-gradient(circle, rgba(149,153,170) 0%, rgba(45,46,54) 100%);
}

.stickyFoot {
  grid-row: 2;
}

.slideShow {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 35px;
}


.slide {
  position: relative;
  /*min-height: 300px;*/
  max-width: 100%;
  max-height: calc(100% - 15px);
  justify-content: center;
  color: white;
  grid-row: 1/3;
  margin: 8px;
}


.slide img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

.sitesWrapper {
  color: whitesmoke;
  overflow: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.info {
  position: absolute;
  bottom: 80px;
  max-height: 80%;
  right: 0px;
  color: white;
  max-width: 80%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.82);
  padding: 6px;
  z-index: 10;
  padding: 20px;
}


.previewContainer {
  position: relative;
  max-height: 0px;
  bottom: 58px;
}

.preview img {
  position: absolute;
  left: 30%;
  max-width: 40%;
  bottom: 0px;
}


.navContainer {
  height: 35px;
  display: grid;
  grid-template-columns: 1fr minmax(100px, 2fr) 5fr minmax(100px, 1fr) 1fr 1fr;
  grid-template-rows: 35px;
  background-color: #F8F8FF;
  align-items: center;
}

button {
  transition-duration: 0.4s;
  background-color: #F8F8FF;
  border: none;
  color: #717171;
  font-weight: bold;
}

button:hover {
  background-color: #bbb;
  color: white;
}

/* Next & previous buttons */
.prev, .next {
  text-align: center;
  width: 30px;
  height: 35px;
}

.prev, .navContainer {
  border-bottom-left-radius: 12px;
}

.next, .navContainer {
  border-bottom-right-radius: 12px;
}

.descriptionContainer, .skip, .readableContainer, .toolContainer {
  bottom: 40px;
  position: absolute;
  width: 80%;
  color: white;
  padding:0px 6px 0px 6px;
  z-index: 10;
}

.description {
  bottom: 0px;
  position: absolute;
  padding: 6px;
}

.descriptionContainer, .toolContainer {
  width: 100%;
}

.description, .skip, .readableContainer div {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}


.skip, .readableContainer {
  padding: 15px;
  padding-left: 20px;
}


.readableContainer {
  background-color: #8699a5;
  height: 150px;
  width: 600px;
  top: 55px;
  position: sticky;
}


.wordPreview {
  z-index: 10;
  width: 100%;
  background-color: whitesmoke;
  margin: auto;
  text-align: center;
}


.slidesTheme {
  border-radius: 4px;
  height: 28px;
  align-self: center;
  background: radial-gradient(circle, rgba(181,187,197) 0%, rgba(161,162,167) 100%);
  font-size: 0.74em;
}

.slidesTheme:hover {
  background-color: #717171;
}

.dotContainer {
  justify-self: center;
  padding: 8px;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border-radius: 50%;
  background-color: #bbb;
}

.dot:hover {
  background-color: #717171;
}


.dotNumber {
  display: none;
}


.buttonContainer {
  justify-self: center;
  align-self: center;
  padding: 5px;
}

.exspandSlides {
  justify-self: end;
  align-self: center;
}


.button {
  border-radius: 50%;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #bbb;
  font-weight: 900;
  align-self: center;
  justify-self: center;
/*  text-align: center;*/
}


.closeTab {
  position: absolute;
  right: 5px;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  font-size: 11px;
  text-align: center;
  top: 5px;
}

.closeTab:hover {
  background-color: red;
}


.button:hover {
  background-color: #717171;
}


.exspandB {
  height: 30px;
  width: 30px;
  /*background-color: rgb(0, 255, 153);*/
  background-image: url("../img/background2.png");
  border: none;
  border-radius: 50%;
  outline: none;
  padding: 9px;
  display: block;
  margin: auto;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}


.tabPlussB {
  height: 35px;
  width: 35px;
  border: none;
  border-radius: 50%;
  padding: 9px;
  display: block;
  margin-top: 7px;
  margin-left: 15px;
  mix-blend-mode: lighten;
  background-color: #7779a899;
  backdrop-filter: blur(3px);
  box-shadow: inset 0 2px 12px #ffffff;
}


.tabPlussB:hover {
  background-color: #7f8096cf;
  outline: 2px solid #ffffff;
}


.plussDropDown, .plussDropDownTT {
  position: absolute;
  top: 53px;
  width: 250px;
  border: 1px solid black;
  background-color: black;
  padding: 10px;
  border-radius: 14px;
}

.plussDropDown{
  z-index: 5;
}

.plussDropDownTT {
  color: white;
  z-index: 4;
}


.plussTitle {
  text-align: center;
  color: white;
  margin-bottom: 20px;
  border-left: none;
  border-right: none;
}


.plussUl {
  max-height: 180px;
  overflow-y: scroll;
}


.plussUl ul {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}

ul.plussUlUl {
  list-style-type: circle;
  list-style-position: outside;
  overflow: initial;
  margin-left: 19px;
}


.plussUlUl li:hover {
  text-decoration: underline dotted;
  text-underline-offset: 2px;
}


.plussUl::-webkit-scrollbar {
  width: 12px;
}
.plussUl::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,71%); 
  border-radius: 10px;
}
.plussUl::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #f5f5f566; 
}


/*ul.plussUlUl {
  overflow: initial;
  margin-left: 19px;
}*/


.plussItem {
  margin: 0 0 10px 0;
  color: white;
  background-color: black;
  margin: 0 0 10px 0;
  line-height: 24px;
}

.plussItem a {
  color: white;
  transition: color 0.2s;
}

.plussLink:hover {
  text-decoration: underline dotted;
  text-underline-offset: 2px;
}


#search {
  margin-top: 10px;
  width: 222px;
  height: 24px;
  background-color: black;
  color: white;
  border: 1px solid gray;
  border-radius: 5px;
}


.plussItemBottom {
  border-radius: 0 0 4px 4px;
}


.exspandB:focus{
  outline-style: solid;
  outline-width: 2px;
  outline-color: green;
}


.line-wrapper {
  position: relative;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.horizontal, .vertical {
  width: 100%;
  height: 2px;
  background-color: black;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}


.tabPlussB .horizontal, .tabPlussB .vertical {
  background-color: white;
  height: 3px;

}


.vertical {
  position: relative;
  bottom: 2px;
  transform: rotate(90deg);
}

.tabPlussB .vertical {
  bottom: 3 px;
}

.line-wrapper.open {
  transform: rotate(180deg);
}

.vertical.open {
  transform: rotate(180deg);
}


/* Position the "next button" to the right */
.next {
  justify-self: end;
}


.expNo {
  color: white;
  font-size: 15px;
  top: -5px;
  position: relative;
  justify-content: center;
  display: flex;
}

.toggleIt {
  display: none;
  visibility: hidden;
}

.buttonToggle {
  background-color: #717171;
  color: white;
}


.videoWrapper { /*I have made some changes*/
  height: calc(100% - 35px);
  aspect-ratio:16/9;
  /*max-height: calc(100dvh - 95px);*/
  margin-right: auto;
  margin-left: auto;
}


.twitterWrapper {
  position: relative;
  width: calc(100% - 15px);
  aspect-ratio:16/9;
  max-height: calc(100% - 38px);
  min-height: calc(100% - 38px);
  max-width: 660px;
  margin: auto;
  overflow-y: scroll;
}

.videoWrapper iframe {
  width: 100%;
  height: 100%;
}

.twitterWrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.scrollControl, .scrollArrow, .tabControl  {
  display: none;
}


.scrollArrows, .scrollArrow {
  background-color: #F8F8FF;
  backdrop-filter: blur(3px);
  color:  white;
  border-radius: 8px;
  width: 42px;
  color: black;
  mix-blend-mode: lighten;
  font-size: 145%;
  line-height: 5px;
}

.slideShowContainer {
  background-color: #1e222d;
  box-shadow: inset 0 2px 12px #ffffff;
  border-radius: 12px;
}

/*new changes bellow--------------------------------------------*/ 

.chart-container {
  height: 100%;
}

canvas {
  min-height: 100%;
  max-height: 100%;
}

.tradingview-widget-container  {
  height: 100%;
}

.coinTable {
  height: calc(100% - 35px);
}


#tradingview_78653 {
  height: calc(100% - 35px);
}

.bigCanvas {
  height: calc(100dvh - 55px);
  max-height: initial;
  min-height: initial;
  width: 100%;
  position: sticky;
}

.buttonBox {
  display: grid;
  grid-template-rows: repeat(7, 1fr);
}


.icon {
  height: 35px;
}


.iconT {
  height: 20px;
}


.portScroll {
  display: none;
  visibility: hidden;
}


@media (min-width: 1250px) {
  .slideTall {
    max-height: calc(100% - 15px);
  }
  .toggleItTall {
    display: none;
    visibility: hidden;
  }
  .slide {
    height: 100%;
  }
  .buttonShow {
    visibility: hidden;
    display: none;
  }
  .slideShow:hover .slide {
    grid-row: 1;
  }
  .slideShow:hover .navContainer  {
    grid-row: 2;
  }
}

.rembeddit {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  overflow: auto;
  background-color: #292f33 !important;
}


.reddit-link-title {
  color: #2f88e2 !important;
}


.readyIt {
  overflow-y: hidden;
}


.rembeddit::-webkit-scrollbar, .twitterWrapper::-webkit-scrollbar {
  width: 12px;
}
.rembeddit::-webkit-scrollbar-track, .twitterWrapper::-webkit-scrollbar {
  -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,71%); 
  border-radius: 10px;
}
.rembeddit::-webkit-scrollbar-thumb, .twitterWrapper::-webkit-scrollbar {
  border-radius: 10px;
  background-color: #f5f5f566; 
}


.slidePic {
  overflow: hidden;
}

.example {
  max-height: 100%;
  position:relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.tokenT {
  height: 100%
}


/*hiding stuff on token terminal*/
/*, ._2rn9xx0._1cidn1c3t._1cidn1cpp._1cidn1cbt._1cidn1ca9._1cidn1cae._1cidn1crx._1cidn1c71, ._2rn9xx0._1cidn1c3t._1cidn1c6d._1cidn1crl._1cidn1c89._1cidn1c49._1gdy5794._1cidn1c71._1cidn1c4p._1cidn1c4f._1cidn1c5x._1cidn1c5h._1cidn1c7l*/
h3._2rn9xx0._1cidn1c1n._1cidn1c1u {
  display: none;
}

.tabBar {
  grid-template-columns: 250px 250px 0px repeat(auto-fill, minmax(215px, 1fr));
}

.hoverToolTips {
  position: absolute;
  text-align: center;
  bottom: -5px;
  right: 12px;
  color: white;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.82);
  padding: 10px;
  z-index: 10;
  border-top-left-radius: 10px;
}

.container {
  overflow-x: hidden;
}

.pauseRed {
  background-color: red;
}

.pauseRed:hover {
  background-color: red;
}



/*some changes in media querries bellow--------------------------------------------*/ 

@media (max-width: 1250px) {
  .slidePic {
    overflow: initial;
  }
  .hLogo {
    width: 38px;
    left: 1px;
  }
  .container {
    grid-template-columns: repeat(auto-fit, minmax(100vw, 1fr));
    grid-template-rows: initial;
    grid-gap: initial;
    margin: initial;
    overflow: initial;
    height: initial;
  }
  .slideShowContainer {
    top: initial;
    align-self: start;
    grid-row: initial;
    margin: initial;
    max-height: initial;
    position:  initial;
  }
  .slideShowContainer {
    height: 100dvh;
    width: 100%;
  }
  .fill1, .scrollContainerB, .tBarSpacer {
    display: none;
    visibility: hidden;
  }
  .tabBar {
    top: calc(var(--vh) - 39px);
    grid-template-columns: 38px 153px 1fr;
  }
  .barSpacer {
    top: calc(var(--vh) - 45px);
  }
  .dotNumber {
    display: initial;
  }
  .tabs {
    height: 38px;
    line-height: 38px;
  }
  .tabs, .dot, .spacerTop, .tabEnd, .buttonContainer {
    display: none;
  }
  .navContainer {
    grid-template-columns: 1fr 3fr 5fr 1fr 1fr;
  }
  .homeTab {
    display: grid;
    grid-template-columns: 36px 1fr 1fr;
  }
  .catTab {
    display: block;
    width: 120px;
  }
  .tabEndNav {
    display: initial;
    box-shadow: 
      -4px 3px 0px -3px #f8f8ff, 
      inset 5px 0px 2px -3px #f8f8ff;
    display: inline-grid;
    grid-template-columns: 1fr 55px 1fr;
    grid-gap: 16px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
  }
  .tabControl {
    display: initial;
    background-color: #F8F8FF;
    backdrop-filter: blur(3px);
    color:  white;
    border-radius: 8px;
    height: 79%;
    width: 42px;
    color: black;
    mix-blend-mode: lighten;
  }
  .prevTab {
    justify-self: end;
  }
  .nextTab {
    justify-self: start;
  }
  .tabNum {
    justify-self: center;
    width: 50px; 
  }
  .buttonShow {
    visibility: initial;
    display: initial;
  }
  .slide {
    grid-row: 1;
  }
  .navContainer {
    grid-row: 2;
  }
  .left {
    position: initial;
  }
  .right {
    grid-column-start: initial;
  }
  .prev, .next, .navContainer {
    border-radius: initial;
  }
  .hoverToolTips {
    display: none;
    visibility: hidden;
  }
}

/*small screen landscape*/
@media (max-width: 1250px) and (orientation: landscape) {
  .slideShowContainer {
    height: calc(var(--vh) - 45px);
    display: grid;
    grid-template-rows: 1fr;
  }
  .slide {
    height: calc(100% - 45px);
  }
  .twitterWrapper {
    height: calc(var(--vh) - 82px);
    aspect-ratio: initial;
    max-height: initial;
    min-height: initial;
    max-width: initial;
  }
  .rembeddit, .sitesWrapper {
    height: calc(var(--vh) - 88px);
  }
  .descriptionContainer {
    bottom: 60px;
  }
  .scrollControl {
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
  }
  .scrollArrows {
    display: initial;
    height: 79%;
  }
  .tabBar {
    height: 40px;
    grid-template-columns: 38px 200px 0px 1fr 1fr;
  }
  body {
    background-color: rgba(60,56,56,1);
  }
  .chart-container {
    display: grid;
    justify-items: center;
  }
  .tradingview-widget-container {
    height: calc(100% - 35px);
    width:  100%;
  }
  .videoWrapper{
    /*height: calc(100% - 48px)*/;
    width: calc(100vw - 17px);
    max-width: calc(100dvh * 1.7);
    aspect-ratio: initial;
  }

  .videoWrapper iframe {
    height: 100%;
    width: 100%;
  }
  .dotContainer {
    padding: 6px;
  }
  .buttonBox {
    height: calc(100dvh - 170px);
    max-height: initial;
    min-height: calc(100% - 42px);
  }
  .slidePic {
    height: calc(var(--vh) - 100px);
  }
  .slideShow {
    grid-template-rows: calc(var(--vh) - 80px) 34px;
  }
}

/*small screen portrait*/
@media (max-width: 1250px) and (orientation: portrait) {
  .descriptionContainer {
    bottom: 85px;
    width: 95%;
  }
  .slideShowContainer {
    height: calc(var(--vh) - 46px); 
    display: grid;
    grid-template-rows: 1fr 55px;
    align-items: center;
  }
  .scrollContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: black;
    height: 55px;
  }
  .scrollArrow {
    display: initial;
    font-size: 60px;
    width: 100%;
    height:  100%;
    background: radial-gradient(circle, rgba(60,56,56,1) 0%, rgba(20,20,20,1) 100%);
    color: #ffffffc7;
    border-radius: 0;
  }
  .twitterWrapper, .rembeddit, .sitesWrapper, .buttonBox {
    height: calc(var(--vh) - 170px);
    max-height: initial;
    min-height: calc(100% - 42px);
    margin-top: 5px;
  }
  .twitterWrapper{
    max-width: 100vw;
  }
  .tabBar {
    grid-template-columns: 38px minmax(calc((100vw - 38px) * 0.4), 1fr) 0px calc((100vw - 38px) * 0.6);
  }
  .tabEndNav {
    grid-template-columns: minmax(20px, 1fr) minmax(38px, 1fr) minmax(20px, 1fr);
    grid-gap: 12px;
  }
  .tabEndNav button {
    width: 100%;
    max-width: 60px;
  }
  a:link {
    text-decoration: none;
  }
  a:visited {
    text-decoration: none;
  }
  body {
    background-color: rgba(60,56,56,1);
  }
  .slideShow {
    align-items: center;
    /*height: 100%;*/
    width: 100%;
    grid-template-rows: 1fr 39px;
  }
  .videoWrapper { /*I have made some changes*/
    height: initial;
    width: 100%;
    max-width: 100vw;
    aspect-ratio:16/9;
    margin-right: initial;
    margin-left: initial;
    padding-top: calc(((100dvh - 150px) - ((100vw / 16) * 9)) / 2);
  }
  .slideShow {
    /*margin-bottom: 20px;*/
  }
  .chart-container {
    height: calc(83% - 30px);
    padding-top: 17%;
    min-height: initial;
    max-height: initial;
  }
  .chartWrapper {
    max-height: initial;
    height: calc(100% - 38px);
  }
  .coinTable {
  height: calc(100% - 37px);
  }
  .dotContainer {
    padding: 4px;
  }
  .endScroll{
    mix-blend-mode: overlay;
  }
  .preScroll{
    mix-blend-mode: darken;
  }
  .portScroll {
    height: 0px;
    z-index: 2;
    display: grid;
    visibility: initial;
    position: sticky;
    top: calc(var(--vh) - 99px);
  }
  .toggleIt {
    visibility: hidden;
    display: none;
  }
  .portScroll .scrollArrow {
    height: 60px;
    color: darkred;
  }
}

@media (max-width: 550px) and (orientation: portrait) {
  .dropDown {
    display: none;
  }
  .tabBar {
  grid-template-columns: 38px minmax(calc((100vw - 38px) * 0.4), 1fr) calc((100vw - 38px) * 0.6)
  }
}

.portTab {
  grid-template-rows: 1fr 0px;
}

.portTw {
  height: calc(var(--vh) - 100px);
}


@media (max-width: 550px) and (orientation: landscape) {
  .dropDown {
    display: none;
  }
  .tabBar {
    grid-template-columns: 38px minmax(150px, 1fr) 185px minmax(100px, 1fr) minmax(100px, 1fr);
  }
}

.aboutGardenCont {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: calc(100% - 20px);
}

.aboutGardenCont .aboutGarden {
  max-width: calc(100% - 15px);
  max-height: calc(100% - 15px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}