* {
  box-sizing: border-box;
  /* Remove Gray Highlight When Tapping Links in Mobile Safari */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  padding: 0;
}

body {
  background: black;
}

.pageSize {
  z-index: 100;
  position: fixed;
  top: 90px;
  left: 0;
  padding: 5px;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  display: none;
}

button {
  cursor: pointer;
}

.displayHidden {
  display: none !important;
}

.showNav {
  right: 0 !important;
}

.showForm {
  top: 0;
}

header {
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  background-color: #000000;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-size: 30px;
  font-family: "Yellowtail", cursive;
  padding-left: 16px;
  color: #facf00;
  word-spacing: 1px;
}

.nav-logo-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.nav-socials {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.nav-social-btn {
  background: black;
  border: 2px solid #e5e5e5;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  font-size: 16px;
}

.backToTop {
  display: block;
  height: 100%;
}

.openNavBtn {
  background-color: initial;
  width: 60px;
  height: 100%;
  border: none;
  color: #e2e2e2;
}

.openNavIcon,
.closeNavIcon {
  font-size: 28px;
}

.closeNavBtn,
.closeFormBtn {
  background-color: gray;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}

.navOverlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s;
}

.hiddenOverlay {
  opacity: 0;
  pointer-events: none;
}

.mobileNav {
  position: fixed;
  top: 0;
  right: -100%;
  background-color: silver;
  height: 100%;
  width: 260px;
  transition: all 0.4s;
  padding-top: 80px;
}

.desktopNav {
  display: none;
}

.mobileNavLink {
  padding: 20px 0;
}

main {
  padding-top: 60px;
}

.landing-box {
  height: calc(100svh - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  border-top: 1px solid #151515;
  background: black;
}

.landing-main-img {
  height: 100%;
  background-image: url("./bruteshot-crop.png");
  background-image: url("./brute-crop-2.png");
  background-image: url("./new-brute-shot.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  top: 0px;
}

.landing-bg-img {
  height: 100%;
  background-image: url("./circle-lines-2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  top: -60px;
  opacity: 0.1;
}

.landing-name {
  font-size: 68px;
  word-spacing: 2px;
  font-family: "Italianno", cursive;
  font-family: "Luxurious Script", cursive;
  font-family: "Felipa", serif;
  font-family: "Bahianita", sans-serif;
  font-family: "Estonia", cursive;
  font-family: "Yellowtail", cursive;
  color: #facf00;
  position: relative;
  text-align: center;
}

.landingBgImg {
  position: fixed;
  background-color: black;
  height: 100vh;
  width: 100vw;
  z-index: -1;
  transform: translate3d(0, 0, 0);
}

.bg-effect-img {
  width: 100%;
}

#stats {
  background-color: #101010;
  padding-top: 36px;
  padding-bottom: 44px;
  font-family: "Roboto", sans-serif;
  position: relative;
  overflow: hidden;
  background-image: url("./ornament-center-fix-2.svg");
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: center;
}

.stats-banner-overlay-top {
  background: radial-gradient(circle, rgba(89, 89, 89, 0) 10%, rgb(0, 0, 0) 100%);
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}

.ornament-top {
  width: 370px;
  opacity: 0.2;
  position: absolute;
  top: 10px;
}

.ornament-left {
  width: 80px;
  opacity: 0.2;
  position: absolute;
  left: 10px;
}

.ornament-corner-L {
  width: 170px;
  opacity: 0.2;
  position: absolute;
  left: 0px;
  top: 7px;
}

.ornament-corner-R {
  width: 170px;
  opacity: 0.2;
  position: absolute;
  right: 0px;
  top: 7px;
  transform: scaleX(-1);
}

.ornament-corner-center {
  width: 400px;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 67px;
}

.statBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 150px;
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center left 6%;
}

#statSmileImg {
  background-image: url("images/SVGs/smilesIcon.svg");
}

#statClockImg {
  background-image: url("images/SVGs/clockIcon.svg");
}

#statToothImg {
  background-image: url("images/SVGs/toothIcon.svg");
}

.statNumber {
  font-family: "Poppins", sans-serif;
  color: #facf00;
  font-size: 38px;
  margin-bottom: 4px;
}

.statDescription {
  letter-spacing: 0.5px;
  opacity: 0.8;
  color: #ffffff;
  font-size: 20px;
}

#statCases::after {
  content: "+";
  margin-left: 1px;
}

#statYear::before {
  content: "$";
}

#statYear::after {
  content: "M+";
  margin-left: 1px;
}

#statPercent::after {
  content: "%";
}

.learnMoreStatBtn {
  position: relative;
  margin: 10px auto 0 auto;
  display: block;
  background: linear-gradient(to bottom, #c40700 0%, #6b0400 100%);
  color: white;
  border: none;
  outline: none;
  border-radius: 60px;
  width: 220px;
  height: 50px;
  font-size: 16px;
  letter-spacing: 0.6px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.learnMoreStatBtn:active {
  background: #1e748a;
}

.box2 {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: orange;
}

.box3 {
  background-color: #535353;
  padding: 20px 0;
}

.slideInBoxes {
  width: 80%;
  height: 200px;
  background-color: gainsboro;
  margin: 0 auto 30px auto;
}

.box4 {
  height: 500px;
  background-color: green;
}

.about-section {
  background-color: black;
}

.banner-wrap {
  position: relative;
}

.about-banner {
  background-image: url("./brute-banner-ai.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
}

.banner-overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgb(0, 0, 0) 100%);
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}

.who-is-text {
  color: #facf00;
  padding: 0px 30px;
  margin-bottom: 8px;
  font-family: "Big Shoulders", sans-serif;
  font-size: 24px;
  font-style: italic;
  margin-top: -12px;
  position: relative;
}

.about-name-graphic {
  width: 100%;
  padding: 0px 22px;
}

.about-examples {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 0px 30px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.about-ex-item {
  border: 2px solid gray;
  border-radius: 20px;
  flex-grow: 1;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  row-gap: 4px;
  -moz-column-gap: 14px;
       column-gap: 14px;
  font-family: "Titillium Web", sans-serif;
  background-color: #0b0b0b;
  font-size: 18px;
}

.about-ex-item i {
  color: #facf00;
  font-size: 34px;
  min-width: 44px;
  text-align: center;
}

.about-item-title {
  color: white;
  word-spacing: 2px;
}

.about-info-text {
  color: #e0e0e0;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  line-height: 24px;
  word-spacing: 2px;
  padding: 0px 30px;
}

.box5parallaxImg {
  position: fixed;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("nature.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(100vh - 60px);
  width: 100vw;
  z-index: -2;
  top: 60px;
}

.faq-section {
  background-color: #efefef;
  padding-top: 40px;
  padding-bottom: 60px;
}

.faq-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Rowdies", sans-serif;
  color: #1a1a1a;
  position: relative;
}

.faqs-container {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
  padding: 0px 30px;
  position: relative;
}

.faq-answer-text {
  padding: 20px;
  background: whitesmoke;
  font-size: 16px;
  line-height: 21px;
  border-radius: 0px 0px 20px 20px;
}

.faq-accordion:not([open]) .chevron-down {
  display: none;
}

.faq-accordion[open] .chevron-right {
  display: none;
}

.faq-accordion[open] summary {
  border-radius: 20px 20px 0px 0px;
}

.faq-accordion summary {
  display: block;
  background: white;
  padding: 20px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  font-family: "Titillium Web", sans-serif;
  -moz-column-gap: 16px;
       column-gap: 16px;
  border-radius: 20px;
  transition: all 0.2s;
}

.faq-accordion summary i {
  font-size: 18px;
  color: #989292;
}

.faq-accordion::details-content {
  opacity: 0;
  transition: opacity 0.2s;
}

.faq-accordion[open]::details-content {
  block-size: auto;
  opacity: 1;
  content-visibility: visible;
}

.slider-example {
  height: 200px;
  background-color: gray;
}

.slider-example .splide__track {
  height: 100%;
}

.slide-test {
  background-color: red;
}

.library-section {
  background-color: #cd1010;
  padding-top: 26px;
  padding-bottom: 44px;
  padding-bottom: 44px;
}

.library-title {
  font-size: 56px;
  text-align: center;
  font-family: "Pinyon Script", cursive;
  font-family: "Imbue", serif;
  color: white;
}

.library-title-graphic-top {
  width: 172px;
  margin: 0 auto;
  display: block;
  opacity: 0.7;
  transform: rotate(180deg);
}

.library-title-graphic-bottom {
  width: 172px;
  margin: 0 auto;
  display: block;
  opacity: 0.7;
  padding-top: 2px;
}

.library-toggle {
  display: flex;
  justify-content: center;
  border: 2px solid white;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 26px auto;
  border-radius: 10px;
  overflow: hidden;
}

.library-toggle-btn i {
  margin-right: 6px;
}

.library-toggle-btn {
  padding: 10px 20px;
  color: white;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
}

.library-selected {
  color: black;
  background-color: white;
}

.library-toggle-yt-icon,
.library-toggle-x-icon {
  color: white;
}

.library-selected .library-toggle-yt-icon {
  color: red;
}

.library-selected .library-toggle-x-icon {
  color: black;
}

.x-library {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 30px;
  background-color: orange;
}

.youtube-library {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 30px;
}

.yt-title-wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-left: 2px;
  background-color: #930802;
  padding: 32px 16px 16px 16px;
  border-radius: 0px 0px 20px 20px;
  margin-top: -20px;
}

.yt-library-item {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  display: flex;
  border: 3px solid #facf00;
  position: relative;
}

.yt-vid-title {
  font-family: "Bungee", sans-serif;
  color: #facf00;
  font-size: 20px;
  word-spacing: 3px;
  padding-top: 2px;
  line-height: 28px;
}

.yt-vid-length {
  background-color: #760400;
  border-radius: 10px;
  padding: 4px 10px 6px 10px;
  color: #ffffff;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
}

.yt-library-item iframe {
  aspect-ratio: 16/9;
  width: 100% !important;
  height: initial;
}

.yt-slider-btns {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.yt-slider-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #930802;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
}

.slider-btn-first {
  opacity: 0.4;
}

.yt-slider-quantity {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: white;
  font-family: "Titillium Web", sans-serif;
}

.yt-page-link-btn {
  background-color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 30px;
  margin-top: 26px;
  text-decoration: none;
  color: black;
  font-family: "Titillium Web", sans-serif;
  position: relative;
  font-size: 18px;
  word-spacing: 1px;
}

.yt-page-link-btn i {
  color: red;
  font-size: 30px;
  margin-right: 4px;
  margin-left: 6px;
  position: absolute;
  left: 10px;
}

.ctaBtnWrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -50%;
  pointer-events: none;
}

.ctaBtn {
  background-color: #cd1010;
  border: none;
  border: 2px solid white;
  width: 320px;
  height: 62px;
  border-radius: 50px;
  position: absolute;
  bottom: calc(100% - 62px - 60px - 46px);
  right: calc(50% - 160px);
  transition: bottom 0.5s, left 0.5s, right 0.5s, width 0.5s, height 0.5s, background-color 0.5s;
  pointer-events: initial;
  color: #ffffff;
  font-family: "Titillium Web", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
  word-spacing: 1px;
}

.trusted-text {
  position: absolute;
  bottom: -34px;
  color: #ffffff;
  font-size: 16px;
}

.ctaBtnText {
  font-size: 20px;
}

.L-cta-leaf {
  width: 40px;
  position: absolute;
  left: 2px;
  top: 7px;
  rotate: 20deg;
}

.R-cta-leaf {
  width: 40px;
  position: absolute;
  right: 2px;
  top: 7px;
  rotate: -20deg;
  transform: scaleX(-1);
}

form {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  z-index: 20;
  background-color: silver;
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}

.btnScrolled {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
}

.btnScrolled .ctaBtnText,
.btnScrolled .L-cta-leaf,
.btnScrolled .R-cta-leaf,
.btnScrolled .trusted-text {
  display: none;
}

.ctaBtnIcon {
  display: none;
}

.btnScrolled .ctaBtnIcon {
  display: block;
  font-size: 24px;
  color: whitesmoke;
}

.navDropdown {
  display: none;
  position: absolute;
  background-color: gainsboro;
  top: 60px;
  left: -8px;
  padding: 8px 0 8px 0;
}

.desktopNavLink:hover + .navDropdown,
.navDropdown:hover,
.navSublink:hover + .subNavDropdown,
.subNavDropdown:hover {
  display: initial;
}

.desktopNavLink {
  color: initial;
  text-decoration: none;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navSublink {
  color: initial;
  text-decoration: none;
  display: block;
  padding: 8px 20px 8px 20px;
  white-space: nowrap;
}

.subNavDropdown {
  display: none;
  position: absolute;
  background-color: gray;
  top: 0px;
  left: 100%;
  padding: 8px 0 8px 0;
}

.navLinkArrow {
  font-size: 20px;
  margin-left: 6px;
}

.subNavLinkArrow {
  font-size: 20px;
  vertical-align: middle;
}

.swiper-container * {
  outline: none !important;
}

.swiper-slide {
  padding: 40px 50px;
}

.swiper-button-next,
.swiper-button-prev {
  font-size: 26px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.rightSwipeIcon .leftSwipeIcon {
  display: block;
  font-size: 30px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
}

.toggleText {
  margin-top: 40px;
  padding: 0 30px;
}

.lessToggleText {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.toggleTextBtn {
  margin: 10px auto 0 auto;
  display: block;
  background: red;
}

.skill-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 16px 18px 0px;
  white-space: nowrap;
  word-spacing: 2px;
}

.skill-img-wrapper i {
  color: #facf00;
  margin-left: 16px;
  font-size: 18px;
}

.skill-img {
  width: 40px;
  transition: transform 0.3s;
}/*# sourceMappingURL=style.css.map */