@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family:Arial, Helvetica, sans-serif;
    background-color: #0a0a0a !important;
}
::-webkit-scrollbar{
    width: 8px;
}
::-webkit-scrollbar-track{
    background:none;
}
::-webkit-scrollbar-thumb{
    border: 5px;
}
#search-suggestions:hover::-webkit-scrollbar-thumb,.sidebar:hover::-webkit-scrollbar-thumb,.tile-container:hover::-webkit-scrollbar-thumb,.video-container:hover::-webkit-scrollbar-thumb{
    background:#1d1c1c;
}

body h1{
    font-size: 1.5rem;
}
body h4{
    font-size: .9rem;
    text-transform: uppercase;
    color:#aaa;
}
body h3{
    color:white;
    font-size: 1rem;
}
body i{
    font-size: 1.5rem;
    color:#fff;
    background-color: transparent;
}
body p,body a{
    text-decoration: none;
    color:#ececec;
    letter-spacing: 1px;
}
.navbar{
    display: flex;
    position: fixed !important;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    z-index:1000;
    width: 100%;
    top: 0;
    background: #030303;
}
.search-result{
    /* display: none; */
    width:44vmax;
    color:white;
    border-radius: 20px;
    border:none;
    background:#030303;
    position: absolute;
    margin-top: 1%;
    left:31%;
    z-index:200000;
    top: 90%;
    
    
}
#search-suggestions{
    width:45vw;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    background-color: #000000;
    border: none;
    border-radius: 20px;
    border-top: none;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 300px; 
    overflow-y: auto;
}
#search-suggestions li{
padding: 10px;
}
#search-suggestions li i{
font-size: 20px;
padding:10px;
}
.logo-hamburger {
    display: flex;
    align-items: center;
    padding-left: 10px;
    background: #030303;
  }
  .logo-hamburger i,.logo-hamburger img{
    margin-inline:5px;
  }
.logo-hamburger img{
    width: 30px;
    background: #030303;
} 
.logo-hamburger img:hover,.logo-hamburger i:hover{
    cursor: pointer;
} 
.logo-hamburger h3{
    margin-top: 6%;
    margin-right:10px;
    padding-left: 1rem;
    font-size: 26px;
    color: #dadcdd;
    background: transparent;
} 
.logo-hamburger a{
    background:transparent;
}
.search-container{
    width:50%;
}
.search-container form{
    display: flex;
    align-items: center;
    background: #030303;
}
.search-container input{
padding-block:0.50rem;
padding-inline: 10px;
font-size: 15px;
color: #f4f4f4;
width:60%;
border:1px solid #888888;
border-radius: 50px 0px 0px 50px;
background-color: transparent;
}

#search::placeholder{
    color:#c9c8c8;
    font-size: 0.80rem;
}

.search-container button{
    padding-block:6px;
    padding-inline: 25px;
    background-color:transparent;
    border:1px solid #888888;
    border-radius: 0px 50px 50px 0px;
    border-left: none;
    outline: none;
}
.search-container button:hover{
    cursor: pointer;
}
.profile-container{
display: flex;
align-items: center;
margin-right: 15px;
padding-inline: 10px;

}
.fa-upload{
margin-right: 50px;
cursor: pointer;
}
#logo-dropdown {
    position: absolute;
    right: 3vw;
    top:9vh;
  }


.profile-container img{
    width:50px;
    height:50px;
}
.profile-container img:hover{
   cursor: pointer;
}
.side-login button{
    margin-left:10px;
}
.side-login i{
    color:#3ea6ff;
}
.alert span,.alert button{
    background: transparent !important;
    border:none;
}
.alert{
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    width: 50vw ;
}
/* body content */

.body-container{
width: 100%;
top:75px;
padding: 0.20rem;
height:cal(100vh - 60px);
}
.sidebar{
    display: none;
    flex-direction: column;
    width: 15vmax;
    padding-top: 10px;
    z-index: 100;
 
    gap:10px;
    color:#FFF;
    transition: transform 2s ease-in-out;
    position: fixed;
    top: 8%;
    left: 0;
    bottom: 0;
    background: #000000ea;
}
.hamburger{
    display: flex;
}
.sidebar.hamburger{
   display: flex; 
   transition: transform 1s ease-in-out;
}
.sidebar-items{
    display: flex;
    flex-direction: column;
    padding-left:27px;
    gap:30px;
    padding-top: 2rem;
    letter-spacing: 1px;
    background: transparent;
}
.sidebar-item{
    display: flex;
    align-items: center;
    gap:10px;
    cursor: pointer;
    font-size: 12px;
    background: transparent;
}
.sidebar-item i{
    font-size: 13px;
}
.sidebar-item:hover{
    background-color: #0c0808;
}
.sidebar-items h4{
    background: transparent;
}

.tile-container{
    overflow-x: scroll;
    display: flex;
    max-width: 80vw;
    flex-direction: row;
    padding-left: 14px;

}
.tile{
    margin:12px 6px;
    background-color: #111010 !important;
    border:1px solid rgba(236, 232, 232, 0.182);  
    padding:0.15rem 1.6rem;
   
    border-radius: 16px;
    white-space: nowrap;
    cursor: pointer;
    color:#fff;
    transition: .5s;
}
.tile p{
    background-color: transparent;
    font-size: 0.90rem;
}
.tile a p{
    background-color: transparent;
    font-size: 0.725rem;
}
.tile-container::-webkit-scrollbar{
    height: 5px;
}

.channel-name {
   
    padding: 0.50rem;
    color: #c3c2c2;
    margin-top: 0.30rem;
}
.video-content-cover
{
  /* background: #030303; */
  box-shadow: 15px 15px 30px #030303,
             -15px -15px 30px #030303;
             border-radius: 16px;

padding: 0.20rem;
padding-bottom: 0.40rem;
margin-bottom:  0.80rem;
    
}
.video-title .title-channel title
{
    color: #000000;
}

@media (max-width:732px)
{
    body i{
        font-size: 1.1rem;
        
    }
    .body-container {
        top: 60px;  
        width: 100%;
        padding: 0rem;
        height:cal(100vh - 60px); 
    }
    .navbar{
           
        height: 55px;
       }
    .tile{ 
        padding:0.05rem 1.4rem;
    }
    .logo-hamburger h3{
        font-size: 16px;
    }
    .fa-magnifying-glass
    {
        font-size: 15px;
    }
    .search-container form{
        justify-content: end; 
        margin-right: 0.20rem; 
    }
    .search-container input{
        border:1px solid #c6c6c648;
        width: 90%;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        outline: none;
    }
    .logo-hamburger {
    padding-left: 5px;
    }
    .search-container button{
        border-left: none;
        padding-block:7px;
        border:1px solid #c6c6c648;
        padding-inline: 15px;
      
    }
    .search-container input[type=text]:focus {
        border-color: #272727a3;
        background: #111111;
    }
    .sidebar {
       
        width: 35vmax;
        gap: 5px;
        transition: 3s;
        font-size: 13px;
    }
    .sidebar-items {
        gap: 25px;
        letter-spacing: 1px;
        background: #0000000b;
        margin-bottom: 1rem;
        padding-top: 2rem;
    }
    .sidebar-items h4
    {
        font-size: 12px;
        background: #0000000b;
    }
    .sidebar-items a
    {
        font-size: 12px;
        background: #0000000b;
    }
    .sidebar-items a .fa-solid
    {
        font-weight: 600;
        font-size: 12px;
    }
    .side-login button {
        margin-left: 10px;
    }
    .title-channel p
    {
        font-size: 0.81rem;
    }    
   
    
    .views-time .channel-name
    {
        color: #c3c2c2;
    }

    
}