/**
* Template Name: Squadfree
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/squadfree-free-bootstrap-template-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/* keyframes */

@keyframes slide-up {
  0%, 4.38596% { 
      transform: translateY(0%);
  }
  5.26315%, 9.64912% {
      transform: translateY(-100%);
  }
  10.52631%, 14.91228% {
      transform: translateY(-200%);
  }
  15.78947%, 20.17544% {
      transform: translateY(-300%);
  }
  21.05263%, 25.43859% {
      transform: translateY(-400%);
  }
  26.31578%, 30.70175% {
      transform: translateY(-500%);
  }
  31.57895%, 35.96491% {
      transform: translateY(-600%);
  }
  36.8421%, 41.22807% {
      transform: translateY(-700%);
  }
  42.10526%, 46.49122% {
      transform: translateY(-800%);
  }
  47.36842%, 51.75438% {
      transform: translateY(-900%);
  }
  52.63157%, 57.01754% {
      transform: translateY(-1000%);
  }
  57.89473%, 62.2807% {
      transform: translateY(-1100%);
  }
  63.15789%, 67.54385% {
      transform: translateY(-1200%);
  }
  68.42104%, 72.80701% {
      transform: translateY(-1300%);
  }
  73.6842%, 78.07017% {
      transform: translateY(-1400%);
  }
  78.94736%, 83.33333% {
      transform: translateY(-1500%);
  }
  84.21052%, 88.59649% {
      transform: translateY(-1600%);
  }
  89.47368%, 93.85964% {
      transform: translateY(-1700%);
  }
  94.73683%, 99.1228% {
      transform: translateY(-1800%);
  }
  100% {
      transform: translateY(-1900%);
  }
}

/* keyframes end */

body {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  color: black;
  letter-spacing: 0.5px;
}

a {
  text-decoration: none;
  color: #269b4d;
}

a:hover {
  color: #2cb45a;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

#main {
  margin-top: 100px;
}

h2 {
  /* font-size: clamp(34px, 1.7vw, 48px); */
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 2rem;
}

h4 {
  /* font-size: clamp(24px, 3vw, 36px); */
  font-size: 36px;
  font-weight: 600;
}

p {
  font-weight: 400;
  /* font-size: clamp(20px, 1vw, 28px); */
  font-size: 24px;
  line-height: 42px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#hamburger-menu-container {
  margin-right: 10px;
  text-align: right;
}

#pepecoin-header-logo {
  width: 240px;
  min-width: 200px;
}

#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background-color: #212121;
  height: 100px;
}

#header-div {
  height: 100%;
}

.logo {
  margin-left: 50px;
}

#hamburger-menu {
  
}

#header .logo h1 {
  font-size: 24px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .link-disabled {
  color: rgb(112, 112, 112);
}

#header .logo img {
  padding: 0;
  margin: 0;
}

#header-wallet-download-button-container {
  margin-right: 50px;
  text-align: right;
}

#header-wallet-download-button {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #269B4D;
  width: 205px;
  color: white;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  border-radius: 10px;
  font-size: 20px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.navbar {
  display: table;
  padding: 0;
  position: static;
  margin-right: 0px;
  margin-left: auto;
  margin-right: auto;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px clamp(25px, 2vw, 30px);;
  /* margin-left: 10px; */
  font-family: "Nunito", sans-serif;
  font-size: clamp(18px, 0.9vw, 21px);
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  background: rgba(255, 255, 255, 0.2);
}

.navbar a:hover,
.navbar li:hover>a {
  background: none;
  color: #bbbbbb;
}

#navbar2, #navbar3, #navbar4, #navbar5 {
  width: 100%;
  background-color: #0c0c0c;
}

/* Dropdown Button */
.dropbtn {
  background-color: #00000000;
  color: white;
  /* padding: 16px; */
  font-size: 16px;
  /* border: none; */
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #212121;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  background-color: white;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: 500;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;
color: black;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e4100;} 

/*--------------------------------------------------------------
# Hamburger Menu
--------------------------------------------------------------*/
#hamburger-menu {
  display: none;
}

#hamburger-menu .about-icons {
  color: white;
}

#hamburger-menu-btn {
  background-color: black;
  padding: 0;
  width: 40px;
  height: 40px;
  padding-left: 3px;
  border: 0;
}

#hamburger-dropdown-main-items {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

#hamburger-dropdown-main-items li {
  list-style-type: none;
  color: white;
  width: 100%;
  height: 60px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 16px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-top: 1px solid #313131;
}

#hamburger-dropdown-main-items li:has(.hamburger-secondary-links) {
  border-top: 1px solid #222;
}

#hamburger-dropdown-main-items li a:hover {
  color: white;
  cursor: pointer;
}

#hamburger-dropdown-menu {
  background-color: #212121;
}

#hamburger-dropdown-2-items, #hamburger-dropdown-3-items, #hamburger-dropdown-4-items, #hamburger-dropdown-5-items {
  padding: 0;
}

.hamburger-secondary-links {
  padding: 0;
  color: #ababab;
}

#humburger-buy-link {
  color: white;
  transition: color 0.2s ease;
}

#humburger-buy-link:hover {
  color: #28a745 !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  /* background: linear-gradient(rgb(33 255 175 / 8%), rgb(0 0 0 / 86%)), url(../img/MoonStars.jpg) top center; */
  /* background: rgba(0,0,0,0.55); */
  background-size: cover;
  position: relative;
  margin-bottom: -90px;
}

#hero .hero-container {
  /* position: absolute;
  bottom: 0px;
  top: 500px;
  left: 0px;
  right: 0px; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero-download-btn-small {
  display: none;
}

.scrolling-text-small-screen {
  display: none;
}

#hero .pepecoin-core-download-button {
  margin-left: 16px;
}

#hero .pepecoin-buy-button {
  margin-left: 16px;
}

#hero > div.hero-container.aos-init.aos-animate > a > i {
  font-size: 36px;
}

#hero h1 {
  /* margin-top: 50rem;
  margin-right: 80rem; */
  /* font-size: clamp(36px, 2vw, 80px); */
  font-size: 52px;
  font-weight: 300;
  white-space: nowrap;
  line-height: 5rem;
  height: 120px;
}

#hero-content-row {
  margin-top: 44vh;
  /* margin-left: 18vh; */
}

#pepecoinbackgroundimg {
  position: absolute;
  /* right: -577px; */
  right: -662px;
  top: 2px;
  width: 1363px;
  height: auto;
  transform: rotate(-25deg);
  opacity: 15%;
}

#hero-github-button {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #FFFFFF;
  width: 132px;
  height: 62px;
  color: black;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 20px;
  border-radius: 10px;
  min-width: 100px;
  border: 1px solid black;
  vertical-align: top;
}

#scrolling-text {
  overflow: hidden;
  height: 90px; /*make this responsive if needed*/
  display: inline-grid; /*get rid of this*/
  padding: 0px;
  margin-bottom: 60px;
}

#scrolling-text li {
  animation: slide-up 34.2s infinite;
  list-style-type: none;
  font-weight: 600;
  white-space: nowrap;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f4f9fc;
}

.offset-background-wrapper {
  background-color: rgb(250, 250, 250);
}

/*--------------------------------------------------------------
# What is Pepecoin? Section
--------------------------------------------------------------*/

#whatispepecoin-content {
  margin-bottom: 80px;
  margin-top: 2rem;
}

#whatispepecoin-img {
  display: block;
  max-width: 350px;
  width: 100%;
  text-align: center;
  margin: auto;
  float: right;
}

#lite-doge-pepe-coins {
  display: block;
  max-width: 350px;
  width: 100%;
  text-align: center;
  margin: auto;
  float: left;
}

#pepeintro-section {
  padding-top: 40px;
}

#pepeintro-section p {
  margin-left: 5px;
}

#pepeintro-section .row {
  align-items: center;
}

#tripleminable-content {
  margin-top: 40px;
}

#whatispepecoin-content h2, #tripleminable-content h2 {
  font-weight: 600;
}

#whatispepecoin-content p {
  /* font-size: clamp(20px, 1vw, 28px); */
  font-size: 24px;
  line-height: 42px;
}


/*--------------------------------------------------------------
# END What is Pepecoin? Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Quick Facts Section
--------------------------------------------------------------*/

#quickfacts-title {
  text-align: center;
  margin-bottom: 100px;
}

.quickfacts-content {
  text-align: center;
}

.quickfacts-content h4 {
  margin-top: 10px;
}

/* .quickfacts-container {
  padding-right: 400px;
  padding-left: 400px;
} */

.quick-fact {
  padding: 0px;
}

.about-para {
  /* font-size: clamp(16px, 0.8vw, 24px) !important; */
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 100px;
  /* padding-left: clamp(1rem, 0.8vw, 5rem);
  padding-right: clamp(1rem, 0.8vw, 5rem); */
  padding: 0 10px;
}

.icon-awesome {
  color: #269B4D;
  margin-bottom: 20px;
  font-size: 5rem;
}

/*--------------------------------------------------------------
# END Quick Facts Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pepecoin Core Section
--------------------------------------------------------------*/

.core-downloads, .alchemy {
  padding-right: 0px;
}

#pepecoin-core-text, #alchemy-text {
  margin-top: 50px;
}

#pepecoin-core-text, #pepecoin-mobile-text, #alchemy-text {
  order: -1;
}

.pepecoin-core-download-button {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #269B4D;
  width: 205px;
  height: 62px;
  color: white;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 20px;
  border-radius: 10px;
  border: 0;
}

.pepecoin-buy-button {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #cdcdcd00;
  border: 1px solid #ffffffac;
  width: 120px;
  height: 62px;
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 20px;
  border-radius: 10px;
  margin-right: 16px;
}

#pepecoin-buy-link {
  color: #FFFFFF
}

.pepecoin-core-download-button:hover,
.pepecoin-core-download-button:active,
.pepecoin-core-download-button:focus {
  background-color: #228b45 !important;
}

.pepecoin-buy-button:hover,
.pepecoin-buy-button:active,
.pepecoin-buy-button:focus {
  background-color: #ffffff !important;
  border: 1px solid #ffffffac;
  color: black;
}

#pepecore-image  {
  height: auto;
}

#core-download-anchor {
  position: relative;
  top: -80px;
}

#getting-started-para, #alchemy-para, #alchemy-para-swap, #alchemy-para-swap-mobile {
  /* font-size: clamp(20px, 0.8vw, 24px); */
  font-size: 20px;
  margin-bottom: 2rem;
}

/*--------------------------------------------------------------
# END Pepecoin Core Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Komodo Section
--------------------------------------------------------------*/

#komodo-title {
  text-align: center;
  margin-bottom: 100px;
}

#komodo-wallet-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

#komodo-web-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}


#komodo-mobile-image {
  /* width: 100%; */
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
  border: 1px, solid, #dcd1d1;
  border-radius: 10px;
}

.komodo-titles {
  margin-bottom: 1rem;
  font-size: 32px;
}

.komodo-paras {
  font-size: 20px;
  margin-bottom: 2rem;
}

#komodo-desktop-download-button {
  background-color: #2B3747;
  color: #FFFFFF;
  width: 189px;
  height: 4vh;
  border-radius: 8px;
  font-weight: bold;
}

#pepecoin-komodo-desktop-row,
#komodo-mobile-row,
#komodo-web-row {
  align-items: center;
}

#pepecoin-komodo-desktop-row p,
#komodo-mobile-row p,
#komodo-web-row p {
  margin-left: 2px;
}

#komodo-mobile-download-button {
  background-color: #2B3747;
  color: #FFFFFF;
  width: 8vw;
  height: 4vh;
  border-radius: 8px;
}

#komodo-mobile-image-container {
  width: 100%;
}

#apple-app-store-download {
  filter: saturate(0);
  cursor: not-allowed;
  width: 151px;
}

#google-play-download {
  filter: saturate(0);
  cursor: not-allowed;
  width: 170px;
  margin-left: 10px;
}

#komodo-web-download-button {
  background-color: #2B3747;
  color: #FFFFFF;
  width: 8vw;
  height: 4vh;
  border-radius: 8px;
  font-weight: bold;
  min-width: 180px;
}

/*--------------------------------------------------------------
# END Komodo Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Alchemy Pay Section
--------------------------------------------------------------*/
@media (max-width: 1400px) {
  #alchemy-title {
    font-size: 40px;
  }
}

@media (max-width: 1200px) {
  #pepecoin-alchemy-pay {
    min-width: 500px;
  }

  #alchemy-para-swap-mobile {
    text-align: center;
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  #pepecoin-alchemy-pay {
    min-width: 360px;
  }
  #alchemy-title {
    font-size: 32px;
  }
  #pepecoin-alchemy-pay {
    height: 600px !important;
  }
  
  /* #alchemy-para {
    padding-left: 40px !important;
    padding-right: 40px !important;
  } */
}

@media (max-width: 440px) {
  #pepecoin-alchemy-pay {
    min-width: 240px;
  }

  #pepecoin-alchemy-pay {
    height: 500px !important;
  }
}

/*--------------------------------------------------------------
# END Alchemy Pay Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# How to get Pepecoin Section
--------------------------------------------------------------*/




#getpepeguide-title {
  text-align: center;
}

#getpepeguide-small-title {
  display: none;
}

.getpepecoin-titles {
  margin-top: 20px;
}

#getpepeguide-content {
  text-align: center;
  margin-bottom: 200px;
}

#getpepeguide-title h2 {
  margin-bottom: 172px;
  margin-top: 60px;
}

.getpepecoin-logos {
  margin-bottom: 20px;
  width: 150px;
  height: 150px;
}

#faucets-button, #mining-pool-button, #exchanges-button-button {
  background-color: #2b374700;
  color: #000000;
  border-radius: 10px;
  font-weight: 500;
  min-width: 180px;
  border: 1px solid black;
  width: 20px;
  height: 52px;
}

.getpepe-para {
  padding-left: 10px;
  padding-right: 10px;
  /* font-size: clamp(18px, 0.8vw, 24px) !important; */
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 2rem;
  height: 150px;
  margin-top: 24px;
  font-size: 20px;
}

#gettingpepecoin-section {
  overflow: visible;
}

/*--------------------------------------------------------------
# END How to get Pepecoin Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#social-links {
  margin: auto;
  width: 50%;
  text-align: center;
}

.social-logos {
  height: 28px;
  width: 28px;
  margin-bottom: 10px;
  filter: invert(80%) sepia(0%) saturate(1035%) hue-rotate(136deg) brightness(94%) contrast(87%);
}

#coingecko-img, #coinmarketcap-img {
  filter: invert(20%) sepia(0%) saturate(1035%) hue-rotate(136deg) brightness(94%) contrast(87%);
}

#youtube-img {
  filter: invert(160%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(87%);
}

#facebook-img {
  filter: invert(160%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(87%);
}


#socials {
  margin: auto;
  text-align: right;
  margin-top: 4px;
  vertical-align: center;
  padding-top: 20px;
}

#socials-row-one {
  margin-right: 24px;
}

#socials-row-two {
  margin-right: 0;
}

#reddit-link, #discord-link, #telegram-link, #twitter-link, #coingecko-link, #coinmarketcap-link, #youtube-link, #tiktok-link, #instagram-link, #facebook-link, #bluesky-link {
  display:inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.footer-title {
  text-align: center;
  margin-top: 10px;
}

.footer-resource-titles {
  margin-bottom: 12px !important;
}

#pepecoin-footer {
  background-color: #212121;
  color: white;
  padding-top: 30px;
  height: auto;
}

#pepecoin-footer-logo {
  width: 250px;
  min-width: 200px;
  padding-right: 12px;
}

#pepecoin-footer-logo-container {
  text-align: right;
  margin: auto;
}

#ul-col {
  padding-left: 200px;
}

#ul-col ul {
  list-style: none;
  display: inline-block;
  /* font-size: clamp(14px, 0.8vw, 16px); */
  font-size: 16px;
  
  margin-bottom: 0px;
  padding-left: 0px;
}

#ul-col ul a {
  color: #a6a6a6;
}

#ul-col ul a:hover {
  color: #cdcdcd;
}

#ul-col ul li {
  margin-bottom: 8px;
}

#ul-col ul:first-line {
  /* font-size: clamp(16px, 0.8vw, 20px); */
  font-size: 20px;
  font-weight: 600 !important;
  vertical-align: text-top;
  color: #FFFFFF;
}

.footerlist-leftside {
  display: flex;
  width: 130px;
  padding: 0px;
}

.footerlist-rightside {
  display: flex;
  width: 130px;
  padding: 0px;
}

/*--------------------------------------------------------------
# END FOOTER
--------------------------------------------------------------*/


/***************************** MEDIA QUERIES *************************************/

@media (max-width: 1799px) {
  #pepecoinbackgroundimg {
    right: -266px;
    top: -156px;
    width: 762px;
  }
}

@media (max-width: 1600px) {
  .navbar ul a {
    padding-right: 0px;
    font-size: 18px;
  }

  .pepecoin-core-download-button {
    width: 160px;
    font-size: 16px;
  }

  .pepecoin-buy-button {
    width: 80px;
    font-size: 18px;
  }

  #header-wallet-download-button-container {
    margin-right: 30px;
  }
}

@media (max-width: 1399px) {
  /* navbar */
  #ul-col {
    padding-left: 100px;
  }
}

@media (max-width: 1199px){

  /* HAMBURGER MENU START */

  #hamburger-menu {
    display: initial;
  }

  .navbar ul {
    display: none;
  }

  #download-button-header-link, #download-button-core-link, #pepecoin-buy-link {
    display: none;
  }

  .navbar {
    margin-right: 30px;
  }

  /* HAMBURGER MENU END */

  #hero h1 {
    font-size: 42px;
  }

  #lite-doge-pepe-coins, #whatispepecoin-img {
    width: 200px;
  }

  #ul-col {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  #pepecoin-footer-logo-container {
    text-align: center !important;
  }

  #socials {
    text-align: center;
  }

  #socials-row-one {
  margin-right: 0;
}

  #pepecore-image {
    margin-bottom: 28px;
    margin-top: 0px;
  }

  #pepecoin-core-text, #komodo-desktop-text, #komodo-web-text, #whatispepecoin-text, #alchemy-text {
    margin-bottom: 0px;
    order: -1;
  }

  #pepecoin-core-text, #alchemy-text {
    text-align: center;
  }

  #pepecoin-core-text, .pepecoin-core-content-col, #pepecoin-wallet-content-col, #alchemy-text, .alchemy-content-col, .alchemy-content-col-mobile {
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
  }

  #pepecoinbackgroundimg {
    /* right: -171px;
    top: -62px;
    width: 650px; */
    right: -215px;
    top: -96px;
    width: 603px;
  }

  .quickfacts-container {
    padding-right: 50px;
    padding-left: 50px;
  }

  #download-buttons {
    margin-bottom: 40px;
  }

  #pepecoin-komodo-desktop-row,
  #komodo-mobile-row,
  #komodo-web-row {
    align-items: normal;  
    flex-direction: column-reverse;
  }

  .komodo-titles {
    margin-top: 3rem;
  }

  .about-para {
    padding: 0 50px;
  }

  #getting-started-para, #alchemy-para, #alchemy-para-swap, #alchemy-para-swap-mobile {
    padding-right: 100px;
    padding-left: 100px;
    font-size: 24px;
    margin-bottom: 100px;
  }

  #alchemy-para-swap-mobile {
    margin-bottom: 0;
  }

  #getpepeguide-title h2 {
    margin-bottom: 70px;
  }

  .getpepecoin-logos {
    margin-top: 75px;
  }

  .getpepe-para {
    height: initial;
    padding: 0 175px;
  }

  #getpepeguide-content {
    margin-bottom: 100px;
  }

  #ul-col {
    margin-top: 75px;
    padding-left: 0;
  }
}

@media (max-width: 991px) {

  /* What is Pepecoin Section */

  #whatispepecoin-text h2, #tripleminable-content h2 {
    text-align: center;
    margin-bottom: 1.3rem;
    /* font-size: clamp(24px, 2vw, 28px); */
  }

  #pepeintro-section h2 {
    font-size: 36px;
    margin-top: 1rem;
  }

  #pepeintro-section p {
    font-size: 20px;
  }

  #whatispepecoin-img {
    width: 22%;
    float: none;
    margin-bottom: 20px;
  }
  img#lite-doge-pepe-coins {
    width: 24%;
    float: none;
    margin-bottom: 20px;
  }

  div#tripleminable-content {
    margin-top: 0px;
  }

  #whatispepecoin-p1, #tripleminable-p1 {
    margin-bottom: 2rem;
  }
  #whatispepecoin-content {
    margin-bottom: 66px;
    display: flex;
    flex-direction: column-reverse;
  }

  /* END What is Pepecoin Section */
  .about-para {
    padding-left: 0px;
    padding-right: 0px;
  }

  #getting-started-para, #alchemy-para, #alchemy-para-swap, #alchemy-para-swap-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  #getting-started-span {
    display: none;
  }  

  .getpepe-para {
    padding: 0 100px;
  }

  .footer-links-container {
    width: 33.3%;
    padding-left: 125px;
    padding-bottom: 36px;
  }

}

@media (max-width: 900px) {
  #pepecoinbackgroundimg {
    /* right: -137px;
    top: -20px;
    width: 500px; */
    right: -176px;
    top: -63px;
    width: 500px;
  }

  .footer-links-container {
    padding-left: 100px;
  }
}

@media (max-width: 767px) {

  #hero h1 {
    /* font-size: clamp(28px, 5vw, 42px) !important; */
    font-size: 28px;
  }

  #hero-github-button {
    width: 90px;
    height: 34px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 6px; 
    padding-top: 0px;
    padding-bottom: 0px;
    min-width: 0px;
   
  }

  #hero-download-btn-large {
    display: none;
  }

  #hero-download-btn-small {
    display: inline;
  }

  .pepecoin-core-download-button {
    width: 96px;
    height: 34px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 6px; 
    padding-top: 0px;
    padding-bottom: 0px;
    min-width: 0px;
    margin-left: 6px;
  }

  .pepecoin-buy-button {
    width: 96px;
    height: 34px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 6px; 
    padding-top: 0px;
    padding-bottom: 0px;
    min-width: 0px;
    margin-left: 6px;
  }

  #hero-github-button {
    margin-top: -38px;
  }

  #hero-download-btn-small button {
    margin-top: -69px;
  }

  .about-para {
    padding-left: 60px;
    padding-right: 60px;
  }

  #komodo-desktop-download-button {
    background-color: #2B3747;
    color: #FFFFFF;
    width: 139px;
    height: 40px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 12px;
  }

  #komodo-mobile-row {
    display: flex;
    flex-direction: column-reverse;
  }
  
  #komodo-mobile-image-container {
    padding-top: 20px;
  }
  
  #apple-app-store-download {
    width: 106px !important;
  }

  #google-play-download {
    width: 106px !important;
    height: 35px;
    margin-left: 4px;
  }

  .komodo-titles {
    font-weight: 700;
  }

  #komodo-web-download-button {
    width: 150px !important;
    height: 44px !important;
    min-width: 0px !important;
    font-size: 12px !important;
  }

  #getpepeguide-title h2 {
    /* font-size: clamp(28px, 0.8vw, 48px); */
    margin-top: 10px;
    margin-bottom: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  #freepepecoin-img {
    width: 100px;
    margin-bottom: 36px;
  }

  .getpepecoin-titles {
    margin-bottom: 24px;
    margin-top: 20px;
    font-weight: 500;
  }

  .getpepe-para {
    /* font-size: clamp(16px, 0.8vw, 24px) !important; */
    line-height: 35px;
    margin-bottom: 30px;
    padding-left: 2px;
    padding-right: 2px;
    height: auto !important;
    margin-top: 0px;
  }

  #faucets-button, #mining-pool-button, #exchanges-button-button {
    width: 136px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 14px;
    min-width: 0px;
    margin-bottom: 0;
  }
  
  #minepepecoin-img {
    width: 100px;
    margin-bottom: 36px;
  }

  #buypepecoin-img {
    width: 104px;
    margin-bottom: 36px;
  }

  #ul-col {
    padding-left: 0px;
  }
  #footer-row {
    justify-content: center;
  }

  #last-about-para {
    margin-bottom: 18px !important;
  }

  #getting-started-title {
    /* font-size: clamp(20px, 0.8vw, 48px); */
  }

  #komodo-wallet-title {
    /* font-size: clamp(28px, 0.8vw, 48px); */
    text-align: center;
  }

  #komodo-wallet-para {
    /* font-size: clamp(16px, 0.8vw, 28px); */
    line-height: 35px;
    text-align: center;
  }

  #komodo-title {
    margin-bottom: 60px !important;
  }

  .komodo-titles {
    /* font-size: clamp(20px, 0.8vw, 36px); */
    margin-top: 36px !important;
    margin-bottom: 10px !important;
  }

  .komodo-paras {
    /* font-size: clamp(12px, 0.8vw, 28px); */
    line-height: 35px;
  }

  /* #quickfacts-title h2 {
    font-size: clamp(28px, 0.8vw, 48px);
  } */

  section {
    padding: 38px 0;
  }

  .icon-awesome {
    font-size: clamp(56px, 6vw, 80px) !important;
  }

  #pepecoin-core-content-row, #alchemy-content-row, #alchemy-content-row-mobile {
    display: flex;
    flex-direction: column-reverse;
  }

  /****************************************/

  #getpepeguide-content {
    margin-bottom: 0px;
  }

  #hero .hero-container {
    top: 200px;
  }

  #header.header-scrolled {
    padding: 15px 0;
  }

  #pepecoin-core-content-row, #alchemy-content-row, #alchemy-content-row-mobile {
    flex-direction: column;
  }

  #getting-started-para, #alchemy-para {
    margin-bottom: 60px;
  }

  #getpepeguide-large-title {
    display: none;
  }

  #getpepeguide-small-title {
    display: block;
  }

  #getpepeguide-content .row > div:last-child {
    margin-bottom: 60px;
  }

  .footer-links-container {
    padding-left: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  #scrolling-text {
    height: 42px;
    margin-top: 22px;
    padding-top: 10px;
    
  }
  
  #scrolling-text li {
    height: 52px;
    line-height: 1rem;
  }

}

@media (max-width: 700px) {
  #pepecoinbackgroundimg {
    right: -137px;
    top: -15px;
    width: 400px;
  }
}

@media (max-width: 600px) {
  /* #pepecoin-about-para, #pepecoin-about-title, #getting-started-title, #getting-started-para, #cold-storage-title, #cold-storage-para, #tipbot-title, #tipbot-para-1, #tipbot-para-2, #komodo-wallet-title, #komodo-wallet-para, #whatispepecoin-text h2, #tripleminable-content h2, h4.komodo-titles {
    margin-top: 0px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  } */

  /* #hero h1 {
    font-size: clamp(22px, 2vw, 80px) !important;
  } */

}

@media (max-width: 576px) {

  .about-para {
    margin-bottom: 60px !important;
    /* padding: 0px clamp(48px, 10vw, 60px); */
    padding: 0 115px;
  }

  .logo {
    margin-left: 10px;
  }

  h2 {
    font-size: 36px;
  }

  .quickfacts-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  #getting-started-para, #komodo-wallet-para, #alchemy-para, #alchemy-para-swap, #alchemy-para-swap-mobile  {
    font-size: 20px;
  }

  .komodo-titles {
    font-size: 28px;
  }

  .komodo-paras {
    font-size: 16px;
  }

  /* #pepecoinbackgroundimg {
    right: -92px;
    top: 24px;
    width: 320px;
  } */

  #freepepecoin-img, #minepepecoin-img, #buypepecoin-img {
    margin-bottom: 10px;
  }

  #getpepeguide-title h2 {
    margin-bottom: 0px;
  }
}

@media (max-width: 492px) {

  #hero h1 {
    font-size: 20px;
  }

  .scrolling-text-big-screen {
    display: none;
  }

  .scrolling-text-small-screen {
    display: inline;
  }

  #whatispepecoin-img, #lite-doge-pepe-coins {
    width: 30%;
  }

  #hero .hero-container {
    top: 0px;
  }
  #pepecoin-about-title {
    padding-top: 0px;
  }

  #getting-started-title, #cold-storage-title, #tipbot-title, #alchemy-title {
    padding-top: 0px;
  }

  .pepecoin-core-content-col, .pepecoin-core-content, #pepecoin-wallet-content-col, #pepecoin-wallet-content, .alchemy-content-col, .alchemy-content-col-mobile {
    padding: 0px;
  }

  div.content {
    padding: 0;
  }

  #whatispepecoin-text p, #tripleminable-content p {
    padding-right: 16px;
    padding-left: 16px;
    line-height: 32px;
  }

  .about-para {
    line-height: 40px;
    padding: 0 12px;
    padding: 0 clamp(0px, 15.2vw, 75px);
  }

  h3 {
    font-size: 25px !important;
  }

  #pepecoinbackgroundimg {
    right: -106px;
    top: 14px;
    width: 286px;
  }

  #pepecoin-core-content-row, #pepecoin-komodo-desktop-row,
  #komodo-mobile-row, #komodo-web-row, #alchemy-content-row, #alchemy-content-row-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* .footerlist-rightside {
    text-align: right;
    justify-content: right;
  } */
}

@media (max-width: 400px) {
  #pepeintro-section h2 {
    font-size: 28px;
  }

  #whatispepecoin-text p, #tripleminable-content p {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
  }

  .about-para {
    padding: 0 30px;
  }
}

@media (max-height: 400px) {

  /* #hero > div.hero-container.aos-init.aos-animate > a > i {
    font-size: 13px;
  }

  .bi-chevron-down::before {
    vertical-align: 1.875em
  } */
}

@media (max-height: 392px) {

  /* #hero > div.hero-container.aos-init.aos-animate > a > i {
    font-size: 13px;
  }

  .bi-chevron-down::before {
    vertical-align: 1.875em
  } */
  
}

