/*
====================================
Medium Screen - Others
====================================
*/

@media screen and (min-width: 1700px) and (max-width: 2000px) {
    .hero-area {
        height: 900px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {}

/*
====================================
Small Screen - Tablate
====================================
*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .logo img {
        width: 180px;
    }
    .menu-bar {
        display: block !important;
    }
    .menu-item {
        display: none !important;
    }
    header {
        padding: 10px 0px;
        position: fixed;
        margin: auto;
        width: 100%;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 9999;
    }
    .hero-area {
        padding: 70px 0 0;
    }
    .hero-title ul li a {
        font-size: 19.375px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        padding: 8px 5px;
        transition: .3s;
        text-align: center;
        display: block;
        color: #fff;
        width: 144px;
    }
    .hero-social-icon ul li a img {
        transition: .2s;
        width: 40px;
    }
    .hero-social-icon ul li:last-of-type {
        margin-top: -28px;
    }
    .hero-social-icon {
        position: absolute;
        right: 44px;
        bottom: 30px;
    }
    .hero-title h2 {
        margin: 0px;
    }
    .hero-title ul {
        bottom: 50px;
    }
    .ab-ts-main {
        padding-top: 97px;
    }
    .ab-right {
        padding-left: 0px;
    }
    .about-title h2 {
        color: #FFF;
        -webkit-text-stroke-width: 4px;
        -webkit-text-stroke-color: #000;
        font-family: MUSASHI;
        font-size: 54px
    }
    .ab-box h3 {
        color: #000;
        font-family: MUSASHI;
        font-size: 25px
    }
    .ab-box p {
        color: #000;
        font-family: "GoodDog New";
        font-size: 15px;
    }
    .about-2 {
        right: 27px;
    }
    .about-1 img {
        width: 150px;
    }
    .about-2 img {
        width: 100px;
    }
    .about-area {
        padding: 30px 0 1px;
    }
    .ab-btn a {
        color: #FFF;
        font-family: "GoodDog New";
        font-size: 14px;
    }
    .ab-right p {
        font-size: 17px;
    }
    .buy-left {
        margin-bottom: 22px;
    }
    .toko-item h2 {
        font-size: 30px;
    }
    .tk-left-item {
        margin-top: 1px;
        margin-right: 0px;
        position: relative;
        z-index: 99999999;
    }
    .tk-title h2 {
        color: #FFF;
        -webkit-text-stroke-width: 4px;
        -webkit-text-stroke-color: #000;
        font-family: MUSASHI;
        font-size: 56px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        margin-bottom: -1px;
        text-transform: uppercase;
    }
    .iner-sub1 h2 {
        color: #000;
        font-family: MUSASHI;
        font-size: 34px;
    }
    .iner-sub2 h2 {
        color: #000;
        font-family: MUSASHI;
        font-size: 42px;
    }
    .iner-sub2 p {
        color: #000;
        font-family: "GoodDog New";
        font-size: 13px;
    }
    .tax-row {
        display: flex;
        justify-content: space-between;
        width: 70% !important;
    }
    .tax-row p {
        color: #000;
        font-family: "GoodDog New";
        font-size: 13px;
    }
    .tax-row h4 {
        color: #000;
        font-family: MUSASHI;
        font-size: 33px;
    }
    .Token_Address small {
        color: #000;
        font-family: MUSASHI;
        font-size: 11px;
    }
    .dis-img img {
        position: inherit;
    }
    .ds-area {
        padding: 40px 0;
        height: inherit;
        background-size: 100%;
        background-position: bottom center;
    }
    .ds-wrapper h2 {
        color: #000;
        font-family: MUSASHI;
        font-size: 47px;
    }
    .tkbird {
        position: absolute;
        right: -0px;
        top: -130px;
    }
    .tkbird img {
        width: 180px !important;
    }
    .ft ul li a img {
        transition: .3s;
        width: 48px;
    }
    .coppyright-text {
        display: block;
        align-items: center;
        justify-content: space-between;
        text-align: center;
    }
    .ft ul {
        justify-content: center;
    }
    .ft ul {
        margin-top: 24px;
    }
    .tk-wrapper {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 399px;
        padding: 39px 30px;
        padding-left: 31px;
        position: relative;
        max-width: 1100px;
        margin: auto;
    }
    .coppyright-text p {
        color: #000;
        font-family: "GoodDog New";
        font-size: 16px;
    }
    .scroll-card {
        padding: 1px 8px;
    }
}

/*
====================================
Small Screen - Mobile
====================================
*/

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/

@media screen and (max-width: 767px) {
    .logo img {
        width: 130px;
    }
    .menu-bar {
        display: block !important;
    }
    .menu-item {
        display: none !important;
    }
    header {
        padding: 10px 0px;
        position: fixed;
        margin: auto;
        width: 100%;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 9999;
    }
    .hero-area {
        padding: 70px 0 0;
    }
    .hero-title ul li a {
        font-size: 19.375px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        padding: 8px 5px;
        transition: .3s;
        text-align: center;
        display: block;
        color: #fff;
        width: 144px;
    }
    .hero-social-icon ul li a img {
        transition: .2s;
        width: 40px;
    }
    .hero-social-icon ul li:last-of-type {
        margin-top: -28px;
    }
    .hero-social-icon {
        position: absolute;
        right: 44px;
        bottom: 30px;
    }
    .hero-title h2 {
        margin: 0px;
    }
    .hero-title ul {
        bottom: 50px;
    }
    .ab-ts-main {
        padding-top: 97px;
    }
    .ab-right {
        padding-left: 0px;
    }
    .about-title h2 {
        color: #FFF;
        -webkit-text-stroke-width: 4px;
        -webkit-text-stroke-color: #000;
        font-family: MUSASHI;
        font-size: 54px
    }
    .ab-box h3 {
        color: #000;
        font-family: MUSASHI;
        font-size: 25px
    }
    .ab-box p {
        color: #000;
        font-family: "GoodDog New";
        font-size: 15px;
    }
    .about-2 {
        right: 27px;
    }
    .about-1 img {
        width: 150px;
    }
    .about-2 img {
        width: 100px;
    }
    .about-area {
        padding: 30px 0 1px;
    }
    .ab-btn a {
        color: #FFF;
        font-family: "GoodDog New";
        font-size: 14px;
    }
    .ab-right p {
        font-size: 17px;
    }
    .buy-left {
        margin-bottom: 22px;
    }
    .toko-item h2 {
        font-size: 30px;
    }
    .tk-left-item {
        margin-top: 1px;
        margin-right: 0px;
        position: relative;
        z-index: 99999999;
    }
    .tk-title h2 {
        color: #FFF;
        -webkit-text-stroke-width: 4px;
        -webkit-text-stroke-color: #000;
        font-family: MUSASHI;
        font-size: 56px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        margin-bottom: -1px;
        text-transform: uppercase;
    }
    .iner-sub1 h2 {
        color: #000;
        font-family: MUSASHI;
        font-size: 34px;
    }
    .iner-sub2 h2 {
        color: #000;
        font-family: MUSASHI;
        font-size: 42px;
    }
    .iner-sub2 p {
        color: #000;
        font-family: "GoodDog New";
        font-size: 13px;
    }
    .tax-row {
        display: flex;
        justify-content: space-between;
        width: 70% !important;
    }
    .tax-row p {
        color: #000;
        font-family: "GoodDog New";
        font-size: 13px;
    }
    .tax-row h4 {
        color: #000;
        font-family: MUSASHI;
        font-size: 33px;
    }
    .Token_Address small {
        color: #000;
        font-family: MUSASHI;
        font-size: 11px;
    }
    .dis-img img {
        position: inherit;
    }
    .ds-area {
        padding: 40px 0;
        background-size: 100%;
        background-position: bottom center;
    }
    .ds-wrapper h2 {
        color: #000;
        font-family: MUSASHI;
        font-size: 47px;
    }
    .tkbird {
        position: absolute;
        right: -0px;
        top: -130px;
    }
    .tkbird img {
        width: 180px !important;
    }
    .ft ul li a img {
        transition: .3s;
        width: 48px;
    }
    .coppyright-text {
        display: block;
        align-items: center;
        justify-content: space-between;
        text-align: center;
    }
    .ft ul {
        justify-content: center;
    }
    .ft ul {
        margin-top: 24px;
    }
    .tk-wrapper {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 399px;
        padding: 39px 30px;
        padding-left: 31px;
        position: relative;
        max-width: 1100px;
        margin: auto;
    }
    .coppyright-text p {
        color: #000;
        font-family: "GoodDog New";
        font-size: 16px;
    }
    .scroll-card {
        padding: 1px 8px;
    }
}