@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

html,
body {
    font-family: "Inter", sans-serif;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    width: 100vw;
    overflow-x: hidden;
}

.main-heading {
    font-size: 50px;
    line-height: 58px;
}

@media screen and (max-width: 768px) {
    .main-heading {
        font-size: 30px;
        line-height: 38px;
        margin-top: 20px;
    }
}

.big-heading {
    font-size: 70px;
    line-height: 82px;
}

.main-paragrafh {
    font-size: 16px;
    line-height: 19px;
    margin: 26px 0;
}

.color-dark-blue {
    color: #021838;
}

.bg-dark-blue {
    background-color: #021838;
}

.color-light {
    color: #FFF;
}

.cursor-pointer {
    cursor: pointer;
}

.custom-button {
    font-size: 25px;
    line-height: 29px;
    padding: 17px 94px;
    border: none;
    transition: background-color ease-in-out 0.2s;
}

.custom-button.dark {
    background-color: #021838;
    color: #FFF;
}

.custom-button.light {
    background-color: #FFF;
    color: #021838;
}

.custom-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox-container input {
    position: absolute;
    opacity: 1;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox-container input:checked~.checkmark {
    background-color: #021838;
}

.custom-checkbox-container input:checked~.checkmark.yellow {
    background-color: #edff18;
}

.custom-checkbox-container input:checked~.checkmark.blue {
    background-color: #1d79ff;
}

.custom-checkbox-container input:checked~.checkmark.purple {
    background-color: #bf2bb9;
}

.custom-checkbox-container input:checked~.checkmark.red {
    background-color: #ff3434;
}

.custom-checkbox-container input:checked~.checkmark.turquoise {
    background-color: #49e7e7;
}

.custom-checkbox-container input:checked~.checkmark:after {
    display: block;
}

.custom-checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.custom-checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

section#logos {
    padding: 100px 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    section#logos {
        padding: 50px 0;
    }

    section#logos .row {
        flex-wrap: wrap;
    }
}

section#logos .col-md:not(:last-of-type) {
    border-right: 2px solid #d9d9d9;
}

@media screen and (max-width: 768px) {
    section#logos .col-md:not(:last-of-type) {
        border-right: none;
    }
}

@media screen and (max-width: 768px) {
    section#logos {
        padding: 10px 0;
    }
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

section#hero-banner-ucretler {
    background-color: wihte;
    text-align: center;
    padding: 120px 0px 70px 0;
}

@media screen and (max-width: 768px) {
    section#hero-banner-ucretler {
        padding: 20px;
    }
}

section#hero-banner-ucretler h1 {
    color: #021838;
    margin-bottom: 15px;
}

section#hero-banner-ucretler p {
    color: #99a8b9;
    max-width: 515px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    section#ucretSecim .kapsayici {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .me-5 {
        margin-right: 0 !important;
    }

    .token-grids {
        flex-direction: column !important;
    }

    #navbarSupportedContent ul {
        align-items: center;
    }
}

section#ucretSecim span.label {
    font-size: 25px;
    font-weight: 300;
    user-select: none;
    color: #737373;
    transition: color ease-in-out 0.3s;
}

section#ucretSecim span.label.active {
    color: #021838;
    transition: color ease-in-out 0.3s;
}

section#ucretSecim div.checkbox {
    width: 100px;
    height: 50px;
    background-color: #021838;
    border-radius: 50px;
}

section#ucretSecim div.checkbox .checkbox-mark {
    width: 42px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: white;
    left: 4px;
    top: 4px;
    transition: left ease-in-out 0.3s;
}

section#ucretSecim div.checkbox input[type=checkbox] {
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

section#ucretler {
    margin: 20px 0;
}
@media screen and (max-width: 500px) {
    section#ucretler .ucret-card {
        border-radius: 17px !important;
        background-color: white !important;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15) !important;
        padding: 20px !important;
        color: #021838 !important;
    }

    .p-3 {
        padding: 0.3rem!important;
    }
    .gap-3 {
        gap: 0.4rem!important;
    }

    .fs-5 {
        font-size: 0.65rem !important;
    }

    .fs-4 {
        font-size: calc(0.875rem + 0.3vw) !important;
    }
}

section#ucretler .ucret-card {
    border-radius: 17px;
    background-color: white;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    padding: 70px;
    color: #021838;
}

section#ucretler .ucret-card.bordered {
    border: 1px solid #021838;
}

section#ucretler .ucret-card .ucret-card__heading {
    font-weight: 600;
    font-size: 26px;
}

section#ucretler .ucret-card .ucret-card__fiyat {
    font-size: 18px;
    margin: 10px 0 !important;
}

section#ucretler .ucret-card .ucret-card__fiyat span {
    font-size: 35px;
    font-weight: 500;
    margin: 0 5px 0 0;
}

section#ucretler .ucret-card .ucret-card__muted {
    color: #95a5be;
    font-size: 14px;
    margin: 10px 0 !important;
}

section#ucretler .ucret-card .ucret-card__hr {
    background-color: #aab9ce;
    height: 1px;
    margin: 20px 0;
}

section#ucretler .ucret-card .ucret-card__property {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 25px !important;
}

section#ucretler .ucret-card .ucret-card__property i {
    background-color: #021838;
    padding: 5px;
    border-radius: 50%;
    font-size: 15px;
    color: white;
}

section#ucretler .ucret-card .ucret-card__buy button {
    border: none;
    background-color: #021838;
    color: white;
    width: 100%;
    border-radius: 7px;
    padding: 7px;
    margin-top: 30px;
}

section#mini-demo-talep {
    margin: 100px 0;
}

@media screen and (max-width: 768px) {
    section#mini-demo-talep {
        margin: 50px 0;
    }
}

section#mini-demo-talep .container {
    background-color: #021838;
    border-radius: 13px;
    padding: 70px;
}

section#mini-demo-talep .container p {
    font-size: 37px;
    line-height: 43px;
    color: white;
    font-weight: 400;
    width: 800px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    section#mini-demo-talep .container p {
        font-size: 25px;
        line-height: 30px;
    }
}

section#mini-demo-talep .container .input-and-btn {
    display: flex;
    justify-content: center;
    gap: 15px;
}

@media screen and (max-width: 768px) {
    section#mini-demo-talep .container .input-and-btn {
        flex-wrap: wrap;
    }
}

section#mini-demo-talep .container .input-and-btn button {
    background-color: #125cc7;
    border-radius: 7px;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
}

section#mini-demo-talep .container .input-and-btn input {
    width: 350px;
    max-width: 100%;
    padding: 0 15px;
    border: none;
    border-radius: 7px;
    min-height: 40px;
}

section#mini-demo-talep .container .input-and-btn input:focus {
    outline: none;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 37px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: #d3d3d3;
    /* opacity: 0.7; */
    -webkit-transition: .2s;
    /* transition: opacity .2s; */
    position: relative;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 53px;
    height: 50px;
    border: 0;
    background: url(/static/images/slider--thumb.png);
    margin-top: 7px;
    background-size: cover;
    cursor: pointer;
    left: 10px;
}

.mynewRange {
    margin-top: 13px;
    border-radius: 17px;
    background-color: rgba(229, 231, 236, 0.9);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.25);
    border: 5px solid white;
    color: #021838;
}

.progress-container {
    width: 100%;
    background-color: #eee;
    position: relative;
}

.modal-tip::before {
    content: '';
    position: absolute;
    top: 96%;
    left: 98%;
    transform: translateX(-50%);
    border-width: 15px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.progress-value {
    position: absolute;
    top: -43px;
    transform: translateX(-50%);
    background-color: #065EDD;
    padding: 5px 17px;
    border-radius: 5px;
    color: white;
    min-width: 130px;
}

.progress-arrow {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid #065EDD;
    position: absolute;
    top: -10px;
    transform: translateX(-50%);
}

.kenarlikkol {
    border: 1px solid #9299B5;
    border-radius: 10px;
}

.custom-col-md-3 {
    width: 30%;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

section#pricing .container .steps .step-count .count-item:nth-child(1)::before {
    content: "Account" !important;
}

section#pricing .container .steps .step-count .count-item:nth-child(2)::before {
    content: "Payment" !important;
}

section#pricing .container .steps .step-count .count-item:nth-child(3)::before {
    content: "Finish" !important;
}


table.xrayTable {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }

.token-grids{
    display:flex;
    justify-content: space-between;
}
  

.token-grid-element {
    width: 100%;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    min-height: 65px;
}

.token-grid-element span {
    color: #3F455D;

}

#currency{
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 52px;
    background-position-x: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#currency.TRY{
    background-image: url(/static/images/buy-tr-flag.png);
}

#currency.USD{
    background-image: url(/static/images/united-states-of-america-mini.png);
}

#currency:focus{
    box-shadow: 0 0 0 0 rgb(255 255 255 / 100%) !important;
    border-color: #9299B5;
}

.flag {
    width: 20px;
    position: absolute;
    pointer-events: none;
    right: 7%;
}

.form-select{
    padding: 0;
}

.range-slider{
    width: 100%;
    margin: 0 auto;
    position: relative;
    /* margin-top: 2.5rem; */
}

#range { -webkit-appearance: none; width: 100%; }
#range:focus { outline: none; }

#range::before, #range::after {
    position: absolute;
    top: 2rem;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 3px 5px;
    background-color: rgba(0,0,0,.1);
    border-radius: 4px;
}
#range::before { left: 0; }
#range::after { right: 0; }

#range::-webkit-slider-runnable-track {
    width: 100%;
    height: 1rem;
    cursor: pointer;
    animate: 0.2s;
    background: linear-gradient(90deg, #126DF3 var(--range-progress), #dee4ec var(--range-progress));
    border-radius: 1rem;
}
#range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0.25rem solid #126DF3;
    box-shadow: 0 1px 3px rgba(0,0,255,.3);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    height: 32px; width: 32px;
    transform: translateY(calc(-50% + 8px));
}

#tooltip {
    position: absolute;
    top: -2.25rem;
}
#tooltip span {
    position: absolute;
    text-align: center;
    line-height: 1;
    padding: 0.425rem 0.25rem;
    color: #fff;
    top: -10px;
    border-radius: 0.125rem;
    background: #126DF3;
    font-size: 1.15rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 130px;
}

@media screen and (max-width: 768px) {
    #tooltip span {
        top: -5px;
        font-size: 1rem;
        width: 108px;
    }
}
#tooltip span:before {
    position: absolute;
    content: "";
    left: 50%; bottom: -8px;
    transform: translateX(-50%);
    width: 0; height: 0;
    border: 4px solid transparent;
    border-top-color: #126DF3;
}