@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  box-sizing: border-box !important;
  outline: none !important;
  border: none !important;
}

*::before,
*::after {
  box-sizing: border-box !important;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #202020;
  font-family: "Inter", sans-serif;
  color: #fff;
  overflow-x: hidden;
}

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

a:hover {
  color: #c8a47b !important;
}

a:active {
  color: #c8a47b !important;
}

.active {
  color: #c8a47b !important;
}

.textBlack {
  color: #202020;
}

.heroSection {
  position: relative;
  z-index: 1;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.heroSectImg video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255 255 255);
  font-weight: 700;
}

.aboutHeroImg {
  position: absolute;
  height: 100svh;
  width: 100svw;
  background-image: url("../images/heroAbout.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.productsSection .slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 37%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.ediblesHeroImg {
  position: absolute;
  height: 100svh;
  width: 100svw;
  background-image: url("../images/heroEdibles.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.heroDispImg {
  position: absolute;
  height: 100svh;
  width: 100svw;
  background-image: url("../images/heroDisp.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.contactBGImg {
  position: absolute;
  height: 100svh;
  width: 100svw;
  background-image: url("../images/heroContact.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.heroSection header .navbar {
  position: relative;
  width: 100%;

}

.heroSection header .navbar-brand img {
  width: 60%;
}

.heroContent {
  position: relative;
  /* margin: 5rem 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 78vh;
}

.heroSectContent {
  display: flex;
  align-items: center;
  justify-content: center;
}

.heroSectContent .whiteTitle,
.heroSectContent .colorContent {
  line-height: 1;
}

.whiteTitle {
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: 10px;
  font-weight: 700;
}

.colorTitle {
  color: #c8a47b;
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: 10px;
  font-weight: 700;
}

.colorContent {
  text-transform: uppercase;
  color: #c8a47b;
  letter-spacing: 8px;
  font-size: 16px;
}

.blackContent {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 16px;
}

.whiteColorContent {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 5px;
  font-size: 16px;
}

.hrLine {
  position: relative;
  height: 1px !important;
  width: 100px;
  background: #fff !important;
  opacity: 1;
}

.hrLineCenter {
  position: relative;
  height: 1px !important;
  width: 80px;
  background: #fff !important;
  opacity: 0.7;
  bottom: 6px;
  margin-right: 10px;
}

.heroInputGroup {
  margin-top: 1rem;
  border-radius: 5px;
}

.heroInput {
  font-size: larger;
  padding: 10px 20px;
  background: #ffffff2d !important;
  color: #fff !important;
}

.heroInput::placeholder {
  color: #fff !important;
}

.heroBtn {
  padding: 10px 20px;
  font-size: larger;
  font-weight: 500;
  color: #fff !important;
  background: #c8a47b;
}

.socialsIcons {
  display: flex;
  align-items: center;
  position: absolute;
  left: 8%;
  top: 35%;
}

.socialsIcons .iconSM {
  margin: 12px;
}

.socialsIcons .iconSM img {
  width: 40px;
}

.scrollDown {
  display: flex;
  align-items: center;
  position: absolute;
  writing-mode: vertical-rl;
  right: 8%;
  top: 35%;
}

.scrollDown span {
  font-size: 14px;
}

.scrollDown .heroVerLine {
  width: 2px;
  height: 80px;
  background: #fff;
  margin-top: 0;
  opacity: 0.7;
}

.chooseUsSection .col-lg-6.col-md-6.col-sm-12.col-12 {
  padding: 0;
}

/* aboutUsSection start */
.aboutUsSection {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}

.aboutImgPattern {
  position: absolute;
  background-image: url("../images/PatternBlackfull.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.aboutLeftImg {
  position: relative;
  border-radius: 10px;
  margin: 6rem 0rem 5rem 0;
}

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

.aboutRightSide {
  position: relative;
}

.aboutRightUp {
  position: relative;
  display: flex;
  justify-content: flex-start;
  bottom: 2rem;
}

.aboutRightContent {
  margin: 0rem 5rem;
}

.learnMoreBTN {
  padding: 10px 40px;
  font-size: larger;
  font-weight: 500;
  color: #fff !important;
  background: #c8a47b;
}

/* aboutUsSection end */

/* chooseUsSection start */

.chooseUsSection {
  position: relative;
  background-color: #c8a47b !important;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.brownPattern {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  /* background-image: url("../images/brownFullPattern.svg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  width: 50%;
  height: 100%;
  background-color: #000;
}

.chooseLeftSide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0rem 5rem;
}

.chooseLeftUp {
  position: relative;
  display: flex;
  align-self: flex-start;
  justify-content: flex-end;
}

.chooseLeftContent ul li p {
  line-height: 1;
}

.chooseRightImg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem 0 4rem 0rem;
}

.chooseRightImg img {
  border-radius: 10px;
  width: 500px;
  object-fit: cover;
}

/* chooseUsSection end */

/* imageSection start */

.imageSection {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-bottom: 60px;
}

.blackPatternImg {
  position: absolute;
  content: "";
  /* background-image: url("../images/PatternBlackfull.svg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.imgSectionTopMargin {
  margin: 5rem 0;
}

.imgLeftSec img {
  width: 450px;
}

.imgRightSec img {
  width: 448px;
}

.imgLeftSec h1,
.imgRightSec h1 {
  font-weight: 500;
}

.imgLeftSec h1 {
  margin-top: 2rem;
}

.imgRightSec h1 {
  margin-top: 0rem;
}

.verticalLine {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 2px !important;
  height: 600px !important;
  background: #fff;
  opacity: 0.5;
  transform: translateX(-50%);
}


/* imageSection end */

/* cmqSection  start */

.cmqSection {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
}

.cmqSectImg {
  position: absolute;
  background-image: url("../images/Convenience.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

.cmqContent {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10rem auto 10rem auto;
}

.cmqContent p {
  width: 50%;
  margin: 0;
}

.cmqContent .smIcons img {
  margin: 1rem 0.5rem;
  width: 50px;
}

/* cmqSection  end */

/* product section start */

.productsSection {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 2rem 0;
  z-index: 1;
}

.productsContent {
  margin: 2rem auto;
}

.ratings img {
  margin: 0 2px;
}

.productTitles h2 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1;
  font-size: 1rem;
}

.productTitles h2:first-child {
  font-weight: 500;
  font-size: 20px;
}

/* product section end */

/* timer section start */

.timer {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #c8a47b;
  z-index: 1;
}

.timerPatternImg {
  position: absolute;
  background-image: url("../images/brownFullPattern.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.timerLeftContent p {
  color: #202020;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 4px;
}

.timerLeftContent h1 {
  line-height: 1;
}

.timerRightContent p {
  color: #202020;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 4px;
}

.countDown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.countDown h1 {
  line-height: 0.6;
  font-size: 4rem;
}

.countDown {
  color: #202020;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center !important;
}

.countDownLine {
  position: relative;
  bottom: 10px;
  right: 1.5%;
  width: 2px;
  height: 70px;
  background: #fff;
}

/* timer section end */

/* FAQS section start */

.faqSection {
  position: relative;
  width: 100%;
  height: 100%;
}

.accordionCont {
  margin: 6rem 0;
}

.accordionCont .verticalLine {
  height: 400px !important;
  left: 60%;
  top: 30%;
}

.accordion .accordion-item {
  border-bottom: 1px solid #c8a47b !important;
  background: transparent !important;
}

.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #c8a47b;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #c8a47b;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #c8a47b;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #c8a47b;
  border: 1px solid #c8a47b;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  color: #fff;
  letter-spacing: 3px;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #c8a47b;
}

.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.accordion button[aria-expanded="true"]+.accordion-content {
  opacity: 1;
  max-height: 11em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 1em 0;
}

.accordion .accordion-content img {
  width: 120px;
  height: 120px;
  margin: 1em 0;
}

/* FAQS section end */

/* smPosts section start */

.smPosts {
  position: relative;
  width: 100%;
  height: 100%;
  background: #c8a47b;
  z-index: 1;
}

.smPostsPattern {
  position: absolute;
  /* background-image: url("../images/brownFullPattern.svg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
  width: 100%;
  bottom: 0;
  z-index: -1;
}

.smPostsBlackPattern {
  position: absolute;
  /* background-image: url("../images/PatternBlackfull.svg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
  width: 100%;
  top: 0;
  z-index: -1;
}

.smPostsContent {
  margin: 3rem 0 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.smPostsContent p {
  color: #202020;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  line-height: 1;
}

.smPostsContent h1 {
  line-height: 1;
}

.smPostsContent .hrLine {
  width: 80px;
}

.followBtn {
  padding: 10px 30px;
  background: #202020;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.followBtn:hover {
  cursor: pointer;
  color: #fff;
}

.postContent {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.smPostImg {
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(50, 50, 50, 0.9);
  border-radius: 10px;
}

.postContent:hover .overlay {
  opacity: 1;
}

.postActivism {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.postActivism img {
  width: 25px;
}

.postActivism p {
  font-size: 1rem;
  line-height: 1;
}

.postActivism span {
  margin-left: 5px;
  font-size: 1rem;
  line-height: 1;
}

/* smPosts section end */

/* ourStory section start */

.ourStorySec {
  position: relative;
  width: 100%;
  height: 100%;
  background: #c8a47b;
  z-index: 1;
}

.ourStorySec .brownPattern {
  top: 0;
  left: 0;
  z-index: -1;
}

.leftSideImg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0 2rem 0rem;
}

.leftSideImg img {
  width: 300px;
}

.leftSideImg_1 img {
  width: 500px;
}


.rightSideContent {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 78%;
}

.rightSideUp {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  bottom: 0rem;
}

.rightSideCont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.rightSideCont p {
  font-weight: 400;
  line-height: 1;
}

.rightSideCont h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
}

.rightSideCont img {
  width: 100px;
}

/* ourStory section end */

/* OUR Misstion section start */

.ourMission {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ourMission .blackPatternImg {
  position: absolute;
  width: 50%;
  right: 0;
}

.ourMission {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.missionLeftSideUp {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  bottom: -1rem;
}

.missionLeftSideUp h4 {
  color: #c8a47b;
}

.rightSideImg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rightSideImg img {
  width: 450px;
}

.ourMission .leftSideCont p {
  font-weight: 400;
}

.ourMission .leftSideCont h3 {
  text-transform: uppercase;
  color: #c8a47b;
  letter-spacing: 5px;
}

/* OUR Misstion section end */

/* Apart section start */

.apartChoose {
  position: relative;
  width: 100%;
  height: 100%;
}

.apartChoose .blackPatternImg {
  width: 100%;
}

.apartImg {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 5rem 0;
}

.apartImg::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 80px;
  height: 2px;
  z-index: 1;
  opacity: 0.5;
  top: 33%;
  right: -15%;
}

.apartImg::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  z-index: 1;
  opacity: 1;
  top: 68px;
  right: -15px;
  border-radius: 100%;
}

.apartImg .iconImg {
  width: 150px;
}

.apartImg h4 {
  line-height: 1.3;
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 17px;
}

.apartImgCont {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 5rem 0;
}

.apartImgCont .iconImg {
  width: 150px;
}

.apartImgCont h4 {
  line-height: 1.3;
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 17px;
}

/* Apart section end */

/* events section start */

.events {
  position: relative;
  width: 100svw;
  height: 100svh;
  z-index: 1;
}

.ediblesImg {
  position: absolute;
  height: 100svh;
  width: 100svw;
  background-image: url("../images/heroEdibles.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.eventsTopCont {
  position: relative;
}

.eventsTop {
  position: absolute;
  top: 0%;
}

.eventsBottom {
  position: relative;
  top: 23rem;
}

.eventsBottom .smIcons img {
  width: 45px;
  margin: 0 2px;
}

/* events section end */

/* ingBgImgs section start */

.ingBgImgs {
  position: relative;
  width: 100svw;
  height: 100svh;
  z-index: 1;
}

.consti {
  position: absolute;
  height: 100svh;
  width: 33svw;
  top: 0;
  left: 0;
  background-image: url("../images/contensy.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.ingredient {
  position: absolute;
  height: 100svh;
  width: 34svw;
  top: 0;
  left: 33%;
  background-image: url("../images/superior.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.lab {
  position: absolute;
  height: 100svh;
  width: 33svw;
  top: 0;
  right: 0;
  background-image: url("../images/lab.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.readyUse {
  position: absolute;
  height: 100svh;
  width: 33svw;
  top: 0;
  left: 0;
  background-image: url("../images/readyUse.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.extracts {
  position: absolute;
  height: 100svh;
  width: 34svw;
  top: 0;
  left: 33%;
  background-image: url("../images/extracts.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.portable {
  position: absolute;
  height: 100svh;
  width: 33svw;
  top: 0;
  right: 0;
  background-image: url("../images/port.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.picsCont {
  position: relative;
  width: 100%;
  height: 100%;
}

.qqcVertical {
  display: flex;
  align-items: center;
  position: absolute;
  writing-mode: vertical-lr;
  right: 0;
}

.qqcVertical .colorContent {
  letter-spacing: 5px;
  font-size: 14px;
}

.qqcVertical .hrLineCenter {
  width: 1px;
  left: 5px;
  height: 70px !important;
  bottom: 0;
}

.imgCont {
  padding: 0 3rem;
  position: absolute;
  bottom: 0;
}

.imgCont h3 {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 5px;
}

.imgCont p {
  line-height: 1;
  opacity: 0.8;
}

/* ingBgImgs section end */

/* newsLetter section start */

.formSection {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.leftSideCont-up {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  bottom: 50px;
}

.leftSideCont-up h4 {
  color: #c8a47b;
}

.formFields label {
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.formFields input {
  font-size: larger;
  background: transparent;
  color: #fff;
  border: 2px solid #c8a47b !important;
  padding: 15px 30px;
  border-radius: 10px;
}

.formFields input:focus,
.formFields input:focus-visible,
.formFields input:visited {
  font-size: larger;
  background: transparent;
  color: #fff;
  border: 2px solid #c8a47b !important;
}

.formFields input::placeholder {
  color: #fff;
  opacity: 0.7;
}

.textArea label {
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.textArea textarea {
  font-size: larger;
  background: transparent;
  color: #fff;
  border: 2px solid #c8a47b !important;
  padding: 15px 30px;
  border-radius: 10px;
}

.textArea textarea:focus,
textarea:focus-visible,
textarea:visited {
  font-size: larger;
  background: transparent;
  color: #fff;
  border: 2px solid #c8a47b !important;
}

.textArea textarea::placeholder {
  color: #fff;
  opacity: 0.7;
}

/* formSection section start */

/* newsLetter section start */

.newsLetter {
  position: relative;
}

.newsLetterCont {
  margin: 3rem 0;
}

.newsLetterCont .whiteTitle,
.newsLetterCont .colorTitle {
  line-height: 0.9;
}

/* newsLetter section end */

/* footerStart section start */

.footerStart {
  position: relative;
  display: flex;
  /* margin: 2rem 0; */
}

.footerLogo {
  text-align: center;
}

.footerStart .footerLogo img {
  width: 25%;
}

.footerNav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
}

.footerNav a {
  color: #fff !important;
  text-decoration: none;
}

.footerNav a:hover {
  color: #c8a47b !important;
}

.new_footer_design {
  text-align: -webkit-center !important;
}

/* footerStart section end */

/* footerContent section start */

.footerContent {
  position: relative;
  width: 100%;
  height: 100%;
  background: #202020;
  z-index: 1;
}

.footerPattern {
  position: absolute;
  /* background-image: url("../images/brownFullPattern.svg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.footerPolicy a:hover {
  color: #c8a47b !important;
}

.footerSM img {
  width: 55px;
}

/* footerContent section end */
.come-area {
  position: relative;
  font-size: 9vw;
  color: #252839;
  -webkit-text-stroke: 0.3vw #272a3b;
  text-transform: uppercase;
  overflow: hidden;
}

.come-area::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #01fe87;
  -webkit-text-stroke: 0vw #383d52;
  border-right: 2px solid #01fe87;
  overflow: hidden;
  animation: animate 6s linear infinite;
  white-space: nowrap;
}
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:active{
  background:#e9ecef !important;
}

@keyframes animate {
  0% {
    width: 0;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

.productImg {
  height: 400px;
}

.zoom-img {
  transition: transform 0.3s ease;
}

.img-fluid {
  height: 100% !important;
}

.productImg:hover .zoom-img {
  transform: scale(1.1);
}




.product img {
  width: 188px;
  padding-bottom: 20px;
}

.product_detail {
  width: 90%;
  margin: auto;
}

.instruction_img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #181818 !important;
  height: auto;
  padding: 20px;
}

.instruction_img img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}



@media (max-width: 768px) {

  .instruction_img {
    height: auto;
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: #c8a47bdb;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 -12px;
}
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff !important;
}
.navbar-nav .dropdown-menu {
    position: static;
    background: #ffffff36;
}
.navbar-nav .dropdown-menu li a {
    color: #fff;
    font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff !important;
}
.dropdown-item:focus, .dropdown-item:hover{background-color: none !important; color: #fff;}
.product-slider .slick-prev{
      left: -10px;
}
.product-slider .slick-next{
 right:-10px;
}
.product-slider img{max-width:100%}
}

@media (max-width: 480px) {
  .instruction_img img {
    max-width: 90%;
  }
}


.new_container {
  /* max-width: 1420px !important; */
}

.slick-slide .productImg img {
  height: 376px !important;
  object-fit: cover !important;
}




.our_new_mission .ourMission {
  position: relative;
  width: 100%;
  padding: 50px 0;
}

.our_new_mission .blackPatternImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('assets/images/pattern.png') no-repeat center center;
  background-size: cover;
  opacity: 0.1;
  z-index: -1;
}

.our_new_mission .missionLeftSideContent {
  padding: 20px;
}

.our_new_mission .rightSideImg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.our_new_mission .rightSideImg img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
}

.our_new_mission .custom-padding {
  padding: 0px 120px;
}

/* Responsive Styles */

/* @media (max-width: 1515px){
  .new_container{
    max-width: 1150px !important;
  }
} */
.mobile_show {
    display: none;
}
@media (max-width: 991px) {
  .our_new_mission .missionLeftSideContent {
    text-align: center;
  }

  .our_new_mission .rightSideImg {
    padding: 20px;
  }

  .our_new_mission .rightSideImg img {
    max-height: 400px;
  }

}

@media (max-width: 768px) {
  .our_new_mission .leftSideCont {
    padding: 20px 10px;
  }

  .our_new_mission .rightSideImg img {
    max-height: 300px;
  }

  .our_new_mission .custom-padding {
    padding: 0px 40px !important;
  }
}

@media (max-width: 576px) {
  .our_new_mission .missionLeftSideUp h4 {
    font-size: 18px;
  }

  .our_new_mission .leftSideCont h1 {
    font-size: 28px;
  }

  .our_new_mission .rightSideImg img {
    max-height: 190px;
    width: auto;
  }

  .our_new_mission .ourMission .rightSideImg img {
    width: auto;
  }

  .our_new_mission .custom-padding {
    padding: 0px 0px !important;
  }

  .heroSection .mobile_responsive_video {
    height: auto !important;
  }

  

  .heroContent {
    height: auto !important;
    margin-top: 50px !important;
    margin-bottom: -7rem !important;
  }

  .heroSection {
    height: auto !important;
  }

  .chooseUsSection {
    z-index: inherit;
  }

  .blackContent {
    line-height: inherit !important;
    text-align: center;
  }
  
}
