body {
  font-family: "Inter", sans-serif;
  position: relative;
}
@media (max-width: 768px) {
  body {
    overflow-x: clip;
  }
}

html {
  overflow-x: clip;
}

.header-logo {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.navbar {
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.navbar .navbar-menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar .navbar-menu ul .current-menu-item a {
  border-bottom: 1px solid #dadada;
}
.navbar .navbar-menu ul li {
  padding: 0px 24px 0px 24px;
}
.navbar .navbar-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #dadada;
  transition: 0.3s ease-in-out;
}
.navbar .navbar-menu ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #dadada;
  transition: 0.3s ease-in-out;
}

.hamburger-icon {
  display: block;
  width: 30px;
  height: 3px;
  background-color: white;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.hamburger-icon::before, .hamburger-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.hamburger-icon::before {
  top: -10px;
}
.hamburger-icon::after {
  top: 10px;
}
.hamburger-icon.active {
  background-color: transparent;
}
.hamburger-icon.active::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger-icon.active::after {
  top: 0;
  transform: rotate(-45deg);
}

.navbar-toggle {
  display: none;
}

@media (max-width: 768px) {
  .navbar {
    margin-top: 15px;
    position: unset;
  }
  .menu-active {
    transform: translateX(0%) !important;
  }
  .navbar-menu {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    padding-top: 180px;
    background-color: rgba(31, 31, 31, 0.8);
    width: 100%;
    transform: translateX(100%);
    transition: 0.3s ease-in-out;
    z-index: 999;
  }
  .navbar-menu ul {
    display: grid !important;
    justify-items: center;
    gap: 20px;
    padding: 40px 0;
    margin: 0;
    height: 100%;
  }
  .navbar-toggle {
    display: block;
    z-index: 9999999;
    position: relative;
  }
}
.banner-section .video-homepage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.banner-section video {
  z-index: -9;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.banner-section video::-webkit-media-controls {
  display: none !important;
}
.banner-section video:hover::-webkit-media-controls {
  display: block !important;
}
.banner-section .banner-bg {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  z-index: -1;
  width: 100%;
}
.banner-section .content {
  color: #dadada;
  position: absolute;
  top: 40%;
  width: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .banner-section .content {
    width: 70%;
  }
}
@media screen and (max-width: 575px) {
  .banner-section .content {
    width: 90%;
  }
}
.banner-section .content h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.home {
  position: relative;
  height: 100vh;
  margin: 0;
}
.home .footer {
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.boards-section {
  padding-top: 50px;
}
.boards-section h2 {
  color: #dadada;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0px;
}
.boards-section-posts {
  padding: 70px 0;
}
.boards-section-posts .boards_content {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .boards-section-posts .boards_content {
    padding-bottom: 50px;
  }
}
.boards-section-posts .boards_content .coming-soon-text {
  color: white;
  font-size: 20px;
}
.boards-section-posts .boards_content .description {
  color: white;
  font-size: 14px;
  padding-top: 4px;
}
.boards-section-posts .boards_content model-viewer {
  width: 100%;
  height: 280px;
  margin: auto;
}
.boards-section-posts .boards_content model-viewer #default-ar-button {
  display: none !important;
}
.boards-section-posts .boards_content .image {
  display: flex;
  align-items: center;
}
.boards-section-posts .boards_content .image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.boards-section-posts .boards_content h3 {
  padding-top: 20px;
}
.boards-section-posts .boards_content a {
  text-decoration: none;
}
.boards-section-posts .boards_content a:hover h3 {
  opacity: 0.8;
}
.boards-section-posts .boards_content h3 {
  margin-top: 16px;
  color: #dadada;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}

.about-us-first-section {
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  .about-us-first-section {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .about-us-second-section {
    padding-bottom: 40px !important;
    padding-top: 40px;
  }
}

.about-us-first-section,
.about-us-second-section {
  padding-bottom: 100px;
  color: #dadada;
}
.about-us-first-section h1,
.about-us-second-section h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
}
.about-us-first-section h2,
.about-us-second-section h2 {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.about-us-first-section p,
.about-us-second-section p {
  font-size: 16px;
  text-align: justify;
}
.about-us-first-section img,
.about-us-second-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-left: 90px;
}
@media screen and (max-width: 991px) {
  .about-us-first-section img,
  .about-us-second-section img {
    padding-left: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(218, 218, 218, 0.5);
  }
}

.team-section {
  color: #dadada;
}
@media screen and (max-width: 1200px) {
  .team-section-posts .teams_content {
    padding-bottom: 40px;
  }
}
.team-section-posts .teams_content img {
  width: 218px;
  height: 158px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 575px) {
  .team-section-posts .teams_content img {
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .single-post-content .blogs_content--description .button_ask_question a,
.single-post-content .blogs_content--description .button_service a {
  font-size: 16px !important;
}
}
.team-section-posts .teams_content h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.team-section-posts .teams_content .position p {
  font-size: 16px;
}

.team-riders {
  padding-top: 60px;
}

.contact-section {
  position: relative;
  padding: 50px 0;
}
.contact-section .img {
  padding-left: 90px;
}
@media screen and (max-width: 991px) {
  .contact-section .img {
    padding-left: 0px;
  }
}
.contact-section .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 465px;
}
@media screen and (max-width: 991px) {
  .contact-section .img img {
    height: 265px;
  }
}
.contact-section h2 {
  color: #dadada;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.contact-section .content .text {
  color: #dadada;
  margin: 0;
  font-size: 16px;
}
.contact-section .content .phone-number a {
  color: #dadada;
  font-size: 16px;
}
.contact-section .content .email a {
  color: #dadada;
  font-size: 16px;
  text-decoration: underline;
}
.contact-section .content .contact-text {
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .contact-section .content .contact-text {
    width: 100%;
  }
}
.contact-section .content .contact-text p {
  color: #dadada;
  font-size: 16px;
}
.contact-section .content {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-section .content {
    margin-bottom: 40px;
  }
}
.contact-section .content h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 49.6px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .contact-section .content h2 {
    font-size: 28px;
    line-height: 43.4px;
  }
}
.contact-section .content .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 22.4px;
}
.contact-section .content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 24px;
  margin-top: 40px;
}
.contact-section .content ul {
  padding: 0;
  margin: 0;
}
.contact-section .content ul li {
  display: flex;
  gap: 6px;
}
.contact-section .content ul li p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24.8px;
}

.contact-section .input-container textarea,
input[type=email],
input[type=text] {
  border-radius: 2px;
  background: rgba(218, 218, 218, 0.2);
  color: #fff !important;
  padding: 10px;
  border: none;
  width: 100%;
}

.contact-section .input-container p {
  margin-bottom: 0px;
}

.contact-section .input-container {
  margin-bottom: 16px;
}

.contact-section .input-container textarea::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=text]::-moz-placeholder {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
}

.contact-section .input-container textarea::placeholder,
input[type=email]::placeholder,
input[type=text]::placeholder {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
}

.contact-section .input-container textarea:focus,
input[type=email]:focus,
input[type=text]:focus {
  outline: none;
}

.contact-section .input-container textarea {
  height: 108px;
  resize: none;
}

.contact-section .input-container input[type=submit] {
  color: #000;
  width: 100%;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 2px;
  border: 2px solid #fff;
  transition: 0.3s ease-in-out;
  padding: 16px 24px 16px 24px;
  margin-top: 16px;
}

.contact-section .input-container input[type=submit]:hover {
  background: rgba(218, 218, 218, 0.2);
  transition: 0.3s ease-in-out;
  color: #fff;
  cursor: pointer;
}

.button-custom-style p {
  margin-bottom: 0;
}

.button-custom-style {
  margin-bottom: 0 !important;
}

.input-container .wpcf7-not-valid-tip {
  font-size: 12px;
}

@media screen and (max-width: 576px) {
  .contact-section .input-container input[type=submit] {
    font-size: 16px;
    padding: 10px;
  }
  .contact-section .input-container textarea,
  input[type=email],
  input[type=text] {
    padding: 10px;
  }
}
.footer .copy-right {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .footer .copy-right {
    margin-top: 40px;
  }
}
.footer .copy-right .footer__text {
  text-align: center;
  color: #afafaf;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.footer .copy-right .social-media {
  justify-content: center;
  margin-bottom: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.footer .copy-right .social-media li {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 16px;
}
.footer .copy-right .social-media p {
  margin: 0;
}
.footer .copy-right .social-media svg {
  fill: #afafaf;
  transition: 0.3s ease-in-out;
}
.footer .copy-right .social-media svg:hover {
  transition: 0.3s ease-in-out;
  transform: scale(1.1);
}

.single-post-blog {
  padding: 50px 0;
}
.single-post-blog model-viewer {
  width: 100%;
  height: 522px;
}
.single-post-content .blogs_content--description {
  color: #dadada;
}
.single-post-content .blogs_content--description .dimensions table tr {
  border-top: 1px solid white;
}
.single-post-content .blogs_content--description .dimensions table tr:first-child {
  border-top: none;
}
.single-post-content .blogs_content--description h3 {
  font-size: 32px;
  margin: 0;
}
.single-post-content .blogs_content--description h6 {
  font-size: 16px;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 54px;
}
.single-post-content .blogs_content--description span {
  font-size: 16px;
  font-weight: 400;
}
.single-post-content .blogs_content--description .content p {
  text-align: justify;
}
.single-post-content .blogs_content--description .button_order_now {
  margin: 20px 0;
}
.single-post-content .blogs_content--description .button_order_now,
.single-post-content .blogs_content--description .button_ask_question,
.single-post-content .blogs_content--description .button_service{
  border: 1px solid rgba(218, 218, 218, 0.5);
  transition: 0.3s ease-in-out;
}
.single-post-content .blogs_content--description .button_order_now:hover,
.single-post-content .blogs_content--description .button_ask_question:hover,
.single-post-content .blogs_content--description .button_service:hover {
  background-color: rgba(218, 218, 218, 0.5);
  transition: 0.3s ease-in-out;
}
.single-post-content .blogs_content--description .button_order_now a,
.single-post-content .blogs_content--description .button_ask_question a,
.single-post-content .blogs_content--description .button_service a {
  color: #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
}
.single-post-content .blogs_content--description .button_order_now a {
  font-size: 24px;
}
.single-post-content .blogs_content--description .button_ask_question a,
.single-post-content .blogs_content--description .button_service a {
  font-size: 20px;
}
.single-post-content .blogs_content--description .button_ask_question{
  width: 50%;
}
.single-post-content .blogs_content--description .button_service {
  width: 50%;
}

.colors li span {
  padding-right: 8px;
}
.colors table td {
  padding: 5px 0;
}
.colors table tr {
  border-top: 1px solid white;
  padding: 5px 0;
}
.colors table thead td {
  padding: 5px 0;
}
.colors table thead tr:first-child {
  border-top: none;
}

.single-product-section {
  position: relative;
  margin: 100px 0;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  height: 522px;
}
@media screen and (max-width: 767px) {
  .single-product-section {
    height: unset;
    background-image: none !important;
    background-position: unset;
    background-repeat: unset;
    margin: 50px 0;
  }
}
.single-product-section .img-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .single-product-section .img-mobile {
    display: block;
  }
}
.single-product-section .content-height {
  height: 100%;
}
.single-product-section .section-content {
  height: 100%;
  display: flex;
  align-items: center;
  color: #dadada;
}
.single-product-section .section-content h2 {
  font-size: 32px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .single-product-section .section-content h2 {
    padding-top: 40px;
  }
}
.single-product-section .section-content .text {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .single-product-section .section-content .text {
    width: 100%;
  }
}
.single-product-section .section-content .text p {
  margin: 0;
  font-size: 16px;
}

.swiper {
  height: 512px;
}

.slider-image {
  width: 90px;
  height: 90px;
  cursor: pointer;
  object-fit: cover;
}

.product-container {
  display: flex;
  gap: 15px;
  position: sticky;
  top: 100px;
}

.product-container .main-container {
  flex: 1;
}

.buttons-single-page{
	display: flex;
	align-items:center;
	gap:20px;
}

#main-container-img {
  width: 100%;
}

@media (min-width: 991px) {
  .slider-container--mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  #description-container {
    order: 2;
  }
  #product-gallery {
    order: 1;
  }
  .slider-container--desktop {
    display: none;
  }
  .product-container .main-container {
    display: none;
  }
  .product-container {
    display: block;
  }
  .slider-container--mobile .swiper-slide {
    text-align: center;
  }
  .slider-image {
    max-width: 450px;
  }
}
.slider-container--mobile {
  position: relative;
}

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

.swiper-pagination-bullet {
  background: white !important;
  opacity: 1 !important;
}/*# sourceMappingURL=main.css.map */
