@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

@font-face {
    font-family: "PhonkSans";
    src: url("../font/PhonkSans-Light.otf");
}  

.play-regular {
    font-family: "Play";
    font-weight: 400;
    font-style: normal;
}
  
.play-bold {
    font-family: "Play";
    font-weight: 700;
    font-style: normal;
}

.phonksans {
    font-family: "PhonkSans";
    font-weight: 400;
    font-style: normal;
}

main, body {
    overflow-x: hidden;
}

*::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-track {
    background: #151419;
}
  
*::-webkit-scrollbar-thumb {
    background-color: #A5A5A5;
    border-radius: 15px;
    border: 1px solid #151419; /* Оформление границ бегунка */
}

.rsn-col-fbfbfb {
    color: #fbfbfb;
}

.rsn-col-878787 {
    color: #878787;
}

.rsn-col-a5a5a5 {
    color: #a5a5a5;
}

.technology-block .icon1, .technology-block .icon2, .technology-block .icon3 {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.technology-block .icon1 {
    border: double 3px transparent;
    border-radius: 80px;
    background-image: linear-gradient(30deg, #49241A, #4A2817), radial-gradient(circle at top right, #eb5224,#F56E0F);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.technology-block .icon2 {
    border: double 3px transparent;
    border-radius: 80px;
    background-image: linear-gradient(30deg, #162737, #162239), radial-gradient(circle at top right, #1D6B95,#184BA2);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.technology-block .icon3 {
    border: double 3px transparent;
    border-radius: 80px;
    background-image: linear-gradient(30deg, #15362A, #133531), radial-gradient(circle at top right, #19A65A,#099A86);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.tb-images {
    filter: grayscale(100%);
}

.bg-color {
    background-color: #151419;
    background-image: url(../img/background-shine.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

.alt-bg-color {
    background-color: #151419;
}

.header {
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    top: 0;
    z-index: 1000;
}

.header-logo {
    height: 32px;
}

.tb-button {
    position: relative;
    display: inline-block;
    background-color: #1B1B1E;
    border: solid 1px #262626;
    border-radius: 5px;
    padding: 7.5px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    margin-top: 15px;
    transition-duration: 0.5s;
}

.technology-block a:hover .tb-button {
    background-color: #262626;
    border: solid 1px #fbfbfb4d;
    transition-duration: 0.5s;
}

#headercontainer li a {
    color: #A5A5A5 !important; 
    transition: color 9999999s
}

.tb-button i, .tb-button p {
    display: inline-block;
    margin-bottom: 0;
}

.telegram-icon {
    width: 30px;
}
    
.technology-block {
    margin-top: 40vh;
}

.navbar-nav .nav-link {
    font-family: Play;
    color: #A5A5A5;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); /* Легкая тень на текст */
    transition-duration: 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #fbfbfb; /* Изменение цвета при наведении */
    transition-duration: 0.3s;
}

.navbar-toggler i {
    border: none;
    background: none;
    color: #fbfbfb;
    z-index: 10000;
}

button.navbar-toggler {
    color: #fbfbfb00;
    border: none;
    padding: 0;
    margin-left: 10px;
    z-index: 10000;
}

header.navbar.navbar-expand-lg {
    padding: 0;
}

#headercontainer {
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Равномерное распределение элементов */
}

.burger-menu-svg {
    width: 35px;
    filter: invert(65%);
    transition-duration: 0.3s;
}

.burger-menu-svg:hover {
    filter: invert(100%);
    transition-duration: 0.3s;
}

a.navbar-icon, a.navbar-logo {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.navbar-right-objects {
    right: 10px;
}

@media (max-width: 991.98px) {
    .header {
        background-color: rgba(0, 0, 0, 0.0);
    }

    #headercontainer {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .objects {
        position: fixed;
        right: 10px;
    }

    .navbar-logo {
        position: fixed;
    }

    #headercontainer {
        padding-left: 10px;
        padding-right: 0px;
    }

    .navbar-collapse {
        display: flex;
        justify-content: flex-end;
    }

    .navbar-nav {
        position: fixed;
        top: 0px;
        right: 0px;
        padding-top: 50px;
        width: 100vw;
        height: 100vh;
        background-color: #151419;
    }

    .navbar-collapse.show .navbar-nav {
        display: block;
        text-align: right;
    }

    .nav-item {
        width: 100%;
        padding: 5px 20px;
    }

    .nav-link {
        text-align: right;
        padding-right: 10px;
    }

    .navbar-nav .nav-link:focus,
    .navbar-nav .nav-link:active {
        color: #fbfbfb; /* Цвет текста при нажатии или фокусе */
    }

    #headercontainer {
        backdrop-filter: blur(1.5px);
        position: fixed;
        top: 0px;
        right: 0px;
    }
}

.h6text {
    margin-bottom: 6px;
    color: #fbfbfb;
}

::selection {
    background: #387A9E;
    color: #fbfbfb;
}
    
::-moz-selection {
    background: #387A9E;
    color: #fbfbfb;
}

.footer {
    margin-top: 40vh;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fbfbfb;
}

.footer-logo {
    height: 30px;
}

.footer-link {
    color: #A5A5A5;
    text-decoration: none;
    font-size: 16px;
    transition-duration: 0.3s;
}

.footer-link:hover {
    color: #fbfbfb;
    background-color: #eb522490;
    padding: 1px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 6px;
    transition-duration: 0.3s;
}

.nft-url {
    position: relative;
    display: inline-block;
    background-color: #272727;
    border: solid 1px #EB5124;
    color: #EB5124;
    font-family: "Play";
    border-radius: 5px;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    transition-duration: 0.3s;
}

.nft-url:hover {
    background-color: #EB5124;
    border: solid 1px #fbfbfb50;
    color: #fbfbfb;
    cursor: pointer;
    transition-duration: 0.3s;
}

.bg-img-rectangle {
    background-color: rgba(217, 217, 217, 0.1);
    border-radius: 10px;
}

.renesanco-info a {
    text-decoration: none;
}

@media (min-width: 320px) {
    .bg-color {    
        background-size: 380%;
    }

    .h1text {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .h6text {
        color: #eb5124;
        background-image: -webkit-linear-gradient(0deg, #eb5124 0%, #F56E0F 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 0px;
    }
    
    .renesanco-info {
        margin-top: 100px;
    }

    .tb-button i {
        position: relative;
        line-height: 1;
        top: 1px;
    }

    .rectangle-img {
        height: 40px;
    }
    
    .rectangle-text {
        font-size: 9px;
    }
}

@media (min-width: 576px) {
    .renesanco-info {
        margin-top: 120px;
    }

    .h1text {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .h6text {
        margin-bottom: 5px;
    }

    .bg-color {    
        background-size: 200%;
    }

    .rectangle-img {
        height: 40px;
    }
    
    .rectangle-text {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .h1text {
        font-size: 20px;
    }

    .bg-color {    
        background-size: 170%;
    }

    .rectangle-img {
        height: 60px;
    }
    
    .rectangle-text {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .renesanco-info {
        margin-top: 150px;
    }

    .bg-color {    
        background-size: 150%;
    }

    .h1text {
        font-size: 24px;
    }

    .rectangle-img {
        height: 80px;
    }
    
    .rectangle-text {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .bg-color {    
        background-size: 100%;
    }

    .h1text {
        font-size: 28px;
    }

    .tb-button i {
        position: relative;
        line-height: 1;
        top: 0;
    }

    .rectangle-img {
        height: 100px;
    }
    
    .rectangle-text {
        font-size: 18px;
    }
}

@media (min-width: 1400px) {
    .renesanco-info {
        margin-top: 200px;
    }
    
    .rectangle-text {
        font-size: 20px;
    }
}