@import url("https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap");
* {
  color: white;
}
body {
  box-sizing: border-box;
  margin: 0%;
  background-color: black;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  background-image: linear-gradient(45deg, lightblue, blueviolet);
  background-size: 100% auto;
  overflow-x: hidden;
}
.bg-transparent,
.btn {
  background-color: transparent;
}
header {
  padding: 10px 0px 5px 5%;
  height: 3rem;
  z-index: 2;
  justify-content: space-between;
}
header h1 {
  font-family: "Berkshire Swash" cursive;
}
a {
  text-decoration: none;
}
#menu_btn {
  border: none;
}
.nav-btn {
  margin-left: -8.45rem;
}
.nav-btn2 {
  top: -0.5px;
  left: -12.5rem;
  border: none;
}
input {
  border-radius: 5px;
  padding-left: 5px;
}
.nav-inp {
  height: 1.3rem;
  width: 10rem;
  padding-left: 2rem;
  border: solid #6a18d4 2px;
}
.nav,
.search {
  margin-top: 1rem;
}
#menu_btn {
  display: none;
  font-size: 1.5rem;
  position: absolute;
  top: 1.2rem;
  right: 7%;
}
.nav {
  gap: 2rem;
}
ul {
  list-style: none;
  margin: 0%;
}
.nav li {
  display: inline;
  margin-left: 10px;
  font-weight: 600;
}
nav li a {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-size: 1.2rem;
  color: rgb(204, 194, 194) !important;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.col {
  color: #6a18d4 !important;
}
.col1 {
  color: #385dcf;
}
.nav a,
.col2 {
  color: rgba(245, 245, 245, 0.486);
}
.rel {
  position: relative;
}
main {
  padding: 10px 5% 0 5%;
}
h1 {
  font-size: 2rem;
}
.h1 {
  font-size: 2.5rem;
  font-family: "Courier New", Courier, monospace;
}
.container1 section:nth-of-type(2) {
  position: absolute;
  top: 9.5rem;
  left: 20rem;
  z-index: -1;
}
.hero {
  height: 21rem;
}
button {
  border: solid #385dcf 2px;
  border-radius: 7px;
}
.btn {
  width: 8rem;
  padding: 7px 5px 7px 5px;
  background-color: transparent;
}
small {
  font-size: 0.85rem !important;
}
.fs-1 {
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.mt {
  margin-top: -1.3rem;
}
.c-btn {
  margin-left: 1.2rem !important;
}
.container2 section,
.c-btn,
.box,
.nav-btn {
  background-image: linear-gradient(-45deg, #6a18d4, #385dcf);
}
aside {
  margin-top: 3rem;
}
.br {
  border-radius: 50%;
}
.hero1 {
  height: 18rem;
  opacity: 0.7;
}
.container3 {
  gap: 5%;
  justify-content: left;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.container3 h1 {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  margin-top: -0.8rem;
}
.box {
  padding: 20px 10px 20px 10px;
  text-align: center;
  border-radius: 10px;
}
.box i {
  font-size: 2.5rem;
  color: white;
}
.container2 .box {
  margin-top: -3rem;
  width: 5rem;
}
.container2 > div {
  justify-content: space-between;
  gap: 2rem;
}
.container2 .fs-1 {
  max-width: 540px;
  margin: -1rem auto;
}
.overflow section {
  width: 18rem;
  border-radius: 10px;
  padding: 10px 15px 12px 15px;
  color: white;
}
.h section {
  height: 12rem;
}
.overflow {
  width: 100%;
  grid-template-columns: auto auto auto;
}
.overflow section {
  width: 18rem;
}
.top {
  top: -2.95rem;
  left: 2rem;
}
.fa-star {
  color: rgb(253, 222, 45);
}
.container2.fa-user {
  font-size: 1.8rem;
}
aside .br:nth-of-type(1) {
  margin-left: 0% !important;
}
.container1 .fa-user {
  background-color: blueviolet;
  border: solid #385dcf 1px;
  padding: 5px 8px 5px 8px;
  color: rgb(136, 190, 236);
  margin-left: -1rem;
  text-align: center;
}
.input {
  height: 33px;
  width: auto;
  border: solid #385dcf 2px;
  padding-right: 8.5rem;
}
.justify {
  justify-content: left !important;
  gap: 1rem !important;
}
@media screen and (max-width: 465px) {
  .hero {
    width: 104%;
    height: auto;
    border-radius: unset;
    margin-left: -2%;
  }
  .hero1 {
    width: 95%;
    height: auto;
  }
  .img {
    position: absolute;
    left: 0%;
  }
  .img .hero1 {
    opacity: 0.2;
    z-index: -1;
  }
  .overflow:nth-of-type(1) {
    grid-template-columns: auto;
    row-gap: 4rem;
    justify-content: center !important;
    box-shadow: none;
    overflow: hidden;
  }
  .overflow:nth-of-type(1) section {
    width: 91%;
  }
  .z {
    z-index: 4;
  }
}
@media screen and (max-width: 649px) {
  main {
    padding-top: 20px !important;
  }
  .container1 {
    display: flex;
    flex-direction: column-reverse;
  }
  aside {
    margin-top: 0;
  }
  .container3 {
    flex-direction: column;
  }
  .container1 section,
  .flex > section {
    width: 100%;
  }
  .container1 section:nth-of-type(2) {
    position: unset;
  }
  .container2 h1,
  .container1,
  .container3 {
    text-align: center;
  }
  .container3 .flex {
    justify-content: center;
  }
  .mt .box {
    width: 8rem;
  }
}
@media screen and (min-width: 650px) and (max-width: 770px) {
  .container1 section:nth-of-type(2) {
    left: 16rem;
  }
  .hero {
    height: 18rem;
  }
  .hero1 {
    height: 15rem;
  }
}
@media screen and (max-width: 890px) {
  #menu_btn {
    display: block;
  }

  .search {
    position: absolute;
    left: 25%;
    margin-top: 0%;
  }

  .hide {
    display: none;
  }
  .nav {
    position: absolute;
    flex-direction: column;
    background-image: linear-gradient(
      to bottom,
      rgba(144, 49, 233, 0.874),
      rgba(112, 38, 180, 0.831)
    );
    top: 4rem;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding-left: 2%;
    padding-bottom: 20px;
    gap: 7px;
    z-index: 5;
    text-align: center;
  }
  .nav section {
    align-self: flex-start !important;
  }

  .nav li {
    display: list-item;
    position: relative;
    left: -2.35rem;
    margin-top: 0.8rem;
  }
  .nav-inp {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 850px) and (max-width: 935px) {
  .container1 section:nth-of-type(2) {
    left: 25rem;
  }
}
@media screen and (min-width: 936px) and (max-width: 1059px) {
  .container1 section:nth-of-type(2) {
    left: 30rem;
  }
  .h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1059px) {
  main {
    padding: 0px 2% 0 2%;
  }
}
@media screen and (max-width: 1130px) {
  .overflow {
    background: transparent;
    width: 100%;
    overflow: scroll hidden;
    justify-content: unset !important;
    padding: 2.5rem 0 5px 0;
    margin-top: -2.5rem;
  }
}
@media screen and (min-width: 1060px) {
  .container1 section:nth-of-type(2) {
    left: 35rem;
  }
  .h1 {
    font-size: 3rem;
  }
  .hero {
    height: 23rem;
  }
  .hero1 {
    height: 20rem;
  }
  .mt {
    margin-top: -2rem;
  }
}
