.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.body {
  height: 300vh;
  background-color: #ede5d9;
  font-family: Prociono, sans-serif;
  color: #1a1814;
  font-size: 1vw;
  line-height: 1;
}

.body.overflow {
  height: 700vh;
  background-color: #1a1814;
}

.body.library {
  height: 100vh;
  background-color: #1a1814;
}

.main {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 150;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 253vw;
  margin-left: 50vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-right: 0.1vw solid #1a1814;
  background-color: #ede5d9;
}

.left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/lines.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  cursor: crosshair;
}

.left-block.mobile {
  display: none;
}

.left-block.disable-select {
  background-color: #ede5d9;
  background-image: none;
}

.logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-txt {
  position: absolute;
  z-index: 10;
  width: 25vw;
  padding: 3.5vh 4.5vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #201c17;
  border-radius: 200px;
  background-color: #ede5d9;
  box-shadow: 13px 13px 0 0 #2a241d;
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
}

.logo-txt:active {
  box-shadow: 0 0 0 0 #2a241d;
}

.menu-bar {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38vw;
  height: 6vh;
  margin-top: 3.7vh;
  margin-right: 3vw;
  margin-left: 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #201c17;
}

.right-block {
  z-index: 150;
  width: 49.8vw;
  padding-right: 3vw;
  padding-bottom: 0vh;
  padding-left: 3vw;
  background-color: #ede5d9;
}

.menu-left-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0.5vh;
  padding-left: 1.6vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-right-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0.5vh;
  padding-right: 1.6vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-el {
  padding-top: 1.5vh;
  padding-right: 1vw;
  padding-bottom: 1.5vh;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Raleway, sans-serif;
  color: #ede5d9;
  font-size: 0.8vw;
  text-transform: uppercase;
}

.menu-el:hover {
  opacity: 1;
}

.menu-el.language {
  margin-right: 0vw;
}

.menu-el.language.bengali {
  display: block;
}

.menu-el.about {
  padding: 1.5vh 1vw;
  opacity: 0.6;
}

.menu-el.about:hover {
  opacity: 1;
}

.menu-el.library {
  padding: 1.5vh 1vw;
  opacity: 0.6;
}

.menu-el.library:hover {
  opacity: 1;
}

.menu-el.contact {
  padding: 1.5vh 1vw;
  opacity: 0.6;
}

.menu-el.contact:hover {
  opacity: 1;
}

.menu-el.popular {
  display: block;
  margin-right: 0vw;
  padding-top: 0vh;
  padding-right: 0vw;
  padding-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  font-family: Raleway, sans-serif;
  color: #1a1814;
  font-weight: 700;
}

.menu-el.date {
  margin-top: 1vh;
  margin-right: 0vw;
  color: #1a1814;
  font-weight: 500;
}

.menu-el.english {
  padding-top: 0vh;
  padding-right: 0vw;
  padding-bottom: 0.2vh;
  opacity: 1;
}

.menu-el.help-msg2 {
  position: absolute;
  left: 17.5%;
  top: auto;
  right: 17.5%;
  bottom: 7.5%;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  margin-right: 0vw;
  padding-top: 0.5vh;
  padding-right: 0vw;
  padding-bottom: 0.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(237, 229, 217, 0.7);
  opacity: 1;
  color: #1a1814;
  font-weight: 700;
}

.menu-el.help-msg {
  position: absolute;
  left: 20%;
  top: 7.5%;
  right: 20%;
  bottom: auto;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  margin-right: 0vw;
  padding-top: 0.5vh;
  padding-right: 0vw;
  padding-bottom: 0.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(237, 229, 217, 0.7);
  opacity: 1;
  color: #1a1814;
  font-weight: 700;
}

.bengali {
  opacity: 0.6;
}

.heading {
  overflow: hidden;
  margin-top: -5px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 3px;
  font-size: 2.9vw;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.15vw;
}

.heading.mobile {
  display: none;
}

.heading.featured.fade-up3.tricks {
  padding-right: 3px;
}

.top-space {
  height: 7.5vh;
}

.line {
  width: 42vw;
  height: 2px;
  margin-top: 7.4vh;
  background-color: #1a1814;
}

.line.light {
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  z-index: 250;
  width: 94vw;
  height: 1.5px;
  margin-top: 0vh;
  margin-right: 3vw;
  margin-left: 3vw;
  background-color: #ede5d9;
  opacity: 0.8;
}

.line.footer {
  position: relative;
  z-index: 250;
  display: none;
  width: 94vw;
  height: 1.5px;
  margin: 0vh 1vw 5vh;
  padding-right: 0vw;
  padding-left: 0vw;
  background-color: #ede5d9;
  opacity: 0.8;
}

.line.white {
  position: relative;
  width: 90%;
  height: 1px;
  margin-top: -4%;
  margin-left: 5%;
  background-color: #ede5d9;
}

.video-area {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.background-video {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
}

.background-video.luminosity {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6vh;
  margin-right: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.star {
  width: 1.5vw;
  height: 1.5vw;
}

.video-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30vw;
  height: 27vh;
  margin-top: 7vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 50px;
}

.color {
  position: absolute;
  z-index: 1;
  width: 30vw;
  height: 27vh;
  background-color: #ede5d9;
}

.transition {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  cursor: wait;
}

.transition-trigger {
  z-index: 20;
  display: none;
  padding: 0px;
}

.transition-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.transition-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.transition-color {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #1a1814;
}

.transition-color-border {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 10px;
  margin-bottom: -8px;
  background-color: #1a1814;
}

.transition-lottie {
  position: relative;
  width: 100%;
  margin-bottom: -5px;
}

.transition-logo-img {
  position: relative;
  z-index: 2;
  width: 7em;
}

.text-span-2 {
  font-size: 2.9vw;
}

.sec1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-bottom: 7.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 7.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec2.sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.poem-2 {
  padding-top: 2.75vh;
  padding-bottom: 2.75vh;
  -webkit-transition: background-color 300ms ease, padding 300ms ease;
  transition: background-color 300ms ease, padding 300ms ease;
  cursor: default;
}

.poem-2:hover {
  padding-right: 0vw;
  padding-left: 1vw;
}

.poem-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.poem-div.poem1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  width: 26.5vw;
}

.poem-title {
  font-family: Kalpurush, Arial, sans-serif;
  font-size: 1.3vw;
  letter-spacing: -0.0775vw;
}

.date {
  margin-top: 0vh;
  font-family: Kalpurush, Arial, sans-serif;
  font-size: 1vw;
  text-align: right;
  text-transform: uppercase;
}

.poem-desc {
  margin-top: 2.5vh;
  font-family: Kalpurush, Arial, sans-serif;
  font-size: 1.2vw;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.0625vw;
}

.line2 {
  height: 2px;
  margin-top: 0vh;
  background-color: #1a1814;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4.5vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.line3 {
  height: 2px;
  margin-top: 4.65vh;
  background-color: #1a1814;
}

.poem-1 {
  padding-top: 1.85vh;
  padding-bottom: 1.85vh;
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  cursor: default;
}

.poem-1:hover {
  padding-right: 0vw;
  padding-left: 1vw;
}

.index2 {
  width: 1px;
  height: 0.5vh;
}

.menu-link {
  margin-right: 0vw;
  padding: 0vh 0vw 0.2vh;
  text-decoration: none;
}

.menu-link.back-to-about {
  margin-right: 0vw;
}

.menu-link.footer {
  margin-right: 0vw;
  padding-right: 0vw;
  padding-left: 0vw;
}

.menu-link-language {
  margin-right: 0vw;
  opacity: 0.6;
}

.menu-link-language.bengali {
  padding: 0vh 0vw 0.2vh;
  text-decoration: none;
}

.top-space2 {
  height: 10vh;
}

.tricks-stickers {
  display: none;
}

.tricks-sticker {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 5vw;
}

.tricks-sticker.sofor {
  width: 18.85vw;
}

.tricks-sticker.ichhe {
  width: 10.4vw;
}

.tricks-sticker.bhalobasa {
  width: 13vw;
}

.tricks-sticker.prithibi {
  width: 11.5vw;
}

.awwwards {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.noise-filter {
  width: 0px;
  height: 0px;
}

.rotate {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 0px;
  height: 0px;
}

.line-divider {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 150;
  width: 0.1vw;
  height: 100vh;
  background-color: #1a1814;
}

.line-divider.vertical {
  height: 75vh;
  margin-top: 17.5vh;
  margin-bottom: 7.5vh;
}

.line-divider.test {
  margin-left: 0.2vw;
}

.line-divider.test2 {
  margin-left: 2vw;
}

.title-marquee {
  display: none;
  width: 0px;
  height: 0px;
}

.image-section {
  position: relative;
  z-index: 125;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100%;
  padding-right: 3vw;
  padding-bottom: 10vh;
  padding-left: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #ede5d9;
}

.horizontal-section {
  height: 300vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fixed-section {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
}

.blank-left-block {
  width: 50vw;
  height: 100vh;
  background-color: #ede5d9;
  opacity: 0;
}

.img-holder {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  height: 75vh;
  margin-top: 0vh;
  margin-right: 3vw;
  margin-left: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
}

.profile {
  z-index: 20;
  width: auto;
  height: 75%;
  margin: 0vh 3vw 7.5vh;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.featured-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 100vh;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.about-index {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.belief {
  width: 50vw;
  height: 100vh;
  padding-right: 3vw;
  padding-left: 3vw;
}

.archive {
  display: -ms-grid;
  display: grid;
  width: 100vw;
  margin-top: 15vh;
  padding-right: 20vw;
  padding-left: 3vw;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.library1 {
  width: 17vw;
}

.library-poem-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.library-poem-holder.opekkha {
  display: none;
}

.line4 {
  width: 100%;
  height: 1px;
  margin-top: 0vh;
  background-color: #ede5d9;
  opacity: 0.5;
}

.poem-category {
  margin-top: 0.25vh;
  opacity: 0.8;
  font-family: Kalpurush, Arial, sans-serif;
  color: #ede5d9;
  font-size: 1.25vw;
  text-align: left;
  letter-spacing: -0.05vw;
  text-transform: uppercase;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bullet {
  width: 0.75vw;
  height: 0.75vw;
  margin-right: 0.75vw;
  border-radius: 50%;
  background-color: #ede5d9;
}

.library-category-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.5vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  height: 1.5vh;
  padding-right: 1vw;
}

.lottie-animation {
  height: 100%;
}

.dropdown {
  overflow: hidden;
  width: 100%;
  color: #ede5d9;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5vh;
  padding: 1.5vh 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plus {
  height: 1.5vh;
}

.dropdown-link {
  padding: 2vh 0px 3vh;
  background-color: #1a1814;
  font-family: Kalpurush, Arial, sans-serif;
  color: #ede5d9;
  font-size: 1.15vw;
  line-height: 1.3;
}

.dropdown-list {
  position: static;
  display: block;
  background-color: #1a1814;
}

.dropdown-list.w--open {
  position: static;
  background-color: #1a1814;
}

.whole-poem {
  overflow: hidden;
  padding: 1.25vh 0px 3vh;
  opacity: 0.8;
  font-family: Kalpurush, Arial, sans-serif;
  color: #ede5d9;
  font-size: 1vw;
  line-height: 1.2;
  text-align: left;
  letter-spacing: -0.04vw;
  text-transform: none;
  cursor: default;
}

.poem-name {
  opacity: 0.8;
  font-family: Kalpurush, Arial, sans-serif;
  color: #ede5d9;
  font-size: 1.25vw;
  text-align: left;
  letter-spacing: -0.05vw;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15vh;
  margin-right: 18vw;
  margin-left: 3vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vertical-space {
  width: 1.75vw;
  height: 100%;
}

.accordion-item {
  overflow: hidden;
  width: 100%;
  font-family: Kalpurush, Arial, sans-serif;
  color: #ede5d9;
}

.accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4.2vh;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transition: padding 300ms ease, background-color 300ms ease;
  transition: padding 300ms ease, background-color 300ms ease;
}

.accordion-toggle:hover {
  padding-left: 1vw;
}

.text-block {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: normal;
}

.dropdown-list-2 {
  position: static;
  display: block;
  padding: 0px;
  background-color: #1a1814;
}

.grid {
  margin-top: 13vh;
  margin-right: 26vw;
  margin-left: 3vw;
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.65vw;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.library2 {
  width: 18.5vw;
}

.library3 {
  width: 17.5vw;
}

.library4 {
  width: 18.5vw;
}

.all-poems {
  position: relative;
  z-index: 225;
  display: block;
  width: 100vw;
  margin-top: 0vh;
  padding: 0vh 0vw 6.5vh;
  background-color: #1a1814;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
}

.desktop-divison {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94vw;
  margin-top: 7vh;
  margin-right: 3vw;
  margin-left: 3vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tablet-division {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tablet-division-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mobile-division {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.horizontal-space {
  height: 7.5vh;
}

.library5 {
  width: 17vw;
  margin-top: 7.5vh;
}

.library6 {
  width: 18.5vw;
  margin-top: 7.5vh;
}

.library7 {
  width: 17.5vw;
  margin-top: 7.5vh;
}

.library8 {
  width: 18.5vw;
  margin-top: 7.5vh;
}

.new-transition {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 225;
  display: none;
  width: 100vw;
  height: 120vh;
}

.new-transition._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.library-topbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 250;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10vh;
  padding-right: 2vw;
  padding-left: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #1a1814;
  opacity: 0.9;
}

.library-container {
  position: relative;
}

.smooth-scroll-wrapper {
  margin-top: 515vh;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vh;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-span-3 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.indicator-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lottie-animation-2 {
  position: relative;
  z-index: 5;
  width: 50vw;
  height: 100vh;
}

.left-block-no-click {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ede5d9;
}

.left-block-no-click.mobile {
  display: none;
}

.signature {
  position: absolute;
  bottom: -1vh;
  width: 22.5vh;
  margin-left: 3vw;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.madebydruhin {
  display: none;
  margin-right: 0vw;
  padding: 0vh 0vw 0.2vh;
  text-decoration: none;
}

.madebydruhin.back-to-about {
  margin-right: 0vw;
}

.madebydruhin.footer {
  display: block;
  margin-right: 0vw;
  padding-right: 0vw;
  padding-left: 0vw;
}

.transition1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 120vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #ede5d9;
  background-color: transparent;
}

.transition2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 120vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.library-grid {
  position: relative;
  z-index: 200;
  width: 76.75vw;
  margin-top: 7vh;
  margin-right: 3vw;
  margin-left: 3vw;
  grid-column-gap: 1.75vw;
  grid-row-gap: 7.5vh;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.black-block {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #1a1814;
}

.paper-cut {
  position: relative;
  z-index: 2;
  width: 50vw;
  margin-top: -2vh;
}

.paper-cut.hide {
  display: none;
}

.lottie-animation-3 {
  width: 10vw;
}

.paper-cut-2 {
  position: relative;
  z-index: 2;
  width: 50vw;
  height: 20vh;
  margin-bottom: -2vh;
  margin-left: -0.1vw;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-object-fit: cover;
  object-fit: cover;
}

.paper-cut-2.hide {
  display: none;
}

.paper-end {
  position: relative;
  top: 8vh;
  height: 15vh;
  background-color: transparent;
  background-image: url('../images/paper-cut-2.svg');
  background-position: 50% 100%;
  background-size: 480px;
  background-repeat: repeat-x;
  -webkit-transform: rotate(-5deg) scale(1.15);
  -ms-transform: rotate(-5deg) scale(1.15);
  transform: rotate(-5deg) scale(1.15);
}

.marquee-horizontal {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  height: 5vh;
  margin-bottom: 5%;
  margin-left: 5%;
  padding-top: 0.25vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.25px solid #ede5d9;
  border-radius: 50vw;
  background-color: #1a1814;
}

.track-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.marquee-text {
  margin-right: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Kalpurush, Arial, sans-serif;
  color: #ede5d9;
  font-size: 1.25vw;
  letter-spacing: -0.05vw;
}

.marquee-horizontal-large {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 25vh;
  margin-top: 10vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon-container-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon {
  opacity: 0.9;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.marquee-cover-horizontal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-image: none;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  width: 2vw;
  height: 2vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  mix-blend-mode: difference;
}

.point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6px;
  height: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50vw;
  background-color: #ede5d9;
}

.circle {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 1px solid #ede5d9;
  border-radius: 50vw;
}

.cursor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading-lottie {
  display: none;
  width: 36px;
  height: 36px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.paper-cut-full {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 20vh;
  margin-top: 5%;
  margin-bottom: -5%;
  padding-top: 0.25vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paper-cut-3 {
  position: relative;
  z-index: 1.5;
  width: 50vw;
  height: 20vh;
  margin-bottom: -2vh;
  margin-left: -0.1vw;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(180deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(180deg);
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.track-horizontal2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paper-cut-full-2 {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 20vh;
  margin-top: -0.1vh;
  margin-bottom: -5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.awwwards-code {
  display: none;
}

.awwwards-left {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.awwwards-right {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: none;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-slideshow {
  position: fixed;
  left: auto;
  top: auto;
  right: 3vw;
  bottom: 6vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.img-slide {
  width: 100%;
}

.cssda {
  width: 3.5vw;
  margin-top: 1vh;
}

.aww {
  width: 3.5vw;
}

@media screen and (max-width: 991px) {
  .body.overflow {
    height: auto;
  }

  .main {
    position: relative;
    width: 100vw;
    margin-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-block {
    display: none;
  }

  .left-block.mobile {
    display: none;
    width: 100vw;
    height: 100vh;
  }

  .logo-txt {
    width: 36%;
    padding: 3vh 6.5vw;
    border-radius: 200px;
    box-shadow: 11px 11px 0 0 #2a241d;
  }

  .menu-bar {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 60vw;
    margin-top: 5vh;
    margin-right: 5vw;
    margin-left: 0vw;
  }

  .right-block {
    width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .menu-left-elements {
    padding-top: 0px;
    padding-left: 3vw;
  }

  .menu-right-elements {
    padding-top: 0px;
    padding-right: 3vw;
  }

  .menu-el {
    margin-right: 0vw;
    padding: 1.5vh 1vw 1.5vh 0vw;
    font-size: 1.35vw;
  }

  .menu-el.about {
    padding: 1.5vh 1vw;
  }

  .menu-el.library {
    padding: 1.5vh 1vw;
  }

  .menu-el.contact {
    padding: 1.5vh 1vw;
  }

  .menu-el.english {
    padding: 0vh 0vw;
  }

  .heading {
    margin-top: -5px;
    padding-top: 0px;
    padding-bottom: 4px;
    font-size: 5.6vw;
  }

  .top-space {
    height: 22vh;
  }

  .line {
    width: 90vw;
    margin-top: 8vh;
  }

  .line.library {
    margin-top: 5vh;
  }

  .line.library.tablet {
    margin-top: 7.5vh;
  }

  .line.light {
    width: 90vw;
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .line.footer {
    width: 90vw;
    margin-right: 0vw;
    margin-bottom: 0vh;
    margin-left: 0vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .line.white {
    margin-top: -2%;
  }

  .div-block-2 {
    margin-top: 7vh;
    margin-right: 4vw;
  }

  .star {
    width: 3.5vw;
    height: 3.5vw;
  }

  .video-box {
    width: 55vw;
    height: 25vh;
    margin-top: 10vh;
  }

  .color {
    width: 55vw;
    height: 25vh;
  }

  .transition-logo-img {
    width: 15em;
  }

  .sec1 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .sec2 {
    width: 60vw;
    padding-bottom: 2vh;
  }

  .sec2.tablet {
    padding-bottom: 0vh;
  }

  .poem-2 {
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
  }

  .poem-2:hover {
    padding-left: 0vw;
  }

  .div-block-5 {
    width: 40vw;
  }

  .poem-title {
    font-size: 2.65vw;
    letter-spacing: -0.15vw;
  }

  .date {
    font-size: 1.75vw;
  }

  .poem-desc {
    margin-top: 2vh;
    font-size: 2vw;
    line-height: 1.25;
    letter-spacing: -0.1vw;
  }

  .line2.mobile {
    display: none;
  }

  .div-block-6 {
    width: 2.5vw;
  }

  .line3 {
    margin-top: 2vh;
  }

  .poem-1 {
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
  }

  .poem-1:hover {
    padding-left: 0vw;
  }

  .menu-link {
    margin-right: 1vw;
    padding: 0vh 0vw;
  }

  .menu-link.back-to-about {
    margin-right: 0vw;
  }

  .menu-link-language.bengali {
    padding: 0vh 0vw;
  }

  .top-space2 {
    display: none;
  }

  .tricks-sticker.sofor {
    width: 28vw;
  }

  .tricks-sticker.ichhe {
    width: 16vw;
  }

  .tricks-sticker.bhalobasa {
    width: 19vw;
  }

  .tricks-sticker.prithibi {
    width: 18vw;
  }

  .awwwards {
    display: none;
  }

  .line-divider {
    display: none;
  }

  .image-section {
    width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .fixed-section {
    display: none;
  }

  .img-area {
    display: none;
  }

  .featured-section {
    width: 100vw;
    height: auto;
    margin-top: 5vh;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .featured-section.tablet {
    margin-top: 0vh;
  }

  .belief {
    width: 100vw;
  }

  .library1 {
    width: 100%;
  }

  .poem-category {
    font-size: 2.65vw;
    letter-spacing: -0.1vw;
  }

  .whole-poem {
    font-size: 2vw;
    letter-spacing: -0.076vw;
  }

  .poem-name {
    font-size: 2.65vw;
    letter-spacing: -0.1vw;
  }

  .vertical-space {
    width: 3vw;
  }

  .vertical-space.tablet {
    display: none;
  }

  .accordion-toggle {
    height: 6vh;
  }

  .accordion-toggle:hover {
    padding-left: 0vw;
    background-color: transparent;
  }

  .grid {
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .library2 {
    width: 37.5vw;
  }

  .library3 {
    width: 37.5vw;
  }

  .library4 {
    width: 100%;
  }

  .all-poems {
    width: 100vw;
    margin-top: 0vh;
    padding-right: 0vw;
    padding-bottom: 6.5vh;
    padding-left: 0vw;
  }

  .desktop-divison {
    width: 90vw;
    margin-right: 5vw;
    margin-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tablet-division {
    width: 100%;
  }

  .tablet-division-2 {
    width: 100%;
    margin-top: 7.5vh;
  }

  .mobile-division {
    width: 50%;
  }

  .horizontal-space {
    height: 8vh;
  }

  .library5 {
    width: 100%;
  }

  .library6 {
    width: 100%;
  }

  .library7 {
    width: 100%;
  }

  .library8 {
    width: 100%;
  }

  .library8.hide {
    display: block;
  }

  .new-transition {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .library-topbar {
    padding-right: 4vw;
    padding-left: 5vw;
  }

  .smooth-scroll-wrapper {
    margin-top: 7.5vh;
  }

  .footer {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .footer-links {
    width: 73.5vw;
    margin-left: -1vw;
  }

  .left-block-no-click {
    display: none;
  }

  .left-block-no-click.mobile {
    display: none;
    width: 100vw;
    height: 100vh;
  }

  .madebydruhin {
    margin-right: 1vw;
    padding: 0vh 0vw;
  }

  .madebydruhin.back-to-about {
    margin-right: 0vw;
  }

  .transition1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .transition2 {
    display: none;
    width: 100%;
  }

  .library-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paper-cut {
    width: 100vw;
  }

  .lottie-animation-3 {
    width: 12vw;
  }

  .paper-cut-2 {
    margin-left: -0.2vw;
  }

  .marquee-horizontal {
    margin-bottom: 8%;
  }

  .marquee-text {
    font-size: 2.65vw;
    letter-spacing: -0.15vw;
  }

  .cursor-wrapper {
    display: none;
  }

  .paper-cut-full {
    margin-bottom: 5%;
  }

  .paper-cut-full-2 {
    margin-top: -0.1vh;
    margin-bottom: 0%;
  }

  .awwwards-left {
    display: none;
  }

  .awwwards-right {
    display: none;
  }

  .image-slideshow {
    display: none;
  }

  .cssda {
    width: 7vw;
  }

  .aww {
    width: 7vw;
  }
}

@media screen and (max-width: 767px) {
  .marquee-cover-horizontal {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, hsla(0, 0%, 100%, 0)), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 70%, #fff), linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 30%);
  }
}

@media screen and (max-width: 479px) {
  .logo-txt {
    width: 65%;
    padding: 2.5vh 12vw;
    border-radius: 200px;
    box-shadow: 7px 7px 0 0 #2a241d;
  }

  .menu-bar {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 90vw;
    margin-top: 3.75vh;
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .menu-left-elements {
    padding-top: 0.25vh;
    padding-left: 6vw;
  }

  .menu-right-elements {
    padding-top: 0.25vh;
    padding-right: 6vw;
  }

  .menu-el {
    padding: 1.5vh 1vh 1.5vh 1vw;
    font-size: 2.75vw;
  }

  .menu-el.about {
    padding: 1.5vh 2vw;
  }

  .menu-el.about.footerlinks.copyright {
    display: block;
  }

  .menu-el.library {
    padding: 1.5vh 2vw;
  }

  .menu-el.contact {
    padding: 1.5vh 2vw;
  }

  .menu-el.english {
    padding: 0vh 0vh 0vh 0vw;
  }

  .heading {
    display: none;
    margin-top: -2px;
    font-size: 6.85vw;
  }

  .heading.mobile {
    display: block;
    padding-bottom: 3px;
  }

  .heading.mobile.fade-up2.tricks {
    font-size: 6.75vw;
  }

  .heading.featured {
    display: block;
  }

  .top-space {
    height: 18vh;
  }

  .line {
    margin-top: 6vh;
  }

  .line.library {
    margin-top: 6vh;
  }

  .line.white {
    margin-top: -3%;
  }

  .background-video {
    border-radius: 20px;
  }

  .div-block-2 {
    position: absolute;
    margin-top: 5vh;
  }

  .star {
    width: 5vw;
    height: 5vw;
  }

  .video-box {
    width: 90vw;
    height: 30vh;
    border-radius: 20px;
  }

  .color {
    width: 90vw;
    height: 30vh;
  }

  .transition-logo-img {
    width: 25em;
  }

  .sec1 {
    padding-top: 15vh;
    padding-bottom: 8vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .sec2 {
    width: 90vw;
    padding-bottom: 5vh;
  }

  .poem-2 {
    padding-top: 2.5vh;
    padding-bottom: 2.25vh;
  }

  .poem-2:hover {
    padding-left: 0vw;
  }

  .div-block-5 {
    width: 72.5vw;
  }

  .poem-title {
    font-size: 5.5vw;
    letter-spacing: -0.275vw;
  }

  .date {
    font-size: 3.5vw;
  }

  .poem-desc {
    font-size: 4vw;
    line-height: 1.25;
    letter-spacing: -0.2vw;
  }

  .div-block-6 {
    width: 5vw;
  }

  .line3 {
    margin-top: 2.5vh;
  }

  .poem-1 {
    padding-top: 1.5vh;
    padding-bottom: 1.25vh;
  }

  .poem-1:hover {
    padding-left: 0vw;
  }

  .menu-link {
    margin-right: 1vw;
    padding: 0vh 0vw;
  }

  .menu-link.footer {
    margin-top: 0vh;
  }

  .menu-link-language.bengali {
    padding: 0vh 0vw;
  }

  .top-space2 {
    height: 10vh;
  }

  .tricks-sticker.sofor {
    width: 54vw;
  }

  .tricks-sticker.ichhe {
    width: 36vw;
  }

  .tricks-sticker.bhalobasa {
    width: 38vw;
  }

  .tricks-sticker.prithibi {
    width: 37vw;
  }

  .awwwards {
    display: none;
  }

  .featured-section {
    margin-top: 7.5vh;
  }

  .library1 {
    width: 90vw;
  }

  .poem-category {
    font-size: 5vw;
    letter-spacing: -0.2vw;
  }

  .bullet {
    width: 2vw;
    height: 2vw;
    margin-right: 2.5vw;
  }

  .whole-poem {
    padding-bottom: 2.5vh;
    font-size: 4vw;
    line-height: 1.25;
    letter-spacing: -0.16vw;
  }

  .poem-name {
    font-size: 5vw;
    letter-spacing: -0.2vw;
  }

  .vertical-space {
    width: 0vw;
    height: 8vh;
  }

  .accordion-toggle {
    height: 5.5vh;
  }

  .library2 {
    width: 90vw;
  }

  .library3 {
    width: 90vw;
  }

  .library4 {
    width: 90vw;
  }

  .all-poems {
    padding-top: 0vh;
  }

  .tablet-division {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tablet-division-2 {
    margin-top: 8vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile-division {
    width: 100%;
  }

  .new-transition {
    display: none;
    height: 110vh;
  }

  .library-topbar {
    padding-right: 3vw;
  }

  .footer-links {
    width: 92vw;
    margin-top: 7vh;
    margin-left: -2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    margin-top: 7.5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .signature {
    top: 6vh;
    bottom: auto;
  }

  .madebydruhin {
    margin-right: 1vw;
    padding: 0vh 0vw;
  }

  .madebydruhin.footer {
    display: block;
    margin-top: 0vh;
  }

  .transition1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 110vh;
  }

  .library-grid {
    overflow: hidden;
    width: 90vw;
    margin-right: 5vw;
    margin-left: 5vw;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .lottie-animation-3 {
    width: 25vw;
  }

  .paper-cut-2 {
    margin-left: -0.2vw;
  }

  .marquee-horizontal {
    margin-bottom: 5%;
  }

  .marquee-text {
    margin-right: 15vw;
    font-size: 5.5vw;
    letter-spacing: -0.275vw;
  }

  .marquee-horizontal-large {
    height: 130px;
  }

  .icon-container-alt {
    width: 200px;
    height: 100px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .paper-cut-full-2 {
    margin-top: -0.1vh;
  }

  .awwwards-left {
    display: none;
  }

  .awwwards-right {
    display: none;
  }

  .cssda {
    width: 12vw;
  }

  .aww {
    width: 12vw;
  }
}

@font-face {
  font-family: 'Prociono';
  src: url('../fonts/prociono-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kalpurush';
  src: url('../fonts/Kalpurush.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}