@font-face {
    src: url("/assets/fonts/Futura Extra Bold.otf");
    font-family: "FuturaBold";
}
* {
        font-family: "FuturaBold";
    transition: all 0.5s linear;
}
.img-s{
    max-width: 120px;
}
.img-btn{
    max-width: 260px;
}
h5{
    font-size: 5vw;
    font-weight: 900;
}
.bg{
    background: url(../images/Rainbow.png) no-repeat center top;
    background-size: cover;
}
.bg-fram{
    background: url(../images/Mask%20Group%2020.png) no-repeat center;
    background-size: 100% 100%;
    min-height: 250px;
    margin-top: -40px;
    z-index: 1000;
    position: relative;
}
.img-top{
    /*max-width: 80%;*/
}
.im-r{
    position: absolute;
    right: 0;
}
.icons img{
    max-width: 22%;
}
.bg-fram2{
    background: url(../images/Mask%20Group%2010.png) no-repeat center;
    background-size: 100% 100%;
    min-height: 250px;
    margin-top: -40px;
    z-index: 1000;
    position: relative;
}
.mb{
    margin-bottom: -9.2%;
    position: relative;

}
.bg-fram3{
    background: url(../images/Mask%20Group%2017.png) no-repeat center;
    background-size: 100% 100%;
    min-height: 250px;
    margin-top: -40px;
    z-index: 100;
    position: relative;
}
.bx{
    padding-left: 18%;
}
.im-side{
    position: absolute;
    left: 6%;
    top: 120px;
    max-height: 48%;
}

@media(max-width: 992px){
    .mb img{
        max-width: 150px;
    }
    .bg-fram3 img{
        max-width: 12%;
    }
    .mb{
        margin-bottom: -12%;
        position: relative;

    }
    .ic{
        max-width: 30px;
        margin-left: 20px;
    }
    .im-side{
        position: absolute;
        left: 6%;
        top: 120px;
        max-height: 41%;
    }
}
h6{
    font-size: 3vw;
}
.ic{
    position: absolute;
    left: -20px;
}
.img-bottom{
    max-width: 35%;
    margin-top: -10%;
}
@media(min-width: 1920px){
    h5{
        font-size: 100px;
    }
    h6{
        font-size: 50px;
    }
}
@media(max-width: 768px){
    .bg-fram{
        margin-top: -25px;
    }
    .img-s{
        max-width: 62px;
    }
    .img-btn{
        max-width: 100%;
        width: 150px
    }
}
@media(max-width: 550px){
    .bx h6{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .mb img{
        max-width: 90px;
    }
    .im-side{
        /*        max-height: 38.5%;*/
        top: 100px;
    }
    h6{
        font-size: 4.2vw;
    }
}


a > img {
    transition: .3s all;
}

a:hover > img {
    transform: translateY(-8px) scale(1.05);
}

.connect-wallet .btn {
  padding: 12px;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, .3);
  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, .3);
  font-size: 24px;
  transition: .3s all;
}

.connect-wallet .btn:hover {
  background: rgba(255, 255, 255, .7)
}

@media screen and (max-width: 600px) {
    .header {
        transform: translateY(-10vw) !important;
    }
}

@media screen and (min-width: 601px) and (max-width: 900px) {
    .header {
        transform: translateY(-8vw) !important;
    }
}

@media screen and (min-width: 901px) {
    .header {
        transform: translateY(-4vw) !important;
    }
}