html,
body {
  overflow-x: hidden !important;
  font-size: 16px;
  font-weight: 400;
  font-family: sans-serif;
}

body::-webkit-scrollbar {
  background-color: #e4e4e4;
  width: 10px;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary-col);
  border-radius: 10px;
}

@font-face {
  font-family: "playfair";
  src: url(/assets/fonts/PlayfairDisplay-Regular.ttf);
}

:root {
  --primary-col: #2cbbc3;
  --dark-col: #1b1a19;
}

.our-container {
  padding: 0px 7%;
}

.dropdown-menu {
  width: 700px !important;
}

.dropdown-item {
  color: black !important;
  background-color: #fff !important;
}

li,
ul {
  list-style: none;
}

a:active,
a:focus,
a:hover,
button:active {
  text-decoration: none;
  outline: 0;
  color: var(--thm-color);
}

a {
  color: var(--black-col);
}

a:hover {
  transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  /* font-weight: normal; */
  margin-bottom: 8px;
}

h2 {
  font-size: 2.5rem;
  font-weight: 600;
}

h1 {
  font-size: 80px;
  margin: 0;
  padding: 23px 0;
}

h3 {
  font-size: 30px;
  font-weight: bold;
}

h4 {
  font-size: 1.5rem;
}

p {
  font-size: 1.2rem;
}

section {
  padding: 50px 0;
  position: relative;
  clear: both;
  scroll-behavior: smooth !important;
}

.font-play {
  font-family: "playfair";
}

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

.counter-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line {
  height: 80px !important;
  width: 1px;
  border: 1px solid rgb(216, 216, 216);
}

.text-primary {
  color: var(--primary-col) !important;
}

.btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.sb-1 > .sb-primary {
  height: 100%;
}

.sb-primary img {
  filter: invert(77%) sepia(92%) saturate(708%) hue-rotate(141deg)
    brightness(89%) contrast(88%);
}

.btn {
  padding: 18px 50px;
  border: none;
}

.bg-warning {
  background: var(--primary-col) !important;
}

.sb-primary {
  background-color: var(--primary-col);
  border-radius: 20px;
}

.sb-black {
  color: white;
  background-color: var(--dark-col);
  border-radius: 20px;
}

.btn-secondary {
  background-color: black !important;
  color: white !important;
}

.btn-primary {
  font-weight: bold;
  background-color: var(--primary-col) !important;
  color: black !important;
}

.btn-port {
  background-color: transparent;
  color: black !important;
  border-bottom: 2px solid black;
  border-radius: 0px !important;
}

.btn-port:hover {
  border-bottom: 2px solid var(--primary-col);
}

.btn-port.active {
  color: black !important;
  font-weight: normal;
  background-color: var(--primary-col);
  border-radius: 10px !important;
  border-bottom: none;
}

.hero-section {
  padding-top: 160px;
  min-height: 100svh;
}

.hero-release {
  min-height: 100svh;
  width: 100%;
}

.portfolioSwiper .swiper-slide {
  height: 400px !important;
  text-align: center !important;
}

.releaseSwiper .swiper-slide {
  width: 100%;
  min-height: 100svh;
}
.hero-home {
  background: url(/assets/images/main-banner.webp) no-repeat;
  background-size: cover;
}

.hero-contact {
  background: url(/assets/images/main-banner.webp) no-repeat;
  min-height: 600px;
}

.hero-about {
  background: url(/assets/images/about-banner.webp) no-repeat;
  background-size: cover;
}

.heroSwiper {
  background: url(/assets/images/brand-bg.webp) no-repeat;
  background-size: cover;
  border-radius: 80px;
}

.heroSwiper .swiper-slide {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.heroSwiper .swiper-slide > img {
  width: 150px;
  height: 80px;
  object-fit: cover;
}

.nav-text-black a.nav-link,
.nav-text-black .dropdown-toggle {
  color: black !important;
}

.terms-hero {
  background-color: var(--primary-col);
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-section {
  background-color: #000;
  min-height: 100svh;
}

.design-section {
  background-color: var(--primary-col);
}

.design-box {
  background-color: white;
  color: black;
}

.design-paper {
  background: url(/assets/images/card-asset.webp) no-repeat center;
  height: 200px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.consultation-section {
  background: url(/assets/images/about-bb.webp) no-repeat;
  background-size: contain;
}

.consultation-section > .bg-c-opacity {
  background-color: #efefef;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature-box {
  border-bottom: 1px solid var(--primary-col);
  transition: all 0.5s linear;
}

.feature-box:hover {
  background-color: #2cbbc373;
}

.testimonial-section {
  background-color: #fff;
}

.testSwiper .yellow-bg {
  width: 100% !important;
  height: 200px !important;
}

.blur {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

.test-box {
  background-color: #fff;
  margin: 0px auto;
  box-shadow: 0px 0px 30px -25px #000;
  height: 350px;
  padding: 30px;
}

.test-box > .test-header {
  border-bottom: 2px solid var(--primary-col);
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
}

.test-header img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
}

.test-header > p {
  margin: 0px;
  font-size: 12px;
  color: rgb(133, 133, 133);
}

.test-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.test-body p {
  color: rgb(133, 133, 133);
}

.offcanvas .accordion-body {
  color: black !important;
  padding-bottom: 0px !important;
}

.offcanvas .accordion-button {
  color: black !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0px !important;
  box-shadow: none;
}

.offcanvas .accordion-button::after {
  color: black !important;
  background: none !important;
  content: "\f107";
  font-family: "fontawesome";
}

.bestseller-section {
  .col-lg-3 img {
    filter: invert(77%) sepia(92%) saturate(708%) hue-rotate(141deg)
      brightness(89%) contrast(88%);
  }
}

.faq-section {
  background-color: #f5f5f5;
}

.accordion-item {
  border-radius: 0px !important;
  background-color: transparent !important;
  border: none !important;
}

.accordion-body {
  background-color: white !important;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: black !important;
  color: white !important;
}

.faq-section .accordion-button::after {
  background-color: var(--primary-col);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-position: center;
}

.faq-section .accordion-button {
  font-size: 20px !important;
  font-weight: bold !important;
  font-family: sans-serif !important;
  background-color: transparent;
  border-radius: 0px !important;
  box-shadow: none;
  border-bottom: 1px solid black;
}

input,
textarea {
  border: none !important;
  border-bottom: 1px solid #bbbbbb !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  font-size: 18px !important;
  color: #7e7e7e !important;
  padding: 15px 0px !important;
}

input::placeholder,
textarea::placeholder {
  color: #7e7e7e !important;
}

label {
  color: #7e7e7e;
}

.error {
  color: red;
}

section {
  padding: 50px 0;
  position: relative;
  clear: both;
  scroll-behavior: smooth !important;
}

.active::after {
  background: none repeat scroll 0 0 transparent;
  display: block;
  height: 2px;
  margin-top: 10px;
  background: blue;
  width: 100% !important;
}

.navbar {
  background-color: transparent;
  position: fixed;
  width: 100% !important;
  top: 0;
  z-index: 9;
  transition: all 0.5s linear;
}

.navbar-brand > img {
  width: 200px !important;
}

.navbar .btn {
  min-width: fit-content !important;
}

.scrolled {
  background-color: #000 !important;
  animation: navChange;
}

.scrolled .btn-secondary {
  background-color: var(--primary-col) !important;
  color: black !important;
}

.scrolled .navbar-nav .nav-link,
.scrolled .navbar-collapse .dropdown-toggle {
  color: white !important;
}

@keyframes navChange {
  from {
    background-color: transparent;
  }

  to {
    background-color: rgba(40, 40, 40, 0.9);
  }
}

.nav-item {
  color: var(--secondary-col-rgba) !important;
  transition: all 0.3s ease 0s, left 0.3s ease 0s;
  min-width: fit-content;
}

.active {
  font-weight: bold;
  color: white !important;
}

.nav-item:hover {
  color: var(--primary-col) !important;
}

.nav-item::after {
  background: none repeat scroll 0 0 transparent;
  content: "";
  display: block;
  height: 2px;
  margin-top: 10px;
  background: var(--gradient2);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.nav-item:hover::after {
  width: 100%;
  left: 0;
}

.navbar-toggler {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  color: white !important;
}

.navbar-bg-dark {
  background-color: rgb(78, 78, 78) !important;
}

.footer-bottom {
  background-color: var(--primary-col);
}
