@import url("https://fonts.googleapis.com/css2?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&display=swap");

@font-face {
    font-family: "Comics";
    src: url("../fonts/chalk.ttf");
}

:root {
    --text-color: #777;
    --t1-font-family: Comics;
}

/**,::after,::before{
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}*/
.offcanvas {
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
}

body {
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    background-color: #fffcf7;
    height: 100%;
}

.container-fluid {
    max-width: 1300px;
}

.sh-n{
 position: fixed;
  right: 10px;
  bottom: 10px;
}

.sh-n a img{
 width:160px;   
}



header {
    padding: 10px 0;
    position: relative;
}

.m-logo {
    display: none;
}

/* header::before{
  position: absolute;
  content: '';
  background: url(../images/wave.png);
  height: 126px;
  width: 100%;
  z-index: -1;
} */

.index-bg1 {
    background: url(../images/bg-1.jpg);
    background-size: cover;
}

.logo img {
    width: 160px;
}

.nav-link {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff !important;
    background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 60px;
    border-radius: 30px;
    margin: 0 15px;
    /* padding: 0 120px; */
    /* text-align: center; */
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-menu{
  background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top,#d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  border-radius: 20px;
  border: none;
  margin-left: 15px;
}

.dropdown-item{
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
  text-transform: uppercase;
}

.dropdown-item:focus, .dropdown-item:hover {
background: none;
transition: .4s;
color: #fbead4;
}

/* .navbar-expand-lg .navbar-nav .nav-link span{
  color: var(--bs-white);
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  line-height: 50px
}

.dropdown-toggle::after {
	display: none;
} */

/* .n1{
top:-45px;
}

.n3{
top: 20px;
}

.n1 span{
background-color: #55b2ed;
}

.n2 span{
background-color: #e65950;
}

.n3 span{
background-color: #f29d5c;
} */

.side-menu ul li {
    list-style: none;
}

.side-menu ul li a {
    text-decoration: none;
    padding: 10px 15px;
    text-align: center;
    margin: 15px 0;
    border-radius: 30px;
    text-transform: uppercase;
    background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    color: #fff;
    font-weight: 600;
    display: block;
}

.sec1-mid {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
}

.sec1-mid-tit h2 {
    font-size: 38px;
    color: #553d15;
}

.sec1-mid-tit h4 {
    color: #553d15;
    font-weight: 400;
    line-height: 1.4;
}

.sec1-mid-tit h4 span {
    color: #607e03;
}

.sec1-mid h2 {
    font-size: 35px;
    margin-bottom: 20px;
    color: #553d15;
}

.sec1-mid h2 span {
    color: #607e03;
}

.sec1-mid p {
    color: #444;
    font-size: 18px;
    padding: 0 50px;
}

.sec1-mid h4 {
    color: #553d15;
    font-size: 26px;
}

.sec1-mid h4 span {
    color: #607e03;
}

.about-bg {
    background: url(../images/about-us-bg.jpg) center;
    background-size: 700px;
}

.about-mid {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    position: relative;
    margin-bottom: 20px;
}

.about-mid img {
    width: 200px;
    margin-top: -80px;
    margin-bottom: 8px;
}

/* .about-mid img{
width: 250px;
  margin-top: -80px;
  margin-bottom: 8px;
} */

.about-title h2 {
    font-size: 28px;
    color: #553d15;
    line-height: 1.3;
    text-align: center;
    padding: 15px 60px;
    margin: 0;
}

.about-title h2 span {
    color: #607e03;
}

.about-mid h3 {
    text-transform: uppercase;
    color: #607e03;
    letter-spacing: 2px;
    display: inline-block;
    border-bottom: 2px solid #d5d5d5;
}

.about-mid p {
    color: #444;
    line-height: 28px;
}

.about-mid h4 {
    color: #553d15;
    font-size: 22px;
}

.about-mid h4 span {
    color: #607e03;
    font-weight: 400;
}

.mission-bg {
    background: url(../images/mission-bg.jpg) center right;
    background-size: cover;
}

.mis-bx {
    position: absolute;
    top: 0;
    padding: 85px 50px 85px 100px;
}

.mis-bx h4 span {
    color: #607e03;
    font-weight: 600;
}

.mis-bx p {
    font-size: 15px;
    color: #444;
}

.tit-val {
    background: url(../images/brush.png);
    height: 57px;
    display: inline-block;
    width: 340px;
    text-align: center;
    margin: 25px 0;
    padding-top: 10px;
    color: var(--bs-white);
}

.tit-val span {
    font-weight: 600;
    color: #623f00;
}

.team-bg {
    background: url(../images/team-bg.jpg);
}

.team-title {
    text-align: center;
}

.team-title h2 {
    color: #553d15;
}

.team-title p {
    color: #444;
    line-height: 28px;
}

.team-bx {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px 20px 0 0;
    padding: 25px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    margin: 15px 10px 0;
    position: relative;
    height: 100%;
}

.team-bx h4 {
    color: #607e03;
}

.team-bx h6 {
    color: #623f00;
    text-transform: uppercase;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
    font-size: 15px;
}

.team-bx p {
    color: #444;
    line-height: 28px;
}

.team-bx h5 {
    color: #553d15;
    font-size: 18px;
}

.team-bx ul li {
    color: #444;
    line-height: 28px;
}

.team-bx ul li i {
    color: #607e03;
}

.mis-vis-title h2 {
    display: inline-block;
    padding: 15px 0;
    font-weight: 600;
    color: #553d15;
    position: relative;
}

.mis-vis-title h2 span {
    color: #607e03;
}

.mis-vis-title h2::before {
    position: absolute;
    content: "";
    background-color: #607e03;
    height: 30px;
    bottom: 0px;
    top: 20px;
    transform: skew(-20deg);
    left: -25px;
    width: 2px;
    box-shadow: 6px 0px 0px #607e03;
}

.mis-vis-title h2::after {
    position: absolute;
    content: "";
    background-color: #607e03;
    height: 30px;
    bottom: 0px;
    top: 20px;
    transform: skew(-20deg);
    right: -18px;
    width: 2px;
    box-shadow: 6px 0px 0px #607e03;
}

.mission-sec {
    text-align: center;
    padding: 20px 0;
    background: url(../images/m1.jpg) center;
    background-size: cover;
    /* background: url(../images/mis-bg.jpg) center fixed;
background-size: cover; */
}

.mission-sec h4,
.vis-sec h4,
.value-sec h4 {
    font-weight: 600;
    color: #607e03;
    display: inline-block;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 99;
}

.mission-sec p,
.vis-sec p {
    color: #444;
    font-size: 60px;
    font-family: var(--t1-font-family);
    margin: 0;
    display: flex;
    height: 100%;
    align-items: center;
    line-height: 70px;
}

.vis-sec {
    text-align: center;
    padding: 20px 0;
    background-color: #e5e5e5;
    /* background: url(../images/vis-bg.jpg) center fixed;
background-size: cover; */
}

.value-sec {
    text-align: center;
    padding: 20px 0;
    background-color: #f8f0e5;
    /* background: url(../images/value-bg.jpg) fixed;
background-size: cover; */
}

.vl-bx {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 25px 28px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    height: 285px;
    position: relative;
    z-index: 99;
}

.vl-bx h5 {
    font-size: 23px;
    color: #5d4a1f;
}

.vl-bx p {
    color: #444;
    line-height: 40px;
    margin: 0;
    font-size: 30px;
    font-family: var(--t1-font-family);
}

.mis-icon img {
    position: absolute;
    opacity: 0.1;
    width: 160px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 0;
}

.pr-bg {
    background: url(../images/pr-bg.jpg) center;
}

.desi-ghee-bg {
    background: url(../images/ghee-bg.jpg);
}

.pro-details {
    margin: 20px;
    position: relative;
    height: 100%;
    padding: 20px;
    z-index: 99;
}

.pro-details::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 75%);
    backdrop-filter: blur(5px);
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 10px;
}

.pro-details p {
    line-height: 26px;
    color: #666;
}

.pro-details table {
    width: 100%;
    margin: 15px 0;
}

.pro-details table tr th {
    padding: 8px;
    color: #607e03;
}

.pro-details table tr td {
    padding: 8px;
    color: #444;
}

.pro-details table tr:nth-child(2n) {
    background: rgba(255, 255, 255, 0.5);
}

.pro-details table tr:nth-child(2n + 1) {
    background: rgba(96, 126, 3, 0.1);
}

.list-no {
    display: flex;
    justify-content: center;
}

.list-no li {
    background: #ffeded;
    color: #f00;
    padding: 4px 10px;
    border-radius: 30px;
    margin: 0 15px;
}

.qty-ver {
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
    padding: 30px 35px 30px 60px;
    background: #fff3cb;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
    height: 200px;
}

.qty-ver h4 {
    text-transform: uppercase;
    color: #553d15;
    font-weight: 600;
    font-size: 22px;
}

.qty-ver h2 {
    font-weight: 600;
    opacity: 0.1;
    font-size: 80px;
    position: absolute;
    right: 60px;
    bottom: 0;
}

.fact-bx {
    clip-path: polygon(100% 0, 100% 90%, 95% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 90%, 95% 100%, 0 100%, 0 0);
    background: #ffecde;
    padding: 20px;
    height: 100%;
    position: relative;
    z-index: 9;
}

.fact-bx h4 {
    color: #333;
    font-size: 22px;
}

.fact-bx p {
    position: relative;
}

.fact-bx h3 {
    font-weight: 600;
    opacity: 0.1;
    font-size: 80px;
    position: absolute;
    right: 60px;
    bottom: 0;
}

.sh-list {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.sh-list li {
    background: #607e03;
    color: #fff;
    font-size: 18px;
    padding: 8px 15px;
    border-radius: 30px;
}

.shilajit-bg {
    background: url(../images/shilajit-bg.jpg) fixed;
}

.s-key {
    background-image: linear-gradient(45deg, #9e6d14 0%, #edca60 51%, #9e6d14 100%);
    border-radius: 20px;
    padding: 20px;
    background-size: 200% auto;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    position: relative;
}

.s-key p {
    color: #fff;
    margin: 0;
}

.s-key h3 {
    position: absolute;
    right: 20px;
    bottom: -5px;
    font-size: 80px;
    opacity: 0.2;
    text-shadow: none;
}

.why-shilajit h5 {
  text-shadow: 2px 2px 2px 2px rgb(0 0 0 / 0.6);
}
.why-shilajit .s-key{
  box-shadow: 0 0 9px 0px rgb(0 0 0 / 22%);
}

.sb-list li{
display: inline-block;
  width: 48%;
  text-align: center;
  background: #ffeae1;
  border-radius: 30px;
  padding: 8px 6px;
  margin: 6px 0;
  color: #444;
  font-size: 15px;
}

.spi-bx{
padding: 20px 12px;
  position: relative;
}
.spi-bx::before{
position: absolute;
  content: '';
  top: 72px;
  width: 12px;
  height: 12px;
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
  background: #c79e3c;
}

.spi-bx svg{
background-image: linear-gradient(45deg, #9e6d14 0%, #edca60 51%, #9e6d14 100%);
  padding: 12px;
  border-radius: 50%;
  position: relative;
}

.spi-bx  h5{
margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
}

.spice-details{
margin-bottom: 12px;
}

.spice-details h4{
color: #553d15;
}

.tag-line {
	background-color: #607e03;
	color: var(--bs-white) !important;
	display: inline-block;
	padding: 2px 12px;
	position: relative;
	z-index: 9;
	margin-left: 15px;
    font-size: 14px;
}

.tag-line::before {
	position: absolute;
	content: '';
	left: -10px;
	top: 5px;
	background-color: #607e03;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	z-index: -1;
}

.tag-line::after {
	position: absolute;
	content: '';
	left: -4px;
	background-color: #fff;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
}

.spice-details strong{
color: #553d15;
  font-weight: 600;
}

.list-icons li{
text-align: center;
display: inline-block;
padding: 15px 10px;
}

.list-icons li h5{
font-size: 18px;
  background-color: #607e03;
  margin: 0;
  padding: 6px 10px;
  border-radius: 30px;
  color: #fff;
  font-weight: 400;
  margin-top: 8px;
}

.sb-list.sb-list2 li{
    width: auto;
    padding: 8px 14px;
    margin: 8px 10px;
}

.we-said-tit h1{
font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff !important;
  background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  display: inline-block;
  padding: 10px 15px;
  border-radius: 30px;
  margin-top: -20px;
  position: relative;
  top: -25px;
}

.we-said{
position: relative;
height: 100%;
}

.we-said::before{
position: absolute;
  content: '';
  right: -24px;
  top: 50%;
  background: url(../images/arrow.png) no-repeat;
    background-size: auto;
  background-size: 35px;
  width: 35px;
  height: 35px;
}


.we-said h4{
font-size: 23px;
  text-align: center;
  border-bottom: 1px solid #c6932c;
  padding-bottom: 5px;
  color: #553d15;
  font-weight: 600;
  position: relative;
  margin-bottom: 18px;
}

.we-said h4::before{
position: absolute;
  content: '';
  left: 0;
  width: 8px;
  height: 8px;
  background: #c6932c;
  bottom: -4px;
  border-radius: 30px;
}

.we-said h4::after{
position: absolute;
  content: '';
  right: 0;
  width: 8px;
  height: 8px;
  background: #c6932c;
  bottom: -4px;
  border-radius: 30px;
}

.we-said ul li{
line-height: 24px;
  color: #444;
  background: url(../images/msg-icon.png) no-repeat;
  padding: 0px 6px;
  height: 70px;
  display: flex;
  margin-bottom: 4px;
  width: 370px;
}

.we-said.we-said2 ul li{
background: none;
  margin: 0px;
  height: auto;
  width: auto;
  line-height: 36px;
}

.we-said.we-said2 ul li i{
    color: #607e03;
    padding-right: 5px;
}

.arow-none::before{
display: none;
}

.mg{
  height: 49px;
  display: flex;
  align-items: center;  
}

.cnt-bx{
display: flex;
margin-bottom: 20px;
}

.cnt-bx span{
  background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top,#d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #553d15;
}

.cnt-bx span::after{
position: absolute;
  content: '';
  left: 4px;
  top: 4px;
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
}

.cnt-bx span::before {
	position: relative;
	z-index: 9;
}

.cnt-bx .cnt-details{
margin-left:20px;
}

.cnt-bx .cnt-details h5{
    color: #607e03;
    margin-bottom: 6px;
}

.cnt-bx .cnt-details p{
    margin: 0;
}


.social-icons li{
display: inline-block;
}

.social-icons li a img {
	width: 30px;
}

.social-icons li a {
text-align: center;
display: block;
margin-right: 12px;
}

.enq-form{
padding: 30px;
border-radius: 15px;
border: 1px solid #d1d1d1;
}

.enq-form .form-control, .enq-form .form-select{
margin-bottom: 15px;
  border-radius: 20px;
  padding: 15px 10px 15px 50px;
}

.enq-form .form-control:focus, .enq-form .form-select:focus{
border-color: #dbe6bb;
  box-shadow: 0 0 0 .25rem rgba(119, 144, 38, 0.2);
}

.enq-form span{
position: absolute;
  padding: 20px;
  color: #999;
}

.enq-form .btn-submit{
background: #607e03;
  border: none;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  border-radius: 20px;
  padding: 10px 15px;
  font-weight: 500;
}


@media only screen and (min-width: 0px) and (max-width: 575px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        margin: 8px 15px;
    }

    .m-logo {
        display: block;
    }
    .logo {
        padding: 20px;
    }

    .navbar-toggler {
        background: #553d15;
        color: #fff;
        border: none;
    }

    .navbar {
        justify-content: space-between !important;
    }
    
    .we-said {
  margin-bottom: 30px;
  height: auto;
  padding-bottom: 10px;
}

.we-said::before {
top: 100%;
transform: rotate(90deg) translateX(-50%);
left: 50%;
}
    
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}

@media (min-width: 1400px) {
}
