@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700,300&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700,400&subset=latin,cyrillic);
 :root {
      --bg: #f9f9f9;
      --text: #000;
       --text2: #fff;
      --accent: #FFCC6C;
      --footer: #e0e0e0;
    }

    body {
      margin: 0;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
      background: var(--bg);
      color: var(--text);
      display: flex;
      flex-direction: column;
      min-height: 100vh;
      font-size: 14px;
    }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a{
color:#000000;
text-decoration:none;
}
a:hover { text-decoration:none;}
.clear {
height:10px;
}
.clear2 {
height:20px;
}
 a.back-link {
      display: inline-block;
      margin-top: 20px;
      color: #069;
      text-decoration: none;
      font-weight:bold;
       font-family: 'Poppins', Arial;
       font-size: 16px;
    }
    a.back-link:hover {
      text-decoration: underline;
    }
   .c1_badge{
display:block;
background-color: #069;
height:40px;
font-weight:bold;
line-height:36px;
font-size:12px;
 border-radius: 10px;
///font-family: Arial;
color: #fff;
text-align: center;
text-shadow: 1px 1px 1px #1a1a1a;
width: 100%;
    max-width: 570px;
cursor:pointer;
}
 .c2_badge{

color: #fff;

}
.top100_badge{
display:block;
background-color: #f59827;
height:70px;
text-align: center;
font-weight:bold;
line-height:65px;
font-size:20px;
font-family: 'Poppins', sans-serif;
color: #000;
cursor:pointer;
}
.top100_badge:hover{
background-color: #f7ae55;
}
.index_badge{
font-weight:bold;
line-height:33px;
font-size:18px;
font-family: Arial;
color: #000;
}
.indeximg {
    max-width: 350px;
    width: 100%;
    height: 310px;
    border-radius: 9px;
    object-fit: cover;
  }
  h1 {
      text-align: center;
      color: #333;
      font-size: 25px;
    }
     h2 {
      color: #069;
      border-bottom: 2px solid #333;
      padding-bottom: 10px;
      font-size: 20px;
       font-family: 'Poppins', Arial;
    }
     h3 {
      color: #069;
  
      padding-bottom: 10px;
      font-size: 20px;
       font-family: 'Poppins', Arial;
    }
   
header {
  background: #000;
  padding: 10px 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
color: #004c75;
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
color: #004c75;
height: 70px;
}

.logow img {
   width: 293px;
      height: 80px;
}
.logo{
width: 293px;
float: left;
background: url(https://hothitsfm.com/img/logohhfmwn.png);
height:80px;
display:block;

}
.logo:hover{background-position:0 -80px;}
.main-nav {
  margin-left: 50px;

}

.main-nav ul {
  display: flex;
  list-style: none;
  gap: 25px;
}
.main-nav ul li {
text-decoration: none;
font-weight:bold;
line-height:20px;
font-size: 25px;
font-family: "Roboto Condensed", Arial;
color: #ffffff;
}
.main-nav ul li a {
text-decoration: none;
font-weight:bold;
line-height:20px;
font-size: 25px;
font-family: "Roboto Condensed", Arial;
color: #ffffff;
margin-left:1px;
}
.main-nav ul li a:hover{

color: #FFCC6C;

}
.hamburger {
  display: none;
  font-size: 20px;
  background: none;
  border: none;
  margin-left: auto;
  cursor: pointer;
}
   main {
      flex-grow: 1;
      padding: 20px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
    }

    .column {
      background: #fff;
      padding: 15px;
      border-radius: 3px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .column2 {
      background: #FDF0BB;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
       .column3 {
      background: #fff;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
.mini-player {
    display: flex;
    align-items: center;
    background: #069;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
    max-width: 570px;
    color: white;
    font-family: sans-serif;
    gap: 10px;
  }

  .mini-player img {
    width: 50px;
    height: 50px;
    border-radius: 9px;
    object-fit: cover;
  }

  .info {
    flex-grow: 1;
    overflow: hidden;
  }

  .info .title {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .controls {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .controls button {
    background: #3e3e3e;
    border: none;
    padding: 5px 8px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
  }

  .volume {
    width: 180px;
  }
  .container {
      position: relative;
    }
    .slider {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      gap: 30px;
      padding: 20px 0;
      scroll-behavior: smooth;
       scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
    }
    .slider::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
    .slide {
      width: 350px;
      background: #fff;
      border-radius: 10px;
      padding: 25px;
      scroll-snap-align: start;
      text-align: center;
      flex-shrink: 0;
      box-shadow: 0 0 1px #000;
    }
    .slide img {
      width: 55%;
      border-radius: 10px;
    }
    .slide strong {
      display: block;
      margin-top: 10px;
      font-size: 1.1em;
      color: #000;
    }
    .slide small {
      color: #000;
      display: block;
      margin-bottom: 10px;
      font-size: 1.0em;
    }
    .slide button {
      background: #000;
      border: none;
      color: #fff;
      padding: 6px 12px;
      border-radius: 5px;
      cursor: pointer;
    }
    .nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 30px;
      background: rgba(0, 0, 0, 0.8);
      color: #fff;
      border: none;
      cursor: pointer;
      padding: 10px;
      z-index: 2;
    }
    .nav-left { left: 0; }
    .nav-right { right: 0; }
    .top40_index {
        font-family: 'Poppins', sans-serif;
         font-size: 18px;
         margin-top: 5px;
    }
    .title-page {
font-size: 26px;
font-family: "Roboto Condensed", Arial;
color: #737373;
font-weight:bold;
line-height:26px;
text-align: justify;
width: 100%;
margin-left: 2px; 
}

.r-text{
font-size: 19px;
font-family: Arial;
color: #000;
font-weight:normal;
line-height:24px;
text-align: justify;
}
    .songc_artist_pl{
font-size: 22px;
font-family: "Open Sans Condensed", Arial;
color: #000;
font-weight:bold;
line-height:24px;
text-align: justify;
width: 100%;
margin-left: 5px; 
}
.songc_title_pl{
font-size: 20px;
font-family: "Open Sans Condensed", Arial;
color: #04AA6D;
font-weight:bold;
line-height:24px;
text-align: justify;
width: 100%;
margin-left: 5px; 
}
ul.pagination{
margin:0px;
padding:0px;
height:100%;
overflow:hidden;
font: normal 14px Arial;
list-style-type:none;  
} 
ul.pagination li.details{
padding:7px 10px 7px 10px;
font-size:13px;
} 
ul.pagination li.dot{
padding: 3px 0;
} 
ul.pagination li{
    float:left;
    margin:0px;
    padding:0px;
    margin-left:5px;
} 
ul.pagination li:first-child{
margin-left:0px;
} 
ul.pagination li a{
color:black;
display:block;
text-decoration:none;
padding:7px 10px 7px 10px;
}
ul.pagination li a:hover,
ul.pagination li a.current{  
color:#FFFFFF;
box-shadow:0px 1px #4e2f2f;
-moz-box-shadow:0px 1px #4e2f2f;
-webkit-box-shadow:0px 1px #4e2f2f;

border-color:#2f4e2f;
background:#3a733a;
background:-moz-linear-gradient(top,#2f4e2f 1px,#3a733a 1px,#2f4e2f);
background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#2f4e2f),color-stop(0.02,#3a733a),color-stop(1,#2f4e2f));       
}
ul.pagination li a {
color:#000;
border: 1px solid #2f4e2f;
background:#fff;
}
#request_content{

width:94%;
margin-top:10px;
margin-left: 3px; 
}
.songc_artistp{
font-size: 20px;
font-family: "Open Sans Condensed", Arial;
color: #000;
font-weight:bold;
line-height:24px;
text-align: justify;
width: 100%;
margin-left: 5px; 
}
.songc_title_pl{
font-size: 20px;
font-family: "Open Sans Condensed", Arial;
color: #04AA6D;
font-weight:bold;
line-height:24px;
text-align: justify;
width: 100%;
margin-left: 5px; 
}
    footer {
      background: #333;
      text-align: left;
      padding: 10px;
      font-size: 14px;
      position: sticky;
      bottom: 0;
      color: #fff;
      font-size: 12px;

    }
@media (max-width: 768px) {
    h1 {
      text-align: center;
      color: #333;
      font-size: 16px;
    }
     h2 {
      color: #069;
      border-bottom: 2px solid #333;
      padding-bottom: 10px;
      font-size: 17px;
       font-family: 'Poppins', Arial;
    }
    .logo{
width: 260px;
float: left;
background: url(https://hothitsfm.com/img/logohhfmwnm.png);
height:70px;
display:block;

}
.logo:hover{background-position:0 -71px;}
.main-nav {
  margin-left: 50px;

}
     .slide {
      width: 235px;
      background: #fff;
      border-radius: 10px;
      padding: 25px;
      scroll-snap-align: start;
      text-align: center;
      flex-shrink: 0;
      box-shadow: 0 0 1px #000;
    }
  .main-nav {
    display: none;
    position: center;
    top: 90px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 1px 0;
    border:1px solid #FFCC6C;
  }

  .main-nav ul {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }

  .hamburger {
    display: block;
 
    margin-top: 20px;
    color: #FFCC6C;
    font-size: 19px;
  }
.main-nav ul li a {
  text-decoration: none;
font-weight:bold;
line-height:20px;
font-size: 19px;
font-family: "Roboto Condensed", Arial;
color: #000;
}
.main-nav ul li a:hover{
font-weight:bold;
line-height:20px;
font-size: 19px;
font-family: "Roboto Condensed", Arial;
color: #069;

}
  .main-nav.active {
    display: block;
    width: 100%;
  }

  .header-container {
    flex-wrap: wrap;
  }

  .main-nav ul li {
    margin: 5px 0;
  }
  .songc_artist_pl{
font-size: 18px;
font-family: "Open Sans Condensed", Arial;
color: #000;
font-weight:bold;
line-height:24px;
text-align: justify;
width: 100%;
margin-left: 5px; 
}
.title-page {
font-size: 20px;
font-family: "Roboto Condensed", Arial;
color: #737373;
font-weight:bold;
line-height:26px;
text-align: justify;
width: 100%;
margin-left: 2px; 
}

.r-text{
font-size: 15px;
font-family: Arial;
color: #000;
font-weight:normal;
line-height:24px;
text-align: justify;
}
.songc_artistp{
font-size: 17px;
font-family: "Open Sans Condensed", Arial;
color: #000;
font-weight:bold;
line-height:24px;
text-align: justify;
width: 100%;
margin-left: 5px; 
}
.songc_title_pl{
font-size: 18px;
font-family: "Open Sans Condensed", Arial;
color: #04AA6D;
font-weight:bold;
line-height:24px;
text-align: justify;
width: 100%;
margin-left: 5px; 
}
}
