@font-face {
    font-family: 'Impact Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Impact Regular'), url('impact.woff') format('woff');
    }
    *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    position: relative;
    font-family: "Impact Regular", sans-serif;
    min-height: 100vh;
    background: linear-gradient(15deg, #142850, #14365f, #13476f, #125d80, #107792, #0d96a5, #09b8b4, #04ccb1); /* made at https://learnui.design/tools/gradient-generator.html */
}
.main-drop-down{
    overflow: auto;
    position: fixed;
    left: -100%;
    width: 100%;
    max-width: 450px;
    background-color: #fff;
    padding: 20px 20px;
    transition: 0.5s;
    box-shadow: 0 0 80px -20px rgb(255 255 255);
    z-index: 14;
}
.drop-down li{
    background: #fff;
    list-style: none;
    text-align: center;
    padding: 10px 0px;
    border-bottom: 1px soild #888;
}

.top-menu h1 {
    font-size: 120px;
    font-weight: 700;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(0 0 0 / 70%);
    letter-spacing: 5px;
    color: #fff;
    text-align: center;
}
.cat-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 13;
    background-image: url(cat-img/1.png);
    background-position: center 240px;
    background-repeat: no-repeat;
    background-size: auto 60%;
}
.cat-logo.active {
    background-image: url(cat-img/2.png);
}
.cat-logo img {
    max-width: 50%;
    max-height: 100%;
}
.top-menu {
    user-select: none;
    padding: 100px 10px 0px 10px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.lol-count {
    font-size: 58px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(0 0 0 / 70%);
    letter-spacing: 5px;
    color: #fff;
    text-align: center;
    font-weight: 900;
    flex-grow: 1;
}
ul.countery-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 18px;
    border-bottom: 1px solid #eee;
}

ul.countery-list {list-style: none;font-family: Inter;}

span.c-img img {
    width: 28px;
    border-radius: 4px;
}

span.c-img {
    display: flex;
    align-items: center;
    gap: 5px;
}

.main-menu {
    position: absolute;
    left: 50%;
    background-color: #fff;
    width: 100%;
    max-width: 650px;
    display: flex;
    align-items: center;
    gap: 15px;
    top: 0;
    border-radius: 0px 0px 40px 40px;
    padding: 8px 16px 16px;
    cursor: pointer;
    font-family: 'Inter';
    font-weight: 700;
    transform: translateX(-50%);
    z-index: 15;
}

.main-menu img {
    max-width: 50px;
}
.leader-name {
    flex-grow: 1;
    font-size: 28px;
    display: none;
}

.arrow_img {
    display: flex;
    transform: rotate(180deg);
    width: 60px;
    height: 60px;
    background-color: #30aeff;
    color: #fff;
    border-radius: 60px;
    align-items: center;
    justify-content: center;
}

.arrow_img svg {
    width: 35px;
    height: auto;
}
.menu-wraper.active .arrow_img {
    transform: rotate(0deg);
}
.countery-name {
    flex-grow: 1;
}
.lol-message {
    font-size: 28px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(0 0 0 / 70%);
    letter-spacing: 5px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 10px 0;
}
.top-list-section {
    flex-grow: 1;
    font-family: 'Inter';
    display: flex;
    justify-content: space-between;
    font-size: 24px;
}

.top-list-section > div {
    display: flex;
    align-items: center;
}
.menu-wraper.active .top-list-section {
    display: none;
}
.menu-wraper.active .leader-name {
    display: block;
}
.top-list-section .c-img img {
    width: 40px;
}
.menu-wraper.active .main-drop-down {
    left: 0;
    height: 100vh;
    padding-bottom: 100px;
}
a.tweet-btn , .send-tele {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 10px 30px;
    letter-spacing: 2px;
    position: relative;
    z-index: 99;
    margin: 15px auto 0;
}
.lol-contract {
    text-align: center;
    color: #fff;
    font-family: 'Inter';
    padding: 15px 0px;
    position: relative;
    z-index: 99;
    cursor: pointer;
}
@media(max-width:767px){
    .lol-contract {
    font-size: 12px;
    overflow: hidden;
}
.top-menu {
    padding: 20px 10px 0px 10px;
}
.audio-cat {
    margin-bottom: 80px;
}
    .main-menu img {max-width: 30px;}

.top-list-section {
    font-size: 18px;
}

.arrow_img {
    width: 40px;
    height: 40px;
    transform: rotate(0deg);
}

.arrow_img svg {
    width: 24px;
}

.main-menu {top: initial;bottom: 0;border-radius: 30px 30px 0px 0px;padding: 16px 16px 8px;}

.menu-wraper.active .arrow_img {
    transform: rotate(180deg);
}
.top-menu h1 {
    font-size: 80px;
}
.lol-count {
    font-size: 38px;
}
.cat-logo {
    background-size: auto 40%;
    background-position: center 150px;
    }
}