/*
====================================
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: 5px 0px;
        position: fixed;
        margin: auto;
        width: 100%;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 999999999999;
    }
    nav {
	padding: 5px 10px;
    }
    .menu-icon {
        margin-right: 30px;
    }
    .menu-icon img {
        width: 38px;
    }

    .hero-area {

	min-height: 363px;
    object-fit: cover;
    }
    .hero-area::before{

    object-fit: cover;
    }

    
    .hero-title ul {
        margin-top: 30px;
    }
    .hero-title ul li a {

    font-size: 16px;
    }
 

    .hero-title h2 {
    color: rgba(0, 0, 0, 0.40);
    font-family: "Baloo Bhai 2";
    font-size: 140.655px;
    }

    .hero-title ul {
        display: flex;
        align-items: center;
        gap: 10px;
        /* padding-top: 500px; */
        padding-top: 60px;
        margin-bottom: 40px;
        position: relative;
        z-index: 99999999;
    }
    .about-area {
    padding: 70px 0 0px;
    }

    .about-title h2 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 13px;

    }

    .about-title span {
        margin-top: -4px;
    }
        .about-img {
    text-align: right;
    margin-top: 50px;
    margin-left: 30px;

    }
.hero-container {
	max-width: 720px !important;
	margin: auto;
}

.client-logo a {
  display: block;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #000;
  background: #CBC3B3;
  box-shadow: 0px 4px 0px 0px #000;
  padding: 14px 8px;
  height: 55px;
}
.client-logo a img{
    width: 100px;
    display: inline-block;
    margin-top: -8px;
}


.tokemomics-title h2 {

	font-size: 41px;
	margin-bottom: 43px;
	padding: 0;
}

    .tokemomis-left-item {
        padding: 1px;
    }
    .Token_Address{
        margin-bottom: 20px;
    }
    .Token_Address p {
        display: flex;
        align-items: center;
        gap: 0 10px;
        cursor: pointer;
        margin-top: 4px;
        font-size: 10px;
    }
    .toke-inner {

	padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
   .tokemomis-left-item ul li:first-of-type {

  font-size: 14px;
  }
   .tokemomis-left-item ul li:last-of-type {

  font-size: 16px;
  }

    .Token_Address {
        padding: 12px;
    }



    .disclimer-area {
        padding: 30px 0;
        background-size: cover;
        background-position: bottom center;
     min-height: 534px;
    }


    .ds-title {
	position: relative;
	z-index: 9999;
	padding: 22px 0 50px;
}


.ds-img {
	position: absolute;
	right: 0px;
    top: 0px;

}
.ds-img img{
    width: 700px;
}

}

/*
====================================
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: 5px 0px;
        position: fixed;
        margin: auto;
        width: 100%;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 999999999999;
    }
    nav {
	padding: 5px 10px;
    }
    .menu-icon {
        margin-right: 30px;
    }
    .menu-icon img {
        width: 38px;
    }

    .hero-area {

	min-height: 363px;
    object-fit: cover;
    }
    .hero-area::before{

    object-fit: cover;
    }

    
    .hero-title ul {
        margin-top: 30px;
    }
    .hero-title ul li a {

    font-size: 16px;
    }
 

    .hero-title h2 {
    color: rgba(0, 0, 0, 0.40);
    font-family: "Baloo Bhai 2";
    font-size: 93.655px;
    }

    .hero-title ul {
        display: flex;
        align-items: center;
        gap: 10px;
        /* padding-top: 500px; */
        padding-top: 60px;
        margin-bottom: 40px;
        position: relative;
        z-index: 99999999;
    }


    .about-title h2 {
        font-size: 40px;
   
        line-height: normal;
        margin-bottom: 13px;

    }

    .about-title span {
        
        margin-top: -4px;
    }


.client-logo a {
  display: block;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #000;
  background: #CBC3B3;
  box-shadow: 0px 4px 0px 0px #000;
  padding: 14px 8px;
  height: 55px;
}
.client-logo a img{
    width: 100px;
    display: inline-block;
    margin-top: -8px;
}


.tokemomics-title h2 {

	font-size: 41px;
	margin-bottom: 43px;
	padding: 0;
}

    .tokemomis-left-item {
        padding: 1px;
    }
    .Token_Address{
        margin-bottom: 20px;
    }
    .Token_Address p {
        display: flex;
        align-items: center;
        gap: 0 10px;
        cursor: pointer;
        margin-top: 4px;
        font-size: 10px;
    }
    .toke-inner {

	padding: 0px;
    margin-left: 10px;
    margin-right: 10px;
}
   .tokemomis-left-item ul li:first-of-type {

  font-size: 14px;
  }
   .tokemomis-left-item ul li:last-of-type {

  font-size: 16px;
  }

    .Token_Address {
        padding: 12px;
    }



    .disclimer-area {
        padding: 30px 0;
        background-size: cover;
        background-position: bottom center;
        min-height: 756px;
    }


    .ds-title {
	position: relative;
	z-index: 9999;
	padding: 22px 0 50px;
}


.ds-img {
	position: absolute;
	right: 0px;
	display: none;
}
.mobile-imgf {
    display: block;
}




}