@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");

:root {
    --header-height: 3rem;
    --nav-width: 68px;
    --first-color: #4723D9;
    --first-color-light: #AFA5D9;
    --white-color: #F7F6FB;
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100
}

*,
::before,
::after {
    box-sizing: border-box
}

body {
    position: relative;
    margin: var(--header-height) 0 0 0;
    padding: 0 1rem;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    transition: .5s;

}

.topbar-wrap {
    position: sticky;
    top: 0px;
    z-index: 9;
}


a {
    text-decoration: none
}

.header {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    /* background-color: var(--white-color); */
    z-index: var(--z-fixed);
    transition: .5s
}

.header_toggle {
    color: var(--first-color);
    font-size: 1.5rem;
    cursor: pointer
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

.header_img img {
    width: 40px
}

.l-navbar {
    position: fixed;
    top: 0;
    left: -30%;
    width: var(--nav-width);
    height: 100vh;
    background-color: var(--first-color);
    padding: .5rem 1rem 0 0;
    transition: .5s;
    z-index: var(--z-fixed)
}

.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}


.nav_logo,
.nav_link {
    /* display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .5rem 0 .5rem 1.5rem */

    display: flex;
    flex-direction: column;
    column-gap: 1rem;
    padding: .5rem 0 .5rem 1.5rem;
    align-items: center;
    row-gap: 1rem;

}

.nav_logo {
    margin-bottom: 2rem
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color)
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700
}

.nav_link {
    position: relative;
    color: var(--first-color-light);
    margin-bottom: 1.5rem;
    transition: .3s
}

.nav_link:hover {
    color: var(--white-color)
}

.nav_icon {
    font-size: 1.25rem
}

.show {
    left: 0
}

.body-pd {
    padding-left: calc(var(--nav-width) + 1rem)
}

.active {
    color: var(--white-color)
}

/* .active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 32px;
    background-color: var(--white-color)
} */

.height-100 {
    height: 100vh
}

.page-content {
    padding-left: 16px;
}

.navbar-innr {
    padding: 0px 18px;
}


@media screen and (min-width: 768px) {
    body {
        margin: calc(var(--header-height) + 1rem) 0 0 0;
        padding-left: calc(var(--nav-width) + 0rem)
    }

    .header {
        height: calc(var(--header-height) + 1rem);
        padding: 0 2rem 0 calc(var(--nav-width) + 2rem)
    }

    .header_img {
        width: 40px;
        height: 40px
    }

    .header_img img {
        width: 45px
    }

    .l-navbar {
        left: 0;
        padding: 1rem 1rem 0 0
    }

    .show {
        width: calc(var(--nav-width) + 156px)
    }

    .body-pd {
        padding-left: calc(var(--nav-width) + 156px)
    }
}



.topbar,
.navbar,
.bg-light,
.page-content,
#body-pd,
.no-gutters,
.token-calculator,
.card-token,
.token-transaction,
.token-sale-graph,
.token-sales {
    background-color: #000000 !important;
}


.l-navbar {
    background: radial-gradient(50% 99.38% at 50% -10%, #44a08d 0%, rgba(122, 235, 228, 0.04) 83.85%, rgba(122, 235, 228, 0.01) 94.27%, rgba(122, 235, 228, 0) 100%) rgba(14, 15, 16, 0.5);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #000000 !important;
    border-radius: 0px 40px;
}


.card-innr,
.token-info {
    /* background: radial-gradient(50% 99.38% at 50% -10%, #44a08d 0%, rgba(122, 235, 228, 0.04) 83.85%, rgba(122, 235, 228, 0.01) 94.27%, rgba(122, 235, 228, 0) 100%) rgba(14, 15, 16, 0.5);
    backdrop-filter: blur(15px);
    border: #3b3f5c;
    background-color: #000000 !important;
    */
    border-color: #3b3f5c !important;
    border-radius: 6px;
    border: 1px solid #3b3f5c !important;
    z-index: 1;
    position: relative;
    background-color: #000000 !important;

}

.card-innr::before,
.token-info::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -5px;
    border-radius: inherit;
    /* background: radial-gradient(50% 99.38% at 50% -10%, rgb(14 153 215) 0%, rgba(122, 235, 228, 0.04) 83.85%, rgba(122, 235, 228, 0.01) 94.27%, rgba(122, 235, 228, 0) 100%) rgba(14, 15, 16, 0.5); */
    /* background: radial-gradient(348% 67.38% at 171% -77%, #44a08d 119%, rgba(122, 222, 228, 0.04) 120.85%, rgba(122, 235, 228, 0.01) 90.27%, rgba(122, 236, 228, 0) 28%) rgba(15, 29, 12, 0.5); */

    background: radial-gradient(154% 100.38% at 51% -70%, #44a08d 67%, rgba(122, 222, 228, 0.04) 76.85%, rgba(122, 235, 228, 0.01) 173.27%, rgba(122, 235, 228, 0) 77%) rgba(15, 15, 16, 0.5) !important;

}


a,
.header_toggle,
.token-info-sub,
.token-info-list li,
.token-amount,
.card-head>.card-title {
    color: #ffffff !important;
}

th,
.badge {
    color: #ffffff !important;
}

#token-base-amount {
    background-color: #000000 !important;
}

.dropdown-list,
.progress-hcap,
.progress-scap,
.progress-percent {
    background-color: #44a08d !important;
}

.token-balance-sub span,
.token-info-sub,
.token-info-list li,
.token-amount {
    /* color: #758698 !important; */
    color: #74fffa !important;
    /* text-shadow: 0 0 16px #ffffff, 0 0 9px #00c7c3, 0 0 9px #283132; */
}

/* profile form  start */
#personal-data {
    width: 100%;
}

.profile-personal-link {
    background-color: #101010 !important;
}

/* .profile-personal, .active{
    background-color: rgba(230, 239, 251, 0.2) !important;
} */
/* profile form  end */

#close-btn {
    display: none;
}

.toggle-tigger {
    background: #44a08d !important;
}

/* .token-info-list>li>span {
    color: white !important;
} */

.token-calculation-img {
    display: flex;
    justify-content: center;
}

.token-info-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 30px;
}

#content {
    padding-left: 30px;
}

.nav-icon-img {
    width: 50px;
}

.Whitepaper-button {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
}

.token-calculation-pera {
    text-align: center;
    color: #74fffa;
    text-shadow: 0 0 16px #ffffff, 0 0 9px #00c7c3, 0 0 9px #283132;
}

.Calculation-token-name {
    color: #74fffa !important;
    text-shadow: 0 0 16px #ffffff, 0 0 9px #00c7c3, 0 0 9px #283132 !important;
}

.pay-option-check {
    background: #000000 !important;
}

/* BY tOKEN  START */

/* popup start  */

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 9999999;
    filter: drop-shadow(2px 4px 6px black);
}


.popup {
    margin: 137px auto;
    padding: 20px;
    border-radius: 22px;
    width: 30%;
    position: relative;
    transition: all 2s ease-in-out;
    background-color: rgb(39, 39, 39) !important;
    z-index: 9 !important;
}

.popup h4 {
    font-weight: 700;
    font-family: "Orbitron", sans-serif;
    color: white;
    text-transform: uppercase !important;
    font-size: 1.5rem;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

.gittu-modal-body {
    color: aliceblue;
}

.popup::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* background-image: url(https://gittu-react-landing.vercel.app/assets/overlay1-BPAwpKbF.png);
    background-repeat: no-repeat; */
    background-position: center top;
    z-index: -1;
}

.gittu-modal-header button {
    border: 0px;
    background: transparent;
    font-size: 20px;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mb-25 {
    margin-bottom: 25px;
}

.input-group-dropdown {
    width: 40%;
}

.dtuTNX h6 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}


.dtuTNX .input-group {
    width: 100%;
    display: flex;
}

.dtuTNX .input-group input {
    width: 60%;
}

.dtuTNX input {
    width: 100%;
    padding: 18px 16px 17px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: rgb(255, 255, 255);
    transition: 0.3s;
}

.dtuTNX .input-group-dropdown {
    width: 40%;
}

button.dropdown-toggle {
    border-radius: 0px 8px 8px 0px !important;
}


.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.bnAtvT .dropdown-toggle {
    width: 100%;
    padding: 13px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    gap: 14px;
}

.dtuTNX .input-group {
    width: 100%;
    display: flex;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group input {
    width: 60%;
}

.gittu-modal-header {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.ff-orbitron {
    font-family: Orbitron, sans-serif;
    font-weight: 700;
    text-transform: uppercase !important;
    font-size: 1.5rem;
    color: white;
}

.presale-item h6 {
    font-family: Orbitron, sans-serif;
    font-weight: 700;
    text-transform: uppercase !important;
    font-size: 15px;
    color: white;
}

.dtuTNX {
    display: block;
    background: rgba(11, 12, 18, 0.7);
    backdrop-filter: blur(5px);
}

.ff-outfit {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);

}

.token-info-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0rem 2rem !important;
}


.token-info-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
    padding-bottom: 11px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    width: 100%;
}

#input-eth {
    width: 60%;
}

.presale-item input {
    width: 99.6%;
    padding: 18px 16px 17px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: rgb(255, 255, 255);
    transition: 0.3s;
}

.dtuTNX .token-info-list li p {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: rgb(255, 255, 255);
}

.ilBHsf {
    backdrop-filter: blur(7.5px);
    border: 0px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 17px;
    /* min-width: 270px; */
    background: #44a08d;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    transition: 0.3s;
}

.popup-text {
    display: flex;
    justify-content: space-between;
    color: white;
    padding-top: 2rem;

}

.close-popup {
    color: white;
    align-items: center;
    display: flex;
}

.close-popup a {
    color: white;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;

}

.input-group-dropdown span {
    font-size: 14px;
}

@media screen and (max-width: 1570px) {

    /* .bnAtvT .dropdown-toggle{
    gap: 5px;
} */
    .popup {
        width: 55%;
    }
}

@media screen and (max-width: 767px) {
    .bnAtvT .dropdown-toggle {
        padding: 20px 13px;
        gap: 3px;
    }

    .popup {
        width: 80%;
        margin: 55px auto !important;
    }

    .topbar-wrap {
        position: relative;
        z-index: 10 !important;

    }

    /* .popup-logo{
        display: none;
    } */

}

/* popup end  */

/* BY tOKEN eND  */

.nmt-nav-price {
    font-size: calc(5px + 2vh);
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
    font-family: "Sacramento", cursive;
    animation: blink 5s infinite;
    -webkit-animation: blink 5s infinite;
    padding-left: 2rem;
}


/* Profile Component start */
.select-bordered {
    background: black;
}

#settings,
#password {
    width: 100%;
}

.profile-details-tab {
    width: 150px !important;
    text-align: center !important;
}

.profile-details-area {
    flex-direction: row;
    justify-content: flex-start;
}

.input-switch:checked~label:before {
    background: #44a08d !important;
}

.topbar-wrap {
    background: #000000 !important;
}


/* Transaction Details start  */
.data-details, .data-details-list{
    border: 2px solid #29332f !important;
}
.data-details-list{
    border-bottom: none !important;
}

.data-details-des{
    border-bottom: 2px solid #29332f !important;
}
.data-details-des{
    border-left: 2px solid #29332f !important;
    color: #87aad7 !important;
}
.data-details-head{
    border-bottom: 2px solid #29332f !important;
}
.data-details-des span:last-child:not(:first-child){
    color: #74fffa !important;
    /* text-shadow: 0 0 16px #ffffff, 0 0 9px #00c7c3, 0 0 9px #283132 !important; */
}

[data-toggle="tooltip"] {
    color: #f10000 !important;
    font-size: 15px !important;
}


@media screen and (max-width: 575px) {
.data-details-des{
    padding: 9px 22px 9px !important;
}
}
/* Transaction Details end  */


/* .input-switch~label:not(.error):before{
    background: #6e6b6bd6 !important;
} */
/* Profile Component end */

/* .download-btn{
    position: relative;
    top: 2rem;
} */
/* .card-innr::before {
   content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  border-radius: inherit;
  background: radial-gradient(50% 99.38% at 50% -10%, rgb(14 153 215) 0%, rgba(122, 235, 228, 0.04) 83.85%, rgba(122, 235, 228, 0.01) 94.27%, rgba(122, 235, 228, 0) 100%) rgba(14, 15, 16, 0.5);
  } */
/* background: radial-gradient(50% 99.38% at 50% -10%, rgb(14 153 215) 0%, rgba(122, 235, 228, 0.04) 83.85%, rgba(122, 235, 228, 0.01) 94.27%, rgba(122, 235, 228, 0) 100%) rgba(14, 15, 16, 0.5);
  background: radial-gradient(50% 99.38% at 50% -10%, #44a08d 0%, rgba(122, 235, 228, 0.04) 83.85%, rgba(122, 235, 228, 0.01) 94.27%, rgba(122, 235, 228, 0) 100%) rgba(14, 15, 16, 0.5); */