/*----GANERAL----*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  color: black;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  background: #ffffff;
}

a {
  text-decoration: none !important;
  color: black;
}


.main-head {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}



P {
  color: rgb(25, 25, 25);
  font-size: 15px;
}

.bt-line {
  border-bottom: 1px solid #dfdfdf;
}


.head-clr {
  color: #dba300 !important;
}

.mcn-clr {
  color: rgb(74, 19, 48);
}

.fs-12 {
  font-size: 12px !important;
}

.text-justify {
  text-align: justify;
}

.checked {
  color: rgb(161, 111, 34);
}

/* .navbar {
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
} */

.sub-head {
  border: 1px dashed #000;
  padding: 5px 15px;
  border-radius: 30px;
  width: fit-content;
}


.p-top {
  padding-top: 50px;
}

.bg-two {
  background: #f9f9f9;
}

.home-div {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.home-div .banner-div-one {
  height: 100%;
  width: 25%;
  background: #000;
  position: relative;
}

.home-div .banner-div-two {
  height: 100%;
  /* width: 75%; */
  width: 100%;
}

.home-div .overlay {
  background: #0000009e;
  width: 50%;
  height: 50%;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0px 125px;
}

.banner-head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  z-index: 2;
  width: 50%;
  padding-inline: 20px;
}


.navbar-brand {
  width: 200px;
}

.home-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.nav-contact a {
  background: #efa625;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-contact a i {
  color: #fff !important;
}

.navbar-top-active {
  background: #fff !important;
}

.main-para {
  width: 50%;
  margin-inline: auto;
}


.navbar-active {
  background: #fff !important;
}

.h-gallery-head-div {
  text-align: center;
}

.nav-section-div {
  width: 100%;
  height: 100vh;
  background: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.nav-section-div .nav-item {
  color: #fff !important;
}

.nav-section-div .nav-item.active {
  color: #dba300 !important;
}

.menu-hamburger {
  cursor: pointer;
}

.nav-section {
  display: grid;
  line-height: 80px;
  text-align: center;
}

.nav-section a {
  font-size: 30px;
  font-weight: 500;
}

.nav-section a:hover {
  font-size: 35px;
  font-weight: 500;
  color: #fff !important;
}

.nav-item.active {
  font-weight: 500 !important;
  color: #dba300 !important;
}

.select-1 {
  font-size: 35px !important;
  font-weight: 500 !important;
  color: #fff !important;
}

.menu-close {
  font-size: 45px !important;
}

.carousel-item .headder-img {
  height: 100vh;
  object-fit: cover;
  filter: brightness(0.7);
}

.nav-link {
  color: #fff !important;
}

.bg-color {
  background: rgb(249 249 249);
}

.d-padding {
  padding-block: 80px;
}

/*-----------------------------*/
.navbar a {
  color: #000 !important;
  font-size: 15px;
}


.website-quick-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}

.website-quick-links .wp {
  background: #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.website-quick-links .tell {
  background: #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.website-quick-links a i {
  font-size: 25px;
  color: #fff;
}



.navbar .nav-links ul {
  display: flex;
  gap: 45px;
}

.nav-links {
  position: absolute;
  background-color: red;
  display: none;
}

.nav-links ul {
  display: flex;
  flex-direction: column;
}

/*------------------------------*/
.home-about-img {
  height: 485px;
  width: 100%;
}

.home-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.home-about-button {
  text-align: center;
  margin-top: 10px;
}

.more-view-button {
  text-align: center;
}


.h-banner-more-icon {
  border-radius: 20px;
  border: 1px solid #ffffff;
  padding: 7px 15px;
  transition: 0.5s ease;
  color: #fff !important;
}

.more-icon {
  border-radius: 20px;
  padding: 3px 3px 3px 12px;
  background: #dba300;
  color: #fff;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
  transition: 0.5s ease-in-out;

}

.more-icon img {
  background: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 5px;
  margin-left: 5px;
}

.more-icon:hover {
  color: rgb(255, 255, 255) !important;
  font-size: 15px;
}


.carousel-caption .more-icon {
  border-radius: 20px;
  border: 1px solid rgb(161, 111, 34);
  padding: 9px 17px;
  color: rgb(161, 111, 34) !important;
}



.menu-hamburger:hover {
  font-size: 33px !important;
}

.home-about-icon {
  text-align: end;
}

.home-about {
  background: rgb(249 249 249);
}

.home-count {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.home-count h1 {
  font-size: 70px;
  color: #efa625;
  font-family: "Bebas Neue", serif;

}

.home-count h6 {
  font-size: 18px;
  color: #000;
}

.newsletter-section {
  background: #efa625;
}

.home-newsletter {
  padding: 50px;
  border-radius: 10px;
  text-align: center;
  background: #ffffff;
}

.h-product-head-div {
  text-align: center;
}

.product-head-div {
  text-align: center;
}

.product-head-div p {
  width: 75%;
  margin-inline: auto;
}

.home-newsletter-input {
  width: 35%;
}

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

.home-newsletter-div button {
  border: 1px solid #e1e1e1;
  margin-left: 10px;
  padding: 4px 10px;
  background: #fff;
}

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

.about-mission-section {
  background: #f7f7f7;
  position: relative;
}

.about-mission-section .mission-top {
  position: absolute;
  width: 100%;
  top: 0;
  rotate: 180deg;
  height: 140px;
}

.about-mission-section .mission-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 140px;
}


.category-div {
  height: 280px;
  position: relative;
  overflow: hidden;
}

.category-div::before {
  content: "";
  background: #000000a6;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0;
  transition: 1s ease;
}


.category-div:hover::before {
  opacity: 1;
}


.category-div:hover.category-div img {
  transform: scale(1.1);
}


.category-div .overlay {
  background: linear-gradient(0deg, black, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}


.category-div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 1s ease;
}

/*----------------------------------------------------------------------------*/

.category-div-head {
  position: absolute;
  color: #fff;
  bottom: 10px;
  left: 15px;
  z-index: 3;
}

.category-div-head h5 {
  margin-bottom: 0;
      font-size: 30px;
      font-family: "Bebas Neue", serif;
}

.category-div-head p {
color:white;
margin-bottom:0;
}




.product-card-image {
  height: 220px;
  position: relative;
}

.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9);
}

.product-card:hover .product-card-image .diagonal-overlay {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 50% 0%);
}

.product-card:hover .product-card-image .diagonal-overlay-two {
  clip-path: polygon(0% 0%, 50% 0%, 0% 0%, 0px 0%);
}

.product-card-image .diagonal-overlay {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 15%;
  background-color: white;
  clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 50% 0%);
  rotate: 180deg;
  transition: clip-path 0.3s ease;
}

.product-card-image .diagonal-overlay-two {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 101%;
  height: 15%;
  background-color: white;
  clip-path: polygon(0% 60%, 50% 0%, 0% 0%, 0px 0%);
  rotate: 180deg;
  transition: clip-path 0.3s ease;

}

.product-card-head {
  border-radius: 20px;
  padding: 5px 55px;
  border: 1px solid rgb(219, 163, 0);
  text-align: center;
}


/* .product-card span {
  border: 1px solid black;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.h-about-head-div {
  text-align: center;
}

.clints-say {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  padding: 20px;
  margin-bottom:7px;
}

.testi-para {
  height: 130px;
  overflow-y: scroll;
  padding-right: 5px;
  font-weight:300;
}

.testi-para::-webkit-scrollbar {
  display: none;
}

.client-detail-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.client-detail-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.client-detail {
  display: flex;
  align-items: center;
}

.gallery-icon i {
  font-size: 35px;
  color: rgb(161, 111, 34);
}

.gallery-img {
  height: 250px;
  width: 100%;
}

.gallery-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

footer {
  background-color: #fff;
}

.footer-padding {
  padding-block: 50px;
}

.footer-select {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer-icon {
  gap: 30px;
  display: flex;
  justify-content: end;
}

.footer-icon i {
  font-size: 20px;
}

.about-section {
  height: 55vh;
  position: relative;
}

.about-section .overlay {
  position: absolute;
  background: #000000c2;
  width: 100%;
  height: 100%;
}

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


.about-section .container {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.about-content-section {
  position: relative;
  bottom: 50px;
  border-radius: 50px;
  background: #fff;
}

.about-img {
  width: 100%;
  position: relative;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}


.about-banner-head h1 {
  font-size: 80px;
  line-height: 70px;
  text-transform: uppercase;
  font-family: "Bebas Neue", serif;
}

.about-banner-head h6 {
  width: 50%;
}


.about-head-div p {
  line-height: 25px;
}

.about-head-div-two {
  height: 43%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-head-div-two p {
  line-height: 25px;
}


.values-div {
  border-left: 1px solid #00000026;
}

.home-vision {
  display: flex;
  padding: 15px 20px;
  border-bottom: 1px solid #00000026;
}

.home-vision span {
  font-size: 18px;
  font-weight: bold;
}

.home-vision img {
  background: #efa625;
  padding: 10px;
  border-radius: 50%;
  width: 52px;
}

.home-mision {
  display: flex;
  padding: 15px 20px;

}

.home-values h5 {
  font-size: 30px;
}

.home-vision h5 {
  font-size: 30px;
}

.home-mision span {
  font-size: 18px;
  font-weight: bold;
}

.home-mision img {
  background: #efa625;
  padding: 10px;
  border-radius: 50%;
  width: 52px;
}



.about-career {
  padding: 30px;
  background: #fbfbfb;
  text-align: center;
  border-radius: 10px;
}

.about-values-div h2 {
  font-family: 'Bricolage Grotesque';
  color: #000000;
}

.about-values-div h4 {
  color: #000000;
}

.about-values-div h4 span {
  color: #000000;
}

.industries-section .row {
    --bs-gutter-x: 1rem;
}



.product-filter {
  display: flex;
  gap: 10px;
}

.product-filter select:hover {
  color: rgb(161, 111, 34) !important;
  font-weight: 500;
  border: 1.5px solid rgb(161, 111, 34);
}

.product-filter select {
  border-radius: 20px !important;
  padding: 8px 20px !important;
  border: 1px solid black !important;
}

.product-all a {
  padding: 5px 30px;
  border-radius: 20px;
  border: 1px solid black;
  color: rgb(218, 63, 79) !important;
  font-weight: 500;
}

.product-all a:hover {
  padding: 5px 30px;
  border-radius: 20px;
  border: 1.5px solid rgb(218, 63, 79);
  color: rgb(0, 0, 0) !important;
  font-weight: bold;
}

.product-all {
 width: 50%;
    margin-inline: auto;
}

.product-card-more {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-weight: 500;
  background: #fff;
  padding: 20px;
  cursor: pointer;
  flex-direction: column;
}

.product-cart {
  color: #000000 !important;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
    line-height: 20px;
}

.product-card-more p {
  color: #dba300;
  font-size: 14px;
  display: flex;
    align-items: center;
}

.product-card i {
  font-size: 20px;
      color: #dba300;
      line-height: 0;
}


.product-card {
  background: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
      height: 100%;
}


.btn-1 {
  background: none;
  border: none;
  color: black;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-filtering {
  border-bottom: 1px solid #dbdbdb;
  width: 90%;
  margin-top: 13px;
}

.btn-group {
  width: 100%;
}

.product-imgs {
  border: 1px solid black;
  height: 75px;
  display: flex;
  align-items: center;
  border-radius: 8px;
}

.product-imgs img {
  width: 100%;
}

.product-main-imgs img {
  width: 100%;
}

.product-count i {
  font-size: 20px;
}

.product-count {
  display: flex;
  gap: 6px;
}

.product-category-cart {
  background: #e7e7e7 !important;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
}

.product-category-buy {
  background: #dba300 !important;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #fff !important;
}

.product-count-amout {
  font-size: 20px;
  font-weight: 500;
}

.product-description {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 50px;
}

.product-description i {
  font-size: 25px;
}

.product-description a {
  display: flex;
  align-items: center;
}

.active {
  color: #dba300 !important;
}

.product-description-para {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 25px;
}

.product-icon i {
  font-size: 31px;
  color: #dba300;
}


.contact-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  position: absolute;
}



.contactFormDiv {
  padding: 30px;
  background: #f7f7f7;
  border-radius: 15px;
}

.contact-social-div {
  display: flex;
  justify-content: center;
}

.contactFormDiv .form-control {
  border: 1px solid #d099364a;
  border-radius: 5px;
  padding: 4px;
  background: transparent;
}

.modal-body .form-control {
  border-radius: 0px;
  background: #ffffff;
}


.contact-form-sub button {
  background: rgb(219 163 0);
  padding: 5px 25px;
  width: 100%;
  color: #fff;
}

.contact-head h2 {
  font-size: 75px;
  line-height: 55px;
  color: #ffffffe8;
}

.contact-head p {
  color: #ffffffe8;
  margin-inline: auto;
  width: 50%;
}

.contact-form-sub {
  text-align: end;
}

.contact-form-sub button:hover {
  background: rgb(255, 196, 20);
}


.contact-info-div a {
  font-weight: 500;
}

.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact-icon i {
  color: rgb(219, 163, 0);
  font-size: 20px;
}

.blogs-head h2 {
  color: rgb(219, 163, 0);
}

.blog-div .card {
  background: #f5f5f5;
  border: 2px solid #f5f5f5;
  border-radius: 5px;
}

.blog-div .card img {
  border-radius: 5px;
  height: 230px;
  object-fit: cover;
}

.blog-name {
  border-radius: 20px;
  border: 1px solid black;
  padding: 2px 30px;
}

.blog-more {
  background: #fff;
  padding: 4px 15px;
  font-weight: 500;
  margin-top: 10px;
  border-radius: 5px;
}

.blog-more:hover {
  font-weight: bold;
  background: #fff;
  color: rgb(161, 111, 34) !important;

}

.card-head {
  padding: 15px;
}

.card-head h6 {
  color: rgb(219, 163, 0);
}

.more-bloge-head {
  width: 100%;
  height: 580px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-bloge-head-para {
  position: relative;
  text-align: center;
}

.more-bloge-head-para h1 {
  color: #fff;
  font-size: 60px;
}

.more-bloge-head-para span {
  color: #fff;
  padding: 2px 30px;
  border: 1px solid #fff;
  border-radius: 20px;
}

.more-bloge-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  filter: brightness(0.5);
}

.more-blog-img-div {
  width: 100%;
  height: 400px;
}

.more-blog-img-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.footer-select :hover {
  color: rgb(161, 111, 34) !important;
  font-weight: bold;
  font-size: 15px;
}

.select {
  color: rgb(161, 111, 34) !important;
  font-weight: bold;
  font-size: 15px;
}



.form-control.border {
  border: 1px solid #dba300 !important;
  color: #000 !important;
  padding: 7px 15px !important;
  cursor: pointer;

  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  cursor: pointer;
}

.search-div {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #dba300;
  border-radius: 30px;
  padding: 3px;
}

.search-div input {
  font-size: 14px;
  border: none;
}

.search-icon {
  width: 35px;
  height: 35px;
  background: #dba300;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5px;
}

.search-icon i {
  font-size: 15px;
  color: #fff;
}



.gallery-item {
  width: 200px;
  padding: 5px;
}

.btn-theme {
  background-color: #dba300;
  color: black !important;
}




.slick-active .slick-testi-div {
  width: 98% !important;
}

.slick-active .slick-gallery-div {
  width: 98% !important;
}



.blog {
  height: 400px;
  width: 100%;
  position: absolute;
}

.carousel-caption {
  position: absolute !important;
  right: 15% !important;
  bottom: 6rem !important;
  left: 15% !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  color: #fff !important;
  text-align: center !important;
  z-index: 100;
}

.home-heading {
  font-size: 75px;
  line-height: 70px;
  font-family: "Bebas Neue", serif;
  text-transform: uppercase;
}

.sub-text {
  font-family: 'Bricolage Grotesque';
  font-size: 18px;
  font-weight: 300;
}

.blog .overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 10;
}

.blog .contact-img {
  position: relative;
  top: 0;
  left: 0;
}


.text-theme {
  color: #dba300 !important;
}


.gallery-section {
  width: 100%;
  height: 50vh;
  position: relative;
}

.gallery-section .overlay {
  position: absolute;
  background: linear-gradient(0deg, #000000, transparent);
  width: 100%;
  height: 100%;
}

.gallery-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* filter: brightness(0.5); */
}

.gallery-section .gallery-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  padding: 25px;
  border-radius: 20px;
}

.gallery-section .gallery-content h2 {
  text-transform: uppercase;
}

.gallery-content p {
  margin-bottom: 0;
  color: #fff;
  width: 75%;
  margin-inline: auto;
}

.slick-slide .testiDiv {
  width: 98% !important;
}

.top-section {
  height: 400px;
  width: 100%;
  position: relative;
}

.top-section .overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.top-section .content-img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.contact-section {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.contact-section .overlay {
  /* background: -webkit-linear-gradient(top, #efa625c7 15%, #f1f1f100 70%); */
  background: #efa625c7;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}



.contact-section .content-img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.contact-main-div {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.contact-section .container {
  position: relative;
  z-index: 2;
}

.contact-head {
  text-align: center;
  margin-bottom: 60px;
}

.contact-info {
  padding: 90px;
  border-radius: 20px;
  text-align: center;
}



.top-section .content {
  z-index: 100;
  position: relative;
  color: #fff;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}


.top-section .content h1 {
  color: #dba300;
  font-size: 60px;
  font-family: 'Bricolage Grotesque';
}

.top-section .content p {
  color: #fff;
  font-size: 15px;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-collapse.show .navbar {
  background: #fff !important;
}

.contact-map-section iframe {
    width:100%;
    height:450px;
    border:none;
    
    
}

.brands-section{
        min-height: 75vh;
}

  .brans-img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .brands-head-div {
    text-align: center;
  }
  
  .brands-head-div p{
      width: 60%;
      margin-inline: auto;
      
  }
  
  .no-brands {
    font-size: 17px;
    color: #565656;
    border: 1px solid #efa625;
    border-radius: 50px;
    width: fit-content;
    padding: 5px 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  
  .no-brands p{
       font-size: 17px;
      color: #dba300;
  }
  .brans-img-div{
      height: 240px;
    padding: 10px;
      border: 1px dashed #dbdbdb;
  }


@media only screen and (max-width: 768px) {
    
    P {
    font-size: 14px;
}

.banner-head p br{
    display: none;
}

.brands-head-div p {
    width: 100%;
    margin-inline: auto;
    margin-top: 5px;
}

.brans-img-div {
    height: 100px;
    padding: 10px;
    border: 1px dashed #dbdbdb;
}

  .about-img {
    width: 100%;
    position: relative;
    height: 230px;
  }
  
  .navbar-collapse {
      margin-top: 15px;
  }
  
  .navbar{
      background: #fff;
  }
  
  .category-div-head p {
    font-size: 14px;
}
  
  .category-div-head h5 {
    margin-bottom: 0;
}

.main-head {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0;
          font-size: 25px;
        line-height: 25px;
}

.more-icon img {
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 5px;
    margin-left: 5px;
}

.sub-head {
    border: 1px dashed #000;
    padding: 3px 10px;
    border-radius: 30px;
    width: fit-content;
    font-size: 13px;
}
  
  .product-all {
    width: 80%;
    margin-inline: auto;
}
  
  .contact-map-section iframe {
    width: 100%;
    height: 320px;
    border: none;
}
  
  .container{
          padding-inline: 20px;
  }
  
  .footer-by{
          font-size: 14px;
  }
  
  .h-about-head-div h3{
   text-align: justify;
    font-size: 20px;   
  }
  
    .h-about-head-div p{
   text-align: justify;
  }
  
  .product-head-div p {
    width: 100%;
    margin-inline: auto;
}
  
  

  .d-padding {
    padding-block: 50px;
  }
  
    .category-div {
        height: 230px;
        position: relative;
        overflow: hidden;
    }

  .about-values-div h4 {
    color: #000000;
    display: flex;
    gap: 10px;
  }

  .home-newsletter-div {
    flex-wrap: wrap;
  }

  .about-banner-head h6 {
    width: 100%;
  }

  .about-banner-head {
    text-align: center;
  }

  .about-head-div-two {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .about-banner-head h1 {
    font-size: 50px;
    line-height: 45px;
    text-transform: uppercase;
    font-family: "Bebas Neue", serif;
    text-align: center;
  }

  .about-head-div {
    text-align: center;
  }

  .banner-head {
    width: 95%;
  }

  .sub-text {
    font-size: 15px;
    font-weight: 300;
  }

  .home-div .overlay {
    width: 90%;
    height: 45%;
  }



  .footer-by {
    text-align: center;
  }

  .home-about-img {
    height: auto;
  }

  .home-count h1 {
    font-size: 55px;
    line-height: 45px;
  }

  .home-count h6 {
    font-size: 16px;
    margin-bottom:0;
  }
  
  .home-count {
    padding: 30px;
}

  .main-para {
    width: 100%;
    margin-inline: auto;
  }
  
  .gallery-content p {
    width: 100%;
}

.gallery-section {
    width: 100%;
    height: 40vh;
    position: relative;
}

.contact-head p {
    color: #ffffffe8;
    margin-inline: auto;
    width: 100%;
}


  .product-card-image .diagonal-overlay {
    bottom: -1px;
  }

  .product-card-image .diagonal-overlay-two {
    bottom: -1px;
  }

  .gallery-section .gallery-content {
    width: 100%;
  }

  .contact-section {
    height: 100%;
  }

  .contact-head {
    text-align: center;
    margin-bottom: 0px;
  }

  .contact-info {
        padding: 0px;
        margin-bottom: 25px;
  }
  
  .contactFormDiv {
    padding: 20px;
}

  .contact-head h2 {
    font-size: 35px;
    line-height: 25px;
  }


  .home-newsletter-input {
    width: 100%;
    margin-bottom: 10px;
  }

  .home-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .nav-section .nav-item {
    font-size: 18px !important;
    line-height: 50px;
  }

  .top-section .content p {
    width: 90%;
  }

  .nav-mb {
    margin-top: 20px;
  }

  .footer-select {
    margin-top: 10px;
    text-align: center;
  }

  .product-all-img {
    display: flex;
    gap: 10px;
  }

  .footer-icon {
    justify-content: center;
  }

  .footer-align {
    text-align: center;
  }

  .footer-logo {
    text-align: center;
  }

  .footer-section {
    display: block !important;
    text-align: center;
    line-height: 25px;
  }

  .home-vision {
    border-top: 1px solid black;
  }


  .product-filter {
    flex-wrap: wrap;
  }

  .produ-card-more {
    text-align: center;
    margin-bottom: 6px;
  }

  .home-newsletter {
    padding: 20px;
  }

  .contact-form-sub {
    margin-bottom: 20px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .w-md-50 {
    width: 50% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .home-heading {
    font-size: 50px;
    line-height: 50px;
  }
  .brans-img-div {
    height: 150px;
    padding: 10px;
    border: 1px dashed #dbdbdb;
}
}



@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .contact-section {
    height: 100%;
  }
.brans-img-div {
    height: 170px;
    padding: 10px;
    border: 1px dashed #dbdbdb;
}
  .home-heading {
    font-size: 60px;
    line-height: 60px;
  }

  .about-section {
    height: 60vh;
    position: relative;
  }

  .about-banner-head h1 {
    font-size: 60px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: "Bebas Neue", serif;
  }

  .contact-head {
    margin-bottom: 20px;
  }

  .contact-head h2 {
    font-size: 60px;
    line-height: 40px;
    color: #ffffffe8;
  }

  .contact-info {
    padding: 50px;
    border-radius: 20px;
    text-align: center;
  }
  
  .home-count h1 {
    font-size: 55px;
    color: #efa625;
    font-family: "Bebas Neue", serif;
}

.home-count h6 {
    font-size: 16px;
    color: #000;
}

.about-section .container {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
}

}

@media only screen and (min-width: 1400px) and (max-width: 1800px) {
    .brans-img-div {
    height: 200px;
    padding: 10px;
    border: 1px dashed #dbdbdb;
}
}

@media (min-width: 1801px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1490px;
  }
}