@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&family=Space+Grotesk:wght@300&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 10px;
}
ul{
    list-style: none;
}
body{
    display: flex;
    justify-content: center;
    background-color: #111111;
    max-height: 100vh;
    max-width: 100vw;
    height: 100vh;
    font-family: "Poppins", sans-serif;
}
.phone{
    position: absolute;
    top: 40px;
}
.phone img{
    width: 300px;
    pointer-events: none;
}
.phone .phone-bg{
    background-image: url("https://www.idownloadblog.com/wp-content/uploads/2023/06/iOS-17-Light-by-@iSWUpdates.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 285px;
    height: 575px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;
    margin-left: 0.6%;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone .phone-screen{
    width: 295px;
    height: 590px;
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: center;
}
.phone .phone-screen .lock-screen{
    display: flex;
    justify-content: center;
    
}
.phone .lock-screen .calendar-widget{
    color: #fff;
    margin-top: 100px;
    line-height: 45px;
}
.phone .phone-screen .lock-screen .calendar-widget h1{
    font-size: 8.1rem;
    font-weight: 700;
}
.phone .phone-screen .lock-screen .calendar-widget p{
    font-size: 1.2rem;
}


.bottom-lock-menu{
    position: absolute;
    top: 500px;
    width: 200px;
    height: 35px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.bottom-lock-menu img{
    width: 35px;
    height: 35px;
    background-color: rgba(46, 46, 46, 0.9);
    border-radius: 50%;
    padding: 5px;
}
.bottom-home-btn{
    width: 90px;
    height: 5px;
    border-radius: 100px;
    background-color: #fff;
    position: absolute;
    top: 555px;
    cursor: pointer;
}
.ytb-bottom-home-btn{
    width: 90px;
    height: 5px;
    border-radius: 100px;
    background-color: #00000098;
    position: absolute;
    bottom: 25px;
    cursor: pointer;
    z-index: 9999;
    display:none;
}
marquee{
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    margin: 24px 0 0 38px;
    font-weight: 300;
}
.signal-box{
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0;
    margin: 24px 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.signal-box i{
    font-size: 0.9rem;
}

/* Home Screen */

.phone .home-screen{
    justify-content: center;
    display: flex;
    display: none;
}

.home-screen p{
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    margin: 24px 0 0 45px;
    font-weight: 300;
}
.app-icons{
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin-top: -100;
    padding: 0;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.main-apps{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 30px;
    width: 300px;
    height: 360px;
    margin-top: 70px;
}
.bottom-apps-area{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 80%;
    height: 70px;
    top: 490px;
    background-color: rgba(222, 222, 222, 0.7);
    filter: blur(0.5);
    border-radius: 25px;
}
.bottom-apps-area .bottom-apps{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.bottom-apps-area .bottom-apps .bot-app{
    width: 40px;
    height: 40px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
}
.phone .phone-screen .home-screen .search{
    width: 60px;
    height: 18px;
    border-radius: 10px;
    background-color: rgba(217, 217, 217, 0.7);
    position: absolute;
    top: 455px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
}
.phone .phone-screen .home-screen .search i{
    font-size: 0.8rem;
}

.app-names{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 300px;
    height: 360px;
    position: absolute;
    top: 100px;
    gap: 15px;
    padding: 0 30px;
    cursor: pointer;
}
.app-names .app-name{
    color: #fff;
    font-size: 10px;
    cursor: pointer;
}


/* Youtube Screen */


.youtube-screen{
    width: 254px;
    height: 521px;
    position: relative;
    justify-content: center;
    display: none;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    display: none;
    overflow: scroll;
    overflow-x: hidden;
    margin-left: 5px;
    margin-top: 50px;
    border-radius:0px 0px 20px 20px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.youtube-screen::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.youtube-screen {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.youtube-screen .youtube-header{
    width: 254px;
    height: 70px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(235, 235, 235);
    position: relative;
}

.top-gap{
    width: 260px;
    height: 40px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    display: none;
    z-index: -1;
    top: 10px;
    border-radius: 5px 5px 0 0 ;
}


.youtube-screen .youtube-header img{
    width: 80px;
    margin-left: 10px;
    position: absolute;
    top: 10px;
    cursor: pointer;
    z-index: 999;
}


.youtube-videos .thumb img{
    width: 254px;
    cursor: pointer;
    z-index: 9999;
}
.youtube-videos .ytb-video-title{
    display: block;
    margin: 5px 0 25px 0px;
}
#without-banner{
    margin-left: 50px;
}
.youtube-videos .ytb-video-title div{
    margin-left: 8px;
    font-size: 1.2rem;
    font: 400;
}
.channel-banner{
    width: 35px;
    height: 35px;
    background-color: #111111;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    overflow: hidden;
}
.youtube-videos{
    position: relative;
    z-index: 999;
}
.mini-texts{
    font-size: 0.9rem;
}
.youtube-btns{
    width: 80px;
    height: 30px;
    background-color: rgb(255, 255, 255);
    font-size: 1.4rem;
    position: absolute;
    right: 0;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3%;
}
.youtube-btns i{
    cursor: pointer;
    padding: 0 0 0 5px;
}
.youtube-btns img{
    width: 16px !important;
    height: 18px;
    margin-top: -5px;
    margin-right: 70px;
    cursor: pointer;
}

.youtube-boxes{
    width: 238px;
    height: 30px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 5px;
    left: 7px;
    gap: 5px;
    background-color: rgb(255, 255, 255);
    overflow-x: scroll;
}
.ytb-compass{
    width: 30px;
    height: 22px;
    background-color: #73737333;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.ytb-compass i{
    font-size: 1.4rem;
}

.ytb-box1{
    width: 40px;
    height: 22px;
    background-color: #000000;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}
.ytb-box2{
    width: 60px;
    height: 22px;
    background-color: #a4a4a433;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid rgb(178, 0, 219);
}
.ytb-box3{
    width: 70px;
    height: 22px;
    background-color: #a4a4a433;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.ytb-box4{
    width: 60px;
    height: 22px;
    background-color: #a4a4a433;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.ytb-box5{
    width: 40px;
    height: 22px;
    background-color: #a4a4a433;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.youtube-boxes::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.youtube-boxes {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


.youtube-footer{
    width: 254px;
    height: 60px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 550px;
    z-index: 999;
    border-radius: 0 0 20px 20px;
    border-top: 1px solid rgb(236, 236, 236);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.ytb-home, .ytb-shorts, .ytb-subs, .ytb-profile{
    width: 19px;
    height: 19px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 15px;
} 
.youtube-footer img{
    width: 100%;
}
.ytb-profile img{
    width: 19px; 
    height: 19px;
    border: 1px solid rgba(184, 184, 184, 0);
    border-radius: 50%;
    cursor: pointer;
}
.ytb-shorts{
    margin-right: 20px;
}
.ytb-subs{
    margin-left: 20px;
}

.youtube-btns img{
    width: 10px;
}

.ytb-add{
    font-size: 1.4rem;
    border: 1px solid grey;
    border-radius: 50%;
    padding: 0 4px;
    margin-bottom: 15px;
}
.youtube-footer p{
    color: rgb(88, 88, 88);
    font-size: 0.8rem;
    z-index: 99;
    position: absolute;
    bottom: 15px;
    text-align: center;
}

#last-thumb{
    margin-bottom: 20px;
}



/* Youtube video area */ 

.youtube-video-1{
    width: 254px;
    height: 531px;
    position: relative;
    justify-content: center;
    display: none;
    background-color: rgb(255, 255, 255);
    z-index: 999;
    display: none;
    overflow: scroll;
    overflow-x: hidden;
    margin-left: 5px;
    margin-top: 40px;
    border-radius:0px 0px 20px 20px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.youtube-video-1, .youtube-reactions::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.youtube-video-1, .youtube-reactions{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.youtube-video-area{
    width: 100%;
    overflow: hidden;

}
.youtube-video-area video{
    width: 100%;
    height: 180px;
    z-index: 99999;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.black-top-gap{
    width: 260px;
    height: 40px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    display: none;
    z-index: -1;
    top: 10px;
    border-radius: 5px 5px 0 0 ;
}

.youtube-video-1 h2{
    text-transform: uppercase;
    margin: 10px 0 0 10px;
}
.youtube-video-1 p{
    color: #00000098;
    margin-left: 10px;
}
.channel-info .channel-profile img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    
}
.channel-profile{
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-top: 10px;
}
.youtube-notification{
    padding: 5px 8px;
    background-color: rgb(236, 236, 236);
    border-radius: 15px;
    position: absolute;
    right: 10px;
    cursor: pointer;
}
.youtube-notification i{
    color: #00000098;
}
.likeanddislike{
    width: 100px;
    height: 23px;
    display: inline-block;
    border-radius: 15px;
    background-color: rgb(232, 232, 232);
    margin-left: 10px;
    margin-top: 15px;
}
.likeanddislike i{
    font-size: 1.4rem;
    margin:5px 0 0 10px;
    cursor: pointer;
}
.likeanddislike p{
    padding-right: 5px;
    border-right: 1px solid rgb(171, 171, 171);
    display: inline-block;
    position: relative;
    bottom: 2px;
}
.share{
    width: 70px;
    height: 23px;
    display: inline-block;
    border-radius: 15px;
    background-color: rgb(232, 232, 232);
    cursor: pointer;

}
.share i{
    font-size: 1.4rem;
    margin:5px -5px 0 10px;
    display: inline-block;
}
.share p{
    display: inline-block;
    position: relative;
    bottom: 2px;
}
.youtube-reactions{
    width: 300px;
    height: 50px;
    overflow-x: scroll;
    overflow-y: hidden;
}
.ytb-download{
    width: 90px;
    height: 23px;
    display: inline-block;
    border-radius: 15px;
    background-color: rgb(232, 232, 232);
    cursor: pointer;

}
.ytb-download i{
    font-size: 1.4rem;
    display: inline-block;
    
    margin:5px -5px 0 10px;
} 
.ytb-download p{
    display: inline-block;
    position: relative;
    bottom: 2px;
}