@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Malayalam:wght@100;200;300;400&display=swap');

li {
  list-style: none;
  display: inline;
}

a {
  text-decoration: none;
}

body {
  background-size: cover;
  background-position: center top 15vh;
  background-repeat: repeat;
  background-attachment: fixed;
  background: url(https://static-cse.canva.com/blob/573253/10experttipsfordesigningwithablurredbackgroundfeaturedimage.jpg);
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.navbar {
  display: inline;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
}

#mobile-home {
  display: none;
}

.nav-link {
  display: inline;
  padding: 0.5rem 1rem;
  color: white;
  transition: 0.5s;
}

.nav-link:hover {
  transition: 0.5s;
  text-shadow: #000 2px 2px 11px ;
}

header {
  height: 100vh;
}

.container {
  padding: 0;
  margin: 0;
  width: 100vw;
}
.kadha {
  margin-top: 6vw;
  margin-left: 25vw;
}
.kadha img {
  width: 50vw;
}
.story {
  position: relative;
  height: 60vw;
}
.stories {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  position: absolute;
  margin-top: 4vw;
  transition: 0.3s;
  width: 100%;
  height: 100vh;
  font-size: 1vw;
  border-radius: 30px;
}
.stories h1 {
  color: white;
  width: 100%;
  text-align: center;
  font-size: 4vw;
  font-family: 'Noto Sans Malayalam', sans-serif;
  margin-bottom: 0;
}
.stories h2 {
  color: white;
  width: 100%;
  text-align: center;
  font-size: 2vw;
  font-weight: 100;
  margin-top: 0;
}

.stories p {
  color: white;
  position: absolute;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 80%;
  height: 70vh;
  left: 10vw;
  font-family: "Noto Sans Malayalam", sans-serif;
  font-size: 1.5vw;
}

.kadha h1 {
  font-size: 10.5vw;
}
#left {
  position: absolute;
  top: 5vw;
  left: 5vw;
  color: white;
  z-index: 1;
  font-size: 10vw;
  cursor: pointer;
}
#right {
  position: absolute;
  right: 5vw;
  color: white;
  z-index: 1;
  top: 5vw;
  font-size: 10vw;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .navbar {
    display: none;
  }
  #mobile-home {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 4vh;
  }
}
@media screen and (max-width: 1024px) and (min-width: 200px) {
  .kadha {
    margin-left: 5vw;
  }
  .kadha img {
    width: 90vw;
  }
  .story {
    height: 100vw;
  }
  .stories {
    height: 150vw;
    border-radius: 10px;
  }
  .stories h1 {
    font-size: 6vw;
  }
  .stories h2 {
    font-size: 4vw;
  }
  .stories p {
    height: 120vw;
    font-size: 4.5vw;
  }
  #left{
    font-size: 10vw;
    left: 10;
    top: 4vh;
  }
  #right{
    font-size:10vw;
    right:10;
    top: 4vh;
  }
}
