/*   Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* ======font family=========
font-family: "Poppins", sans-serif;
font-family: "Volkhov", serif;
*/

@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Bold.woff2') format('woff2'),
      url('../fonts/Futura-Bold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root{

  --thmColor: #E42410;
  --thmDisabledColor: #acacac;
  --thmDisabledTextColor: #dcdcdc;
  --textColor: #181E4B;
  --offTextColor: #5E6282;
  --textColorRed: #E2240D;
  --tickerGreen: #48BB78;
  --tickerRed: #F56565;

  --f14 : 14px;
  --f18 : 18px;
  --f19 : 19px;
  --f20 : 20px;
  --f22 : 22px;
  --f24 : 24px;
  --f28 : 28px;
  --f30 : 30px;
  --f32 : 32px;
  --f36 : 36px;
  --f40 : 40px;
  --f48 : 48px;
  --f57 : 57px;

}


body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: var(--f19);
  margin: 0;
  padding: 0;
  background: #f9f9f9;
}

p {
    color: var(--offTextColor);
}

img{
  max-width: 100%;
}
  
button {
  cursor: pointer; 
  border: none;
  padding: 0;
  background: none;
}

a:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

a,
button {
  color: inherit;
  outline: medium none; 
  text-decoration: none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0; }

 
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px; 
  font-weight: 700;
 }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }

h1 {
  font-size: 40px; }

h2 {
  font-size: var(--f36);
  }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

.pb_150{padding-bottom: 150px;}
.pb_100{padding-bottom: 100px;}
.pb_50{padding-bottom: 50px;}
.pt_150{padding-top: 150px;}
.pt_100{padding-top: 100px;}
.pt_50{padding-top: 50px;}

.mb_150{margin-bottom: 150px;}

.club__img {
    position: relative;
    z-index: 9;
}
.mb_100{margin-bottom: 100px;}
.mb_50{margin-bottom: 50px;}
.mt_150{margin-top: 150px;}
.mt_100{margin-top: 100px;}
.mt_50{margin-top: 50px;}
 
.thm_btn{
    background: var(--thmColor);
    color: #fff;
    font-size: var(--f28);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    border-radius: 70px;
    padding: 18px 45px;
    gap: 20px;
    transition: all .3s;
}

.thm_btn:hover {
    background: #0052FF;
}

main{
    margin: auto;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #e1e1e1;
    /* margin-top: 20px; */
    overflow: hidden;
    position: relative;
    border-top: 0;
}

img.top-Decore {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.container{
    max-width: 1130px;
}

.page a {
  color: #E2240D
}

/* default-css END 
================================== */
 


.header-area {
  padding: 30px 0; 
  width: 100%;
  z-index: 99; 
}
.logo-area img.circle-img {
  position: absolute;
  max-width: 80px;
  right: -70px;
  top: -20px;
}

.logo-area {
  position: relative;
  max-width: 270px;
}
.menu-area nav ul li {
  list-style: none;
  display: inline-block;
}

.menu-area nav ul li a {
  font-size: var(--f20);
  display: inline-block;
  margin-left: 50px;
  position: relative;
  color: var(--textColorRed);
  font-family: 'Futura';
  transition: all .3s;
}

.menu-area nav ul li a:hover {
    color: #0052FF;
}
.menu-area{
    margin-top: 70px;
    text-align: right;
}

/* humbergar */
.humbergar {
  cursor: pointer;
  display: block;
  max-width: 35px;
  margin-left: auto;
}

.bar__icon {
    display: flex;
    align-items: center;
    height: 75%;
}

.humbergar span, 
.humbergar span:before, 
.humbergar span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 34px;
  background: var(--thmColor);
  position: relative;
  display: block;
  content: '';
  transition: all 250ms ease-in-out;
  border-radius: 12px;
}
.humbergar span:before {
  top: -11px;
}
.humbergar span:after {
  bottom: -7px;
}

.humbergar.active span {
  background-color: transparent;
}
.humbergar.active span:before {
  top: 1px;
  transform: rotate(45deg);
}

.humbergar.active span:after {
  bottom: 3px;
  transform: rotate(-45deg);
}
 
/* humbarger END */
 

/* mobile-menu START */
.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 99;
  box-shadow: 0px 0px 9px -1px #737373;
  top: 0;
  left: 0;
  transition: .3s;
  margin-left: -600px;
  padding-left: 40px;
  padding-top: 100px;
  max-width: 550px;
}
.siteBar{
  margin-left: 0; 
}
.mobile-menu ul#pills-tab {
  margin-top: 90px;
  margin-bottom: 35px !important;
  display: block;
}
.mobile-menu  nav ul li {
  list-style: none;
  display: block;
}

.mobile-menu nav ul li a {
  color: var(--textColorRed);
  font-size: 22px;
  line-height: 50px;
  transition: .3s;
  font-family: 'Futura';
}

.mobile-menu a.bars {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 40px;
  color: rgb(255, 0, 43);
}

/* Header section END */


/*============hero Area Start =============*/

.hero-area {
    position: relative;
}

.hero-img {
    position: relative;
    top: -80px;
    right: -65px;
}

.hero__content {margin-top: 80px;position: relative;}

.hero__content .title img {
    left: 0;
}

.hero__content h1 {
    margin-bottom: 20px;
}

.hero__content p {
    color: var(--offTextColor);
    margin-bottom: 60px;
}
.title {font-size: var(--f57);margin-bottom: 25px;font-weight: 600;letter-spacing: -3px;line-height: 1.3;}

.title span {
    position: relative;
    z-index: 3;
}

.title span img {
    position: absolute;
    left: -30px;
    bottom: 8px;
    max-width: unset;
    z-index: -1;
}

/*============hero Area End =============*/


/*============club Area Start =============*/


.club__content {margin-left: -30px;margin-right: -40px;}

/*============club Area End =============*/


/*============saving Area Start =============*/


.saving__content {margin-right: -20px;}

.saving__content ul {
    font-size: var(--f19);
    color: var(--offTextColor);
    line-height: 1.5;
    margin: 40px 0;
    margin-top: 0;
}
.saving__content ul li {
  list-style: disc;
    margin-left: 40px;
    margin-bottom: 10px;
    font-weight: bold;
}
.saving__img img.tomato-img {max-width: 270px;margin-left: auto;display: block;}

.saving__img {
    max-width: 400px;
    margin-left: auto;
}

.saving__img b {
    display: block;
    text-align: center;
    font-size: var(--f57);
    color: #0C52FE;
    line-height: 1;
    margin-bottom: -10px;
    margin-top: -10px;
    margin-left: -50px;
}
/*============saving Area End =============*/


/*============token Area Start =============*/

.token__img {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 100px;
}

.token__content {
    text-align: center;
}

.token__content a {
    margin: auto;
}
.token__content .flex {display: flex;align-items: center;gap: 20px;width: 100%;margin: 100px auto 50px;max-width: 500px;position: relative;}

.token__content .flex img.heart {
    position: absolute;
    right: -15px;
}

.token__content .flex h1 {margin: 0;word-spacing: 15px;}

img.tomato-t {
    max-width: 110px;
}
/*============token Area End =============*/


/*============about Area Start =============*/

.about__blk {max-width: 850px;margin: auto;margin-top: 100px;}

.about__blk hr {
    max-width: 270px;
    opacity: 1;
    height: 8px;
    background: var(--thmColor);
    margin: 30px 0;
}

img.left-qt {
    position: absolute;
    margin-top: -24px;
    margin-left: -50px;
}

.about__blk h2 {
    font-size: var(--f32);
    font-weight: 600;
    line-height: 1.5;
}

.about__blk ul {
    display: flex;
    margin-bottom: 60px;
    gap: 15px;
}
.user__blk {display: flex;align-items: center;gap: 30px;}

.user__blk p {
    font-size: 17px;
}

.user__blk h5 {
    font-size: var(--f19);
    font-weight: 500;
    color: var(--textColorRed);
}
/*============about Area End =============*/


/*============footer Area Start =============*/
.footer-area {
  background-size: cover;
  background-position: bottom;
  position: relative;
  padding: 240px 0 10px;
  background: rgb(255, 255, 255) url('../img/Bottom-Decore.svg') no-repeat center center;
}

footer.footer-area .container {
    position: relative;
    z-index: 9;
}

.footer-area img.Decore__bg {
    position: absolute;
    bottom: 0;
    right:0;
}

.footer-area .row {
    align-items: center;
}
.footer__nav {margin-top: 80px;}
.footer__nav .sub_menu {margin-top: 50px;}

.footer__nav ul {
    display: flex;
    justify-content: end;
    gap: 70px;
}

.footer__nav ul li a {
    text-align: center;
    display: block;
    font-size: var(--f28);
    font-weight: 700;
    font-family: 'Futura';
    color: #181E4B;
    transition: all .3s;
}
.footer__nav .sub_menu li a {
  font-size: var(--f14);
}

.footer__nav ul li a:hover {
    color: var(--thmColor);
}

.footer__nav ul li a i {
    display: block;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__nav ul li a i.fa-brands {
    width: 30px;
    height: 20px;
    font-size: 30px;
    margin: 0;
    padding: 0;
}
/*============footer Area End =============*/


/*============ Airdrop Start =============*/
.airdrop h4 {
  margin-top: 40px;
}

.airdrop ol {
  padding-left: 0;
}

.airdrop ol li {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: var(--f22);
}

.airdrop ol li a {
  color: var(--textColorRed);
  font-weight: bold;
}

.airdrop .eligibility {
  margin-top: 50px;
  margin-bottom: 50px;
}

.thm_btn.disabled{
  cursor: not-allowed;
  pointer-events: all !important;
  background: var(--thmDisabledColor);
  color: var(--thmDisabledTextColor);
  
}
/*============ Airdrop End =============*/

/*============ Leaderboard Start =============*/
.leaderboard table {
  background: none;
  --bs-table-bg: none;
}

.top-frames {
  margin-top: 100px;
}

.top-frames .dropdown .btn {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f5f5f5;
    --bs-btn-border-color: #f5f5f5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dcdbdb;
    --bs-btn-hover-border-color: #dcdbdb;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dcdbdb;
    --bs-btn-active-border-color: #dcdbdb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f5f5f5;
    --bs-btn-disabled-border-color: #f5f5f5;
    color: var(--textColor);
    font-weight: bold;
    min-width: 250px;
    text-align: left;
}

.leaderboard a {
  color: var(--thmColor);
}

.leaderboard h2 {
  margin-top: 100px;
}

.ticker-green {
  color: var(--tickerGreen);
}

.ticker-red {
  color: var(--tickerRed);
}
/*============ Leaderboard End =============*/

/*============ Countdown =============*/
.countdown {
  color: #333;
  text-align: center;
  background-color: #feeae7;
  border-radius: 10px;
  border: 2px solid #e3c2bc;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top:-20px;
  margin-bottom: 40px;

}

.countdown h1 {
  font-weight: normal;
}

.countdown h3 {
  font-size: 26px;
}

.countdown li {
  display: inline-block;
  font-size: 16px;
  list-style-type: none;
  padding-left: 18px;
  padding-right: 18px;
  text-transform: uppercase;
}

.countdown li span {
  display: block;
  font-size: 2em;
  font-weight: 800;
  color: var(--thmColor);
}

.countdown__note {
  font-size: 16px;
  margin-top: 14px;
  font-style: italic;
}
.countdown__note a {
  color: var(--thmColor);
  font-weight: bold;
}
/*============ Countdown =============*/