* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

body {
    background-color: #fff;
}

header {
    height: 70px;
    display: flex;
    align-items: center;
}

.container {
    max-width: 1300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.youtube {
    display: flex;
    gap: 20px;
    align-items: center;
}

.youtube__item {
    display: flex;
    align-items: center;
    gap: 10px;
}




/* search__box */

.search__box {
    display: flex;
    align-items: center;
    max-width: 400px;
    width: 100%;
    background-color: #ccc;
    border-radius: 40px;
    gap: 8px;
}

.search__input {
    width: 100%;
    padding: 4px 36px 4px 10px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 13px;
    outline: none;

}

/* search__box */



/* video */
.video {
    width: 1300px;
    height: 483px;
    margin: 0 auto;
}
/* video */




/* navbar__right */
.navbar__right {
    display: flex;
    gap: 20px;
}

.navbar__right_btn1 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
}

.navbar__right_btn1:hover {
    background: rgb(170, 169, 169);
    transition: .2s;
    cursor: pointer;
}

.navbar__right_btn2 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: green;
    color: white;
    border: none;
}

.navbar__right_btn2:hover {
    cursor: pointer;
}

/* navbar__right */




.menu {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  

  .menu__popup {
    width: 300px;
    height: 800px;
    background: #fff;
    color: white;
    position: fixed;
    top: -1%;
    right:90%;
    transform: translate(50%,0%);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
    padding: 20px;
    z-index: 11;
  }
  .sidebar {
    width: 240px;
    background-color: white;
    border-right: 1px solid #ddd;
    padding: 10px 15px;
    height: 100vh;
  }
  
  .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  
  .yt-logo {
    height: 24px;
  }
  
  .section {
    margin-bottom: 20px;
  }
  
  .item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    cursor: pointer;
    font-size: 14px;
    color: #111;
  }
  
  .item:hover {
    background-color: #f1f1f1;
    border-radius: 5px;
    padding-left: 5px;
  }
  
  .section-title {
    font-weight: bold;
    font-size: 13px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .small {
    font-size: 10px;
  }
  
  .dot {
    width: 6px;
    height: 6px;
    background-color: blue;
    border-radius: 50%;
    display: inline-block;
    margin-left: auto;
  }
  .menu__popup.show,
  .overlay.show {
    opacity: 1;
    pointer-events: auto;
  }
  
  

/* ==== */

/* .form__popup{
    width: 300px;
    height: 400px;
    background: dodgerblue;
    position: fixed;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%); 
    transition: .3s ease-in;   
    opacity: 0;
}
.form__popup.show{
    top: 50%;
    opacity: 1;
} */
/* ==== */

/* menu__popup */



/* notification__popup */
.notification__popup {
    width: 300px;
    height: 500px;
    background: #fff;
    border-radius: 15px;
    position: fixed;
    top: 41%;
    right: -2%;
    transform: translate(-50%, -50%);
    display: none;
}

.notification__popup.show {
    display: block;
}

.overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #0009;
    display: none;
}

.overlay.show {
    display: block;
}


.notificatiion {
    padding-top: 20px;
}

.notification_text {
    text-align: center;
    padding-top: 50%;
}
/* notification__popup */



/* ================== */
.wrapper__title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600px;
    color: #0F0F0F;
    margin-bottom: 20px;
}

.wrapper__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper__item {
    display: flex;
    align-items: center;
    gap: 24px;
}

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

.wrapper__name1 {
    color: #0F0F0F;
    line-height: 22px;
    font-weight: 500px;


}

.wrapper__name2 {
    font-size: 12px;
    line-height: 18px;
    color: #606060;
}
.wrapper__btn1{
    font-size: 14px;
    line-height: 36px;
    color: #000;
    padding: 5px 15px 5px 15px;
    background: #0000000D;
    border-radius: 18px;
    font-weight: 600;
    cursor: pointer;
    border: none;
}
.wrapper__btn {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    padding: 5px 15px 5px 15px;
    background: #0F0F00;
    border-radius: 20px;
    cursor: pointer;
    border: none;
}

.wrapper__items_btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wrapper__items_btn button:nth-child(1) {
    display: flex;
    gap: 5px;
    align-items: center;
    border: none;
    cursor: pointer;
    padding: 4px 13px 4px 13px;
    background: #0000000D;
}

.wrapper__items_btn button:nth-child(2) {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 13px 4px 13px;
    border-radius: 18px;
    border: none;
    background: #0000000D;
    cursor: pointer;
}

.wrapper__items_btn button:nth-child(3) {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 13px 4px 13px;
    border-radius: 18px;
    border: none;
    background: #0000000D;
    cursor: pointer;


}

.wrapper__items_btn button:nth-child(4) {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 5px;
    border-radius: 18px;
    border: none;
    background: #0000000D;
    cursor: pointer;

}

/* ================== */