@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800;900&display=swap"); body {
  font-family: Raleway, sans-serif;
  font-size: 0.875rem;
  margin: 0px;
  padding: 0px;
  line-height: 150%;
  color: #231644;
}

html {
  scroll-padding-top: 30px;
}


a.button {
  background-color: #6d35e0;
  color: #fff;
  border: 0px;
  padding: 0.625rem 1.25rem;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 800;
  transition: all 0.25s ease 0s;
}

a.button:hover {
  background-color: #231644;
  border: 2px solid #6d35e0;
}

.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: #231644;
  transition: all 0.5s ease-out 0s;
}

.navbar {
  background-color: transparent;
  color: rgb(255, 255, 255);
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #6d35e0;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .navbar .navbar-brand {
      /* width: 100%; */
      text-align: center;
  }
}

.navbar .navbar-brand {
  font-size: 1.125rem;
  color: rgb(255, 255, 255);
}

.navbar .nav-link {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
}

.navbar .nav-link:hover {
  color: #C1A2FF;
}

.navbar .callbtn {
  background-color: #6d35e0;
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 500;
  border: 0px;
  padding: 0.5rem 1.125rem;
  border-radius: 4px;
}

.navbar a.callus {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  color: #6d35e0;
  border: 2px solid #6d35e0;
  padding: 0.5rem 1.125rem;
  border-radius: 4px;
}

.navbar .navbar-toggler {
  background-color: #fff;
  border-radius: 0px;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  color: rgb(255, 255, 255) !important;
}

.hero {
  --default-color: #ffffff;
  --default-color-rgb: 255, 255, 255;
  --background-color: #231644;
  --background-color-rgb: 0, 0, 0;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 160px 0px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero img {
  position: absolute;
  inset: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  inset: 0px;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h1 {
  font-size: 40px;
  font-weight: 700;
  margin: 0px 0px 20px;
  color: rgb(255, 255, 255);
}

.hero p {
  color: rgb(255, 255, 255);
  margin: 5px 0px 0px;
  font-size: 20px;
}

/* BADGES STYLE */
div#home-badges-section {
	background-color: #0e0900 !important;
	background-size: auto;
	background-image: url(/wp-content/uploads/2022/08/wood-bg.png);
	background-repeat: repeat;
}

.badges-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.badge-holder {
	background: #231644;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(60% - 10px);
	max-width: 200px;
	padding: 15px 5px 22px 5px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-radius: 8px;
	position: relative;
	text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
	font-family: 'Nunito', sans-serif;
	border: 1px solid #fff;
}

.badge-holder:hover {
	box-shadow: 0px 0px 8px 0px #fcfffc99;
}

p.badge-content {
	color: #fcfffc;
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
	text-transform: capitalize;
	font-size: 20px;
	min-height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Oswald', sans-serif;
}

.badge-holder img {
	width: 50%;
	padding-bottom: 5px;
}

.badge-title {
	background: #6d35e0;
	font-size: 18px;
	width: 85%;
	height: 35px;
	display: flex;
	text-align: center;
	line-height: 1.2;
	padding: 5px;
	position: absolute;
	bottom: -15px;
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.badge-title span {
	font-size: 17px;
}


.about-section {
  padding: 4rem 0px;
  background-color: rgb(255, 255, 255);
}

.about-section h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0px 0px 1.875rem;
  color: rgb(0, 0, 0);
}

.about-section ul {
  list-style: none;
  padding: 0px;
}

.about-section ul li {
  padding: 0px 0px 8px 26px;
  position: relative;
}

.about-section ul li i {
  position: absolute;
  font-size: 20px;
  left: 0px;
  top: -3px;
  color: #6d35e0;
}

.about-section .about-img {
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 50px;
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
  background-color: rgb(255, 255, 255);
}

.about-section .about-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.about-section .img-boxes .img-box img {
  width: 100%;
  height: 100%;
}

.about-section .img-boxes .col-md-6:nth-child(2) .img-box, .about-section .img-boxes .col-md-6:nth-child(4) .img-box {
  margin-top: -40px;
}

.gallery-section {
  padding: 7rem 0px 4rem;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  position: relative;
}

.gallery-section::before {
  content: "";
  background: #231644;
  position: absolute;
  inset: 0px;
  z-index: 2;
}

.gallery-section .container {
  position: relative;
  z-index: 3;
}

.gallery-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0px 0px 5rem;
  color: rgb(255, 255, 255);
}

.gallery-section .img-boxes .img-box {
  padding: 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 50px;
  border-radius: 4px;
  transition: all 0.3s ease-out 0s;
  background-color: rgb(255, 255, 255);
  height: 200px;
}

.gallery-section .img-boxes .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-section .img-boxes .col-md-3:nth-child(2n) .img-box {
  margin-top: -20px;
}

.service-section {
  padding: 4rem 0px;
}

div#services .row {
  justify-content: center;
}

.service-section h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin: 0px 0px 1.875rem;
  color: rgb(0, 0, 0);
  text-align: center;
}

.service-section .icon-box {
  text-align: center;
  border: 1px solid rgb(235, 235, 235);
  padding: 80px 20px;
  background: rgb(255, 255, 255);
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.service-section .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.service-section .icon-box .icon {
  margin: 0px auto 20px;
  width: 150px;
  height: auto;
  background: #6d35e0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-section .icon-box .icon img {
  width: 100%;
  padding: 10px;
}

.service-section .icon-box .icon i {
  color: #fff;
  font-size: 100px;
  padding: 20px;
}

.service-section .icon-box:hover {
  border-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
  transform: translateY(-10px);
}



.feature-section {
  padding: 4rem 0px;
  background-color: rgb(244, 244, 244);
}

.feature-section h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin: 0px 0px 1.875rem;
  color: rgb(0, 0, 0);
  text-align: center;
}

.feature-section h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0px 0px 20px;
  color: rgb(0, 0, 0);
}

.feature-section .list-item {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.feature-section .list-item li {
  margin: 7px 0px;
  padding: 0px;
  display: block;
  list-style: none;
}

.feature-section .list-item li i {
  margin-right: 5px;
}

.feature-section .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}

.feature-section .image-stack .stack-front {
  grid-area: 1 / 1 / auto / span 6;
  margin-top: 20%;
  width: 100%;
  z-index: 2;
  height: 50%;
  object-fit: cover;
}

.feature-section .image-stack .stack-back {
  grid-area: 1 / 4 / auto / -1;
  width: 100%;
  z-index: 1;
  height: 450px;
  object-fit: cover;
}

.feature-section img {
  border: 6px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 15px 30px -10px;
}

.testimonial-section {
  padding: 4rem 0px;
  text-align: center;
}

.testimonial-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0px 0px 1.875rem;
  color: rgb(0, 0, 0);
  text-align: center;
}

.testimonial-section p {
  text-align: justify;
}

.testimonial-section .carousel-control-prev-icon {
  background-image: none;
  color: rgb(0, 0, 0);
}

.testimonial-section .carousel-control-next-icon {
  background-image: none;
  color: rgb(0, 0, 0);
}

.testimonial-section .carousel-control-next {
  position: inherit;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0px;
  color: rgb(255, 255, 255);
  text-align: center;
  background: 0px 0px;
  border: 0px;
  opacity: 0.5;
  transition: opacity 0.15s ease 0s;
}

.testimonial-section .carousel-control-prev {
  position: inherit;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0px;
  color: rgb(255, 255, 255);
  text-align: center;
  background: 0px 0px;
  border: 0px;
  opacity: 0.5;
  transition: opacity 0.15s ease 0s;
}

.testimonial-section .white-bg {
  background-color: rgb(255, 255, 255);
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
}

.footer {
  background-color: #231644;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 2rem 0px;
}

.footer .social-icons {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.footer .social-icons li {
  margin: 0px 0.5rem;
  padding: 0px;
  list-style: none;
  display: inline-block;
}

@media (max-width: 768px) {
  .gallery-section .img-boxes .col-md-3:nth-child(2n) .img-box {
      margin-top: 0px;
  }
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
}

.socials a {
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  background: #6d35e0;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  transition: all 0.2s ease 0s;
  margin: 0px 10px;
}

.socials a:hover {
  border: 2px solid #6d35e0;
  background-color: #231644;
  color: #6d35e0;
}

.socials a i {
  color: #fff;
}

.socials a:hover i {
  color: #6d35e0;
}


@media only screen and (max-width: 599.9px) {
  .image-stack {
    display: flex !important;
    flex-direction: column;
  }

  .image-stack img:first-child {
    margin-bottom: 20px;
  }
}

.subtitle {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}

.subtext {
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
}

@media (max-width: 1199.9px) {
  .navbar > div {
    flex-direction: column;
  }
  #navbarCollapse {
    flex-direction: column;
  }
}

@media (max-width: 767.9px) {
  .navbar > div {
    flex-direction: row;
  }
  .icon-box {
    height: fit-content !important;
    padding: 20px !important;
  }
}

@media (max-width: 336.9px) {
  .navbar > div {
    flex-direction: column;
  }
}

@media (max-width: 991.9px) {
  .icon-box {
    height: 380px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199.9px) {
  html {
    scroll-padding-top: 80px;
  }
  
}