@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: 0;
  scroll-behavior: smooth;
}

:root {
  --primary: #df2a2a;
  --secondary: #464454;
  --lit-pri: #f0f0f0;
  --text: white;
  --lit-sec: #8e8e8e10;
  --myFont: "Poppins", system-ui;
}

body {
  font-family: var(--myFont);
}

::-webkit-scrollbar {
  background-color: #a1a1a17d;
}

::-webkit-scrollbar-thumb {
  background-color: var(--secondary);
  border-radius: 5px;
}

.harmburger,
.close_nav {
  display: none;
}

.nav {
  padding-top: 1%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  height: 5rem;
  width: 90%;
}

.close-nav {
  display: none;
}

.logo1 {
  height: 6dvh;
  width: 12dvw;
}

.logo2 {
  display: none;
}

.logo1.slide {
  display: none;
}

.logo2.slide {
  display: block;
  height: 6dvh;
  width: 12dvw;
}

.nav-list.slide {
  margin-top: 1.8vh;
}

.nav-list {
  display: flex;
  gap: 6%;
  align-content: center;
}

.nav-menu {
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 85%;
  margin: auto;
  transition: 500ms;
  padding: 1% 1.8vw;
  padding-bottom: 3vh;
  z-index: 40;
}

.nav-menu.slide {
  background-color: var(--text);
  border-radius: 15px;
}

.nav-list li,
a {
  text-decoration: none;
  list-style: none;
  color: var(--text);
  transition: 1s;
  font-size: 15px;
  margin-top: 1vb;
}

.nav-list a{
  transition: 500ms;

}

.nav-list a:hover {
  color: #fbac98;
}

.nav-list a.slide {
  color: var(--secondary);
  transition: 500ms;
}

.nav-list a.slide:hover {
  color: #fbac98;
}

.buy-btn {
  height: 5dvh;
  width: 25dvw;
  background-color: var(--text);
  border: none;
  border-radius: 20px;
  color: var(--primary);
  font-size: 15px;
  cursor: pointer;
}

.buy-btn:hover{
  background-color: var(--primary);
  color: var(--text);
}

.buy-btn.slide {
  background-color: var(--primary);
  color: var(--text);
}

/* home directories */

.dir-list {
  margin: 5% 15%;
  color: var(--text);
}

.dir-nav,
.back-home {
  font-size: 15px;
  font-weight: 500;
}

.back-home {
  color: var(--primary);
}

.dir-title {
  font-size: 40px;
  font-weight: 600;
}

/* footer */

footer {
  background-color: #201f35;
  color: var(--text);
}

.footer-main {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-evenly;
  padding-top: 6%;
}

.footer-title {
  font-size: 20px;
  margin-bottom: 5%;
}

.footer-list > li {
  font-size: 13px;
  list-style: none;
  font-weight: 300;
  margin-top: 10%;
  color: #f0f0f091;
  transition: 1s;
  cursor: pointer;
}

.footer-list li:hover {
  color: var(--text);
}

.footer-social {
  margin-bottom: 10%;
}

.footer-social a {
  margin: 3%;
  color: #f0f0f091;
  cursor: pointer;
  transition: 1s;
}

.footer-social a:hover {
  color: var(--text);
}

.sub-flex {
  display: flex;
  width: 100%;
}

.send-btn {
  background-color: #f0f0f022;
  padding: 2%;
  padding-left: 5%;
  padding-top: 3%;
  border-radius: 50%;
  width: 2rem;
  margin-left: 5%;
  cursor: pointer;
}

.footer-input {
  height: 6vh;
  width: 13vw;
  background-color: #f0f0f022;
  border: none;
  border-radius: 20px;
  padding-left: 8%;
  outline: none;
  color: var(--text);
}

.footer-input::placeholder {
  color: #929292;
}

.sub-footer {
  background-color: #18172d;
  display: flex;
  justify-content: space-evenly;
  height: 10vh;
  align-items: center;
  margin-top: 5%;
}

.quicklink-menu a {
  padding-left: 1vw;
  color: #f0f0f091;
  cursor: pointer;
  transition: 1s;
  font-size: 15px;
}

.quicklink-menu a:hover {
  color: var(--text);
}

.creator {
  font-size: 15px;
  padding-top: 1vh;
}

.creator a {
  color: var(--primary);
}

.creator a em{
  color: #c6141493;
  font-family: cursive;
}

.up-btn {
  position: fixed;
  bottom: 15px;
  color: #716e6eb6;
  right: 15px;
  font-size: 25px;
  border-radius: 50%;
  transition: 1s;
  opacity: 0;
  cursor: auto;
}

.up-btn.slide {
  opacity: 1;
}

.up-btn:hover {
  box-shadow: 0 0 10px 0 #bc00005d;
  color: #000000;
}

.up-btn {
  position: fixed;
  bottom: 15px;
  color: #716e6eb6;
  right: 15px;
  font-size: 25px;
  border-radius: 50%;
  transition: 1s;
  opacity: 0;
  cursor: auto;
}

.up-btn.slide {
  opacity: 1;
}

.up-btn:hover {
  box-shadow: 0 0 10px 0 #bc00005d;
  color: #000000;
}

/* tap size */
@media (max-width: 900px) {
  .harmburger {
    color: var(--primary);
    height: 5vh;
    width: 3vb;
    padding: 0 1%;
    border-radius: 5px;
    margin-left: auto;
    margin-right: 5%;
    /* border: 1px solid var(--secondary); */
    cursor: pointer;
    display: block;
    position: fixed;
    right: 0;
    z-index: 2;
    font-size: 20px;
  }

  .close-nav {
    display: block;
    float: right;
    cursor: pointer;
    color: var(--primary);
    transition: 2s;
  }

  .close-nav:hover {
    color: #800909;
    scale: 1.3;
  }

  .nav-menu {
    display: block;
    justify-content: space-between;
    height: 100%;
    width: 60%;
    background-color: var(--text);
    border-right: 2px solid var(--primary);
    z-index: 200;
    position: fixed;
    top: 0;
    left: -180vw;
    transition: 1500ms;
  }

  .nav-menu.open {
    left: 0;
    border-radius: 0;
    transition-delay: 200ms;
  }

  .page-cover {
    background-color: #212121cf;
    height: 120dvh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 100vw;
    transition: 700ms;
    z-index: 3;
  }

  .page-cover.open {
    left: 0;
  }

  .logo1 {
    display: none;
  }

  .logo2 {
    height: 5dvh;
    width: 20vb;
    margin-top: 5%;
    margin-left: 18vw;
    display: block;
  }

  .logo1.slide {
    display: none;
  }

  .logo2.slide {
    display: block;
    height: 5dvh;
    width: 20vb;
    margin-top: 5%;
    margin-left: 25%;
  }

  .nav-list {
    display: block;
    gap: 6%;
    margin-top: 1vb;
    padding-left: 5%;
  }

  .nav-list li,
  a {
    text-decoration: none;
    list-style: none;
    color: var(--secondary);
    transition: 1s;
    font-size: 13px;
    margin-top: 5vb;
  }

  .nav-list a:hover {
    border-bottom: 2px solid var(--primary);
  }

  .buy-btn {
    height: 5vh;
    width: 30dvw;
    background-color: var(--primary);
    box-shadow: 0 0 2px 0 var(--primary);
    border: none;
    border-radius: 15px;
    color: var(--text);
    font-size: 13px;
    cursor: pointer;
    margin-top: 10%;
  }

  /* footer tab */

  .footer-main {
    justify-content: space-between;
    padding: 0 5%;
    padding-top: 5%;
  }

  .footer-title {
    font-size: 20px;
    margin-bottom: 5%;
  }

  .footer-list > li {
    margin-top: 10%;
  }

  .footer-input {
    height: 5vh;
    width: 20vw;
  }

  .sub-footer {
    display: block;
    text-align: center;
    height: 10vh;
    margin-top: 5%;
    padding: 0 3%;
  }

  .quicklink-menu a {
    padding-left: 0vw;
    color: #f0f0f091;
    cursor: pointer;
    transition: 1s;
  }

  .quicklink-menu a:hover {
    color: var(--text);
  }

  .creator {
    font-size: 13px;
  }

  .creator a {
    color: var(--primary);
    padding-left: 5px;
  }
}

@media (max-width: 600px) {
  .harmburger {
    margin-top: 3%;
  }

  .logo2 {
    margin-left: 10vw;
  }

  .footer-main {
    grid-template-columns: auto;
    row-gap: 5%;
  }

  .footer-title {
    font-size: 15px;
  }

  .footer-input {
    height: 5vh;
    width: 40vw;
  }

  .sub-footer {
    display: block;
    margin-top: 25%;
    text-align: center;
  }
}
