@import url("https://pro.fontawesome.com/releases/v5.10.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary-color: #bebebe;
  --secondary-color: #f2f2f2;
  --text-color: #222222;
  --accent-color: #e0dfdf;
  --dark-blue: #3f72af;
  --ow-white: #f6f8fd;
  --green-color: #f1f7ed;
  --blue-color: #4363ad;
  --hover-color: #4caf05;
  --navbar-height: 10vh;
  --gu-green-color: #528d52;
  /* color */

  --black: #1f1d1d;
  --white: #fffefe;
  --lynxWhite: #f8f8f8;
  --grey: #575757;
  --green: #20aa20;
  --darkRed: #9b1e1e;
  --red: #ff0000;
  --lightRed: #f3a09cf8;
  --darkYellow: #a88c18;
  --lightBlue: #89c3df;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 100%;
  background: var(--secondary-color);
}
a {
  display: inline-block;
  text-decoration: none;
  color: var(--text-color);
}
button {
  cursor: pointer;
}

hr {
  margin: 0.85rem 0;
  border-top: 2px solid var(--secondary-color);
  border-bottom: 0;
}

iframe {
  margin: 1.5rem 0;
}
/* Utilities */
.p-bottom-1 {
  padding-bottom: 1rem;
}
.h1 {
  font-weight: 600;
  font-size: 2rem;
  margin: 1rem auto;
}
.h2 {
  font-weight: 600;
  font-size: 1.4rem;
  margin: 0.8rem auto;
}
.p-s {
  margin: 1.1rem auto;
  font-weight: 500;
  font-size: 1.2rem;
}
.p-md {
  margin: 1.1rem auto;
  font-weight: 500;
  font-size: 1.3rem;
}
.flex-d-clm {
  flex-direction: column;
}
.justify-c-ctr {
  justify-content: center;
}
.margin-top-10 {
  margin-top: 10rem;
}
/* Home Page */
.home-content {
  padding: 1rem 2rem 1.5rem;
  max-width: 50ch;
  text-align: center;
}
.hdr-icons {
  display: flex;
  margin-left: auto;
  color: var(--black);
  font-size: 1.8rem;
  gap: 2rem;
  align-items: center;
}
.home-div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-btn {
  width: 10rem;
  font-size: 1rem;
  padding: 14px 18px;
  border-radius: 2px;
  border: 0px;
  background-color: var(--accent-color);
  text-align: center;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: var(--navbar-height);
  color: var(--primary-color);
  background: var(--accent-color);
  font-size: 1.5rem;
  padding: 0 2.5rem;
}
.navbar a {
  color: var(--text-color);
}
.header-logo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.hdr-icons {
  display: flex;
  margin-left: auto;
  color: var(--text-color);
  font-size: 1.8rem;
}
#btn-ham-burger {
  background-color: transparent;
  color: var(--text-color);
  border: 0;
  font-size: 1.6rem;
  margin-right: 2rem;
}
.head-title {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Kaushan Script", cursive;
}
.main-body {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 1;
  flex-grow: 1;
}
.sidebar {
  position: fixed;
  padding: 1rem 2.55rem 4rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 10px;
  z-index: 5;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 600;
  min-width: 18%;
  height: calc(100vh - var(--navbar-height));
  overflow-y: auto;
  background-color: var(--secondary-color);
  transition: 0.3s;
}
.sidebar-subtitle {
  color: var(--text-blue);
  font-size: 1.4rem;
  text-decoration: underline;
}

.sidebar-link:hover {
  padding-left: 2px;
}
.close-sideBar-btn {
  font-size: 1.5rem;
  margin-left: auto;
  display: none;
  cursor: pointer;
}
.docs {
  padding: 1rem;
  margin-left: 18%;
  flex-grow: 1;
}

/* docs */
.docs-display {
  margin: auto;
  width: 95%;
}

.gu-icon-container {
  margin: 1rem auto;
  background: var(--accent-color);
  box-shadow: 2px 1px 10px var(---color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  gap: 20px;
  border-radius: 10px;
  flex-wrap: wrap;
}
.gu-icon-container-clm {
  margin: 1.5rem auto;
  background: var(--secondary-color);
  box-shadow: 2px 1px 10px var(--accent-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  gap: 20px;
  border-radius: 10px;
  flex-wrap: wrap;
  flex-direction: column;
}
/* media Queries */
@media only screen and (max-width: 1100px) {
  .sidebar {
    display: none;
  }
  .docs {
    margin-left: 0;
  }
  .close-sideBar-btn {
    display: flex;
  }
}

@media only screen and (max-width: 900px) {
  .head-title {
    font-size: 1.7rem;
  }
  .p-s {
    font-size: 1.1rem;
  }
  .p-md {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 600px) {
  .head-title {
    font-size: 1.63rem;
  }
  .h1 {
    font-size: 1.54rem;
  }
  .h2 {
    font-size: 1.25rem;
  }
  .p-s {
    font-size: 1rem;
  }
  .p-md {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 400px) {
  .h1 {
    font-size: 1.35rem;
  }
  .h2 {
    font-size: 1.15rem;
  }
  .p-s {
    font-size: 0.85rem;
  }
  .p-md {
    font-size: 0.95rem;
  }
}
