/*
====================================
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;
    }
.hero-title h2 {
	margin-top: 10px;
}
.hero-title h2 img{
    width: 300px;
}
.hero-area p br{
	display: none;
}
   

.about-right {
	padding-left: 0px;
}

.about-right span {
	color: #fff;
	font-family: 'Helvetica Neue';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	display: block;
	margin-bottom: 16px;
	margin-top: 3px;
}
.about-right h2 {
	margin-bottom: 22px;
}

.about-right h2 img{
    width: 300px;
}

.tokenomics-content h3 img{
    width: 300px;
}

 

}

/*
====================================
Small Screen - Mobile
====================================
*/

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/

@media screen and (max-width: 767px) {
    .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: 10px 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 {
        background-position: bottom center;
        position: relative;
        padding: 0px 0 0px;
        background-color: #E6E6E6;
        background-size: 100% 100%;
    }
   
    .hero-area p {
        font-size: 18px;
        margin-bottom: 36px;
    }

    .all-the-icon ul {
        display: grid;
        grid-template-columns: repeat(7,1fr);
        grid-gap: 10px 2px;
    }
 
    .hero-btn a {
    color: #FFF;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 20px;
    background: #8d0707;
    padding: 14px 23px;
    margin-bottom: 20px;
    }
.about-right {
	padding-left: 0px;
}
    /* .od-1{
        order: 2;
    }
    .od-2{
        order: 1;
    } */

    .about-area {
        padding: 55px 0;
     
    }
    .about-right span {
	
	margin-bottom: 13px;
	margin-top: 0px;
}
.about-right h2 img{
    width: 300px;
}

    .about-left{
        margin-bottom: 50px;
    }


    .tokenomics-area {
        padding: 1px 0;
        background-size: 100% 100%;
    }

    .tokenomics-content h3 {
        margin-bottom: 64px;
    }

    .tokenomics-content h3 img{
        width: 300px;
    }
        
.tokenomics-lt-box {
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.10);
	padding: 24px 24px;
	margin-top: -15px;
    margin-bottom: 50px;
}
.tokenomics-lt-box ul {
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.20);
	box-shadow: 0px -4px 0px 0px rgba(255, 255, 255, 0.03) inset;
	padding: 26px 41px;
	margin-top: 70px;
	margin-bottom: 20px;
}
    .tokenomics-content h2 {
        font-size: 85px;
        margin-bottom: 20px;
    }
    .Token_Address p {
       font-size: 11px;
  }
 
    
   .tokenomics-rt-box {
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(7px);
	padding: 25px 22px;
	margin-bottom: 20px;
	margin-top: 50px;
}

.dv {

	margin-bottom: 20px;
}
    .Partners-area {
        background-size: 100% 100%;
        padding: 53px 0;
    }
    .Partners-content ul {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 30px 10px;
    }

    .disclaimer-area {
    padding: 100px 0 5px;
    }

.disclaimer-content {
  margin-top: -53px;
}

.disclaimer-content h2  img{
	width: 300px;
}

.disclaimer-content ul li a {
	color: #FFF;
	text-align: center;
	font-family: "Helvetica Neue";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 20px;
	background: #8d0707;
	padding: 11px 14px;
	transition: .3s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 159px;
    margin-bottom: 50px;
}
.f-title h2{
       margin-bottom: 30px;
       margin-top: 30px;
}

}