body {
  overflow-x: hidden;
  font-family: var(--Roboto);
  font-weight: 400;
  font-style: normal;
  background-color: var(--bodyBgColor);
  scroll-margin-top: 20px;
  line-height: 1.5;
  color: #363636;
}

p {
  font-family: var(--Roboto);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--Catamaran);
  font-weight: 800;
  font-style: normal;
}

.nav-bg {
  background-color: var(--primaryColor);
}

.offcanvas {
  width: 60%;
}

.navbar-nav .nav-link {
  color: var(--whiteColor);
  font-family: var(--Catamaran);
  font-weight: 600;
  font-style: normal;
  padding-bottom: 5px;
  font-size: 16px;
}

.nav-link .active,
.nav-link:hover {
  color: var(--whiteColor);
  border-bottom: 2px solid var(--whiteColor);
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: var(--whiteColor);
  border-bottom: 1px solid var(--whiteColor);
}

.navbar-nav .border-menu.active,
.navbar-nav .show>.border-menu {
  border-bottom: 3px solid var(--whiteColor);
  margin-top: -2px;
  width: 40%;
}


.section-title-dark {
  color: var(--darkTileColor);
}

.home-section {
  margin-top: 64px;
  /* position: relative; */
}

/* .home-section::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-image: url('../img/slider-bottom-triangle.svg');
  background-size: cover;
  background-position: no-repeat;
} */

.logo-img {
  width: 270px;
  height: 50px;
}

/* start home slider */
.carousel-container {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  opacity: 0.6;
}

.overlay img {
  max-width: 100%;
  max-height: 100%;
}

.btn-orange {
  background-color: var(--contactButtonBg);
  color: var(--whiteColor);
  font-family: var(--Catamaran);
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  padding: 8px 45px;
}

.btn-orange:hover {
  background-color: var(--contactButtonBg);
  color: var(--whiteColor);
}

.carousel-indicators {
  text-align: right;
  left: inherit;
  bottom: 15%;
  margin-right: 0;
}

.carousel-indicators li {
  position: relative;
  color: var(--secondaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-indicators li {
  background-clip: text !important;
}

.carousel-indicators li.active {
  color: var(--whiteColor);
}

.carousel-indicators li.active:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -45px;
  height: 1px;
  width: 55px;
  background-color: #fff;
  transform: translateY(-50%);
}

.carousel-indicators li.active:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  height: 1px;
  width: 50px;
  background-color: #fff;
  transform: translateY(-50%);
}

.carousel-indicators li.active:last-child {
  margin-left: 50px;
}

.carousel-indicators li.active:not(:last-child) {
  margin-right: 50px;
}

.carousel-control-prev {
  justify-content: start;
  width: 50%;
  padding-left: 30px;
}

.carousel-control-next {
  justify-content: end;
  width: 50%;
  padding-right: 30px;
}

/* end home slider */

.about-section .card {
  border-radius: 10px;
}

.about-section img {
  position: relative;
  z-index: 1;
}

.product-img {
  width: 100%;
}

.services-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* 
.services-section::before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: 0;
  height: 184px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.services-section::after {
  content: ' ';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 184px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
} */

.services-section .service-img {
  padding: 5px;
  background-color: var(--lightColor);
  border-radius: 50%;
}

.service-name-title {
  font-family: var(--Catamaran);
  font-weight: 700;
  font-style: normal;
  color: var(--whiteColor);
  font-size: 16px;
}

/* start swiper slider */
.product-swiper {
  width: 100%;
  max-height: 480px;
}

.gallery-swiper {
  width: 100%;
  height: auto;
}

.gallery-swiper .swiper-slide,
.product-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.gallery-swiper .swiper-slide>[class*=card],
.product-swiper .swiper-slide>[class*=card] {
  flex: 1;
  display: flex !important;
  flex-direction: column !important;
}

.gallery-swiper .card,
.product-swiper .card {
  border-radius: 0px;
  transition: transform .2s;
}

.product-slider-card .ribbon {
  position: absolute;
  bottom: -1px;
  left: 0;
}


:root {
  --swiper-navigation-sides-offset: -0;
  /* offset for navigation */
}

.product-swiper .swiper-button-next,
.product-swiper .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 38%);
  /* display: none; */
  color: #909090;
}

.swiper-pagination {
  position: relative;
  margin-top: 80px;
}

.swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  padding: 4px;
  opacity: 1;
}

.gallery-swiper .swiper-pagination-bullet-active {
  background: transparent !important;
  border: 3px solid #cecece;
}

.gallery-swiper .swiper-pagination-bullet {
  background: var(--whiteColor);
}

.product-swiper .swiper-pagination-bullet {
  background: var(--primaryColor);
}

.product-swiper .swiper-pagination-bullet-active {
  background: transparent !important;
  border: 3px solid var(--primaryColor);
}

.gallery-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* .gallery-section::before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: 0;
  height: 150px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.gallery-section::after {
  content: ' ';
  position: absolute;
  bottom: -92px;
  left: 0;
  height: 184px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
} */

.contact-section {
  background-color: var(--primaryColor);
  /*margin-top: -42px; */
}

.about-img {
  border-radius: 7% !important;
  border-width: 7px !important;
  box-shadow: 0 0rem 1rem rgb(0 0 0 / 40%) !important;
}

.contact-section .card {
  border-radius: 0;
  /* margin-top: -360px; */
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: unset;
  box-shadow: unset;
}

footer i {
  background-color: #969697;
  border-radius: 20px;
  padding: 5px;
  font-size: 12px;
}

footer p,
footer a {
  color: #C1C2C2;
  font-family: var(--Roboto);
  font-weight: 300;
  font-style: normal;
}

footer a:hover {
  color: #C1C2C2;
}

footer a.social {
  color: #C1C2C2;
  padding: 10px 10px 0px 10px;
}

.footer-address-title {
  font-family: var(--Roboto);
  font-weight: 700;
  font-style: normal;
}

.footer-top {
  background-color: var(--footerTop);
}

.footer-bottom {
  background-color: var(--footerBottom);
  color: var(--whiteColor);
  font-family: var(--Lato);
  font-weight: 400;
  font-style: normal;
  border-top: 1px solid #494949;
}

.vm-title {
  font-size: 30px;
}

.section-title {
  font-size: 45px;
}

.product-title {
  font-size: 22px;
}

.product-description {
  font-size: 16px;
}

.form-title {
  font-size: 25px;
}

.form-label {
  font-size: 16px;
  margin-bottom: 2px;
}

.footer-tag-title {
  font-size: 40px;
}

.main-navigation.nav-up {
  top: -80px;
}

.main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  z-index: 5;
}

.carousel-indicators-numbers {
  bottom: 5%;
  right: 3%;
}

.match-height>[class*=col] {
  display: flex;
  flex-flow: column;
}

footer a.social:first-child {
  padding-left: 0px;
}

.text-justify {
  text-align: justify;
}

.map-div {
  margin-bottom: -300px;
}

.tag-line-div {
  margin-top: -70px;
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .footer-tag-title {
    color: var(--primaryColor) !important;
  }
}

.product-section .card {
  background-color: var(--bodyBgColor) !important;
}

.services-section .service-img-svg {
  padding: 5px;
  background-color: var(--lightColor);
  border-radius: 50%;
  width: 95px;
  height: 95px;
  vertical-align: middle;
  display: flex;
}

.services-section .service-img-svg svg {
  fill: var(--primaryColor);
  width: 100%;
  height: auto;
  padding: 10px;
  vertical-align: middle;
  display: flex;
}

.services-section .service-img-svg path,
.services-section .service-img-svg svg path {
  fill: var(--primaryColor);
}