* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none !important;
  margin-bottom: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

/* @font-face {
font-family: "Futura";
src: url("../font/Futura_bold.ttf");
font-weight: 700;
} */

img {
  object-fit: cover;
  width: 100%;
}

/* ===================  
header start  
===============================*/
.main_header {
  background-color: #F9F9F9;
  padding: 0px 20px;
}

.main_header-div {
  margin: 0px 50px;
  padding: 15px 0px !important;
}

@media (max-width: 1200px) {
  .main_header-div {
    margin: 0;
  }
}

.img-max-width {
  max-width: 200px;
  height: auto;
}

.img-max-width img {
  width: 100%;
  height: 100%;
}

/* icons css */

.nav-icon-wrap {
  position: relative;
}

.header-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.nav-icon {
  position: relative;
  transition: 0.3s all ease 0s;
}

.nav-icon::before {
  content: "";
  background-image: url(../image/icon-background.png);
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  top: -14px;
  background-size: 46px;
  bottom: 0;
  left: -18px;
  right: 0;
  z-index: 1;
  transition: 0.3s all ease 0s;
}

.nav-icon img {
  width: 30px;
  z-index: 2;
  position: relative;
  transition: 0.3s all ease 0s;
}

.nav-icon:hover::before {
  transform: rotate(45deg);
}

.nav-icon:hover img {
  transform: scale(1.1);
}

/* ========================= 
header end
============================ */

/* flotting icon  css */
.flotting-incone-whatsapp .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.flotting-incone-whatsapp .my-float {
  margin-top: 16px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

/* flotting icone css end */


/* ========================== */
/* Hero section starts */
/* ========================= */

.hero-section {
  background: url("../image/banner-background.png") no-repeat;
  background-size: cover;
  background-position: left center;
  padding: 50px 0px;
}

.hero-sec-heading {
  font-size: 58px;
  width: 100%;
  font-weight: 700;
}

.hero-sec-heading span {
  color: #ddb266;
}

.hero-sec-btn .text-wrapper {
  color: #ffffff;
  font-size: 20px;
  min-height: 56px;
  width: 220px;
  padding: 0px;
  border-radius: 50px;
  background-image: linear-gradient(#cea86a, #deb365);
  margin: 20px 0px;
}

.hero-sec-btn .text-wrapper:hover {
  background-image: linear-gradient(#f0c072, #cb983b);
}

.hero-sec-image img {
  width: 100%;
  max-height: 453px;
  height: auto;
}

.hero-sec-image .left-image {
  border-radius: 320px 0px 0px 0px;
}

.hero-sec-image .right-image {
  border-radius: 0px 320px 0px 0px;
}

.floating-3-stars {
  position: absolute;
  width: 100px;
  height: auto;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.floating-stars {
  position: absolute;
  width: 30px;
  height: auto;
  bottom: 20px;
  left: 0;
}

.hero-sec-image .floating-stars {
  width: 30px;
  position: unset;
  height: auto;
  padding: 35px 0px;
}

.hero-sec-image .left-wrapper,
.hero-sec-image .right-wrapper {
  position: relative;
}

.hero-sec-image .right-wrapper {
  margin-top: 147px;
}

/* ========================== */
/* Hero section Ends */
/* ========================= */


/* ========================== */
/* Product section starts */
/* ========================= */

.product {
  padding: 120px 0;
  background-color: #F9F9F9;
}

.product-sec-heading {
  font-size: 76px;
  font-family: "Montserrat";
  font-weight: 600;
}

.product-underline {
  width: 100%;
  max-width: 250px;
}

.product-items {
  margin: 170px 0 0;
}

/* Product first box */
/* .product-img {
margin-top: -455px;
width: 100%;
max-width: 300px;
} */
.product-wrapper {
  width: 100%;
  min-height: 380px;
  height: 100%;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  transition: all 0.4s;
}

.product-wrapper.bg-1 {
  background-image: url("../image/product-background-1.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.product-wrapper.bg-2 {
  background-image: url("../image/product-background-2.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.product-wrapper.bg-3 {
  background-image: url("../image/product-background-3.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.product-wrapper.bg-4 {
  background-image: url("../image/product-background-4.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.br-radius-top-left-3 {
  border-radius: 40px 40px 0px 40px;
}

.br-radius-top-right-3 {
  border-radius: 40px 40px 40px 0px;
}

.br-radius-bottom-left-3 {
  border-radius: 40px 0px 40px 40px;
}

.br-radius-bottom-right-3 {
  border-radius: 0px 40px 40px 40px;
}

.product-wrapper .product-box {
  padding: 30px;
}

.product-wrapper .product-img {
  width: 100%;
  height: 100%;
  max-width: 300px;
}

.product-wrapper.top-product .product-img {
  margin-top: -12%;
}

.product-wrapper.bottom-product .product-img {
  margin-bottom: -15%;
  margin-top: 0;
}


.product-wrapper .product-img img {
  width: 100%;
  height: auto;
  transform-style: preserve-3d;
  transition: all 1s;
}

.product-wrapper:hover {
  filter: drop-shadow(0px 10px 10px #00000023);
}

.product-box p {
  color: #000;
  font-size: 46px;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
  text-shadow: none;
  position: relative;
  word-break: break-word;
}

.product-box p::before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-height: 0;
  color: #ddb266;
  content: attr(data-hover);
  transition: 0.35s;
}


.product-wrapper:hover .product-box p::before {
  max-height: 100%;
  transition: 0.35s;
}

.product-items-1 .product-wrapper .product-img {
  margin: 0px !important;
}


/* footer  start */

.footer-content {
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  padding: 70px 0px 0px 0px;
}

.footer-logo {
  width: 177px;
  height: auto;
}

.footer-text {
  font-family: "Montserrat";
  width: 54%;
  margin: 20px auto auto;
  font-weight: 500;
  font-size: 16px;
}

.footer-contact {
  width: 70%;
  margin: 40px auto 0;
  padding-bottom: 78px;
  gap: 20px;
}

.footer-contact-text {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  color: black;
  margin-bottom: 0;
}

/* copyright-sec */

.copyright-sec {
  background-color: #e0e0e0;
}

.copyright-sec-text {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  color: #000;
}

footer a {
  color: #000;
}

footer a:hover {
  color: #b97404;
}

/* footer  end */

/* Responsive */

@media (max-width: 1400px) {
  .product-wrapper {
    min-height: 320px;
  }

  .product-wrapper .product-img {
    max-width: 250px;
    min-width: 250px;
  }

  .product-box p {
    font-size: 40px;
  }

  .product-wrapper .product-img img {
    width: 100%;
  }

  .product-items-1 .product-wrapper .product-img img {
    width: 100%;
    height: auto;
  }

  .product-items-1 .product-wrapper .product-img {
    display: flex;
    align-items: center;
  }
}

@media(max-width: 1200px) {
  /* .product-box {
  height: 280px;
} */

  .product-img {
    margin-top: -352px;
    margin-left: 10px;
    width: 220px;
  }

  .product-items {
    margin: 100px 0 0;
  }

  /* product css */
  .product {
    padding: 80px 0px;
  }

  .product-sec-heading {
    font-size: 65px;
  }

  .product-wrapper {
    min-height: 250px;
  }

  .product-wrapper .product-img {
    max-width: 200px;
    min-width: 200px;
  }

  /* .product-wrapper.bottom-product .product-img {
    max-width: 200px;
    min-width: 200px;
  } */

  .product-box p {
    font-size: 32px;
  }

  .product-wrapper.bottom-product .product-img {
    margin-bottom: -6%;
  }

  .product-wrapper .product-img img {
    width: 100%;
  }

  .footer-contact {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .hero-sec-image img {
    width: 60%;
    max-height: 100%;
  }

  .hero-sec-image .right-wrapper {
    margin-top: 0;
  }

  .hero-sec-image.row {
    margin-top: 20px;
  }

  .floating-3-stars {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0px;
  }

  .product {
    padding: 50px 0px;
  }

  .product-items {
    margin: 80px 0 0;
  }

  .product-img img,
  .product-img-1 img,
  .product-img-2 img,
  .product-img-3 img,
  .product-img-4 img,
  .product-img-5 img,
  .product-img-6 img,
  .product-img-7 img {
    width: 90%;
  }

  .product-wrapper {
    min-height: 200px;
  }

  .product-wrapper .product-img {
    max-width: 150px;
    min-width: 150px;
  }

  /* .product-wrapper.bottom-product .product-img {
    max-width: 150px;
    min-width: 150px;
  } */

  .product-wrapper.top-product .product-img {
    margin-top: -9%;
  }

  .product-wrapper.bottom-product .product-img {
    margin-bottom: -11%;
  }

  .product-wrapper .product-box {
    padding: 10px;
  }

  .product-wrapper .product-box.text-end {
    padding-right: 20px;
  }

  .product-wrapper .product-box.text-start {
    padding-left: 20px;
  }

  .product-box p {
    font-size: 25px;
  }

  .product-sec-heading {
    text-align: center;
  }

  .product-underline {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 25%;
  }

  .product-sec-heading {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .hero-sec-heading {
    width: 100% !important;
    line-height: 52px;
    font-size: 42px;
  }

  .product-wrapper.bg-1,
  .product-wrapper.bg-4 {
    background-image: none !important;
    background-color: #F4F0E9;
    border-radius: 30px;
  }

  .product-wrapper.bg-2,
  .product-wrapper.bg-3 {
    background-image: none !important;
    background-color: #E5E5E5;
    border-radius: 30px;
  }

  /* .product-wrapper .product-img {
    margin: 0px !important;
  } */

  .gap-wrapper {
    gap: 80px;
  }

  .product-sec-heading {
    font-size: 48px;
  }

  .text-center {
    width: 90%;
  }

  .footer-contact {
    padding-bottom: 50px;
  }

  .product-wrapper .product-img {
    max-width: 170px;
    min-width: 170px;
  }

  .product-items {
    margin: 50px 0 0;
  }

  .nav-icon img {
    width: 20px;
  }

  .nav-icon::before {
    width: 40px;
    height: 40px;
    left: -17px;
    top: -10px;
    background-size: 36px;
  }

  .middle-logo {
    padding: 40px 0px;
  }

  .middle-logo img {
    display: none;
  }

  .product-wrapper .product-box {
    width: calc(100% - 180px);
    justify-content: center !important;
  }

  .product-box p {
    font-size: 35px;
  }
}


@media(max-width: 576px) {

  /* header css */
  .main_header-div {
    padding: 20px 0px !important;
  }

  .product {
    padding: 50px 0px;
  }

  .nav-icon img {
    width: 26px;
  }

  .floating-3-stars {
    top: -30px;
    width: 50px;
    right: 20px;
  }

  .hero-sec-heading {
    font-size: 8vw;
    line-height: normal;
  }

  .img-max-width {
    max-width: 160px;
    margin: 0 auto;
  }

  .footer-content {
    padding: 40px 0px 0px 0px;
  }

  .footer-logo {
    width: 130px;
  }

  .footer-text,
  .footer-contact-text {
    font-size: 14px;
  }

  .footer-contact {
    padding-bottom: 30px;
    gap: 10px;
  }

}

@media (max-width: 480px) {
  .product-wrapper .product-img {
    max-width: 160px;
    min-width: 160px;
  }

  .product-wrapper .product-box {
    width: calc(100% - 170px);
  }

  .gap-wrapper {
    gap: 50px;
  }

  .product-wrapper {
    min-height: 200px;
  }

  a.navbar-brand,
  .nav-icon-wrap {
    width: 100%;
    margin: 0 auto;
  }

  a.navbar-brand {
    text-align: center;
  }

  .main_header-div {
    padding: 10px 0px 20px 0px !important;
  }

  .hero-section {
    padding: 30px 0px;
  }

  .floating-3-stars {
    top: -20px;
    width: 40px;
    right: 20px;
  }

  .product-sec-heading {
    font-size: 32px;
  }

  .copyright-sec-text {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .hero-sec-btn .text-wrapper {
    font-size: 16px;
    min-height: 42px;
    width: 160px;
    margin: 6px 0px;
  }

  .hero-sec-image .floating-stars {
    width: 20px;
    padding: 15px 0px;
  }

  .floating-stars {
    width: 20px;
  }

  .hero-sec-image .left-wrapper,
  .hero-sec-image .right-wrapper {
    padding: 0px 5px;
  }

  .product-box p {
    font-size: 26px;
  }
}


@media (max-width: 380px) {
  .img-max-width {
    max-width: 150px;
    margin: 0 auto;
  }

  .nav-icon img {
    width: 22px;
  }

  .nav-icon::before {
    width: 30px;
    height: 30px;
    left: -13px;
    top: -10px;
    background-size: 30px;
  }


  .product-wrapper {
    min-height: 170px;
  }

  .product-box p {
    font-size: 6vw;
  }

  .product-wrapper .product-img {
    max-width: 130px;
    min-width: 130px;
  }

  .product-wrapper .product-box {
    width: calc(100% - 140px);
  }
}