@import url('https://fonts.googleapis.com/css2?family=Protest+Guerrilla&family=Sixtyfour&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



html,
body {

  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;



}

html {
  scroll-behavior: smooth;
}

body {
  /* overflow-x: hidden; */
  /* overflow-y: hidden; */
  /* background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
 background-blend-mode: multiply,multiply; */

  background: #0e100f;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

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


.overlay {
  position: fixed;
  width: 100vw;
  height: 70%;
  z-index: 1001;
  display: flex;
}

#mkc img {
  position: absolute;
  height: 5rem;
  width: 5rem;
  left: 35%;
  top: 30%;
  z-index: 10000;
  color: #bcbbc4;
  padding: 0.2em 0.4em;
  font-size: 28vw;

}

#demo {
  height: 100px;
  position: absolute;
  width: 250px;
  top: 40%;
  left: 40%;
  border: none;
  background: transparent;
  font-family: "Protest Guerrilla", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* color: red; */
  font-size: 7rem;
  z-index: 10000;

}

.bar {
  width: 10vw;
  height: 105vh;
  background: white;
}


/* ::-webkit-scrollbar{
  width: 0;
} */
::selection {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}


#page1 {
  height: 100vh;
  width: 100%;
  background-color: #0e100f;
  margin: 0;
  padding: 0;

}

.Menu-Btn {
  display: none;
}

nav {
  background: white;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);

}

nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav li {
  height: 50px;
}
#form{
  margin: 4rem;
}
nav a {
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: black;
}

nav a:hover {
  background: #f0f0f0;
}

nav li:first-child {
  margin-right: auto;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  z-index: 999;
  color: black;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}


.sidebar li {
  width: 100%;
}

.sidebar a {
  width: 100%;
}

@media(max-width: 800px) {
  .hideOnMobile {
    display: none;
  }
}

#nav {
  height: 70px;
  width: 100%;
  margin-top: .5rem;
  padding-left: 10rem;
  /* margin: 0 1em 0 2em; */
  /* background-color: #4343ea; */
  display: flex;
  align-items: center;
  /* padding: 0 120px; */
  /* gap: 160px; */
  font-weight: 400;
  position: fixed;
  justify-content: space-between;
  color: #292b23;
  z-index: 5;
  /* border-bottom: .0625rem solid #42433d; */
}

.nav1 {
  display: flex;
  align-self: center;
  justify-content: space-evenly;
  gap: 3vw;
}

#nav img {
  height: 8vw;
  cursor: pointer;
  transition: all 0.3s;
  margin-left: 3vw;
}

#nav img:hover {
  height: 9vw;
  /* transform: translateY(-5px); */
}

.Nav_btn {
  border: 1px solid white;
  background: transparent;
  /* padding: 10px 25px; */
  padding: 0.6vw 1.2vw;
  display: inline-flex;
  font-size: 1.2vw;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  margin: 10px;
  color: white;
  letter-spacing: 1px;
  border-radius: 10px;
  position: relative;
  margin-right: 35px;
  overflow: hidden;
  transition: background 0.5s ease-in-out, color 0.4s ease-in-out, box-shadow .5s ease-in-out .5s;
}

.Nav_btn:hover {
  color: rgb(0, 0, 0);
  /* letter-spacing: 0.2rem; */
  background: white;
  /* border: black; */
  box-shadow: 0px 0px 50px 5px blue;
  /* transition: all linear 1s; */
  /* transform: translateY(-5px); */
}

.Nav_btn span {
  position: relative;
  z-index: 1;
}

/* .Nav_btn:hover::before {
  width: 300px;
  height: 300px;

} */

#nav h4 {
  text-transform: uppercase;
  /* font-weight: 400; */
  cursor: pointer;
  font-size: 1.35vw;
  /* transition: all 0.3s; */
  letter-spacing: 0.1rem;
  transition: letter-spacing 0.5s ease-in-out, color 0.5s ease-in-out;
}

#nav h4:hover {
  color: white;
  /* transform: translateY(-5px); */
  letter-spacing: 0.3rem;

}

a:link {
  color: white;
  text-decoration: none;
}

a:active {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
  text-decoration: none;
}


#Search {
  background-color: transparent;
  border: 1px solid #292b23;
  border-radius: 50px;
  font-size: 1rem;
  font-family: inherit;
  padding: 0.5rem 1rem;
  color: white;
}

#Search:hover {
  border: 1px solid white;
  transition: all linear 0.8s;
}

#Search:focus {
  outline: 0;
  background-color: #0000007c;
}

#Search::placeholder {
  color: white;
}

#nav i {
  font-size: 3vw;
  color: #292b23;
}

#nav i:hover {
  font-size: 3.5vw;
  transition: all ease 0.5s;
  color: white;
}

.container {
  height: 103vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  padding: 0;
}

.container::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15, 21, 37, 0.616);
  z-index: 1;
}

video {
  position: absolute;
  height: 103vh;
  width: 100%;
  object-fit: cover;
  /* border-radius: 5px; */
}

.container h1 h2 span {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.scroll-down-2 {
  /* margin-top: 450px; */
  /* margin-left: 150px; */
  /* background: linear-gradient(to right, rgb(25, 112, 235), rgb(12, 223, 205)); */
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
  font-weight: 200;
  font-size: 1.2rem;
  position: absolute;
}

.scroll-down {
  margin-top: 450px;
  background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* margin-left: -300px; */
  z-index: 1;
  font-weight: 200;
  font-size: 1.2rem;
}

.scroll-down h3 {
  padding-top: 5%;
  background-image: linear-gradient(to top, #96fbc4 0%, #f9f586 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 200;
  padding-left: 20%;
}

.scroll-down span {
  padding-left: 38%;
  background-image: linear-gradient(to top, #cd9cf2 0%, #f6f3ff 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 200;
  /* padding-top: 5%; */
  font-size: 3rem;
  height: 1rem;
}

.card-layout {
  min-height: 52vh;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  min-width: 100%;
  font-family: sans-serif;
  overflow-x: auto;
  scrollbar-width: none;
  line-height: 1.6;
  margin: 0 20px;
  padding-left: 10px;
  gap: 20px;
}
.card-layout-pop,.card-layout-latest,.card-layout-Random{
  padding-bottom: 2rem;
}

.card-layout a {
  display: block;
}

.slider-wrapper .card ::-webkit-scrollbar {
  display: none;
}

.Type {
  margin-top: 4rem;
  margin-left: 3rem;
  text-transform: uppercase;
  font-weight: 900;
  border-left: 5px solid red;
  padding: 0 6px;
  display: flex;
  color: white;
  justify-content: flex-start;
  gap: 75%;
}

.Viewall {
  font-size: 1rem;
  color: #fff;
}

.ri-arrow-right-line {
  color: #fff;
}

.card {
  color: var(--clr-neutral-100);
  /* padding: 5rem 0 0; */
  margin-top: 30px;
  width: 14.8rem;
  height: 20rem;
  /* border-radius: 1rem; */
  color: rgb(255, 255, 255);
  overflow: hidden;
  transition: transform 500ms ease;
}

.card-img {
  z-index: -5;
  object-fit: scale-down;
  width: 14.8rem;
  height: 20rem;
  /* border-radius: 1rem; */
}

/* .card-1 {
    background-image: url(https://images.unsplash.com/photo-1505217492286-46d8e25ff757?q=80&w=1000&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8OHx8ZHVsbHxlbnwwfHwwfHx8MA%3D%3D);
    background-size: cover;
} */

/* .card-2 {
    background-image: url(https://plus.unsplash.com/premium_photo-1682001801592-7be1661d6ef7?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NXx8YmFja2dyb3VuZHxlbnwwfHwwfHx8MA%3D%3D);
    background-size: cover;
}

.card-3 {
    background-image: url(https://images.unsplash.com/photo-1679679195912-29d0190805ad?q=80&w=1335&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
}

.card-4 {
    background-image: url(https://images.unsplash.com/photo-1528459801416-a9e53bbf4e17?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTB8fGJhY2tncm91bmR8ZW58MHx8MHx8fDA%3D);
    background-size: cover;
}

.card-5 {
    background-image: url(https://images.unsplash.com/photo-1558591710-4b4a1ae0f04d?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTJ8fGJhY2tncm91bmR8ZW58MHx8MHx8fDA%3D);
    background-size: cover;
}

.card-6 {
    background-image: url(https://images.unsplash.com/photo-1522441815192-d9f04eb0615c?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTl8fGJhY2tncm91bmR8ZW58MHx8MHx8fDA%3D);
    background-size: cover;
}

.card-7 {
    background-image: url(https://images.unsplash.com/photo-1489549132488-d00b7eee80f1?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MjJ8fGJhY2tncm91bmR8ZW58MHx8MHx8fDA%3D);
    background-size: cover;
}

.card-8 {
    background-image: url(https://images.unsplash.com/photo-1489549132488-d00b7eee80f1?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MjJ8fGJhY2tncm91bmR8ZW58MHx8MHx8fDA%3D);
    background-size: cover;
}

.card-9 {
    background-image: url(https://images.unsplash.com/photo-1489549132488-d00b7eee80f1?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MjJ8fGJhY2tncm91bmR8ZW58MHx8MHx8fDA%3D);
    background-size: cover;
}

.card-10 {
    background-image: url(https://images.unsplash.com/photo-1489549132488-d00b7eee80f1?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MjJ8fGJhY2tncm91bmR8ZW58MHx8MHx8fDA%3D);
    background-size: cover;
} */

.card:hover,
.card-img,
.card:focus-within {
  transform: scale(1.07);

}

.card-content {
  --padding: 16%;
  padding: var(--padding);
  padding-top: 60%;
  padding-left: 15px;
  background: linear-gradient(180deg, rgba(21, 22, 24, 0.24) 0%, #151618 100%);
  /* background: linear-gradient(hsl(0, 0%, 0% / 0),
            hsl(20, 0%, 0% /0.3) 20%,
            hsl(0, 0%, 0% / 0)); */
  transform: translateY(70%);
  transition: transform 500ms ease;
  z-index: 1;
  transition-delay: 500ms;
}

.card:hover .card-content {
  transform: translateY(-21rem);
  transition-delay: 500ms;
}

.card-content>.button {
  font-size: 1rem;
}

.card-content> {
  opacity: 0;
  transition: opacity 500ms linear;
}

.card:hover .card-content>*:not(.card-title) {
  opacity: 1;
  transition-delay: 500ms;
}

.card-title {
  position: relative;
  height: 5.3rem;
  overflow: hidden;
}

.card-title::after {
  content: "";
  position: absolute;
  height: 4px;
  left: calc(var(--padding) * -1);
  bottom: -4px;
  /* width: calc(100% + var(--padding)); */
  background: var(--clr-neutral-100);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 500ms ease;
  background: rgba(0, 0, 0, 0.212);
}


.card button {
  cursor: pointer;
  display: inline;
  text-decoration: none;
  color: var(--clr-neutral-900);
  background-color: var(--clr-accent-400);
  padding: 2em 0.25em;
  border-radius: 0.25em;
}

.card a {
  background: transparent;
  color: white;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
  transition: 0.5S;
  padding: 5px 5px;
}

.card a:hover {
  letter-spacing: 0.23em;
  /* color: var(--clr); */
  background: rgba(0, 0, 255, 0);
  box-shadow: 0 0 35px var(--clr);
}

.card a:before {
  content: '';
  position: absolute;
  inset: 2px;
  background: transparent;
}
.card h2 {
  display: block;
  color: white;
  font-size: 1.1em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.slider-wrapper {
  position: relative;
}

.slide-button {
  position: absolute;
  top: 165%;
  height: 40px;
  width: 40px;
  color: #000000;
  background: #ffffff;
  font-size: 2.2rem;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  transform: translateY(-50%);
}

.slide-button:hover {
  background: #444;
}

#prev-slide {
  left: 1rem;
  z-index: 4;
  display: none;
}

#next-slide {
  right: .1rem;
  z-index: 100;
}

.slide-button-2 {
  position: absolute;
  top: 247%;
  height: 40px;
  width: 40px;
  color: #000000;
  background: #ffffff;
  font-size: 2.2rem;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  transform: translateY(-50%);
}

.slide-button-2:hover {
  background: #444;
}

.slide-button-2#prev-slide-2 {
  left: 1rem;
  z-index: 100;
  display: none;
}

.slide-button-2#next-slide-2 {
  right: .1rem;
  z-index: 100;
}


.slide-button-3 {
  position: absolute;
  top: 344%;
  height: 40px;
  width: 40px;
  color: #000000;
  background: #ffffff;
  font-size: 2.2rem;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  transform: translateY(-50%);
}

.slide-button-3:hover {
  background: #444;
}

.slide-button-3#prev-slide-3 {
  left: .1rem;
  z-index: 100;
  display: none;
}

.slide-button-3#next-slide-3 {
  right: .1rem;
  z-index: 100;
}

#page2 {
  height: 180vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

.container2 {
  max-width: 1170px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

ul {
  list-style: none;
}

.footer {
  background-color: #24262b;
  padding: 20px 0;
  z-index: 1;

}

.footer-col {
  width: 25%;
  padding: 0 15px;
}

.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}

/* .footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
} */
.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}

.footer-col ul li h4:hover {
  color: #ffffff;
  padding-left: 8px;
}

.footer-col .social-links h4 {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.footer-col .social-links h4:hover {
  color: #24262b;
  background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media(max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}

@media (min-width:0px) and (max-width: 600px) {

  .Menu-Btn {
    display: block;
    position: absolute;
    top: 1rem;
    right: 3vw;
  }
  .slide-button {
    opacity: 0;
  }

  #page2 {
    height: 150vh;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #nav {
    padding-left: 2rem;
  }

  .hideOnMobile {
    display: none;
  }

  .overlay {
    display: none;
  }

  .counter {
    display: none;
  }

  .container {
    width: 100vw;
    height: 70vh;
    margin: 0;
    padding: 0;
  }

  video {
    width: 100vw;
    height: 70vh;

  }

  .bar {
    width: 10vw;
    height: 105vh;
    background: white;
  }

  #myText-2 {
    font-size: 4vw;
    margin: 5vw 5vw;
    line-height: 3rem;
  }

  .scroll-down-2 {
    top: 50vw;
  }

  .scroll-down {
    margin-top: 70vw;
    font-size: .5rem;
  }

  .scroll-down span {
    font-size: 2.5rem;
  }

  .scroll-down span {
    font-size: 2rem;
    padding-left: 33%;
  }

  #nav img {
    height: 6rem;
  }

  #nav img:hover {
    height: 6.5rem;
  }

  #nav svg {
    margin-right: 2.5rem;
    cursor: pointer;
  }

  #page1 svg {
    cursor: pointer;
    color: white;
  }

  .Type {
    margin-top: 2rem;
    margin-left: 1rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 500;
    display: flex;
    border-left: 0px;
    color: white;
    justify-content: flex-start;
    gap: 10vw;

  }

  .Viewall {
    font-size: 1rem;
    color: #fff;
  }

  .ri-arrow-right-line {
    color: #fff;
  }

  .svg-clr {
    fill: rgb(255, 255, 255);
  }
  .card-layout {
    min-height: 52vh;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    min-width: 100%;
    font-family: sans-serif;
    overflow-x: auto;
    scrollbar-width: none;
    line-height: 1.6;
    margin: 0 1px;
    padding-left: 1px;
    gap: 20px;
  }

  .card {
    color: var(--clr-neutral-100);
    /* padding: 5rem 0 0; */
    margin-top: 30px;
    width: 11.7rem;
    height: 17rem;
    border-radius: 1rem;
    color: black;
    overflow: hidden;
    transition: transform 500ms ease;
  }
  .card-1{
    margin-left: 10px;
  }
  .card-10{
    margin-right: 10px;
  }

  .card-img {
    z-index: -5;
    object-fit: cover;
    width: 15rem;
    height: 20rem;
    border-radius: 1rem;
  }

  html {
    scrollbar-width: none;
  }

  html,
  body {
    overflow-x: hidden;
  }

  body {
    position: relative
  }
}
@media (min-width:601px) and (max-width: 800px) {

  .Menu-Btn {
    display: block;
    position: absolute;
    top: 1rem;
    right: 3vw;
  }
  .slide-button {
    opacity: 0;
  }

  #page2 {
    height: 130vh;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #nav {
    padding-left: 2rem;
  }

  .hideOnMobile {
    display: none;
  }

  .overlay {
    display: none;
  }

  .counter {
    display: none;
  }

  .container {
    width: 100vw;
    height: 70vh;
    margin: 0;
    padding: 0;
  }

  video {
    width: 100vw;
    height: 70vh;

  }

  .bar {
    width: 10vw;
    height: 105vh;
    background: white;
  }

  #myText-2 {
    font-size: 4vw;
    margin: 5vw 5vw;
    line-height: 3rem;
  }

  .scroll-down-2 {
    top: 50vw;
  }

  .scroll-down {
    margin-top: 50vw;
    font-size: .5rem;
  }

  .scroll-down span {
    font-size: 2.5rem;
  }

  .scroll-down span {
    font-size: 2rem;
    padding-left: 33%;
  }

  #nav img {
    height: 6rem;
  }

  #nav img:hover {
    height: 6.5rem;
  }

  #nav svg {
    margin-right: 2.5rem;
    cursor: pointer;
  }

  #page1 svg {
    cursor: pointer;
    color: white;
  }

  .Type {
    margin-top: 2rem;
    margin-left: 1rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 500;
    display: flex;
    border-left: 0px;
    color: white;
    justify-content: flex-start;
    gap: 10vw;

  }

  .Viewall {
    font-size: 1rem;
    color: #fff;
  }

  .ri-arrow-right-line {
    color: #fff;
  }

  .svg-clr {
    fill: rgb(255, 255, 255);
  }
  .card-layout {
    min-height: 52vh;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    min-width: 100%;
    font-family: sans-serif;
    overflow-x: auto;
    scrollbar-width: none;
    line-height: 1.6;
    margin: 0 1px;
    padding-left: 1px;
    gap: 20px;
  }

  .card {
    color: var(--clr-neutral-100);
    /* padding: 5rem 0 0; */
    margin-top: 30px;
    width: 11.7rem;
    height: 17rem;
    border-radius: 1rem;
    color: black;
    overflow: hidden;
    transition: transform 500ms ease;
  }
  .card-1{
    margin-left: 10px;
  }
  .card-10{
    margin-right: 10px;
  }

  .card-img {
    z-index: -5;
    object-fit: cover;
    width: 15rem;
    height: 20rem;
    border-radius: 1rem;
  }

  html {
    scrollbar-width: none;
  }

  html,
  body {
    overflow-x: hidden;
  }

  body {
    position: relative
  }
}

@media (min-width: 801px) and (max-width: 1000px) {

  .Menu-Btn {
    display: block;
    position: absolute;
    top: 1rem;
    right: 3vw;
  }
  .slide-button {
    opacity: 0;
  }

  #page2 {
    height: 130vh;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #nav {
    padding-left: 2rem;
  }

  .hideOnMobile {
    display: none;
  }

  .overlay {
    display: none;
  }

  .counter {
    display: none;
  }

  .container {
    width: 100vw;
    height: 70vh;
    margin: 0;
    padding: 0;
  }

  video {
    width: 100vw;
    height: 70vh;

  }

  .bar {
    width: 10vw;
    height: 105vh;
    background: white;
  }

  #myText-2 {
    font-size: 4vw;
    margin: 5vw 5vw;
    line-height: 3rem;
  }

  .scroll-down-2 {
    top: 10vw;
  }

  .scroll-down {
    margin-top: 30vw;
    font-size: .5rem;
  }

  .scroll-down span {
    font-size: 2.5rem;
  }

  .scroll-down span {
    font-size: 2rem;
    padding-left: 33%;
  }

  #nav img {
    height: 6rem;
  }

  #nav img:hover {
    height: 6.5rem;
  }

  #nav svg {
    margin-right: 2.5rem;
    cursor: pointer;
  }

  #page1 svg {
    cursor: pointer;
    color: white;
  }

  .Type {
    margin-top: 2rem;
    margin-left: 1rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 500;
    display: flex;
    border-left: 0px;
    color: white;
    justify-content: flex-start;
    gap: 60vw;

  }

  .Viewall {
    font-size: 1rem;
    color: #fff;
  }

  .ri-arrow-right-line {
    color: #fff;
  }

  .svg-clr {
    fill: rgb(255, 255, 255);
  }
  .card-layout {
    min-height: 52vh;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    min-width: 100%;
    font-family: sans-serif;
    overflow-x: auto;
    scrollbar-width: none;
    line-height: 1.6;
    margin: 0 1px;
    padding-left: 1px;
    gap: 20px;
  }

  .card {
    color: var(--clr-neutral-100);
    /* padding: 5rem 0 0; */
    margin-top: 30px;
    width: 11.7rem;
    height: 17rem;
    border-radius: 1rem;
    color: black;
    overflow: hidden;
    transition: transform 500ms ease;
  }
  .card-1{
    margin-left: 10px;
  }
  .card-10{
    margin-right: 10px;
  }

  .card-img {
    z-index: -5;
    object-fit: cover;
    width: 15rem;
    height: 20rem;
    border-radius: 1rem;
  }

  html {
    scrollbar-width: none;
  }

  html,
  body {
    overflow-x: hidden;
  }

  body {
    position: relative
  }
}