@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "FreightNeoBold";

  src: url("../fonts/freight_neo_bold/FreightNeoW03-Bold.eot");

  src: url("../fonts/freight_neo_bold/FreightNeoW03-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/freight_neo_bold/FreightNeoW03-Bold.woff2") format("woff2"), url("../fonts/freight_neo_bold/FreightNeoW03-Bold.woff") format("woff"), url("../fonts/freight_neo_bold/FreightNeoW03-Bold.ttf") format("truetype");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

/* --- All Variables --- */

:root {
  --primary: #41dff9;

  --secondary: #ccbbff;

  --base-font-family: "Raleway", sans-serif;

  --border: #ddd;

  --text: #000;

  --nav-hover: #b6efcf;

  --heading-font-famaly: "FreightNeoBold";
}

/* Reset */

* {
  box-sizing: border-box;

  padding: 0;

  margin: 0;
}

body {
  color: var(--text);

  font-family: var(--base-font-family);
}

img {
  max-width: 100%;

  height: auto;
}

ul {
  list-style-type: none;

  padding: 0;

  margin: 0;
}

.btn {
  padding: 18px 21px;

  display: inline-block;

  border-width: 2px;

  border-style: solid;

  border-radius: 0;

  line-height: 1;
}

.btn-dark-outline {
  color: #000;

  border-color: #000;

  background-color: transparent;
}

.btn-dark-outline:hover {
  background-color: #000;

  color: #fff;
}

a {
  text-decoration: none;
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font-famaly);

  font-weight: 700;
}

h1 {
  font-size: 50px;

  line-height: 1.15em;
}

h2 {
  font-size: 35px;
}

/* Layout */

.container {
  max-width: 1600px;

  padding-inline: 40px;
}

@media (max-width: 991.98px) {
  .container {
    padding-inline: 24px;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding-inline: 20px;
  }
}

/* Owl Carousel */

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 2.5rem;

  height: 2.5rem;

  background-color: rgba(0, 0, 0, 0.5);

  color: #fff;

  border-radius: 0;

  font-size: 1.25rem;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: var(--primary);

  color: #fff;
}

.owl-carousel.has-nav-vertical-middle .owl-nav button.owl-prev {
  position: absolute;

  top: calc(50% - 2rem);

  left: 0;
}

.owl-carousel.has-nav-vertical-middle .owl-nav button.owl-next {
  position: absolute;

  top: calc(50% - 2rem);

  right: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;

  bottom: 0.75rem;

  width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: var(--clr-dark);

  border-radius: 0;

  width: 0.625rem;

  height: 0.625rem;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--clr-secondary-base);
}

.owl-carousel.has-stage-outer-pb .owl-stage-outer {
  padding-bottom: 3.5rem;
}

.owl-carousel.has-default-nav-style .owl-nav button.owl-next,
.owl-carousel.has-default-nav-style .owl-nav button.owl-prev,
.owl-carousel.has-default-nav-style .owl-nav button.owl-next:hover,
.owl-carousel.has-default-nav-style .owl-nav button.owl-prev:hover {
  background-color: transparent;

  color: var(--clr-primary-base);
}

/* Top Header */

.global-header__top {
  display: flex;
}

.top-banner {
  background-color: var(--primary);

  padding: 13px 0 3px 0;
}

.top-banner p {
  font-weight: bold;

  font-size: 16px;
}

.middle-banner {
  background-color: #7ae9fc;

  padding: 13px 0 3px 0;
}

.middle-banner p {
  font-weight: bold;

  font-size: 15px;
}

.end-banner {
  background-color: #fff;

  padding: 13px 0 3px 0;
}

.end-banner p {
  font-weight: bold;

  font-size: 15px;
}

/* Header */

.global-header {
  width: 100%;

  background-color: var(--primary);

  position: sticky;

  top: 0;

  z-index: 200;
}

.global-header__bottom {
  padding: 20px 0;
}

.main-nav {
  display: flex;

  justify-content: flex-start;
}

.main-nav ul {
  display: flex;
}

.main-nav ul li {
  margin-left: 15px;
}

.main-nav ul li a {
  font-size: 16px;

  color: #000;

  font-weight: 600;

  letter-spacing: 0.5px;

  position: relative;
}

.main-nav ul li a::after {
  content: "";

  position: absolute;

  background-color: #474545;

  height: 2px;

  width: 0;

  left: 0;

  bottom: -15px;
}

.main-nav ul li a:hover::after {
  width: 100%;
}

.logo {
  display: flex;

  align-items: center;
}

.logo img {
  height: auto;

  max-width: 350px;

  margin-inline: auto;
}

.global-icon {
  display: flex;

  justify-content: flex-end;
}

.global-icon i {
  font-size: 18px;
}

.hamburger-btn {
  background-color: transparent;

  color: #000;

  font-size: 22px;

  display: none;

  border-style: none;
}

.global-search-icon {
  background-color: transparent;

  border: none;
}

.global-search-icon i {
  color: #000;

  font-size: 19px;
}

.search-control {
  border-top: 0;

  border-left: 0;

  border-right: 0;

  border-bottom: 1px solid #ccbbff;
}

.offcanvas-form {
  width: 100%;

  height: auto;
}

.offcanvas-top.search-offcanvas {
  height: 100vh;
}

.search-form-wrap {
  max-width: 1120px;

  margin-inline: auto;
}

.form-control:focus {
  outline: 0;

  box-shadow: none;
}

/* Footer */

.global-footer {
  background-color: var(--primary);

  width: 100%;

  padding-top: 90px;

  padding-bottom: 40px;
}

.global-footer__wrapper img {
  width: 200px;
}

.global-footer__wrapper p {
  font-family: var(--base-font-family);

  margin: 20px 0;

  font-style: italic;

  padding-right: 90px;
}

.global-footer__icon ul {
  display: flex;
}

.global-footer__icon ul a i {
  font-size: 20px;

  padding-left: 10px;

  color: #000;
}

.global-footer__icon ul i:hover {
  color: #b6efd4;
}

.global-footer__nav ul {
  display: flex;

  flex-wrap: wrap;

  margin-top: 30px;
}

.global-footer__nav ul li {
  padding-inline: 9px;
}

.global-footer__nav ul li a {
  font-size: 15px;

  font-weight: bold;

  color: #000;

  font-family: var(--heading-font-famaly);
}

.global-footer__nav ul li a:hover {
  color: var(--nav-hover);
}

.copyright {
  padding-top: 240px;
}

.copyright p {
  text-align: right;

  font-size: 14px;

  font-weight: 500;
}

.copyright p:hover {
  color: var(--nav-hover);
}

/* About Us  */

.galley-section {
  padding: 90px 0;
}

.our-brand-section__content {
  padding: 19px 120px;
}

.our-brand-section__content h2 {
  font-weight: bold;

  margin: 40px 0;

  text-align: left;
}

.our-brand-section__content p {
  font-size: 20px;

  line-height: 30px;

  color: #4d4b4b;
}

/* Blog Card */

.blog-section {
  padding: 40px 0;
}

.blog-card__wrap h4 {
  padding: 10px;

  text-align: left;

  padding: 15px 0;
}

.blog-card__wrap p {
  font-size: 15px;

  color: #5b5858;

  text-align: left;

  padding: 10px 0;
}

/* Blog Single Section */

.blog-image__section img {
  width: 100%;

  height: 500px;
}

.blog-single-section {
  padding: 130px 0;
}

.blog-single__wrap h1 {
  font-size: 35px;

  padding: 20px 0;
}

.blog-single__wrap p {
  font-size: 19px;

  font-weight: 400;

  color: #2b3132;
}

.blog-single__image img {
  width: 100%;

  object-fit: cover;
}

.blog-single__wrapper h4 {
  font-size: 17px;

  color: #2b3132;

  font-weight: 600;
}

.blog-single__wrapper p {
  font-size: 19px;

  padding: 12px 0;

  color: #2b3132;
}

.blog-single__icon {
  padding: 15px 0;
}

.blog-single__icon ul {
  display: flex;
}

.blog-single__icon ul li {
  padding-inline: 7px;
}

.blog-single__icon ul li i {
  font-size: 20px;

  font-weight: 600;
}

.blog-single__post {
  margin-left: 40px;

  padding-top: 30px;
}

.blog-single__post h5 {
  font-size: 26px;

  font-weight: 600;

  color: #272d2e;
}

.blog-single__post p {
  font-size: 14px;

  font-weight: bold;

  color: #2b3132;
}

.blog-single__button {
  display: flex;

  justify-content: flex-end;

  padding: 10px 0;

  border-block: 1px solid #ccbbff;
}

.blog-single__button p {
  font-size: 14px;

  font-weight: 700;

  padding: 5px 5px 0 0;

  color: #3b3b3b;
}

.blog-single__button i {
  padding-top: 14px;

  background-color: transparent;

  color: #6e5c5c;

  font-size: 12px;
}

.recent-posts-list {
  display: flex;

  flex-direction: column;

  row-gap: 4px;
}

.recent-posts-list li a {
  color: #000;

  display: block;

  font-weight: 500;
}

.recent-posts-list li:hover a {
  color: var(--primary);
}

.modal-body {
  padding: 40px;
}

.model-form__title {
  padding: 20px 0;
}

.modal-header .modal-title {
  padding-left: 20px;
}

/* products Card*/

.product-section__gallery {
  padding: 20px 0;
}

.product-card h4 {
  text-align: center;

  font-size: 25px;

  font-weight: bold;

  padding: 35px 0;
}

.product-card__body p {
  color: #757171;

  font-weight: 500;

  text-align: center;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;
}

.product-item {
  padding-top: 20px;
}

.product-item__wrapper p {
  font-size: 19px;

  text-align: center;
}

.product-card__body .card-text {
  font-size: 15px;

  color: #ff7b22;
}

.product-stability h2 {
  padding: 80px 0;
}

.product-btn {
  margin-top: 40px;
}

.products-grid {
  row-gap: 20px;
}

/* Contact us */

.form-contact h3 {
  font-size: 29px;

  text-align: center;

  padding: 40px 0;
}

.submit {
  margin-top: 40px;

  margin-left: 400px;
}

.contact-form__item {
  display: flex;

  justify-content: center;

  align-items: center;
}

.contect-form small {
  font-size: 18px;
}

.contact-form__reach h3 {
  text-align: center;

  font-size: 30px;

  padding: 30px 0;
}

.contact-from__content p {
  font-size: 20px;

  line-height: 35px;
}

.contact-form__content {
  padding-bottom: 70px;
}

.form-control {
  height: 70px;

  width: 100%;

  border-left: 0;

  border-top: 0;

  border-right: 0;

  border-bottom: 1px solid #ccbbff;
}

.contact-form__wrap p {
  font-size: 15px;

  padding: 9px 0;
}

.helper-text {
  font-size: 13px;

  color: #5b5e5f;
}

.contact-form {
  padding: 30px 300px;
}

.contact-form__wrapper h3 {
  text-align: center;

  padding: 30px 0;

  font-size: 25px;
}

.send-button {
  border: none;

  padding: 9px 12px;

  color: #000;
}

.contact-form__btn {
  padding: 40px 0;
  text-align: center;
}

.contact-form__btn [type="submit"] {
  display: block;
  margin-inline: auto;
  width: min(100%, 500px);
}

.contact-form__top-box h5 {
  color: #7e7878;

  font-weight: 400;

  font-size: 20px;

  padding: 10px 0;
}

/* Hero section */

/*.hero-section__image img {*/
/*  width: 100%;*/

  /*height: 600px;*/

/*  background-repeat: no-repeat;*/

/*  object-fit: cover;*/
/*}*/

.pagination {
  padding: 50px 030px;

  display: flex;

  justify-content: center;

  align-items: center;
}

/* about-section */

.about-wrapper h2 {
  text-align: center;

  font-size: 25px;

  margin-top: 50px;
}

.about-wrapper p {
  text-align: center;

  font-size: 18px;

  font-family: var(--base-font-family);

  padding: 35px;
}

/* productscard */

.btn-primaty {
  background-color: var(--primary);
}

.product-card__head img,
.product-image__wrapper img {
  display: block;
  margin-inline: auto;
  border: 1px solid #f1f1f1;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto !important;
}

/* Blogs Section */

.blog-section__heading h3 {
  text-align: center;

  margin: 30px;

  font-size: 30px;

  font-weight: 600;

  font-family: var(--heading-font-famaly);
}

.blogs-card_image {
  position: relative;
}

.blogs-card_image img {
  width: 100%;

  height: 100%;

  aspect-ratio: 720/404;

  display: block;
}

.blogs-wrap {
  position: absolute;

  top: 10px;

  left: 20px;
}

.blogs-wrap p {
  background-color: #fff;

  color: #000;

  border: 1px solid black;

  padding: 0 12px;
}

.blog-card__wrapper {
  padding: 15px 30px;
}

.blog-card__wrapper h4 {
  text-align: left;

  font-size: 24px;

  font-weight: 500;
}

.blog-card__wrapper p {
  text-align: left;

  font-size: 16px;

  color: #5a5656;

  margin: 15px 0;
}

.blog-card__wrapper .btn a {
  color: #000;

  font-size: 15px;

  font-weight: 600;

  padding: 10px 17px;
}

.blog-card__wrapper .btn a:hover {
  color: var(--primary);

  border: 1px solid var(--primary);
}

/* shopify section template */

.testimonial-section__top-box h3 {
  text-align: center;

  font-size: 30px;

  padding: 20px;
}

.testimonial-section {
  padding: 70px 20px;
}

.testimonial-card__icon ul {
  display: flex;

  justify-content: center;

  align-items: center;

  color: #ffdd39;
}

.testimonial-card {
  background-color: #fafafa;

  padding: 20px;
}

.testimonial-card__end {
  font-weight: bold;

  padding: 40px;

  font-size: 14px;

  text-align: center;
}

.testimonial-card__icon .cheek {
  color: rgb(230, 220, 220);
}

/* Highlight section */

.highlight-section {
  padding: 40px 0;
}

.highlight-wrapper {
  position: relative;
}

.highlight-wrapper svg {
  max-width: 100%;
}

.hightlight-text__wrapper {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  text-align: center;

  font-size: 23px;

  font-family: var(--base-font-family);

  font-weight: 500;
}

/* grid wrapper section */

.grid-wrapper__wrap h3 {
  text-align: center;

  font-size: 35px;

  padding: 20px;

  margin-top: 70px;
}

.grid-wrapper__wrap p {
  text-align: center;

  font-size: 19px;

  font-family: var(--base-font-family);
}

/* Products card ection */

.btn-wrapper {
  display: block;

  margin-inline: auto;
}

.product-card-section {
  padding: 50px 30px;
}

.product-card__wrap {
  position: relative;
}

.product-card__video video {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

.product-card__box {
  box-shadow: 2px 2px 2px 2px rgba(48, 47, 47, 0.2);
  padding-bottom: 10px;
}

.products-carousel-2 .item {
  padding: 8px;
}

.product-card__video {
  justify-content: center;

  align-items: center;

  margin-top: 90px;
}

.product-card__top {
  position: absolute;

  top: 400px;

  margin-left: 70px;
}

.product-card__top img {
  width: 90px;

  height: 50px;
}

.product-card__body p {
  color: #000;

  font-size: 16px;

  font-weight: 700;

  margin-top: 15px;
}

.products-card__fees {
  font-size: 16px;

  text-align: center;

  font-weight: bold;

  color: #312f2f;

  padding-bottom: 15px;
}

/* Products Single Page */

.product-single-section {
  padding: 70px 0;
}

.product-single-section .inner-wrap {
  max-width: 1100px;

  margin-inline: auto;
}

.product-single-section .info-wrapper:not(:last-child) {
  margin-bottom: 2.25rem;
}

.product-single-section .info-wrapper:first-child {
  border-bottom: 1px solid var(--clr-border);

  padding-bottom: 1rem;
}

.product-single-section .product-single__title {
  font-size: 1.75rem;

  font-weight: 700;

  color: var(--clr-dark);

  text-transform: uppercase;

  margin-bottom: 0.5rem;
}

.product-single-section .product-single__pricing {
  display: flex;

  align-items: flex-end;
}

.product-single-section .product-single__pricing .regular-price {
  color: var(--clr-primary-base);

  line-height: 1;

  font-size: 1.25rem;

  font-weight: 700;

  margin-right: 0.5rem;

  text-decoration: line-through;
}

.product-single-section .product-single__pricing .sell-price {
  color: var(--clr-secondary-base);

  line-height: 0.75;

  font-weight: 700;

  font-size: 1.875rem;
}

.product-single-section .product-single__pricing .discount-val {
  color: #fff;

  background-color: var(--bs-success);

  font-size: 0.875rem;

  padding: 0.25rem;

  margin-left: 0.5rem;

  line-height: 1;
}

.product-single-section .accordion-container .set a {
  background-color: transparent;

  color: var(--clr-primary-base);

  border: 1px solid var(--clr-border);

  padding: 1rem;

  font-size: 1.125rem;
}

.product-single-section .product-single__cta-container input {
  margin-right: 1.875rem;

  border: 1px solid var(--clr-border);

  padding: 1rem;

  max-width: 6rem;
}

.product-single-section .product-single__cta-container input:focus {
  outline: 1px solid var(--clr-primary-base) !important;

  border: 1px solid var(--clr-primary-base) !important;

  -webkit-box-shadow: none;

  box-shadow: none;
}

.product-single-section .product-single__cta-container .btn--primary-outline {
  color: var(--clr-dark);

  border-width: 1px;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.product-single-section .product-single__cta-container .btn--primary-outline img {
  margin-right: 1rem;

  max-width: 1rem;
}

.product-single-section .product-single__cta-container .btn--primary-outline:hover {
  color: #fff;
}

.product-single-section .product-single__cta-container .btn--primary-outline:hover img {
  -webkit-filter: brightness(0) invert(1);

  filter: brightness(0) invert(1);
}

.product-single-section .product-single__highlights .content-box ul {
  margin: 0;

  list-style: none;
}

.product-single-section .product-single__highlights .content-box ul li::before {
  content: "-";

  font-weight: 600;

  margin-right: 1rem;
}

.product-single-section .product-single__meta-text {
  font-size: 1rem;

  color: #a2a2a2;
}

.product-single-section .product-single__meta-info .social-icons li:hover a {
  background-color: var(--clr-secondary-base);
}

.product-single-section .product-single__meta-info .row > *:not(:last-child) {
  border-right: 1px solid var(--clr-border);
}

.product-single-section .product-single__meta-info > *:not(:last-child) i {
  font-size: 1.25rem;
}

.product-single-section .product-single__meta-info .site-facility-block .site-facility-block__icon {
  margin-bottom: 1rem;
}

.product-single-section .product-single__meta-info .site-facility-block i {
  font-size: 1.875rem;
}

.product-single-section .nav-tabs {
  margin-top: 5rem;

  background-color: #f2f2f2;
}

.product-single-section .nav-tabs .nav-item.show .nav-link,
.nav-tabs {
  border-bottom: 1px solid var(--color-border);
}

.product-single-section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  border-radius: 0;

  color: var(--clr-dark);

  font-weight: 600;

  text-transform: capitalize;

  padding: 0.875rem 1.25rem;

  line-height: 1;

  text-transform: uppercase;
}

.product-single-section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  border: 1px solid transparent;
}

.product-single-section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--primary);

  color: #000;

  border: 1px solid var(--clr-primary-base);
}

.product-single-section .tab-content {
  padding-block: 3rem;

  border-bottom: 1px solid var(--clr-border);
}

.product-single-section .slider-pro .sp-slides-container {
  position: relative;

  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-single-section .slider-pro .sp-slides-container::before {
  top: 0;

  right: 0;

  -webkit-transform: rotate(90deg);

  transform: rotate(90deg);
}

.product-single-section .slider-pro .sp-slides-container::after {
  bottom: 0;

  left: 0;

  -webkit-transform: rotate(-90deg);

  transform: rotate(-90deg);
}

.product-single-section .sp-mask {
  max-width: 100% !important;
}

.product-single-section .sp-next-arrow::after,
.product-single-section .sp-next-arrow::before,
.product-single-section .sp-previous-arrow::after,
.product-single-section .sp-previous-arrow::before,
.product-single-section .sp-next-thumbnail-arrow::after,
.product-single-section .sp-next-thumbnail-arrow::before,
.product-single-section .sp-previous-thumbnail-arrow::after,
.product-single-section .sp-previous-thumbnail-arrow::before {
  background-color: #fff;
}

.product-single-section .accordion-container .table.product-spec-table > :not(caption) > * > * {
  border-bottom-width: 0;
}

.related-products-section {
  padding-bottom: 5.5rem;
}

.enquiry-modal .form-control {
  height: 30px;

  width: 100%;

  border-left: 0;

  border-top: 0;

  border-right: 0;

  border-bottom: 1px solid #ccbbff;
}

.enquiry-modal .contact-form__wrap p {
  font-size: 14px;

  font-weight: 600;
}

.product-single__meta-info {
  display: flex;

  align-items: center;
}

.product-single__meta-info p {
  margin-bottom: 0;

  padding: 0 !important;
}

.product-single__meta-info .social-icons {
  margin-left: 10px;
}

.product-single__meta-info .social-icons a i {
  font-size: 22px;

  padding-inline: 10px;

  color: #000;
}

.product-single__meta-info .social-icons i:hover {
  color: var(--primary);
}

.info-wrapper p {
  padding-top: 5px;
}

.content-box video {
  margin-top: 30px;

  max-width: 600px;

  height: 500px;
}

.highlight-section__inner-wrapper {
  padding-inline: 60px;
}

.highlight-section--product-single .hightlight-text__wrapper {
  font-size: 28px;
}

.highlight-section--product-single .hightlight-text__wrapper p {
  margin-bottom: 0;
}

.highlight-section--product-single .top-content-box {
  margin-bottom: 40px;
}

.usage-manual-section {
  padding: 60px 0;
}

.manual-blocks-grid {
  --bs-gutter-x: 16px;

  row-gap: 16px;
}

.usage-manual-section .top-content-box {
  margin-bottom: 20px;
}

.coverage-section .col-img-wrap {
  aspect-ratio: 735/588;
}

.coverage-section h2 {
  font-size: 24px;
}

.related-products-section {
  padding: 60px 0 80px;
}

.grid-wrapper-section {
  padding-bottom: 60px;
}

/* All Media Queries */

@media (max-width: 1699.98px) {
  /* XXL Screen */

  .highlight-section--product-single .hightlight-text__wrapper {
    font-size: 24px;
  }
}

@media (max-width: 1399.98px) {
  /* Laptop Screen */
}

@media (max-width: 1199.98px) {
  /* Tablet Landscape */

  .desktop-nav {
    display: none;
  }

  .hamburger-btn {
    display: block;
  }

  .offcanvas-body ul {
    flex-direction: column;
  }

  .offcanvas-body ul li {
    margin-top: 20px;

    margin-left: 4px;
  }

  .offcanvas-body ul {
    flex-direction: column;
  }

  .offcanvas-body ul li {
    margin-top: 25px;
  }

  .offcanvas-body {
    background-color: var(--primary);
  }

  .offcanvas-header {
    background-color: var(--primary);
  }

  .offcanvas-header img {
    max-width: 150px;
  }

  .container {
    max-width: 100%;
  }

  .offcanvas-body ul li a {
    font-size: 15px;
  }

  .offcanvas-body ul {
    flex-direction: column;
  }

  .offcanvas-body {
    background-color: var(--primary);
  }

  .offcanvas-header {
    background-color: var(--primary);
  }

  .offcanvas-header img {
    max-width: 150px;
  }

  .highlight-section__inner-wrapper {
    padding-inline: 0;
  }
}

@media (max-width: 991.98px) {
  /* Tablet Portrait */

  h2 {
    font-size: 32px;
  }


  .offcanvas-header .close-btn {
    margin-top: -4px;
  }

  .container {
    max-width: 100%;
  }

  .offcanvas-body ul {
    flex-direction: column;
  }

  .offcanvas-body ul li a {
    font-size: 15px;
  }

  .desktop-nav {
    display: none;
  }

  .hamburger-btn {
    display: block;
  }

  .offcanvas-title {
    display: block;

    align-items: center;
  }

  .copyright {
    padding-top: 40px;
  }

  .product-card__body .card-text {
    font-size: 14px;
  }

  .product-item__wrapper p {
    font-size: 18px;
  }

  .product-item__wrapper p {
    font-size: 14px;
  }

  .top-banner {
    display: none;
  }

  .middle-banner {
    display: none;
  }

  .end-banner {
    max-width: 100%;
  }

  .global-footer {
    padding-top: 70px;
  }

  .global-footer__wrapper p {
    padding-right: 80px;
  }

  .card-btn {
    margin-bottom: 30px;
  }

  .contact-form {
    padding: 20px 30px;
  }

  .contact-form__content p {
    font-size: 19px;
  }

  .coverage-section .content-wrap {
    padding-top: 30px;
  }

  .grid-wrapper__wrap h3 {
    font-size: 32px;
    margin-top: 20px;
  }

  .grid-wrapper__wrap p {
    font-size: 17px;
  }

  /* 
  .global-header {

    top: -56px;

  } */
}

@media (max-width: 767.98px) {
  /* Mobile */

  h2 {
    font-size: 30px;
  }

  .offcanvas-body ul {
    flex-direction: column;
  }

  .offcanvas-body ul li {
    margin-top: 25px;
  }

  .logo img {
    max-width: 200px;
  }

  .our-brand-section__content p {
    font-size: 16px;
  }

  .global-footer {
    padding-top: 60px;
  }

  .global-footer__wrapper p {
    padding: 0;
  }

  .contact-form {
    padding: 20px 10px;
  }

  .contact-form__content p {
    font-size: 18px;
  }

  .our-brand-section__content {
    padding: 10px 0;
  }

  .about-wrapper p {
    padding: 0;
  }

  .about-wrapper {
    padding: 15px 0;
  }

  .grid-wrapper__wrap {
    padding: 20px 0;
  }

  svg {
    width: 100%;
  }

  .blog-card__wrapper p {
    font-size: 15px;
  }

  .products-carousel-section {
    padding-top: 30px;
  }

  /*.hero-section__image img {*/
  /*  height: 600px;*/
  /*}*/

  .info-wrapper h2 {
    font-size: 15px;

    margin-top: 40px;
  }

  .modal-body {
    padding: 24px;
  }

  .product-single-section .product-single__title {
    font-size: 1.5rem;
  }

  .product-single__meta-info .social-icons a i {
    font-size: 20px;

    padding-inline: 10px;

    color: #000;
  }

  .highlight-section .row {
    row-gap: 20px;
  }

  .product-single-section {
    padding: 60px 0 20px;
  }

  .copyright p {
    text-align: left;
  }

  /* 
  .global-header {

    top: -50px;

  } */

  .product-btn {
    margin-top: 20px;
  }

  .grid-wrapper__wrap h3 {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 28px;
  }

  .logo img {
    max-width: 150px;
  }

  .about-wrapper p {
    font-size: 15px;
  }

  .grid-wrapper__wrap p {
    font-size: 15px;
  }

  .product-card__body p {
    font-size: 14px;
  }

  .product-card__body .card-text {
    font-size: 13px;
  }

  .product-item__wrapper p {
    font-size: 15px;
  }

  .product-item__wrapper p {
    font-size: 13px;
  }

  .end-banner p {
    font-size: 11px;
  }

  .info-wrapper h2 {
    font-size: 15px;

    margin-top: 40px;
  }

  .info-wrapper p {
    font-size: 15px;
  }

  .tab-pane p {
    font-size: 14px;
  }

  .contact-form__wrapper h3 {
    text-align: left;
  }

  .enquiry-modal .contact-form__wrap p {
    font-size: 13px;
  }

  .modal-footer {
    display: block;
  }

  .content-box video {
    max-width: 100%;

    margin-left: 10px;
  }

  .nav-item .nav-link {
    font-size: 13px;
  }

  .grid-wrapper-section {
    padding-bottom: 20px;
  }

  .grid-wrapper__wrap h3 {
    font-size: 28px;
  }
}
