@media (max-width: 1440px) {
  .okami-card-title h4 {
    font-size: 60px !important;
  }
  .okami-card-title h4 span {
    font-size: 55px;
  }
  h5 {
    font-size: 20px;
  }
  .big-title h2 {
    font-size: 50px;
  }
  .h3 {
    font-size: 35px;
  }
  .big-title h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 27px;
  }
  .limit-unlimited-title h2 {
    font-size: 60px;
  }
  .bit-wrapper {
    padding: 170px 0px;
  }
  .gallery-wrapper-title h4 {
    font-size: 45px !important;
    width: 100%;
  }
  .gallery-wrapper {
    padding: 170px 0px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1199px) {
  .navmenu {
    padding: 0;
  }
  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navmenu li {
    position: relative;
  }
  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
  .navmenu li:last-child a {
    padding-right: 0;
  }
  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }
  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px color-mix(in srgb, var(--default-color), transparent 85%);
  }
  .navmenu .dropdown ul li {
    min-width: 200px;
  }
  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }
  .navmenu .dropdown ul a i {
    font-size: 12px;
  }
  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }
  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }
  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .merit-wrapper .merit-main .merit-main-title {
    padding: 0px 15px;
}
  .about-round-1, .about-round-3, .about-round-2 {
    display: none;
}
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .navmenu {
    padding: 0;
    z-index: 9997;
  }
  ul.custom-navbar-nav li.desktop {
    display: none;
}
  .navmenu ul {
    display: none;
  }
 .mobile-nav-active .responsive-logo {
    display: block !important;
    margin-bottom: 30px;
}
.responsive-logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
.responsive-logo a .mainlion {
    width: 15%;
}
.responsive-logo a .maintext {
    width: 40%;
}
nav#navmenu ul {
  text-align: center;
  padding: 0;
  margin: 0;
}
li.mobile {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 5px;
}
li.mobile a {
  color: #fff;
  font-size: 25px;
  position: relative;
  padding-left: 24px;
}
nav#navmenu ul li a {
  justify-content: center;
  margin: 5px 0;
}
  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  li.mobile a:not(:first-child):after {
    content: "";
    height: 5px;
    width: 5px;
    color: red;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    bottom: 0;
    background: black;
    border-radius: 50%;
    margin-left: 10px;
}
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }
  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }
  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }
  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }
  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }
  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }
  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }
  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: auto;
    inset: 0;
    transition: 0.3s;
    top: 0px;
    background: rgb(163, 254, 255);
    background: linear-gradient(39deg, rgba(163, 254, 255, 1) 1%, rgba(143, 222, 243, 1) 52%);
    width: 100%;
    left: 0;
    padding: 80px 0px;
    z-index: 99;
    height: 100vh;
}
  .mobile-nav-active .navmenu>ul {
    display: block;
  }
  .cradit-info-img.mobile {
    display: block;
}
.merit-sub-title p {
  text-align: center;
} 
.app-btn a {
  margin-top: 20PX;
}
.schedule-wrapper .schedule-main-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.flow-wrapper {
  background-image: unset;
}
.header .logo {
  order: 1;
}

.header .btn-getstarted {
  order: 2;
  margin: 0 15px 0 0;
  padding: 6px 15px;
}

.header .navmenu {
  order: 3;
}
.desktop {
  display: none;
}
.simulation-wrapper::after, .simulation-wrapper::before {
  opacity: 0;
}
.banner-wrapper {
  height: unset;
}

h1 {
  font-size: 56px;
}
h2 {
font-size: 40px;
}
.banner-gardiant-text span {
font-size: 100px;
}
.about-title h2::before {
left: 15%;
}
.about-title h2::after {
right: 15%;
}
.gradient-circle{
  width: 280px; 
  height: 280px;
} 
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media only screen and (max-width: 991px) {
  .about-title h2::after {
    content: "";
    width: 20px;
    height: 17px;
    background-size: 100% 100%;
    right: 15%;
    bottom: 0;
}
.about-title h2::before {
    content: "";
    width: 20px;
    height: 17px;
    background-size: 100% 100%;
    left: 15%;
}

  .flow-card-info p {
    width: 70%;
  }
  .bit-wrapper-title h4 {
    font-size: 22px;
}
.bit-wrapper {
  padding: 60px 0px;
}
.project-main-row {
  gap: 30px 0px;
}
.project-wrapper-title {
  padding-left: 0;
}
.project-wrapper-title span {
  font-size: 18px !important;
}
.gallery-wrapper-title h4 {
  font-size: 22px !important;
  width: 100%;
}
.gallery-wrapper {
  padding: 100px 0px;
}
.about-card-description p {
  font-size: 16px;
}
  .schedule-wrapper::after {
    opacity: 0;
}
.about-card-wrapper .cradit-card.qr-banner-img {
  margin-left: 0;
}
.about-card-wrapper .cradit-card.qr-banner-img img {
  max-width: 100%;
}
  .h3 {
    font-size: 30px;
}
h4 {
  font-size: 25px;
}
.sub-title-box span {
  font-size: 15px;
}
.reason-why-wrapper .reason-why-card {
  padding-left: 0;
  margin-top: 20px;
}
.reason-why-wrapper .reason-why-card h3 {
  font-size: 20px;
  width: 75%;
}
.reason-why-wrapper .reason-why-card h3::after {
  width: 70px;
  height: 70px;
  right: -80px;
}
.reason-why-wrapper .reason-why-card p {
  width: 100%;
}
.limit-unlimited-title h2 {
  font-size: 30px;
  text-align: center;
}
.limit-unlimited-title p {
  font-size: 20px;
}
.limit-unlimited-wrapper::after {
  width: 300px;
  height: 190px;
}
.implemented-wrapper::after {
  width: 300px;
  height: 250px;
}
.implemented-wrapper .limit-unlimited-title h2 {
  letter-spacing: 8px;
}
.implemented-wrapper .limit-unlimited-title h3 {
  text-align: center;
}
.potential-rise-title h2 span {
  font-size: 35px;
}
.simulation-wrapper .price-card {
  height: auto;
  margin: 0 0 30px;
}
.simulation-wrapper .price-card .coin-card p {
  margin-top: 20px;
  font-size: 20px;
}
.simulation-wrapper .price-card .card-info a {
  font-size: 16px;
  padding: 10px 20px;
}
  .main-reason-card .reason-card {
    max-width: 100%;
    height: auto;
    margin: 0 0 20px;
}
.reason-card .card-info {
  gap: 0;
  padding: 20px;
}
.reason-card .card-info p {
  font-size: 18px;
  padding-left: 0;
  text-align: center;
}
.reason-card .card-info img {
  max-width: 120px;
  height: 120px;
}
.reason-card .card-info span {
  font-size: 14px;
  text-align: center;
}
    .gradient-circle{width: 250px; height: 250px;} 
    .about-content .about-img {
      text-align: center;
      margin-bottom: 20px;
  }
  .about-img img {
    max-width: 300px;
    margin: 0 auto;
}
.about-title h2 {
  font-size: 25px;
}
.about-info .about-text p {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}
.row.about-content {
  padding: 0;
}
.spacing {
  position: relative;
  padding: 30px 0px;
}
.mobile-card-title {
  display: block;
}
.mobile-card-title .okami-card-title {
  display: flex;
  align-items: end;
}
.okami-card-title h4 {
  font-size: 50px !important;
}
.title-box h3 {
  font-size: 25px;
}
.okami-card-main img {
  width: 70%;
}
.destop-card-title {
  display: none;
}
.okami-card-main {
  flex-direction: column;
  gap: 50px;
}
.okami-card-info-main {
  padding-top: 40px;
}
.okami-card-info-main {
  width: 80%;
}
.features-main-card {
  gap: 50px 0px;
}
.about-card-wrapper .about-card {
  height: unset;
  padding: 40px;
  gap: 20px;
}
.big-title h2 {
  font-size: 45px;
}
.about-card .mobile-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cradit-card.mobile {
  display: block;
  width: unset;
  text-align: right;
}
.cradit-card.mobile img {
  max-width: 70%;
}
.our-padding-top {
  padding-top: 30px;
}
.credit-info-wrapper .credit-info-btn p {
  padding: 11px 10px;
  min-width: 220px;
  font-size: 20px;
}
.credit-info-wrapper .main-credit {
  gap: 30px;
}
.credit-info-wrapper-bg::before {
  width: 50px;
  height: 35px;
  background-size: contain;
}
.credit-info-title-2 h5 {
  font-size: 18px;
}
.credit-infomation-title h2 span {
  display: unset;
}
dotlottie-player.cust-ani1 {
  margin-top: -13%;
  margin-left: -23%;
}
dotlottie-player.cust-ani2 {
  top: 10%;
  left: 26%;
}
}



@media only screen and (max-width: 767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
      font-size: 30px;
  }
  h3 {
    font-size: 25px;
}
h5 {
  font-size: 18px;
}
.fourthlf-block-lf {
  margin-left: 0;
}
.credit-infomation-title h2 {
  font-size: 22px;
}
.banner-gardiant-text span {
  font-size: 50px;
}
.banner-gardiant-text h3 {
  font-size: 35px;
}
.sub-title-box.merit-sub-title h3 {
  font-size: 20px;
}
.common-btn a {
  margin-bottom: 15px;
}
h2.sub-title {
  margin: 10px 0;
}
.over-heading p, .st-card p {
  margin-bottom: 15px;
}
.gradient-circle {
  margin-bottom: 20px;
}
section.section-fifith, section.section-sixth, section.section-seventh, .home-contact-section {
  padding: 30px 0;
}
    section.slider-block-page {
        padding-top: 30px;
    }
.fourthlf-block-lf{height: auto;}
.ovp-txt h3{padding-bottom: 3px;}
.banner-section{min-height: auto!important;}
.circle-block{margin: 0px 0 40px;}
.row-n{flex-direction: column;}
.arrow-dw{display: none;}

.cen-col .gradient-circle {
 margin-top: 0px; 
}
.abs-right {
position: relative !important;
right: 0px;
}
section.section-seventh {
padding-bottom: 0 !important;
}
.footer .copyright p {
margin-bottom: 5px !important;
margin-top: 1%!important;
}
.footer-main-section {

padding: 60px 0 60px 0 !important;
}

.st-img-block img{height: 262px;
object-fit: cover;
width: 100%;}

.hr-rg-image img {
    width: 282px;
}
/* inner page */
.align-items-center.mob-right{align-items: flex-end!important;}
.transparent-header .navmenu a{color: #000;}
.inner-skin{padding: 15px;}

.section-title-header{height: 386px;}

.simulation-wrapper .main-price-card::after {
  opacity: 0;
}
.simulation-wrapper-title {
  width: 70%;
}
.simulation-wrapper .price-card .coin-card .gardiant-text span {
  font-size: 30px;
}
.simulation-wrapper .price-card .coin-card p {
  font-size: 17px;
}
.flow-main-card .flow-card {
  height: auto;
  margin-bottom: 100px;
}
.flow-main-card .flow-card .flow-card-img img {
  margin-top: 30px;
}
.flow-card-center::after {
  bottom: -28%;
  right: 43%;
  transform: rotate(90deg);
  top: inherit;
}
.flow-card-center::before {
  top: -23%;
  left: 43%;
  transform: rotate(90deg);
}
.flow-card-info p {
  width: 100%;
}
.reason-why-card-1 .reason-why-img, .reason-why-card-3 .reason-why-img, .reason-why-card-5 .reason-why-img {
  margin-left: -50px;
}
[data-aos-delay] {
  transition-delay: 0 !important;
}
}


@media screen and (max-width: 575px) {
  .full-text {
      display: none;
  }
  span.short-text {
      display: block;
  }

.about-img img {
  max-width: 250px;
  margin: 0 auto;
}
.okami-card-info-main {
  width: 100%;
}
.credit-info-wrapper-bg {
  gap: 50px;
}
.credit-info-wrapper-bg::before {
  opacity: 0;
}
.schedule-wrapper .schedule-main-img {
  grid-template-columns: repeat(1, 1fr);
}
}


