:root {
    --background-color: #fff;
    --text-color-1: rgb(0, 0, 0);
    --text-color-2: rgb(36, 36, 36);
    --text-color-3: rgb(167, 167, 167);
    --text-color-4: rgb(234, 234, 248);
    --text-color-5: rgb(47, 47, 126);

    --background-color-2: rgb(19, 19, 19);
    --text-color-1-2: white;
    --text-color-2-2: rgb(128, 128, 128);
    --text-color-3-2: rgb(54, 54, 54);
    --text-color-4-2: rgb(37, 37, 37);
}


* {
    transition: 0.2s;
    font-family: 'Poppins', sans-serif;
    color: var(--text-color-1-2);
    user-select: none;
    box-sizing: border-box;
    text-decoration: none;
}

.select {
    user-select: auto;
    text-decoration: none;
    color: var(--text-color-3);
}

.arkaplan {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

body,
html {
    margin: 0;
    background-color: var(--background-color-2);
    height: 100%;
}

.bos {
    height: 80px;
    width: 100%;
    display: block;
}

/* ** Navigasyon ** */
/* ** Navigasyon ** */

.scrolling-active header {
    background-color: rgba(19, 19, 19, 0.9);
}

header {
    position: fixed;
    z-index: 3;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
}

nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 9vh;
    font-family: 'Roboto', sans-serif;
    width: 80%;
    margin: auto;
    z-index: 2;
    backdrop-filter: blur(4px);
}

.logo {
    font-size: 20px;
    padding: 0px;
}

.f {
    text-decoration: none;
    cursor: pointer;
}

.f:hover {
    color: var(--text-color-3-2);
    transition: 0.1s;
    text-shadow: 0px 0px 30px var(--text-color-3-2);
}

.nav-links {
    display: flex;
    justify-content: space-around;
    width: 40%;
}

.nav-links li {
    list-style: none;
}

.nav-links a {
    color: var(--text-color-1-2);
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: normal;
    font-size: 16px;
}

.nav-links li a:hover,
.active {
    text-shadow: 0px 0px 25px var(--text-color-1-2);
}

.dropdown {
    position: relative;
}

.dropdown:hover .dropdownmenu {
    display: inline-block;
}

.dropdownmenu {
    left: -20px;
    top: 25px;
    display: none;
    position: absolute;
    line-height: 30px;
    width: 160%;
}

#check {
    display: none;
}

.checkbtn {
    font-size: 30px;
    color: var(--text-color-1-2);
    float: right;
    margin-right: 5%;
    cursor: pointer;
    display: none;
}

/* ** Navigasyon ** */
/* ** Navigasyon ** */


#container {
    padding-top: 160px;
    position: relative;
    width: 80%;
    display: block;
    margin: auto;
    padding-bottom: 100px;
}

.tanitim {
    display: block;
    padding-top: 40px;
    padding-bottom: 10px;
}

h3 {
    color: var(--text-color-1-2);
}

p {
    text-indent: 50px;
    color: var(--text-color-1-2);
}

.giris {
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 15px;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
}

.box, .box .kutu{
    height: 200px;
    width: 350px;
}

.kare-box, .kare-box .kutu{
    height: 300px;
    width: 300px;
}

.kutu {
    display: flex;
    background-color: var(--text-color-4-2);
    border-radius: 6px;
    z-index: 2;
    align-items: center;
    overflow: hidden;
}

.kutucuk {
    padding-bottom: 10px;
}

.kutucuk h3 {
    margin: 6px 0px;
    font-size: 1.05rem;
}

.kutu:hover {
    position: absolute;
    scale: 1.3;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 30px;
}

.kutu img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.yonlendirme {
    float: right;
    margin-top: 40px;
    margin-bottom: 20px;
}

.kose {
    color: #9b9b9b;
    font-size: 18px;
}

.kose:hover {
    color: #ffffff;
}

.kare {
    height: 200px;
    width: 200px;
    float: left;
    background-color: var(--text-color-4-2);
    margin-right: 10px;
}

.ikon {
    font-size: 35px;
    display: block;
    padding-bottom: 10px;
    margin-left: 40px;
    margin-right: 40px;
}

.solsag {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

hr {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: var(--text-color-3-2);
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    height: 1px;
    display: block;
}

.ikinci {
    display: none;
    color: var(--text-color-5);
}

.kutucuk:hover .birinci {
    display: none;
}

.kutucuk:hover .ikinci {
    display: block;
}

.video {
    object-fit: cover;
    width: 100%;
}

/* NFT */

.nft {
    position: relative;
    display: flex;
    padding-bottom: 15px;
    gap: 40px;
}

.nft img {
    display: inline-block;
    height: 220px;
    width: 220px;
    position: relative;
}

.nft h3 {
    margin-top: 0px;
    color: rgb(206, 206, 206);
}

.nft a {
    margin-left: 50px;
    color: rgb(184, 184, 184);
}

.comingsoon {
    font-size: 24px;
    position: absolute;
    color: rgb(63, 63, 63);
    text-align: center;
    transform: translateY(-220px);
    width: 100%;
    height: 220px;
    background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, rgba(19, 19, 19, 0.900) 50%, rgba(19, 19, 19, 1) 100%);
}

.comingsoon h6 {
    transform: translateY(60px);
    font-size: 20px;
    color: rgba(0, 0, 0, 0.678);
}


/* NFT */


/* Scrollbar */


::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    background: black;
}

::-webkit-scrollbar-track:hover :-webkit-scrollbar-thumb {
    background: white;
}

::-webkit-scrollbar-thumb {
    background: rgb(37, 37, 37);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(108, 108, 108);
}


/* Scrollbar */


/* Loader */

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--background-color-2);
    z-index: 5;
}

.spinner-box {
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.three-quarter-spinner {
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff49;
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: spin .5s linear 0s infinite;
}

@keyframes spin {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(359deg);
    }
}

/* Make clicks pass-through */
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #d1d1d1;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px rgb(255, 255, 255), 0 0 5px rgb(255, 255, 255);
    opacity: 1.0;

    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

/* Loader */


/* EKRAN BOYUTU */
/* EKRAN BOYUTU */

@media only screen and (max-width: 1150px) {

    .nav-links {
        width: 50%;
    }
}

@media only screen and (max-width: 920px) {

    .nav-links {
        width: 60%;
    }
}

@media only screen and (max-width: 750px) {

    .checkbtn {
        position: fixed;
        display: block;
        right: 0px;
        z-index: 4;
    }

    #uontainer {
        width: 90%;
    }

    nav {
        width: 90%;
    }

    ul {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        background-color: var(--background-color-2);
        top: 67px;
        left: +100%;
        text-align: center;
        transition: all .5s;
        z-index: 2;
        padding: 0px;
    }

    .nav-links {
        display: block;
        width: 100%;
        /* backdrop-filter: blur(2px); */
        justify-content: space-between;
    }

    .nav-links li {
        margin-top: 40px;
        height: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-links li a {
        font-size: 20px;
    }

    #check:checked~ul {
        left: 0px;
    }

    .dropdown:hover .dropdownmenu {
        display: none;
    }

    #check:checked~.checkbtn {
        z-index: 2;
    }

    .solsag {
        margin-top: -40px;
        display: block;
        text-align: center;
    }

    h2,
    h3 {
        text-align: center;
    }

    p {
        text-align: justify;
    }

    .nft {
        gap: 14px;
    }

}


@media only screen and (max-width: 650px) {

    .loader-wrapper {
        display: none;
    }

    nav {
        min-height: 5vh;
    }

    .nft {
        flex-direction: column;
        text-align: center;
        align-items: center;
        margin-bottom: 50px;
    }

    .nft img {
        width: 250px;
        height: 250px;
    }

    .nft p {
        text-align: center;
        text-indent: 0px;
    }

    .nft a {
        margin-left: 0px;
    }

    .comingsoon h6 {
        color: rgb(124, 124, 124);
    }
}


/* EKRAN BOYUTU */
/* EKRAN BOYUTU */