@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:wght@400;600;700&display=swap');

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Familjen Grotesk', sans-serif;
  background: #000;
  color: #fff;
}

a {
  text-decoration: none;
  color: #fff;
}

ul {
  list-style: none;
}




.main-scroll-div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}



.cover {
  position: relative;
  width: 100%;
  height: 50%;
}




.scroll-image {
  margin-top: 90px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: left;
  align-items: center;
  overflow: auto;
  position: relative;
  scroll-behavior: smooth;
}

.child {
  min-width: 256px;
  height: 512px;
  margin: 1px 10px;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 20px;
  overflow: hidden;
}

.video-view {
  
  margin: 1px 10px;
  cursor: pointer;
  overflow: hidden;

}




.video-img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  
}


.video-view-playlist {
  
  height: 215px;
    width: 374px;
    background-image: url("https://res.cloudinary.com/dmh2qyrl7/image/upload/v1671093341/Zendar/First_nxkd4n.jpg");
    background-size: cover;
    background-position: center;
    transform: scaleX(1); 
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

    overflow: hidden;
}

.video-img-playlist {
  
 
    height: 215px;
    width: 374px;
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
  
}

.scroll-image::-webkit-scrollbar {
  -webkit-appearance: none;
}

.child-img {
  width: 100%;
  height: 100%;
}

.icon {
  width: 20px;
  height: auto;
  background-color: black;
  font-size: 10px;
  outline: none;
  border: none;
  padding: opx 20px;
  cursor: pointer;
}

.button-bt{
  width: 5%;
}

.nav {
  padding-top: 20px;
  padding-right: 20px;
 
  width: 100%;
  height: auto;
  display: flex;
  justify-content: right;
}

.icon:hover {
  font-size: 2px;
  
}

.install-container {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}














