@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff"),
    url("../fonts/Montserrat-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff"),
    url("../fonts/Montserrat-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #000;
}
section {
  margin-bottom: 50px;
}
section:nth-child(1) {
  margin-bottom: 0;
}
.about {
  padding-top: 50px;
}

.about__onion-title {
  margin-bottom: 0px;
}
.about__onion-subtitle {
  display: block;
  margin-bottom: 30px !important;
}
.about__onion-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 700px;
}
.about__onion-item {
  margin-bottom: 20px;
  border: 2px solid rgb(155, 155, 155);
  border-radius: 15px;
  position: relative;
}
.about__onion-item::after {
  content: "";
  position: absolute;
  border-radius: 2px;
  top: 23px;
  right: 20px;
  background-color: green;
  width: 20px;
  height: 20px;
}
.about__onion-link {
  display: block;
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 30px;
  width: 100%;
  height: 100%;
}
.bene {
  margin-top: 30px;
}
.header {
  position: sticky;
  z-index: 999;
  background-color: #fff;
}
.header nav {
  background-color: #fff !important;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d6d6d6;
  padding: 25px 0;
}
.btn {
  font-weight: 600;
  color: #fff;
  background-color: #000;
  padding: 13px 0;
  width: 150px;
}
.btn:hover {
  background-color: #2a2828;
}
.nav-link {
  font-weight: 500;
  color: #000;
}
.nav-link:hover {
  color: #2a2828;
}

.nav-link.shag {
  color: #000;
  border-color: #000;
  text-transform: capitalize;
  font-size: 17px;
}
.shaq.active {
  color: #fff !important;
}
.bene__inner {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.card {
  border: 1px solid #d6d6d6;
  border-radius: 10px 10px 0 0;
  width: 32%;
  min-height: 520px;
}
.card-img {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}
.card-img img {
  width: 100%;
  height: 100%;
}
.card-title {
  font-size: 21px;
}
.card-text {
  font-size: 16px;
}
.card-header {
  color: #fff !important;
  background-color: #000;
  padding: 20px 20px 20px 20px;
}
.card-body {
  background-color: #fff;
  color: #000;
  padding: 20px !important;
}

.container {
  overflow-x: hidden;
}
.block__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.block__inner figure {
  width: 32%;

  min-height: 350px;
}
.title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.subtitle {
  font-size: 18px;
  max-width: 700px;
  margin-bottom: 50px;
}
.blockquote-img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.blockquote-img img {
  width: 100%;
  height: 100%;
}
.mb-0 {
  font-size: 17px;
  margin-bottom: 20px;
}
.accordion-button {
  background-color: #000;
  font-size: 20px;
  padding: 25px;
}
.accordion-item:nth-child(1) {
  border-radius: 20px 20px 0 0;
}

.accordion-button:focus {
  background-color: #000;
  color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background-color: #000;
  color: #fff;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}
.accordion-body {
  background-color: #fff;
  color: #000;
}
.footer__inner {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
.footer__logo {
  max-width: 50px;
}
@media (max-width: 1130px) {
  .card {
    width: 100%;
  }
  .block__inner {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .block__inner figure {
    width: 100%;
    min-height: 220px;
  }
  .navbar-toggler {
    background-color: #000;
  }
  .navbar-toggler-icon {
  }
}
