@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Caprasimo&family=DM+Serif+Display:ital@0;1&family=Great+Vibes&family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rowdies:wght@300;400;700&family=Sora:wght@100..800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Sora", sans-serif;
}
html, body{
    overflow-x: hidden;
}
.navbar-brand img{
    width: 40px;
}
.navbar-brand h2{
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
}
.navbar-nav .nav-link {
    font-size: 13px;
    color: white;
}
#hero{
    background: url(../image/hero-back.png);
    background-position: center;
    background-size: cover;
    width: 100% !important;
    margin-top: 70px;
} 
.index{
    color: white; 
}
.shiba h1{
    margin-top: 6rem;
}
.hero-card {
    background-color:#121a2ad9;
    border-radius: 25px;
    padding: 1rem;
    text-align: center;
    height: 100%;
    width: 100%;
}
.hero-card img {
    width: 80px;
}
.hero-title {
    font-size: 18px;
    font-weight: bold;
}
.hero-text p{
    margin: 1rem 0;
    font-size: 13px;
    text-align: start;
    line-height: 20px;
}
.btn-brand{
    font-size: 12px;
}
.buy-all{
    font-size: 15px !important;
}
.btn-all {
    background-color: rgb(234,120,38) !important;
    color: white;
    border-radius: 10rem !important;
}
.btn-alls {
    background-color: #22c55e !important;
    color: white;
    border-radius: 10rem !important;
}
.btn-alls, .btn-all {
    margin-top: 1rem;
}
#user{
    background-color: rgb(0,0,0);
    background-position: center;
    background-size: cover;
}
.banner {
    background: linear-gradient(#000000bb,#000000c0), url(../image/magazine.png);
    background-position: center;
    background-size: cover;
    border-radius: 2rem;
    padding: 2rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 2rem;
}
.banner-all{
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    width: 100%;
}
.banner-logo {
    width: 130px;
}
.banner-heading h1{
    text-align: start;
    font-size: 30px;
    font-weight: 700;
    text-decoration: solid;
}
.orange {
    color: #f97316;
}
.btn-orange {
    background-color: #f97316 !important;
    color: white;
    font-weight: 600;
    border-radius: 2rem !important;
}
.caro-all{
    display: flex;
    flex-direction: row;
}
.joy-all{
    margin-top: 7rem !important;
}
.joy-all p{
    font-size: 15px;
}
.shibaswap h5{
    font-size: 15px;
}
.shibaswap p{
    font-size: 13px;
}
.card-custom {
    background-color: #181d2c;
    border: none;
    border-radius: 1.3rem;
    padding: 10px;
    margin-bottom: 1rem;
}
.card-custom:hover{
    border: 1px solid white;
    transition-duration: 1s;
}
.btn-orange {
    background-color: #ff6400;
    color: white;
    font-size: 12px;
    padding: 13px;
}
.btn-orange:hover {
    background-color: #e55c00;
}
.icon {
    font-size: 1rem;
    margin-right: 1rem;
    color: white;
}
.icon a{
    text-decoration: none;
    color: white;
}
.audited, .aud {
    box-shadow: 2px 2px 8px #ff660092;
}
.bg-container {
   background: linear-gradient(90deg, #000 30%,#0000003f 70%), url(../image/shiboshis-back.png);
    background-size: cover;
    background-position: center;
}
.btn-orange:hover{
    background-color: #ff6600;
    color: white;
}
.btn-blue {
    background-color: #0066cc;
    color: white;
    font-size: 13px;
    border-radius: 20px;
    padding: 10px;
}
.btn-blue:hover{
    background-color:  #0066cc;
    color: white;
}
.the-all p{
    font-size: 12px;
    width: 70%;
}
.nft-img {
    width: 90%;
    height: 100%;
}
.cee-all{
    padding-top: 25px;
}
#blockchain{
    background-color: black;
}
.blockchain-card {
    background-color:#121a2ad9;
    border-radius: 15px;
    padding: 1rem;
    height: 80%;
    width: 100%;
}
.orang-all{
    margin-top: 20px;
}
.icon-all img{
    width: 50px;
}
.swap h5{
    font-size: 12px;
    font-weight: bolder;
}
.swap p{
    font-size: 12px;
}
.fl h1{
    font-size: 27px;
}
.fl p{
    font-size: 13px;
}
.magazine h1{
    font-size: 26px ;
}
.footer {
    padding: 10px ;
    background-color: #050507fc;
}
.footer-text p,.footer-text li{
    font-size: 12px;
    line-height: 28px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color:  #ff6600;
}
.footer .social-icons i{
    font-size: 1rem;
    margin-right: 15px;
    color: white;
}
.footer-text small{
    font-size: 10px;
}
.footer-text h5, h6{
    font-size: 14px;
}
.btn-brands{
    font-size: 10px;
}

/* midium scrren */

@media(min-width: 767px) and (max-width:991px){
    
  #hero{
        background-position: center;
        background-size: cover;
        width: 100% !important;
        padding: 3rem;
  } 
  .hero-card {
        background-color:#121a2ad9;
        border-radius: 25px;
        padding: 1rem 2rem;
        text-align: center;
        height: 100%;
        width: 100%;
        margin-bottom: 10px;
  }
  .hero-card img {
    width: 80px;
  }
  .hero-title {
    font-size: 22px;
    font-weight: bold;
  }
  .hero-text p{
        margin: 1rem 0;
        font-size: 20px;
        text-align: start;
        line-height: 35px;
    }
  .shiba h1{
        font-size: 40px;
        text-align: center  ;
    }
  .btn-brand{
        font-size: 12px;
    }
  .buy-all{
        font-size: 15px !important;
    }
  .btn-all {
        font-size: 20px !important;
        padding: 1rem;
        border-radius: 10rem !important;
    }
  .btn-alls {
        padding: 1rem;
        font-size: 20px !important;
        border-radius: 10rem !important;
    }
   .banner {
       background: linear-gradient   (#0000004b,#00000057), url(../image/magazine.png);
       background-position: center;
       background-size: cover;
       border-radius: 2rem;
       padding: 1.2rem;
       margin-top: 1rem;
    }   
   .banner-all{
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
       gap: 1.2rem !important;
   }
   .banner-heading h1{
       text-align: start;
       font-size: 40px;
       font-weight: 600;
       text-decoration: solid;
   }
   .btn-orange {
       background-color: #f97316!important;
       font-weight: 400;
       border-radius: 2rem !important;
       font-size: 15px;
   }
   .joy-all{
        text-align: start;
   }
    .card-custom {
        background-color: #181d2c;
        border: none;
        border-radius: 2rem;
        padding: 17px;
        margin-bottom: 1rem;
        margin-top: 24px;
    }
    .joy-all h1{
        font-size: 36px;
    }
    .joy-all p{
        font-size: 20px;
    }
    .shibaswap h5, .swap h5{
        font-size: 20px;
    }
    .shibaswap p, .swap p{
        font-size: 17px;
    }
    .audited{
        margin-right: 30rem;
    } 
    .certik{
        margin-top: 80px !important;
    }
    .certik img{
        max-height: 60% !important;
    }
    .bg-container {
        background-size: cover;
        background-position: center;
        height: 100%;
        width: 100%;    
    }
    .nft-img {
        width: 80%;
        height: 100%;
        margin-left: 1.5rem;
    }
    .the-all {
        display: flex;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 15px;
        width: 100%;
        text-align: center !important;
    }
    .the-all p{
        font-size: 15px;
        width: 100%;
    }
    .btn-blue, .zar{
        font-size: 15px !important;
    }
    .blockchain-card {
        background-color:#121a2ad9;
        border-radius: 18px;
        padding: 1rem;
        height: 95%;
        width: 100%;
    }
    .hero-text p{
        font-size: 18px;
        line-height: 25px;
    }
    .icon-all img{
        width: 100% !important;
    }
    .magazine h1{
        font-size: 1.6rem;
        text-align: center !important;
    }
    .ads button{
        align-items: center;
        font-size: 18px;
    }
    .foot{
        margin-top: 100px;
    }
}





/* small screen */

@media(min-width: 200px) and (max-width:767px) {
    #hero{
        background-position: center;
        background-size: cover;
        width: 100% !important;
    } 
    .hero-card {
        background-color:#121a2ad9;
        border-radius: 25px;
        padding: 1rem 2rem;
        text-align: center;
        height: 100%;
        width: 100% !important;
        margin-bottom: 10px;
    }
  .hero-title {
        font-size: 23px;
        font-weight: bold;
    }
  .hero-text p{
        margin: 1rem 0;
        font-size: 15px;
        text-align: start;
        line-height: 25px;
    }
  .shiba h1{
        font-size: 50px;
        text-align: center;
    }
  .btn-brand{
        font-size: 12px;
    }
  .buy-all{
        font-size: 15px !important;
    }
    .car{
        display: flex;
        flex-direction: column !important;
    }
    .car img{
        width: 40%;
    }
  .btn-all {
        font-size: 16px !important;
        padding: 15px;
    }
  .btn-alls {
        padding: 15px;
        font-size: 16px !important;
    }
     .banner {
       background: linear-gradient   (#9d898900,#94898900), url(../image/magazine.png);
       background-position: center;
       background-size: cover;
       border-radius: 3rem;
       padding: 1.2rem;
       margin-top: 1rem;
    }   
   .banner-all{
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
       gap: 1.2rem !important;
   }
   .banner-heading h1{
       text-align: start;
       font-size: 25px;
       text-decoration: solid !important;
       font-weight: 400;
       line-height: 50px;
   }
   .btn-orange {
       background-color: #f97316!important;
       font-weight: 400;
       border-radius: 2rem !important;
       font-size: 15px;
   }
   .joy-all{
        text-align: start;
        margin-top: 5rem !important;
   }
   .joy-all h1{
    font-size: 2.3rem;
   }
   .joy-all p{
    font-size: 20px;
   }
    .shibaswap h5, .swap h5{
        font-size: 20px;
    }
    .shibaswap p, .swap p{
        font-size: 17px;
    }
    .card-custom {
        background-color: #181d2c;
        border: none;
        border-radius: 1.3rem;
        padding: 20px;
        margin-top: 20px;
    }
    .certik{
        margin-top: 5rem !important;
    }
    .certik p{
        font-size: 2.2rem;
    }
    .certik img{
        max-height: 25% !important;
    }
    .certik button{
        margin-top: 1.5rem;
    }
    .bg-container {
        background-size: cover;
        background-position: center;
        height: 100%;
        width: 100%;    
    }
    .nft-img {
        width: 100% !important;
        height: 100% !important;
    }
    .the-all {
        display: flex;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        margin-top: 20px;
        width: 100%;
        text-align: center !important;
    }
    .the-all p{
        font-size: 15px;
        width: 95%;
    }
    .the-all img{
        width: 100%;
    }
    .fl h1{
        font-size: 2.3rem;
    }
    .fl p{
        font-size: 1rem;
        margin-top: 19px;
    }   
    .blockchain-card {
        background-color:#121a2ad9;
        border-radius: 18px;
        padding: 2rem;
        height: 95%;
        width: 100%;
    }
    .swap h5{
        font-size: 16px;
    }
    .swap p{
        font-size: 14px;
    }
    .icon-all img{
        width: 100% !important;
        height: 100%;
    }
    .orang-all{
        font-size: 15px;
        width: 100%;
    }
    .magazine h1{
        font-size: 40px;
        text-align: center;
    }
    .buggy img{
        height: 100%;
        margin-left: 10px;
    }
    .ads button{
        padding: 1rem;
        width: 50%;
    }
    .footer{
        margin-top: 360%;
    }
    .foot{
        margin-top: 50px;
    }
    .oye {
        display: none !important;
    }
} 