@font-face {
    font-family: TildaSans; /* Имя шрифта */
    src: url(Assets/ttf/TildaSans-VF.ttf); /* Путь к файлу со шрифтом */
   }

/* font-family: 'Shrikhand', cursive; */

body {
  overflow: overlay;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgba(1, 1, 1, 0.3);
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

.top {
    padding: 4.5rem 60px;
    display: grid;
    -webkit-box-pack: center;
    justify-content: center;
    grid-template-columns: [grid-start] repeat(3, minmax(14px, 44px)) [center-start] repeat(6, minmax(14px, 44px)) [center-end] repeat(3, minmax(14px, 44px)) [grid-end];
    gap: 40px 60px;
    background: black;
    align-items: center;
}

.links {
    grid-column: 10 / grid-end;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
}

.link {
    display: flex;
    margin-left: 35px;
    font-family: TildaSans;
    font-weight: 700;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    transition: 0.5s ease;
}

.link:hover {
    font-weight: 900;
    letter-spacing: 3px;
}


*, ::before ::after {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    line-height: 1.45;
    text-size-adjust: 100%;
}

div {
    display: block;
}

.socmenu {
    display: flex;
    position: absolute;
    left: 74%;
    top: 11%;
    z-index: 1;
}

.end {
    border-top: 1px solid black;
    padding: 30px;
    display: grid;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 40px 60px;
}

.socmenuend {
    margin-top: 10px;
    display: flex;
}

.endtext {
    margin-left: 30px;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    font-family: TildaSans;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: -8px;
    color: darkgray;
    text-transform: uppercase;
}

.soc {
    margin-left: 15px;
    filter: opacity(70%);
    transition: 0.5s ease;
}

.soc:hover {
    filter: opacity(100%);
}

.chartsongs, .chartsongs1, .chartsongs2, .chartsongs3 {
    grid-column: grid-start / grid-end;
}

.topsongs {
    padding: 4.5rem 60px;
    background-color: rgb(255, 255, 255);
}

.chartgrid {
    display: grid;
    -webkit-box-pack: center;
    justify-content: center;
    grid-template-columns: [grid-start] repeat(3, minmax(14px, 44px)) [center-start] repeat(6, minmax(14px, 44px)) [center-end] repeat(3, minmax(14px, 44px)) [grid-end];
    gap: 40px 60px;
}

.chartheader {
    grid-column: grid-start / grid-end;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
}

.chart--headertext {
    color: rgb(0, 0, 0);
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -3px;
    text-align: left;
    font-family: TildaSans;
    font-weight: 900;
}

.nomination--headertext {
    color: rgb(0, 0, 0);
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -3px;
    text-align: left;
    font-family: TildaSans;
    font-weight: 600;
}

.album {
    flex-shrink: 0;
    margin-bottom: -3px;
}

.song, .song1, .song2, .song3 {
    display: grid;
    -webkit-box-pack: center;
    justify-content: center;
    grid-template-columns: [grid-start] repeat(3, minmax(14px, 44px)) [center-start] repeat(6, minmax(14px, 44px)) [center-end] repeat(3, minmax(14px, 44px)) [grid-end];
    gap: 40px 60px;
    color: inherit;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    grid-auto-rows: minmax(75px, auto);
    border-bottom: 0.15rem solid rgb(233, 233, 233);
    font-size: 1.5rem;
    transition: 0.5s ease;
    margin-bottom: 15px;
}

.song:hover, .song1:hover, .song2:hover, .song3:hover {
    letter-spacing: 1.1px;
}

.intro {
    grid-column: span 5 / auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.songname {
    margin-left: 30px;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    overflow: hidden;
}

.nametext {
    overflow-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0.5rem;
    font-family: TildaSans;
    font-weight: 700;
}

.releasetypediv {
    position: relative;
    top: -2px;
}

.releasetype {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(154, 154, 154);
    font-family: TildaSans;
}

.releasename {
    grid-column: span 4 / auto;
    font-weight: 400;
    overflow-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: TildaSans;
}

.rate {
    grid-column: span 3 / auto;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}

.svgrate {
    width: 1rem;
    margin-right: 0.5rem;
    position: relative;
    top: 1px;
    flex-shrink: 0;
    fill: orangered;
}

.ratetext {
    font-size: 30px;
    overflow-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0.5rem;
    font-family: Shrikhand;
    font-weight: 900;
    padding: 2px;
}

