@font-face { font-family: Heroes; src: url('heroesfont.ttf'); } 

body {background-color: #000;
background-image: url("slider-team.jpeg");
background-position: top center;
background-size: contain;
background-repeat: no-repeat;
}

.fonthero {
    font-family: Heroes;
}

.axofont {
    font-family: serif;
    font-weight: bolder;
    }

.axofontsmall {
         font-family: serif;
    }

.solbutton {width: 150px;
    font-size: 20px;
    cursor: pointer;
    color:grey; 
    background-color: #f0f0f0;
    font-family: Heroes;
    margin-top: 20px;
    padding-top: 5px;
    float: right;
    border: 0px;
    cursor: pointer;
}

.h3, h3 {
    font-size: 36px !important;
}

#nostake {
    position: absolute !important;
    top: 80px !important;
}

h3 {
    font-family: Heroes;
    color:#d98b31;
}
p {
    font-family: Heroes;
    color: white;
    margin-top: 28px;
}
.staketable {
    font-family: Heroes;
    border: 2px solid #9298de;
    width: 100%;
    text-align: center;
    background-color: white;
    border-radius: 20px;
    border-collapse: inherit;
    margin-top: 50px;
    display: none;
}

.staketable tr td {
    padding: 5px;
}

.stakedarea {
    background-color: #23272a;
    height: 600px;
}

.stakebox {
    width: 60%;
    margin: auto;
    margin-top: -50px;
    position: absolute;
    left: 20%;
    height: 600px;
    background-color: #1F2937;
    border: 2px solid #1F2937;
    border-radius: 20px;
    border-collapse: inherit;
    padding: 20px;
}

.margintop50 {
    margin-top: 50px;
}

.margintop150 {
    margin-top: 150px;
}

.centered {
    text-align: center;
}

.cursor {
    cursor: pointer;
}

.card-container {
    width: 20%;
    float: left;
    height: 250px;
}

@media only screen and (max-width: 600px) {
    h1 {
      text-align: center !important;
    }
    .stakebox {
        width: 90% !important;
        left: 5% !important;
    }

    .h3, h3 {
        font-size: 16px !important;
    }

    #nostake {
        width:90% !important;
    }
    .solbutton {
        margin-right: 24% !important;
    }
    .margintop50 {
        margin-top: 0px !important;
    }
  }

  input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  
.stakebutton {
    width: 100%;
    background-color: rgba(230,183,75, .5);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
.stakebutton:hover {
    background-color: #b0833f;
  }

.claimbutton {
    background-color: #56565c ;
    width: 200px;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.claimbutton:hover {
    background-color: #3f3f46;
  }

  .chain {
    position: relative;
    width: 100%;
    max-width: 1301px;
    height: 157px;
    padding: 26px 0;
    margin: 0 auto;
}
@media screen and (max-width: 980px) {
    .chain {
        max-width: inherit;
   }
}
@media screen and (max-width: 640px) {
    .chain {
        height: 50px;
   }
}
.chain--one {
    background: url('zincir-1.png') no-repeat;
    width: 100%;
    height: 138px;
    position: absolute;
    top: 8px;
    z-index: 10;
    animation-name: cream2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
@keyframes cream2 {
    0% {
        transform: translateY(0);
   }
    50% {
        transform: translateY(10px);
   }
    100% {
        transform: translateY(0);
   }
}
@media screen and (max-width: 980px) {
    .chain--one {
        background-size: contain;
   }
}
.chain--two {
    background: url('zincir-2.png') no-repeat;
    width: 100%;
    height: 138px;
    position: absolute;
    z-index: 10;
    animation-name: cream3;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
@keyframes cream3 {
    0% {
        transform: translateY(0);
   }
    50% {
        transform: translateY(-10px);
   }
    100% {
        transform: translateY(0);
   }
}
@media screen and (max-width: 980px) {
    .chain--two {
        background-size: contain;
   }
}
.chain--three {
    background: url('zincir-3.png') no-repeat;
    width: 100%;
    height: 138px;
    position: absolute;
    bottom: 6px;
    z-index: 10;
    animation-name: cream2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
@keyframes cream2 {
    0% {
        transform: translateY(0);
   }
    50% {
        transform: translateY(-5px);
   }
    100% {
        transform: translateY(0);
   }
}
@media screen and (max-width: 980px) {
    .chain--three {
        background-size: contain;
        bottom: 36px;
   }
}
@media screen and (max-width: 640px) {
    .chain--three {
        bottom: -54px;
   }
}



footer {
    position: relative;
    background: #000;
    padding-bottom: 132px;
    top:30px
}
@media screen and (max-width: 980px) {
    footer {
        padding-bottom: 114px;
   }
}
footer:after {
    content: '';
    background: url('footer-bottom-bg.png') no-repeat;
    height: 355px;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    max-width: 745px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
footer .footer {
    background: #000 url('hc-b.round.png') no-repeat;
    width: calc((100vw * 1511) / 1920);
    height: 608px;
    height: calc((100vw * 608) / 1920);
    margin: 0 auto;
    display: flex;
    background-size: cover;
    background-position: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}
@media screen and (max-width: 980px) {
    footer .footer {
        height: 608px;
        width: 100%;
   }
}
footer .footer::before {
    content: '';
    position: absolute;
    top: 0;
    opacity: 0.6;
    background-image: linear-gradient(to right, rgba(252, 219, 86, 0) 0%, #fcdb56 49%, rgba(252, 220, 86, 0.46) 77%, rgba(252, 220, 86, 0));
    width: calc((100vw * 1122) / 1920);
    height: calc((100vw * 3) / 1920);
}
footer .footer--content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 9999;
}
footer .footer--content__span {
    margin-top: calc((100vw * 36) / 1920);
    margin-bottom: calc((100vw * 55) / 1920);
}
@media screen and (max-width: 980px) {
    footer .footer--content__span {
        transform: none;
        opacity: 1;
        margin: 50px 0;
   }
}
footer .footer--content__span span {
    font-size: calc((100vw * 19) / 1920);
    line-height: calc((100vw * 26) / 1920);
}
@media screen and (max-width: 1120px) {
    footer .footer--content__span span {
        font-size: 16px;
   }
}
@media screen and (max-width: 980px) {
    footer .footer--content__span span {
        font-size: 19px;
   }
}
footer .footer--content__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: calc((100vw * 80) / 1920);
}
footer .footer--content__menu ul {
    display: flex;
    align-items: center;
}
footer .footer--content__menu ul li {
    margin: 0 16px;
}
footer .footer--content__menu ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
}
footer .footer--content__terms {
    margin-top: 12px;
    position: relative;
    z-index: 100;
}
@media screen and (max-width: 980px) {
    footer .footer--content__terms {
        transform: none;
        opacity: 1;
        margin-bottom: 52px;
   }
}
footer .footer--content__terms ul {
    display: flex;
}
footer .footer--content__terms ul li {
    display: flex;
    align-items: center;
}
footer .footer--content__terms ul li a {
    font-size: 14px;
    line-height: calc((100vw * 23) / 1920);
    color: #fff;
    opacity: 0.4;
}
footer .footer--content__terms ul li:first-child::after {
    content: '';
    width: 1px;
    height: 10px;
    background-color: #fff;
    display: inline-block;
    margin-left: calc((100vw * 12) /1920);
    margin-right: calc((100vw * 12) /1920);
    opacity: 0.4;
}
@media screen and (max-width: 980px) {
    footer .footer--content__terms ul li:first-child::after {
        margin: 0 12px;
   }
}
footer .footer--content__social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 980px) {
    footer .footer--content__social {
        transform: none;
        opacity: 1;
   }
}
footer .footer--content__social a {
    width: 36px;
    height: 36px;
    margin: 0 10px;
    transition: opacity 1s ease;
}
footer .footer--content__social a i {
    display: block;
    width: 100%;
    height: 100%;
    background: url('twitter.png') no-repeat;
}
footer .footer--content__social a i.instagram {
    background: url('instagram.png') no-repeat;
}
footer .footer--content__social a i.youtube {
    background: url('youtube.png') no-repeat;
}
footer .footer--content__social a i.medium {
    background: url('medium.png') no-repeat;
}
footer .footer--content__social a i.discord {
    background: url('discrod.png') no-repeat;
}
footer .footer--content__social a i.telegram {
    background: url('telegram.png') no-repeat;
}
footer .footer--content__social a:hover {
    opacity: 0.4;
}
footer .footer-bottom {
    background: #000;
    width: 100%;
    height: calc((100vw * 125) / 1920);
    position: relative;
}
footer .footer-bottom img {
    transform: rotate(90deg);
    position: absolute;
    object-fit: cover;
    width: calc((100vw * 745) / 1920);
    height: calc((100vw * 407) / 1920);
}


