body {
    margin: 0;
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace
}

.nav-item {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 800;
    margin: 0 20px;
    text-shadow: black 0.1em 0.1em 0.1em;
}

.nav-item:hover {
    color: rgb(255, 255, 255);
}

.wallet {
    padding: 30px 20px
}

.wallet h1 {
    color: #fff;
    font-size: 20px
}

.wallet .walletItem {
    text-align: center;
    margin-bottom: 5px;
    padding: 10px 20px;
    border: 1px solid #243036;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.wallet .walletItem .hoveredWalletItemBg {
    display: none
}

.wallet .walletItem .walletImage {
    width: 30px;
    margin-right: 10px
}

.wallet .walletItem h2 {
    color: #fff;
    margin: 0;
    font-size: 16px
}

.wallet .walletItem:hover {
    cursor: pointer;
    color: #febf33;
    background-color: #243036;
    border: 1px solid #243036
}

.wallet .walletItem:hover .hoveredWalletItemBg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.home {
    min-height: 100vh;
    background-color: black;
}

.home .container {
    width: 1200px;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    position: relative
}

.home .container .countdownWrapper {
    color: #243036;
    text-align: center;
    font-size: 16px
}

.home .container .countdownWrapper .Countdown {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.home .container .countdownWrapper .Countdown .Countdown-col {
    display: flex;
    flex-direction: row;
    color: #243036;
    justify-content: center;
    align-items: center;
    font-size: 25px
}

.home .container .countdownWrapper .Countdown .Countdown-col-element {
    color: #243036;
    font-size: 30px
}

.home .header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 0 0
}

.home .header .walletWrapper {
    user-select: none;
    font-size: 16px;
    padding: 5px 30px;
    text-align: center;
    font-weight: 700;
    border-radius: 10px ;
    border-color: #274f4b ;
    cursor: pointer;
    background-color: #274f4b;
    color: rgb(49, 203, 158);
    box-shadow:rgb(0 0 0 / 59%) 6px 6px 20px 6px;
    border: none;
    width: 181px;

}

.home .header .walletWrapper:hover {
    cursor: pointer;
    background-color:rgb(27, 55, 52);
    border-color: #274f4b ;
}

.home .header .logo {
    width: 1200px;
position: relative;
left: 25px;
bottom: 50px;
top: 10px;
}

.home .slogan {
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: 1.3;
text-shadow: black 0.1em 0.1em 0.1em;
}

.home .buttonGroup {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .blackpaper {
    min-width: 180px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    border: 2px solid #243036;
    background-color: #243036;
    padding: 5px 10px;
    box-shadow: 0 3px #243036;
    color: #fff
}

.home .blackpaper a {
    color: #fff
}

.home .blackpaper:hover {
    cursor: pointer
}

.home .blackpaper:active {
    background-color: #243036;
    box-shadow: 0 3px rgba(155, 114, 104, .78);
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.home .mainContent {
    width: 800px;
    max-width: 100%;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    grid-gap: 20px;
    gap: 20px
}

.home .mainContent .box {
    width: calc(50% - 10px)
}

.home .mainContent .leftBox {
    padding: 20px;
    background: rgb(0, 26, 0);
    border-radius: 20px
}

.home .mainContent .rightBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.home .mainContent .dataRow {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin: 5px 0;
    color: white;
    font-size: 18px;
    line-height: 35px
}

.home .mainContent .dataRow .value {
    font-weight: 600;
    font-size: 22px;
    color: rgb(49, 203, 158);

}

.home .mainContent .ant-input-affix-wrapper {
    height: 55px;
    margin: 0;
    position: relative;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-sizing: border-box;
    border-radius: 10px;
    border-color: #274f4b ;
    cursor: pointer;
    background-color: white;
    color: rgb(49, 203, 158);
    box-shadow:rgb(0 0 0 / 59%) 6px 6px 20px 6px;
    border: none;
}

.home .mainContent .ant-input-affix-wrapper .ant-input-prefix, .home .mainContent .ant-input-affix-wrapper .ant-input-suffix {
    color: black;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.home .mainContent .ant-input-affix-wrapper .ant-input-prefix span, .home .mainContent .ant-input-affix-wrapper .ant-input-suffix span {
    color: black
}

.home .mainContent .ant-input-affix-wrapper .suffix {
    padding-right: 10px
}

.home .mainContent .ant-input-affix-wrapper .ant-input {
    border: none;
    color: black;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: 55px;
    text-align: center;
    padding-left: 25px
}

.home .mainContent .ant-input-affix-wrapper .ant-input:hover {
    border: none !important
}

.home .mainContent .ant-input-affix-wrapper .ant-input:focus {
    border: none !important;
    outline: 0;
    box-shadow: none !important
}

.home .mainContent .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
    border-color: white !important;
    border-right-width: 2px
}

.home .mainContent .ant-input-affix-wrapper-focused {
    outline: 0;
    border: 2px solid white !important;
    box-shadow: none !important
}

.home .mainContent .buyButton {
    font-size: 16px;
    font-weight: 600;
    line-height: 42px;
    padding: 5px 0;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 10px;
    border-radius: 10px ;
    border-color: #274f4b ;
    cursor: pointer;
    background-color: #274f4b;
    color: rgb(49, 203, 158);
    box-shadow:rgb(0 0 0 / 59%) 6px 6px 20px 6px;
    border: none;
}

.home .mainContent .buyButton:hover {
    cursor: pointer;
    background-color:rgb(27, 55, 52);
    border-color: #274f4b ;
}

.home .mainContent .actionWrapper {
    margin-top: 30px;
    border-top: 1px dashed white;
    padding-top: 10px
}

.home .mainContent .actionWrapper .actionButtons {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.home .mainContent .actionWrapper .actionButtons button {
    width: calc(50% - 10px);
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 0;
    border-radius: 10px ;
    border-color: #274f4b ;
    cursor: pointer;
    background-color: #274f4b;
    color: rgb(49, 203, 158);
    box-shadow:rgb(0 0 0 / 59%) 6px 6px 20px 6px;
    border: none;
}

.home .mainContent .actionWrapper .actionButtons button:hover {
    cursor: pointer;
    background-color:rgb(27, 55, 52);
    border-color: #274f4b ;
}

.home .mainContent .contractInfo {
    background: rgb(0, 26, 0);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-content: center;
    margin-top: 20px;
    justify-content: space-between;
}

.home .mainContent .contractInfo img {
    width: 70%
}

.home .mainContent .contractInfo .data {
    width: 200%
}

.home .mainContent .contractInfo .data h1 {
    color: #a0aeb5;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px
}

.home .mainContent .contractInfo .data .dataRow {
    font-size: 17px
}

.home .mainContent .referral {
    background: rgb(0, 26, 0);
    border-radius: 20px;
    padding: 20px;
}

.home .mainContent .referral h1 {
    color: white;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px
}

.home .mainContent .referral p {
    color: #a0aeb5
}

.home .mainContent .referral .refWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.home .mainContent .referral .refWrapper .referralLink {
    flex-grow: 2;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 70%;
    background: transparent;
}

.home .mainContent .referral .refWrapper .copyButton, .home .mainContent .referral .refWrapper .referralLink {
    box-sizing: border-box;
    padding: 5px 20px;
    border-radius: 10px ;
    border-color: #274f4b ;
    cursor: pointer;
    background-color: #274f4b;
    color: rgb(49, 203, 158);
    box-shadow:rgb(0 0 0 / 59%) 6px 6px 20px 6px;
    border: none;
    font-weight: 700;
}

.home .mainContent .referral .refWrapper .copyButton:hover {
    cursor: pointer;
    background-color:rgb(27, 55, 52);
    border-color: #274f4b ;
}

@media (max-width:765px) {
    .nav-item {
        color: black;
        font-size: 16px;
        font-weight: 800;
        margin: 0 15px;
    }

    footer .nav-item {
        font-size: 11px;
    }

    .home .header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 50px 0 0;
        margin-bottom: 30px
    }

    .home .header .walletWrapper {
        width: 250px;
        font-size: 15px;
        padding: 5px 0
    }

    .home .header .logo {
        margin: 20px auto 20px;
        position: relative;
        width: 300px;
        left: 15px;
    }

    footer .socialMedias {
        width: 100%;
        text-align: center;
    }

    footer .socialMedias a {
        margin: 0 20px
    }

    footer .socialMedias img {
        width: 30px
    }

    .home .slogan {
        font-size: 22px;
        line-height: 1.5;
        margin: 30px 0;
    }


    .home .mainContent {
        margin: 30px auto 0;
        align-items: center;
        flex-direction: column;
        grid-gap: 10px;
        gap: 10px
    }

    .home .mainContent .box {
        width: calc(100% - 20px)
    }

    .home .mainContent .referral {
        margin-top: 10px
    }
}

.blink_me {
    -webkit-animation: blinker 2s linear 1;
    animation: blinker 2s linear 1
}

@-webkit-keyframes blinker {
    50% {
        color: #fff;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes blinker {
    50% {
        color: #fff;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.Countdown {
    margin: 0 auto
}

.Countdown-col {
    display: inline-block
}

.Countdown-col-element {
    display: inline-block;
    margin: 0;
    font-weight: 600
}

.customModal .ant-modal-content {
    overflow-y: scroll;
    min-height: 300px;
    border-radius: 20px;
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border: 2px solid white;
    background-color: white
}

.customModal .ant-modal-content::-webkit-scrollbar {
    display: none
}

.customModal .ant-modal-content .ant-modal-body {
    padding: 10px 0
}

.customModal .ant-modal-content .ant-modal-body .close {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 3;
    cursor: pointer;
    width: 25px;
    opacity: .9;
    font-size: 20px;
    color: #fff
}

.customModal .ant-modal-content .ant-modal-body .title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.customModal .ant-modal-content .ant-modal-body .modalHeader {
    width: calc(100% - 20px);
    margin: 10px
}

.customModal .ant-modal-close-x {
    color: #fff;
    display: none
}

.socialMedias {
    text-align: center;
    position: relative;
    bottom: 40px;
}



.telegram, .twitter, .discord, .bscscan, .facebook {
    width: 50px;
    margin-left: 15px;
    margin-right: 15px;

}

.social_h1 {
text-align: center;
position: relative;
bottom: 30px;
color: #a0aeb5;
}

.deroulant {
font-size: 7px;
width: 75px;
height: 40px;
border-radius: 10px;
color: black;
display: inline-block;

}

.deroulant_img_1 {
    width: 30px;
position: relative;
bottom: 5;
}

.deroulant_img {
    width: 30px;
position: relative;
bottom: 5;
}

li {
    display: block;
    padding: 10px;
    border-color: #274f4b ;
    cursor: pointer;
    background-color: #274f4b;
    color: rgb(49, 203, 158);
    box-shadow:rgb(0 0 0 / 59%) 6px 6px 20px 6px;
    border: none;
    margin: 1;
    
}

li:hover {
    cursor: pointer;
    background-color:rgb(27, 55, 52);
    border-color: #274f4b ;
}

li:hover .sous{
    display: block;
}

.sous {
    display: none;
    position: absolute;
    right: -54px;
    top: 41px;
}

.h1_deroulant {
display: inline-block;
position: relative;
bottom: 2px;
left: 10px;
font-weight: 700;
}

.li_taille {

width: 130px;
height: 40px;
border-radius: 10px;
}

.fleche {
    width: 11px;
    position: relative;
    left: 5px;
    bottom: 3px;
}

.top {
    position: absolute;
    right: 10px;
    top: 90px;
}

.home_button {
    width: 90px;
    text-align: center;
    font-size: 16px;
    padding: 8px 0;
    border-radius: 10px ;
    border-color: #274f4b ;
    cursor: pointer;
    background-color: #274f4b;
    color: rgb(49, 203, 158);
    box-shadow:rgb(0 0 0 / 59%) 6px 6px 20px 6px;
    border: none;
    position: absolute;
    left: 1010px;
    top: 90px;
    font-weight: 700;
}

.countdown {
    color: white;
    font-weight: bold;
    font-size: 30px;
    position: absolute;
    right: 355;
    bottom: 570;
}

.invest-input {
    color: gray ;
}