/* width */
::-webkit-scrollbar {
  width: 10px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
html {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  width: 100%;
  font-family: "Urbanist", sans-serif;
  min-height: 100%;
  background: #FEF9F5;
}

.navbar {
  --bs-navbar-toggler-border-radius: 0rem;
  background: #FEF9F5;
}

.navbar i {
  display: flex;
  align-items: start;
}


.navbar-toggler span {
  display: block;
  background-color: #4f4f4f;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}

.dropdown-menu {
  --bs-dropdown-border-color: none;
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-link-active-bg: none;
}

.dropdown-menu.show {
  background-color: #FEF9F5;
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}
.footer {
  grid-template-rows: repeat(3, 1fr);
  height: 100vh;
  display: grid;
  align-content: center;
  justify-items: center;
  background-color: #222;
  font-family: "Urbanist Medium";
}

.fa-brands {
  padding: 10px;
}

.social-accounts {
  text-align: center;
  align-self: center;
  justify-self: center;
  line-height: 40px;
  color: #b5b5b5;
}
.social-accounts a {
  display: contents;
}
.support-footer {
  text-align: center;
  align-self: center;
  justify-self: center;
  color: #b5b5b5;
  text-decoration: none;
}
.navigation-footer h4,
a {
  display: flex;
  color: #b5b5b5;
  text-decoration: none;
}
.navigation-footer {
  text-align: center;
  align-self: center;
  justify-self: center;
  line-height: 34px;
  color: #b5b5b5;
}
.copyrights {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Urbanist Medium";
  background-color: #222;
  color: #b5b5b5;
}
.mobile-responsive {
  font-size: 13px;
}

@media all and (max-width: 11400px) and (min-width: 990px) {
  .footer {
    grid-template-columns: repeat(3, 350px);
    grid-template-rows: 1fr;
    height: 50vh;
    justify-content: center;
  }
  .social-accounts h2 {
    text-align: center;
  }

}
@media all and (max-width: 11400px) and (min-width: 1200px) {
  .footer {
    grid-template-columns: repeat(3, 425px);
    grid-template-rows: 1fr;
    height: 50vh;
    justify-content: center;
  }
  .social-accounts h2 {
    text-align: center;
  }

  .navigation-footer a {
    line-height: 45px;
  }
}

@media all and (max-width: 11400px) and (min-width: 1400px) {
  .footer {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    height: 50vh;
    justify-content: center;
  }
  .social-accounts {
    align-self: flex-start;
  }
  .support-footer {
    align-self: flex-start;
  }
  .navigation-footer {
    align-self: flex-start;
  }

  .support-footer h4,
  p {
    text-decoration: none;
  }
  .support-footer p {
    line-height: 34px;
  }
  .social-accounts h2 {
    font-size: clamp(2rem, 5vw + 0.5rem, 2.2rem);
  }
}

@media all and (min-width: 400px) {
  .copyrights {
    font-size: clamp(1rem, 5vw, 1rem);
  }
}
@media all and (min-width: 1000px) {
  ::-webkit-scrollbar {
    width: 5px;
    background: transparent;
  }
}
@media all and (min-width: 1400px) {
  .footer {
    grid-template-rows: auto;
  }
}

@media all and (min-width: 300px) and (max-width: 500px) {
  .intro-text {
    font-size: 0.5rem;
  }
}
