/* Base CSS */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #07171D;
    font-family: 'LEMON MILK';
}

body {
    color: #07171D;
    font-weight: 400;
    font-family: 'Avenir LT regular';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    /* font-family: 'Avenir LT Std'; */
}

html {
    overflow-x: hidden;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none
}

a,
button,
input,
textarea {
    outline: none !important;
}

.section-padding {
    padding: 80px 0;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Black.eot');
    src: url('../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Black.woff') format('woff'),
        url('../fonts/AvenirLTStd-Black.ttf') format('truetype'),
        url('../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'LEMON MILK';
    src: url('../fonts/LEMONMILK-Bold.eot');
    src: url('../fonts/LEMONMILK-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LEMONMILK-Bold.woff2') format('woff2'),
        url('../fonts/LEMONMILK-Bold.woff') format('woff'),
        url('../fonts/LEMONMILK-Bold.ttf') format('truetype'),
        url('../fonts/LEMONMILK-Bold.svg#LEMONMILK-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Avenir LT regular';
    src: url('../fonts/AvenirLTStd-Book.eot');
    src: url('../fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Book.woff') format('woff'),
        url('../fonts/AvenirLTStd-Book.ttf') format('truetype'),
        url('../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('../fonts/LEMONMILK-Medium.woff2') format('woff2'),
        url('../fonts/LEMONMILK-Medium.woff') format('woff'),
        url('../fonts/LEMONMILK-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Roman.eot');
    src: url('../fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Roman.woff') format('woff'),
        url('../fonts/AvenirLTStd-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('../fonts/LEMONMILK-Regular.eot');
    src: url('../fonts/LEMONMILK-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LEMONMILK-Regular.woff2') format('woff2'),
        url('../fonts/LEMONMILK-Regular.woff') format('woff'),
        url('../fonts/LEMONMILK-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/* ------------------------- HERO AREA START ----------------------- */

.hero__area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 830px;
    position: relative;
    z-index: 1;
}

.hero__content {
    padding-top: 250px;
}

.open__menu span img {
    height: 48px;
}

.headaer__inner__blk {
    display: flex;
    align-items: center;
    padding: 35px 0;
}

.site__logo {
    margin-left: 65px;
}

.header__area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22;
}

.open__menu {
    cursor: pointer;
    position: relative;
}

.site__logo a img {
    height: 30px;
}

.header__area .container {
    max-width: 1400px;
}

.hero__thumb {
    position: absolute;
    left: 635px;
    top: 0;
    width: 813px;
    height: 700px;
    z-index: -1;
}

.hero__thumb img {
    height: 100%;
}

.hero__content h2 {
    font-size: 54px;
    color: #fff;
    text-shadow: 2px 3px 6px rgba(21, 9, 6, 0.42);
    margin-bottom: 12px;
}

.hero__content h4 {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 4px;
    color: #fff;
    margin-bottom: 18px;
    font-family: 'Avenir LT regular';
    text-shadow: 2px 3px 6px rgb(21 9 6 / 42%);
}

.hero__content p {
    font-size: 18px;
    color: #fff;
    max-width: 616px;
}

.header-menu {
    position: absolute;
    top: 0;
    z-index: 1;
    background: #fff;
    border-radius: 5px;
    width: 340px;
    padding-bottom: 29px;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
}

.header-menu.active{
    opacity: 1;
    visibility: visible;
}

.menu-close {
    font-size: 28px;
    line-height: 1;
    margin-left: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
    transition: .3s;
}

.menu-close:hover {
    color: #1469EF;
}

.header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-menu ul li a {
    display: block;
    font-size: 21px;
    font-weight: 500;
    color: #101010;
    letter-spacing: 3.5px;
    line-height: 1.2;
    padding: 12px 10px;
    padding-left: 40px;
    border-left: 10px solid transparent;
    transition: .3s;
    margin-bottom: 3px;
    font-family: 'Avenir LT Std';
}

.header-menu ul li a:hover {
    color: #1469EF;
    border-color: #1469EF;
}
.header-menu ul li a.active { 
    border-color: #1469EF;
}







/* ------------------------- HERO AREA END ----------------------- */


/* ------------------------- ART BOX AREA START ----------------------- */

.art__thumb img {
    width: 100%;
    height: auto;
    max-height: 193px;
    object-fit: fill;
}

.art__content h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 8px;
    color: #000;
}

.art__content p {
    font-size: 16px;
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: auto;
    color: #163141;
    flex-grow: 1;
    flex: 1;
}

.art__content a img {
    height: 14px;
    margin-right: 7px;
    position: relative;
    top: -3px;
    filter: brightness(1);
    transition: filter 0.3s;
}

.art__content {
    text-align: center;
    padding: 20px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.art__content a {
    margin-top: auto;
    font-size: 13px;
    color: #163141;
    pointer-events: none;
}

.art__box__blk {
    background: #fff;
    box-shadow: 2px 2px 5px 1px rgba(135, 135, 135, 0.75);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(135, 135, 135, 0.75);
    -moz-box-shadow: 2px 2px 5px 1px rgba(135, 135, 135, 0.75);
    cursor: pointer;
    transform: translateY(0);
    transition: transform 0.4s ease;
    min-height: 302px;
    display: flex;
    flex-direction: column;
}

.art__box__blk:hover {
    transform: translateY(-8px);
}

.art__box__blk:hover .art__content a img {
    /* filter: brightness(0) saturate(100%) invert(96%) sepia(82%) saturate(863%) hue-rotate(26deg) brightness(93%) contrast(97%); */
    filter: brightness(2);
}

.art__inner__box .col-2 {
    flex: 0 0 auto;
    /* width: 20%; */
}

.art__inner__box {
    background: #fff;
    padding: 30px;
    margin-top: -140px;
    position: relative;
    z-index: 22;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}



/* ------------------------- ART BOX AREA END ----------------------- */


/* ------------------------- ABOUT BOX AREA START ----------------------- */
.about__thumb img {
    width: 100%;
}

.about__gray__bg {
    background: #F8F8F8;
    padding: 80px 0;
}

.right__space {
    padding-right: 100px;
}

.left__space {
    padding-left: 100px;
}

.about__content h3 {
    font-size: 32px;
    color: #000;
    margin-bottom: 30px;
}

.about__content p {
    font-size: 18px;
    letter-spacing: 1px;
    color: #070716;
}

.about__content p.game-rules-link {
    font-style: italic;
    font-size: 14px;
}

.golden-ticket-img {
    border-radius: 16px;
}

/* ------------------------- ABOUT BOX AREA END ----------------------- */


/* ------------------------- SERVICE BOX AREA START ----------------------- */

.service__title h3 {
    text-align: center;
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
}

.service__inner__blk {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    min-height: 344px;
}

.service__top__content h2 {
    font-size: 30px;
    color: #1469EF;
}

.service__top__content h4 {
    font-size: 20px;
    color: #1469EF;
    margin-bottom: 8px;
}

.service__top__content h5 {
    font-size: 16px;
    color: #000000;
    margin-bottom: 32px;
}

.service__top__content p {
    font-size: 16px;
    color: #000;
}

.service__inner__bottom__content h5 {
    font-size: 16px;
    font-family: 'Avenir LT Std';
    margin-top: 22px;
    font-weight: 600;
}

.service__inner__bottom__content p {
    font-size: 12px;
    max-width: 280px;
    margin: 0;
}

.service__area {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 70px;
    min-height: 891px;
}

.resource__area {
    padding: 100px 0;
    padding-top: 72px;
    padding-bottom: 48px;
    background: #F8F8F8;
    margin-top: 35px;
}

.resources-title h3 {
    font-size: 32px;
    color: #000;
    margin-bottom: 30px;
    text-align: left;
}

.resource-logo {
    width: 100%;
    max-width: 95px;
}

.resource__area .service__inner__blk {
    background: none;
    min-height: fit-content;
}

.resource__area .resource-link {
    font-size: 13px;
    color: #1469EF;
    margin-top: 29px;
    margin-top: 22px;
    margin-bottom: 18px;
    font-weight: 700;
    transition: color 0.2s;
}

.resource__area .resource-link:hover {
    /* color: #146cef; */
    /* text-decoration: underline; */
}

.resource__area h2.resource-title {
    color: #000;
    font-size: 20px;
    margin-top: 18px;
}

.resource__area .service__top__content a {
    text-decoration: underline;
}

.about__area {
    padding-top: 87px;
}

.about__content p:last-child {
    margin: 0;
}

.service__area .participate-note {
    font-style: italic;
    font-weight: 300;
}

.service__area .participate-btn {
    background-color: #fff;
    color: #1469EF;
    font-weight: 700;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    font-size: 21px;
    margin-top: 25px;
    text-transform: uppercase;
    /* border: solid 2px #dbdbdb; */
    cursor: pointer;
    box-shadow: 2px 2px 5px 1px rgb(135 135 135 / 75%);
    -webkit-box-shadow: 2px 2px 5px 1px rgb(135 135 135 / 75%);
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    opacity: 1;
    transform: scale(1);
    transition: transform 0.4s ease;
    height: 81px;
}

.service__area .participate-btn:not(.disabled):hover {
    transform: scale(1.02);
}

.service__area .participate-btn:not(.disabled) {
    animation: glow 1s infinite alternate;
}

.service__area .participate-btn.disabled {
    cursor: default;
    opacity: 0.4;
}

.service__area .participate-time {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.service__area .participate-hidden-desc {
    margin-top: 75px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    /* max-width: 446px; */
}

.service__area .pre-reg-wallet-info {
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    border-radius: 20px;
    margin-top: 25px;
    height: 81px;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: glow 1s infinite alternate;
    justify-content: center;
    background-color: #1a8b108f;
    background-color: #00000029;
    box-shadow: 2px 2px 5px 1px rgb(135 135 135 / 75%);
    -webkit-box-shadow: 2px 2px 5px 1px rgb(135 135 135 / 75%);
    text-shadow: 2px 3px 6px rgb(21 9 6 / 15%);
}

.service__area .pre-reg-wallet-info .info {
    font-size: 14px;
    font-weight: 700;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.service__area .pre-reg-wallet-info .address {
    font-weight: 700;
}

.service__area .mint-info {
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    border-radius: 20px;
    margin-top: 25px;
    min-height: 81px;
    height: auto;
    padding: 12px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: glow 1s infinite alternate;
    justify-content: center;
    background-color: #1a8b108f;
    background-color: #00000029;
    box-shadow: 2px 2px 5px 1px rgb(135 135 135 / 75%);
    -webkit-box-shadow: 2px 2px 5px 1px rgb(135 135 135 / 75%);
    text-shadow: 2px 3px 6px rgb(21 9 6 / 15%);
}

.service__area .mint-info .mint-pending-loading {
    width: 24px;
    height: auto;
    margin-left: 6px;
}

.service__area .mint-info .info {
    font-size: 14px;
    font-weight: 700;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.service__area .mint-info .pending {
    font-weight: 500;
    display: inline-block;
    margin-top: 12px;
}

.service__area .mint-info .mint-nfts-container {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}

.service__area .mint-info .mint-nfts-container .mint-nft {
    font-size: 14px;
    margin-bottom: 8px;
}

.service__area .mint-info .mint-nfts-container .mint-nft a {
    color: #00ff20;
}

.service__area .mint-info .mint-nfts-container .mint-nft a:hover {
    color: #ceffd4;
}

.service__area .mint-info .mint-nfts-container .mint-nft.golden {
    font-size: 14px;
    margin-bottom: 8px;
    color: #ffeb00
}

.service__area .mint-info .mint-nfts-container .mint-nft a.redeem-link {
    color: #ffffff;
    font-weight: 700;
}

.service__area .mint-info .mint-nfts-container .mint-nft a.redeem-link:hover {
    color: #ffcc6c;
}

.email-section {
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    height: fit-content;
    width: 100%;
    min-height: 181px;
}

.email-section .email-submit {
    width: 100%;
    max-width: 621px;
    margin: auto;
}

.email-section .email-submit .error-msg {
    color: #bd1b1b;
    font-size: 16px;
    font-weight: 700;
}

.email-section .info {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
    color: #565f62;
    color: #000;
    color: #1469ef;
    text-align: center;
}

.email-section .email-submit .submit-btn {
    border-color: #0d6efd;
    background-color: #fff;
    color: #1469EF;
    font-weight: 700;
    float: right;
}

.email-section .email-submit .email-input {
    margin-right: 12px;
}

.email-section .email-submit .success-msg {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.email-section .email-submit .submit-btn:hover {
    background-color: #1469EF;
    color: #fff;
}

.email-section .email-submit .submit-btn:focus {
    color: #1469EF;
    background-color: #fff;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
    /* border-color: #aef4afcb;
    box-shadow: 0 0 5px 5px #aef4afcb; */
}

.wallet-submit-section .wallet-submit {
    max-width: 482px;
  }

.wallet-submit-section .wallet-submit .submit-btn {
    border-color: #0d6efd;
    background-color: #fff;
    color: #1469EF;
    font-weight: 700;
    float: right;
  }
  
  .wallet-submit-section .wallet-submit .wallet-input {
    margin-right: 12px;
  }
  
  .wallet-submit-section .wallet-submit .success-msg {
    color: #1469ef;
    font-size: 16px;
    font-weight: 700;
  }

  .wallet-submit-section .wallet-submit .error-msg {
    color: #bd1b1b;
    font-size: 16px;
    font-weight: 700;
  }
  
  .wallet-submit-section .wallet-submit .submit-btn:hover {
    background-color: #1469EF;
    color: #fff;
  }
  
  .wallet-submit-section .wallet-submit .submit-btn:focus {
    color: #1469EF;
    background-color: #fff;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
    /* border-color: #aef4afcb;
    box-shadow: 0 0 5px 5px #aef4afcb; */
  }

.inline-input-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* ------------------------- SERVICE BOX AREA END ----------------------- */


/* ------------------------- FAQ AREA START ----------------------- */
.section__title h3 {
    font-size: 52px;
    text-align: center;
}

.section__title {
    padding-bottom: 45px;
}

.accordion-item {
    border-left: 0;
    border-right: 0;
    border-color: #070716;
    border-radius: 0 !important;
}

.accordion-button {
    padding: 1.3rem 0;
    font-size: 20px;
    color: #212529 !important;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    font-family: 'LEMON MILK';
    background: transparent !important;
    text-transform: uppercase;
    justify-content: space-between;
}

.accordion-button::after {
    display: none;
}

.accordion-button:not(.collapsed) span {
    transform: rotate(-180deg);
}

.accordion-body {
    padding: 32px;
    background: #f5f5f5;
    font-size: 17px;
}

.faq__area {
    margin-bottom: 50px;
}

.accordion-button span {
    font-size: 28px;
    transition: .3s;
    position: relative;
    top: -2px;
    color: #1469ef;
    flex: 0 0 auto;
    margin-left: 20px;
}

/* ------------------------- FAQ AREA END ----------------------- */


/* ------------------------- Modal AREA START ----------------------- */
.modal-body {
    padding: 35px 45px;
}

.modal__container {
    padding: 0;
    border-radius: 0;
}

.modal-desc-scroller {
 overflow: auto;
 overflow-y: auto; 
 height:267px;
 padding-right: 5px;
}

.modal__thumb {
    /* height: 470px; */
    border-radius: 16px;
    overflow: hidden;
}

.modal__thumb img {
    height: auto;
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

.modal__content.top {
    padding: 0 30px;
    padding-right: 0;
}

.modal__content h3 {
    font-size: 44px;
    line-height: 1;
    margin-bottom: 23px;
}

.modal-content {
    border-radius: 15px;
}

.modal__content h4 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 22px;
}

.modal__content p:last-child {
    margin-bottom: 0;
}

.modal__content p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.modal__content.top p{
    font-size: 20px;
}

.modal__content a {
    display: inline-block;
    padding: 17px 65px;
    background: #00c97e;
    color: #fff;
    line-height: 1.1;
    font-size: 30px;
    font-weight: 800;
    border-radius: 13px;
    transition: .3s;
    margin-top: 40px;
}

.modal__content a:hover {
    background: #171717;
    color: #fff;
}

.modal__bottom {
    padding-top: 40px;
    margin-top: 30px;
    border-top: 1px solid #ddd;
}

.modal__about__thumb {
    width: 184px;
    height: 250px;
    flex: 0 0 auto;
    margin-right: 40px;
    border-radius: 10px;
    overflow: hidden;
}

.modal__about__thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.modal-close-btn {
    font-size: 40px;
    cursor: pointer;
    z-index: 100;
    position: absolute;
    top: 2px;
    right: 24px;
    text-align: center;
    transition: color 0.5s;
    color: rgb(173 173 173);
}
    
.modal-close-btn:hover {
  color: #1497ef;
}

/* ------------------------- Modal AREA END ----------------------- */

/* ------------------------- Footer AREA START ----------------------- */

footer {
    padding: 33px 0;
    background-image: url(/img/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
    color: #fff;
    text-align: center;
}

footer .footer-logo {
    text-align: center;
    margin: auto;
    width: 90%;
    max-width: 280px;
}

footer .icons-row {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 26px;
}

footer .icons-row .icon {
    width: 20%;
    max-width: 33px;
    cursor: pointer;
}

footer .icons-row .icon:hover {
    filter: brightness(0) saturate(100%) invert(96%) sepia(82%) saturate(863%) hue-rotate(26deg) brightness(93%) contrast(97%);
}

footer .icons-row .icon:not(:last-child) {
    margin-right: 16px;
}

footer .divider {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: auto;
    margin-bottom: 32px;
}

footer .links-row {
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 12px;
}

footer a {
    color: #fff;
    transition: color 0.15s;
}

footer a:hover {
    color: #a8eb51;
}

footer .links-row .link.one {
    margin-right: 14px;
}

footer .links-row .link.two {
    margin-left: 14px;
    margin-right: 14px;
}

footer .links-row .link.three {
    margin-left: 14px;
}

footer .disclaimer {
    font-size: 10px;
    font-style: italic;
    max-width: 570px;
    margin: auto;
}

footer .disclaimer a {
    text-decoration: underline;
}

/* ------------------------- Footer AREA END ----------------------- */

.toastify {
    border-radius: 8px;
}

.toast-close {
    transition: color 0.3s, opacity 0.3s;
    padding-left: 20px;
}

.toast-close:hover {
    color: rgb(206, 36, 36);
    opacity: 1;
}

@keyframes glow {
    from {
      box-shadow: 0 0 10px -10px #aef4afcb;
    }
    to {
      box-shadow: 0 0 10px 10px #aef4afcb;
    }
  }

  .form-control:focus {
    border-color: #1469EF;
    box-shadow: 0 0 3px 3px #1468ef4f;
}

.p-relative {
    position: relative;
}

.rules-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 120px;
    position: relative;
    z-index: 1;
}

.rules-section {
    color: #000;
    font-size: 14px;
    padding-top: 70px;
    padding-bottom: 90px;
    padding-left: 16px;
    padding-right: 16px;
}

.rules-section .header {
    font-size: 16px;
    /* font-size: 20px; */
    font-weight: 700;
    text-align: center;
    margin-bottom: 57px;
}

.rules-section .rules-container {

}

.overview-section {
    color: #000;
    font-size: 14px;
    padding-top: 70px;
    padding-bottom: 90px;
    padding-left: 16px;
    padding-right: 16px;
}

.overview-section .header {
    font-size: 28px;
    /* font-size: 20px; */
    font-weight: 700;
    text-align: center;
    margin-bottom: 54px;
}

.overview-section hr {
    width: 100%;
    height: 2px;
    background-color: #a7a7a7;
    margin-top: 20px;
    margin-bottom: 20px;
}

.overview-section .stat {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 12px;
}

.overview-section .stat.smaller {
    font-size: 16px;
}

.overview-section .stat .val {
    font-weight: 700;
    color: #1a60ca;
}

.overview-section .stat .val.emails {
    color: #bb5c0a;
}

.overview-section .stat .secondary-val {
    font-weight: 700;
    color: #15aa1c;
    font-size: 14px;
    margin-left: 8px;
}

.overview-section .stat .secondary-val.neutral {
    color: #808080;
}

.overview-section .stat .loading {
    font-weight: 700;
    width: 40px;
    height: auto;
    display: inline-block;
}

.overview-section .stat .mint-sub {
    font-weight: 700;
    font-size: 14px;
    margin-left: 8px;
}

.overview-section .stat .mint-sub.pending {
    color: #bb5c0a;
}

.overview-section .stat .mint-sub.completed {
    color: #15aa1c;
}

.overview-section .stat .mint-sub.airdrop {
    color: #8c36db;
}

.overview-section .stat .mint-sub.website {
    color: #0d6efd
}

.hero-btn {
    background-color: #fff;
    color: #23C180;
    font-family: 'LEMON MILK';
    font-weight: 700;
    font-size: 22px;
    padding: 12px;
    padding-left: 22px;
    padding-right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 12px;
    transform: scale(1);
    transition: transform 0.4s ease;
    width: fit-content;
}

.hero-btn:hover {
    transform: scale(1.02);
}

.btn-mm-img {
    width: 40px;
    height: auto;
    transform: translateY(-5px);
}

.service__area .wallet-info {
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    border-radius: 20px;
    margin-top: 25px;
    height: 81px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #1a8b108f;
    background-color: #00000029;
    box-shadow: 2px 2px 5px 1px rgb(135 135 135 / 75%);
    -webkit-box-shadow: 2px 2px 5px 1px rgb(135 135 135 / 75%);
}

.service__area .wallet-info .info {
    font-size: 14px;
    font-weight: 500;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    display: inline-block;
}

.service__area .wallet-info .info.disconnect {
    color: #e3e3e3;
    cursor: pointer;
    display: inline-block;
}

.service__area .wallet-info .info.disconnect:hover {
    color: #ffa9c9;
}

/* metamask modal */
.mm-modal {
    max-width: 650px;
}

.mm-modal-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mm-modal-title {
    font-size: 22px;
    font-weight: 700;
    font-family: 'LEMON MILK';
    margin-bottom: 5px;
    transform: translateX(-8px);
    width: fit-content;
}

.mm-modal-msg {
    font-size: 16px;
}

.mm-modal-title-mm-img {
    width: 60px;
    height: auto;
    /* transform: translateY(-7px); */
}

.mm-modal-status-icon {
    width: 60px;
    height: auto;
    margin-bottom: 5px;
}

/* golden */
.golden-area {
    padding-top: 87px;
    height: auto;
    min-height: 70vh;
    padding-bottom: 87px;
}
.golden-area .connect-btn {
    background-color: #d9ac09;
    color: #fff;
    font-weight: 700;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    font-size: 21px;
    margin-top: 25px;
    text-transform: uppercase;
    /* border: solid 2px #dbdbdb; */
    cursor: pointer;
    box-shadow: 2px 2px 5px 1px rgb(135 135 135 / 75%);
    -webkit-box-shadow: 2px 2px 5px 1px rgb(135 135 135 / 75%);
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    opacity: 1;
    transform: scale(1);
    transition: transform 0.4s ease;
    height: 81px;
}

.golden-area .connect-btn:not(.disabled):hover {
    transform: scale(1.02);
}

.golden-area h3 {
    font-size: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.golden-area .wallet-info {
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    border-radius: 20px;
    margin-top: 25px;
    height: 81px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #d9ac09;
    box-shadow: 2px 2px 5px 1px rgb(135 135 135 / 75%);
    -webkit-box-shadow: 2px 2px 5px 1px rgb(135 135 135 / 75%);
}

.golden-area .wallet-info .info {
    font-size: 14px;
    font-weight: 500;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    display: inline-block;
}

.golden-area .wallet-info .info.disconnect {
    color: #fff;
    cursor: pointer;
    display: inline-block;
}

.golden-area .wallet-info .info.disconnect:hover {
    color: #53001f;
}

.golden-area .inner-container {
    width: 100%;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 8px;
    padding-right: 8px;
}

.golden-area .ticket-desc {
    font-size: 16px;
    letter-spacing: 1px;
    color: #070716;
}

.golden-area .m-width {
    max-width: 584px;
}

.golden-area .golden-ticket-img {
    width: 100%;
}

.golden-area .disclaimer-msg {
    font-style: italic;
    font-size: 11px;
    margin-top: 12px;
}

.golden-area .winner-form {
    margin-top: 21px;
}

.golden-area .winner-info-heading {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
}

.golden-area .winner-info-sub-heading {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
}

.golden-area .winner-form .inline-input-container {
    margin-top: 8px;
}

.golden-area .check-row {
    display: flex;
    align-items: flex-start;
    margin-top: 12px;
    margin-bottom: 12px;
}

.golden-area .input-check {
 margin-right: 10px;
 margin-top: 6px;
}

.golden-area .winner-form .error-msg {
    color: #bd1b1b;
    font-size: 16px;
    font-weight: 700;
}

.golden-area .winner-form .final-block {
    min-height: 180px;
}

.redeemId {
 font-weight: 700;
 color: #0a58ca;   
}

.btn-loading-img {
    width: 40px;
}

.final-disc {
    width: 100%;
    font-style: italic;
    font-size: 13px;
    padding: 23px;
    padding-bottom: 0;
}

#redeemBtn.disabled {
    background-color: rgb(199 199 199);
    opacity: 0.7;
    cursor: default;
}

.redeem-sec-btn {
    background-color: #d9ac09;
    color: #fff;
    font-weight: 700;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    font-size: 21px;
    margin-top: 25px;
    text-transform: uppercase;
    /* border: solid 2px #dbdbdb; */
    cursor: pointer;
    box-shadow: 2px 2px 5px 1px rgb(135 135 135 / 75%);
    -webkit-box-shadow: 2px 2px 5px 1px rgb(135 135 135 / 75%);
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    opacity: 1;
    transform: scale(1);
    transition: transform 0.4s ease;
    height: 81px;
    max-width: 330px;
}

.redeem-sec-btn:hover {
    transform: scale(1.02);
}