/*
====================================
Medium Screen - Others
====================================
*/

@media screen and (min-width: 1700px) and (max-width: 2000px) {
    /* .hero-area {

        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        height: 558px;
        padding: 43px 0 1245px 0;
      } */
}

@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: 160px;
    }
    .menu-bar {
        display: block;
    }
    .menu-bar-inner {
        display: flex;
        gap: 10px;
    }
    .menu-item {
        display: none !important;
    }
    .mobile-icon-ss {
        margin-top: -5px;
        margin-right: 1px !important;
        display: block !important;
        margin-left: 0px;
    }
    .s-icon {
        display: none;
    }
    .mobile-icon-ss ul {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    .mobile-icon-ss ul li img {
        width: 40px;
    }
    .menu-bar-wraper {
        display: flex;
        align-items: center;
    }
    header {
        padding: 20px 0px;
        position: fixed;
        margin: auto;
        width: 100%;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 9999;
    }
    .menu-icon {
        margin-right: 30px;
    }
    .menu-icon img {
        width: 38px;
    }

.about-left p {
  font-family: 'Lader';
  font-size: 16px;
}

.Token_Address {
	position: absolute;
	top: 223px;
	right: 15px;
}


.ds-img ul {
	display: flex;
	align-items: center;
	gap: 0 20px;
	position: absolute;
	left: 17px;
	top: 319px;
	z-index: 99999;
}
/* ================ */
.tex-box {
	position: absolute;
	top: 20%;
	left: 35%;
}
  .Token_Address {
    position: absolute;
    top: 199px;
    right: 15px;
  }

.supply-box {
	position: absolute;
	top: 15%;
	left: -6px;
    }
   .POODLEINU-box {
        position: absolute;
        top: 57%;
        left: -10px;
    }

    .about-left h2 {
  font-family: 'DecoExperiment2';
  font-size: 36px;
    }
}

/*
====================================
Small Screen - Mobile
====================================
*/

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/

@media screen and (max-width: 767px) {
    .logo img {
        width: 160px;
    }
  
    .menu-bar-inner {
        display: flex;
        gap: 10px;
    }
    .menu-item {
        display: none !important;
    }
    .mobile-icon-ss {
        margin-top: -5px;
        margin-right: 1px !important;
        display: block !important;
        margin-left: 0px;
    }
    .s-icon {
        display: none;
    }
    .mobile-icon-ss ul {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    .mobile-icon-ss ul li img {
        width: 40px;
    }
   
    header {
        padding: 20px 0px;
        position: fixed;
        margin: auto;
        width: 100%;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 9999;
    }
    .menu-icon {
        margin-right: 30px;
    }
    .menu-icon img {
        width: 38px;
    }

    .hero-area {
        padding: 92px 0 50px;
    }


.hero-item ul {
	display: flex;
	align-items: center;
	gap: 0 20px;
	position: absolute;
	left: 4px;
	top: 100%;
	z-index: 99999;
}

.about-left h2 {
  font-size: 36px;
}

.how-title h2 {
  font-size: 54px;
}

.how-to-buy-area {
	padding: 4px 0;
}
 .p-step {
  padding: 45px 36px 74px 60px;
 }


 .tk-title h2 {
  font-size: 49px
 }

.ds-area {
	position: relative;
	margin-top: 8px;
}
.ds-text-item h3 {
  font-size: 39px;
}
.ds-text-item p {
	font-size: 16px;
	color: #ffffffda;
}

.ds-text-item {
	max-width: 890px;
	margin: auto;
	padding: 47px 46px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.ds-img ul {
	display: flex;
	align-items: center;
	gap: 0 20px;
	position: absolute;
	left:0px;
	top: 280px;
	z-index: 99999;
}
    .coppyright-text p {
  color: #fff;
  text-align: center;
  font-size: 12px;
    }

    .about-left p {
        font-family: 'Lader';
        font-size: 17px;
    }



    .m-tt {
        margin-top: 45px !important;
      }


      .Token_Address p {
        font-size: 13px;
 
    }

    .step3 h2 {
        font-family: 'DecoExperiment2';
        font-size: 34px;
        font-weight: 400;
        color: #F6B200;
        display: block;
        margin-bottom: 7px;
        text-shadow: 3px 1px #FF0000;
        margin-top: 19px;
    }

    .Token_Address {
        position: absolute;
        top: 92px;
        right: 6px;
    }

    /*==========================  */

        .tk-item {
        /* display: flex; */
        align-items: center;
        /* align-items: center; */
        justify-content: center;
        gap: 0 1px;
        cursor: pointer;
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        text-transform: capitalize;
        padding: 10px;
        display: inline-block;
        border-radius: 10px;
    }


    .supply-box {
        position: absolute;
        top: 9%;
        left: -6px;
    }

    .tex-box {
        position: absolute;
        top: 14%;
        left: 32%;
    }

    .POODLEINU::before {
        content: "";
        width: 7px;
        height: 4px;
        display: block;
        position: absolute;
        bottom: 23px;
        right: -7px;
        border-left: 10px dotted transparent;
        border-right: 10px solid transparent;
        border-bottom: 16px solid #F6B200;
        transform: rotate(38deg);
    }

    .POODLEINU-box {
        position: absolute;
        top: 70%;
        left: 18px;
    }
.Token_Address p{
    padding: 10px !important;
}
.Token_Address p::before {
	content: "";
	width: 7px;
	height: 4px;
	display: block;
	position: absolute;
	top: -11px;
	left: 71px;
	border-left: 10px dotted transparent;
	border-right: 10px solid transparent;
	border-bottom: 16px solid #00F6F6;
}

.Token_Address p img{
   width: 15px;

}

}