/*
Theme Name: Memstarz
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2045
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2025
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

body, html
{
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.kavoon {
  font-family: "Chewy", serif;
  font-weight: 400;
  font-style: normal;
}


a
{
	color: #000;
	text-decoration: underline;
}
a:hover
{
	color: #333;
	text-decoration: underline;
}
b
{
	font-weight: 700;
}

.content_wrapper
{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

img
{
	max-width: 100%;
	display: block;
}

.span
{
	display: inline;
}
.font24
{
	font-size: 24px;
	line-height: 28px;
}
.font22
{
	font-size: 22px;
	line-height: 27px;
}
.font20
{
	font-size: 20px;
	line-height: 26px;
}
.font_h3
{
	font-size: 25px;
	line-height: 28px;
}

/* menu */

#main_header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  padding: 1rem 2rem;
}

.main_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Segoe UI', sans-serif;
}

.logo {
  height: 100px;
	width: auto;
}

.nav_links {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.nav_links li a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  transition: color 0.3s ease;
}

.nav_links li a:hover {
  color: #ffcc00;
}

.menu_toggle {
  display: none;
  background: none;
  border: none;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 768px) {  

#main_header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  padding: 1rem 0;
}
  .logo {
  height: 60px;
	width: auto;
}
	/*.menu_toggle {
    display: block;
  }*/

  .nav_links {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #111;
    flex-direction: column;
    width: 220px;
    padding: 1rem;
    display: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    border-bottom-left-radius: 8px;
  }

  .nav_links.show {
    display: flex;
    animation: fadeInMenu 0.3s ease-out forwards;
  }

  .nav_links li {
    margin-bottom: 1rem;
  }

  @keyframes fadeInMenu {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

/* sections */

.themecolor
{
	color: #f4c01f !important;
}
.themecolor2
{
	color: #e57e3e !important;
}
.section_title_big2
{
	font-size: 38px;
	line-height: 40px;
	text-align: center;
	color: #262626;
	margin-bottom: 40px;
}
.section_title_big1
{
	font-size: 32px;
	line-height: 35px;
	text-align: center;
	color: #262626;
	margin-bottom: 40px;
}
.section_title
{
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	color: #262626;
	margin-bottom: 40px;
}

.columns_container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: stretch;
}
.column_13 {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;   
    min-height: 100%;
}

.column_lr {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.columns_container_flex {
    display: flex;
    overflow: hidden;
}
.columns_container_flex img
{
	max-width: 100%;
	height: fit-content;
}
.column_13_flex {    
	width: 29.33%;
	margin: 0 2%;
}
.column_23_flex {   
	width: 62.33%;
	margin: 0 2%;
}

@media (max-width: 767px) {
    .columns_container {
        flex-direction: column;
    }
	.columns_container_flex
	{
		 flex-direction: column;
	}
	.column_13_flex {    
		width: 100%;
		margin: 0;
		padding-bottom: 0px;
	}
	.column_23_flex {   
		width: 100%;
		margin: 0;
		padding-bottom: 20px;
	}
}

.trending-table {
	width: 100%;
	height: 100%;
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    padding: 10px;
	font-size: 13px;
	line-height: 15px;
}

.trending-table h3 {
    font-size: 16px;
    margin-bottom: 25px;
    color: #000;
	font-weight: 700;
    text-align: left;
}

.trending-table table {
    width: 100%;
    border-collapse: collapse;
}

.trending-table td {
    padding: 4px;
    vertical-align: middle;
}

.token-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.token-name {
    font-weight: 600;
    color: #000;
}

.token-price {
    font-weight: 500;
    color: #555;
}

.token-change .positive {
    color: #2ecc71;
    font-weight: bold;
}

#subheader
{
  padding-top: 140px;
  background: url('/wp-content/uploads/background-ok.jpg') no-repeat center center;
  background-size: cover;
}
body.home #subheader {
  display: none;
}

@media (max-width: 768px) {  
#subheader
{
  padding-top: 96px;
  background: url('/wp-content/uploads/background-ok.jpg') no-repeat center center;
  background-size: cover;
}
}

/* home intro */

#home_intro_container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  min-height: 100vh; 
  padding-top: 150px;
  padding-bottom: 50px; 
  background: url('/wp-content/uploads/background-ok.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

#home_intro_badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}


#home_intro_title {
  font-size: 50px;
line-height: 55px;
  font-weight: 500;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

#home_intro_title_img {
  height: 40px;
}

#home_intro_subtitle, #home_intro_subtitle2 {
  font-size: 28px;
	line-height: 36px;
  font-weight: 300;
  margin-bottom: 40px;
}

#home_intro_subtitle2 {
  font-weight: 700;
	margin-bottom: 0px;
}

#home_intro_subtitle3 {
  font-size: 24px;
	line-height: 32px;
  font-weight: 300;
  padding-bottom: 40px;
	width: 100%; 
	max-width: 590px;
	margin: 0 auto;
}

#home_intro_video img {
  width: 100%;
  max-width: 720px;
}
#home_intro_video iframe {
  max-width: 100%;
}

#home_intro_arrow
{
	margin-top: 40px;
}
#home_intro_arrow img {
  width: 48px;
  margin-top: 40px;
	cursor: pointer;
}
#home_intro_communities
{
	display: flex;
	justify-content:center;
	margin-top: 20px;
	gap: 40px;
}
#home_intro_communities img
{
	height: 40px;
	transition: box-shadow 0.4s ease, transform 0.4s ease;
}


#header_unlock
{
	display: block;
	position: relative;
	padding-left: 120px;
	text-align: left;
}
#header_unlock_arrow
{
  position: absolute;
  top: 80px;
  left: 20px;
  width: 80px;
}
#header_unlock_arrow2
{
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
}
.header_unlock_big
{
	font-size: 35px;
	line-height: 40px;
}
.display_block
{
	display: block;
}

a.button_themecolor {
  display: inline-block;
  background: linear-gradient(to bottom,  #d57424 0%,#f6c926 100%);
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 17px;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

a.button_themecolor:hover {
 background: linear-gradient(to top,  #d57424 0%,#f6c926 100%);
}

#home_intro_communities img:hover {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.7);
}
@media (max-width: 1200px) {
	#home_intro_container
	{
		padding-top: 150px;
	}
}

@media (max-width: 768px) {
  
#home_intro_container {
  min-height: 100px; 
  padding-top: 115px;
  padding-bottom: 50px;
}
	#home_intro_title_img {
  display: none;
}
	#home_intro_badge {
  display: none;
}
  #home_intro_title {
    font-size: 36px;
	line-height: 42px;
  }

  #home_intro_subtitle, #home_intro_subtitle2 {
    font-size: 23px;	  
	line-height: 31px;
  }
	#home_intro_subtitle3
	{
		font-size: 19px;
		line-height: 25px;
	}


  #home_intro_arrow img {
    width: 36px;
  }
#home_intro_communities {
        flex-direction: column;
        align-items: center;
    }
	#header_unlock
{
	padding-left:60px;
}
#header_unlock_arrow
{
  position: absolute;
  top: 150px;
  left: 0px;
  width: 55px;
}
	#header_unlock_arrow2
{
  position: absolute;
  top: 40px;
  left: 0px;
  width: 55px;
}
	
}
@media (max-width: 500px) {
	#header_unlock_arrow, #header_unlock_arrow2
	{
	  display: none;
	}
	#header_unlock
{
	padding-left:0px;
}
}

/* news home */
.news-home-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 auto;
}

.news-card {
    flex: 0 0 25%;
	padding: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.2s ease;
}

.news-card:hover {
    transform: translateY(-4px);
}

.news-image {
    width: 100%;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.news-content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    height: auto;
}

.news-title {
    font-size: 16px;
	line-height: 22px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
}

.news-title a {
    text-decoration: none;
    color: inherit;
}

.news-meta {
    font-size: 0.85rem;
    color: #777;
}


@media (max-width: 767px) {
    .news-home-grid {
        flex-direction: column;
    }
	.news-title {
    font-size: 20px;
	line-height: 26px;
}
    .news-card {
        flex: 1 1 100%;
    }
}

/* news */
.news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 3rem;
  flex-wrap: wrap;
  font-family: 'Segoe UI', sans-serif;
}

.news-pagination a,
.news-pagination span {
  display: inline-block;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  background-color: #222;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  min-width: 40px;
  text-align: center;
}

.news-pagination a:hover {
  background-color: #ffcc00;
  color: #000;
}

.news-pagination .current {
  background-color: #ffcc00;
  color: #000;
  font-weight: 700;
  pointer-events: none;
}

.news-pagination .dots {
  background: none;
  color: #aaa;
  pointer-events: none;
}

a.button_black {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.8rem 1.6rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

a.button_black:hover {
  background-color: #ffcc00;
  color: #000;
  transform: translateY(-2px);
}
.button_black-wrapper {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.entry-content
{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.entry-content p
{
	margin-bottom: 15px;
}

/* faqs */

.mfn-toggle-item
{
	border-radius: 12px;
	background: #fff;
	border: 1px solid #eee;
	padding: 20px;
	margin-bottom: 4px;
	position: relative;
}
.toggle-heading
{
	font-size: 21px;
	line-height: 25px;
	font-weight: 600;
	margin: 0px;
	cursor: pointer;
	padding-right: 25px;
}
.toggle-icon
{
	position: absolute;
	right: 20px;
	top: 30px;
}
.toggle-content
{
	display: none;
}
.toggle-content.show
{
	display: block;
	padding-top: 10px;
	color: #020817;
}
.content_bg_color
{
/*background: #e4e4e4;
    border-radius: 12px;
	padding: 30px;*/
}

.plus
{
	background: url('/wp-content/uploads/arrow_open.png');
	background-size: 16px;
	height: 10px;
	width: 16px;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
}
.minus
{
	background: url('/wp-content/uploads/arrow_close.png');
	background-size: 16px;
	height: 10px;
	width: 16px;
	display: none;
	cursor: pointer;
	background-repeat: no-repeat;
}
.toggle-bar.active .plus
{
	display: none;
}
.toggle-bar.active .minus
{
	display: block;
}
ul
{
	display: block;
	list-style: disc;
	margin-left: 30px;
}
ul li, ol li
{ 
	margin-bottom: 5px;
}
ol
{
	display: block;
	list-style: decimal;
	margin-left: 30px;
}
.padtoplist
{
	padding-top: 20px;
}


@media (max-width: 767px) {
    .toggle-content
	{
		font-size: 19px;
		line-height: 27px;
	}
}

/* footer */

.custom-footer {
  text-align: center;
  font-size:13px;
  color: #a6a6a6;
  background-color: #282828;
	padding-top: 50px;
	padding-bottom: 30px;
}

.footer-links {
  margin-bottom: 30px;
}

.footer-links a {
  color: #a9a9a9;
font-size: 18px;
  text-decoration: none;
  margin: 0 5px;
  font-weight: 300;
}

.footer-links a:hover {
  text-decoration: underline;
}

.dot-separator::before {
  content: "•";
  color: #27ae60;
  margin: 0 5px;
}

.footer-info {
  margin-bottom: 8px;
  line-height: 1.4;
}

.footer-copyright {
  font-size: 13px;
}

.footer_links
{
	display: inline-block;
	height: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

/* countdown */

.chaos-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 12px 30px;
  font-family: 'Arial', sans-serif;
  max-width: 700px;
  margin: auto;
  background: transparent;
  flex-wrap: wrap;
	margin-bottom: 40px;
}

.chaos-label {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

.countdown {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap; 
}

.countdown div {
  text-align: center;
  padding: 6px 10px;
  border-radius: 8px;	
  background: #1a1a1a;
  color: #f5f5f5;
  width: 70px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.countdown span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.countdown label {
  font-size: 13px;
  color: #ccc;
}

@media (max-width: 480px) {
  .chaos-container {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
  }

  .chaos-label {
    font-size: 20px;
    text-align: center;
  }
  .countdown {
    justify-content: center;
	 gap: 8px;
  }
	.countdown div
	{
		padding: 7px;
		width: 60px;
	}
	.countdown label
	{
		font-size: 11px;
	}
}

/*  contract address */
#home_contract_address
{
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
	padding-top: 40px;
}
#contract_address_container
{
	background: rgb(229 231 235);
	border-radius: 10px;
}
#contract_address_inner
{
	padding: 20px;
}
#contract_address_title
{
	font-weight: 700;
	padding-bottom: 15px;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
}
.text_violet
{
	color: #5b21b6;
}
#contract_address_code
{
    word-break: break-all;
	padding-bottom: 15px;
}
#contract_address_code_text
{
	display: inline-block;
	padding: 15px;
	background: #f3f4f6;
	border-radius: 10px;
	color: #000;
}
#contract_links_container
{
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 15px;
    object-fit: contain;
}
.contract_links
{
	
}
.contract_links img {
    max-height: 50px;
    flex: 1 1 auto;
    border-radius: 50%;
    object-fit: contain;
}

#copy_contract_address
{
	border: 0px;
	font-size: 24px;
	height: 40px;
	margin-left: 5px;
	background: transparent;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
}
.hidden {
        display: none;
    }
.visible {
        display: block;
        margin-left: 0px;
	margin-top: 5px;
        color: green;
    }

#land_clown_image, #land_rocket_image
{
	max-width: 340px;
}
#land_thereality_image
{
	max-width: 370px;
}

.bg_banner1
{
	border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.05); 
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	padding: 25px 5% 40px;
}


.big_left_coin 
{
	background: url('/wp-content/uploads/gtc_coin.png') no-repeat left 0px;
	background-size: 60px;
	padding-left: 70px;	
	padding-bottom: 20px;
	padding-top: 20px;
}
.big_left_coin_shiba 
{
	background: url('/wp-content/uploads/SHIBA_coin.png') no-repeat left 0px;
	background-size: 60px;
}
.big_left_coin_pepe
{
	background: url('/wp-content/uploads/PEPE_coin.png') no-repeat left 0px;
	background-size: 60px;
}
.big_left_coin_floki
{
	background: url('/wp-content/uploads/FLOKI_coin.png') no-repeat left 0px;
	background-size: 60px;
}
.big_left_coin_bonk 
{
	background: url('/wp-content/uploads/bonk_coin.png') no-repeat left 0px;
	background-size: 60px;
}

.big_left_arrow
{
	background: url('/wp-content/uploads/arrow-2.png') no-repeat left 0px;
	background-size: 60px;
	padding-left: 70px;	
	padding-bottom: 15px;
	padding-top: 5px;
}
.big_left_arrow_hidden
{
	padding-left: 70px;	
	padding-bottom: 15px;
	padding-top: 5px;
}

ul.left_bullet_color1 {
  list-style-type: none;
  padding-left: 0px; 
margin-left: 0px;
}

ul.left_bullet_color1 li {
  position: relative;
  margin-bottom: 20px;
	padding-left: 20px;
}

ul.left_bullet_color1 li::before {
  content: '•'; 
  position: absolute;
  left: 0;
  top: 0;
  color: #f4c01f ; 
	font-size: 25px;
}

ul.ul_left_check
{
	 list-style-type: none;
  padding-left: 0px; 
margin-left: 0px;
}

ul.ul_left_check li {
  position: relative;
  margin-bottom: 20px;
	padding-left: 30px;
}

ul.ul_left_check li::before {
  content: '\2713'; 
  position: absolute;
  left: 0;
  top: 0;
  color: #f4c01f ; 
	font-size: 25px;
	font-weight: 700;
}

#big_reason_why_flag
{
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('/wp-content/uploads/flying-banner.png') no-repeat center center;
    background-size: cover;
	height: 120px;
	width: 300px;
	margin: 50px auto;
	font-size: 26px;
	line-height: 30px;
	color: #fff;
}
#big_reason_why_flag.kavoon
{	
	font-size: 30px;
	line-height: 34px;
}

@media (max-width: 768px) {
    #contract_links_container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; 
      gap: 15px;
      margin-top: 15px;
    }    
    .contract_links {
      width: calc(25% - 1rem);
      display: flex;
      justify-content: center;
      align-items: center;
    }
	#copy_contract_address
{
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 34px;
	margin-bottom: 10px;
}
	.resp_pad_bot40
	{
		padding-bottom: 40px;
	}
}
