@import url("https://fonts.googleapis.com/css2?family=Overlock:wght@400;700;900&display=swap"); :root {
--whitebg: #fff; 
--whitecolor: #fff;
--whitebborder: #fff;
--light-black-color:#61666B;
--black-bg:#000;
--light-black-border:#61666B;
--brand-color:#7A0908;
--brand-bg:#7A0908;
--brand-border:#7A0908;
}
@font-face {
font-family: 'OptimusPrinceps';
src: url(//www.indiagatefoods.com/wp-content/themes/india-gate/lp-assets/fonts/OptimusPrinceps.eot);
src: url(//www.indiagatefoods.com/wp-content/themes/india-gate/lp-assets/fonts/OptimusPrinceps.eot?#iefix) format('embedded-opentype'),
url(//www.indiagatefoods.com/wp-content/themes/india-gate/lp-assets/fonts/OptimusPrinceps.woff2) format('woff2'),
url(//www.indiagatefoods.com/wp-content/themes/india-gate/lp-assets/fonts/OptimusPrinceps.woff) format('woff'),
url(//www.indiagatefoods.com/wp-content/themes/india-gate/lp-assets/fonts/OptimusPrinceps.ttf) format('truetype'),
url(//www.indiagatefoods.com/wp-content/themes/india-gate/lp-assets/fonts/OptimusPrinceps.svg#OptimusPrinceps) format('svg');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'OptimusPrincepsSemiBold';
src: url(//www.indiagatefoods.com/wp-content/themes/india-gate/lp-assets/fonts/OptimusPrincepsSemiBold.woff2) format('woff2'),
url(//www.indiagatefoods.com/wp-content/themes/india-gate/lp-assets/fonts/OptimusPrincepsSemiBold.woff) format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}
html, body {
color: var(--light-black-color);
background-color: var(--whitebg);
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box; font-family: 'Overlock', sans-serif !important;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,ul,li {
margin: 0;
padding: 0px;
}
label {
margin-bottom: 0;
}
p {
font-size: 17px;
line-height: 22px;
font-weight: 400;
letter-spacing: 1px;
color: #846F6F;
font-family: 'Overlock', cursive;
}
ul,li {
list-style: none;
padding: 0;
margin: 0;
}
img {
max-width: 100%;
height: auto;
display: inline-block;
}
a {
text-decoration: none;
display: inline-block;
}
a:focus, a:hover {
text-decoration: none;
outline: none;
}
picture {
display: block;
line-height: 0px;
}
textarea {
resize: none;
display: block;
width: 100%;
}
input {
display: block;
width: 100%;
}
input::placeholder {
font-size: 14px;
font-weight: 500;
}
select:focus, textarea:focus {
outline: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
-webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
} input[type=number] {
-moz-appearance: textfield;
}
input, button, textarea, textarea::placeholder{
font-family: 'Inter', sans-serif;
}
section{
padding:0px;
}
.w-100 {
width: 100% !important;
display: block;
}
.container {
max-width: 90%;
margin: 0px auto;
padding: 0px 15px;
}
.pt-0 {
padding-top: 0px;
}
.row {
display: flex;
margin: 0px -15px;
flex-wrap: wrap;
}
.col-sm-2 {
width: 16.66666667%;
padding: 0px 15px;
}
.col-sm-3 {
width: 25%;
padding: 0px 15px;
}
.col-sm-4 {
width: 33.33333333%;
padding: 0px 15px;
}
.col-sm-5 {
width: 41.66666667%;
padding: 0px 15px;
}
.col-sm-6 {
width: 50%;
padding: 0px 15px;
}
.col-sm-7 {
width: 58.33333333%;
padding: 0px 15px;
}
.col-sm-8 {
width: 66.666667%;
padding: 0px 15px;
}
.col-sm-9 {
width: 75%;
padding: 0px 15px;
}
.col-sm-10 {
width: 83.33333333%;
padding: 0px 15px;
}
.col-sm-11 {
width: 91.66666667%;
padding: 0px 15px;
}
.col-sm-12 {
width: 100%;
padding: 0px 15px;
}
.text-right {
text-align: right;
}
.text-left {
text-align: left;
}
.flex-end {
justify-content: flex-end;
}
.text-center {
text-align: center;
}
.overflow-hiiden {
overflow: hidden;
}
.text-left {
text-align: left;
}
.w-100{
width: 100%;
display: block;
}
.sticky-btn {
position: fixed;
right: 33px;
top: 50%;
z-index: 999999999;
transform: translate(60px, -50%) rotate(89deg);
} .swiper-button-prev, .swiper-button-next{
position: absolute;
top: auto;
bottom: 0px;
left: 36px;
width: 33px;
height: 33px;
background-image: url(//www.indiagatefoods.com/wp-content/themes/india-gate/lp-assets/images/icon/back-arrow.svg);
background-color: var(--brand-bg);
background-size: 26%;
background-repeat: no-repeat;
background-position: center, center;
font-size: 0px;
border-radius: 30px;
cursor: pointer;
z-index: 1;
transition: all 0.3s;
}
.swiper-button-prev:hover, .swiper-button-next:hover{
-webkit-animation: pulse2 1s infinite;
animation: pulse2 1s infinite;
box-shadow: 0 0 0 12px transparent;
}
.swiper-button-next{
left: auto;
right: calc(50% - 40px);
background-image: url(//www.indiagatefoods.com/wp-content/themes/india-gate/lp-assets/images/icon/arrow-next.svg);
background-size: 20%;
background-repeat: no-repeat;
background-position: center, center;
}
.swiper-button-next:after, .swiper-button-prev:after{
display: none;
}
.swiper-button-prev{
left: calc(50% - 40px);
background-image: url(//www.indiagatefoods.com/wp-content/themes/india-gate/lp-assets/images/icon/back-arrow.svg);
background-size: 20%;
background-repeat: no-repeat;
background-position: center, center;
}
.slick-disabled{opacity: 0.6;}
.slick-dots li {display: inline-block;margin-left: 8px;width: 6px;height: 6px;background: var(--redbg);overflow: hidden;border-radius: 30px;cursor: pointer;}
.slick-dots li.slick-active {width: 33px;height: 8px;}
.slick-dots li button {background: none;font-size: 0px;line-height: 0px;border: none;}
.slick-dots li{width: 8px; height: 8px;background: var(--brand-bg);}
.slick-dots{text-align: center;padding-top: 15px;} .heading-box{
text-align: center;
}
.xl-title{
font-size: 35px;
line-height: 50px;
text-transform: uppercase;
text-align: center;
font-weight: 500;
letter-spacing: 2px;
margin-bottom: 5px;
font-family: 'OptimusPrinceps';
}
.btn-white{
background: var(--brand-bg);
padding: 13px 22px;
color: #fff;
font-family: 'Overlock', cursive;
font-weight: 700;
font-size: 14px;
text-transform: capitalize;
margin-top: 20px;
}
.padding-t-b{
padding: 60px 0px 80px 0px;
}
.img-bottom-heading{
width: 120px;
margin: 0px auto;
margin-top: 18px;
}
.img-bottom-heading img{
width: 100%;
}
.heading-box2{
width: 50%;
margin: 0px auto;
margin-top: 15px;
}
.heading-box2 .xl-title{
color: #7A0908;
} .top-section-row{
display: flex;
}
.colm-top-left, .colm-right-top{
width: 50%;
}
.colm-top-left{
padding-right: 1px;
position: relative;
}
.colm-right-top{
padding-left: 4px;
}
.brand-area{
position: absolute;
top: 0px;
left: 6%;
width: 90px;
display: block;
z-index: 999;
}
.brand-area img{
display: block;
width: 100%;
}
.top-content{
position: absolute;
top: 50%;
left: 11%;
right: 11%;
transform: translate(0px, -50%);
}
.top-social-link{
margin-top: 25px;
align-items: center;
display: flex;
justify-content: center;
}
.top-social-link li{
display: inline-block;
margin-top: 18px;
margin: 0px 8px;
}
.top-social-link li:hover{
opacity: 0.8;
}
.top-social-link img{
width: 30px;
}
.top-social-link li:nth-of-type(2) img{
width: 26px;
}
.top-content .xl-title{
color: #7A0908;
}
.top-content p{
color: #635353;
}
.swiper-wrapper{
height: initial;
}
.experment .swiper-button-prev, .experment .swiper-button-next{
background: #fff;
}
.experment .swiper-button-prev{
background-image: url(//www.indiagatefoods.com/wp-content/themes/india-gate/lp-assets/images/icon/arrow-phil-prev.svg);
background-size: 20%;
background-repeat: no-repeat;
background-position: center, center;
}
.experment .swiper-button-next{
background-image: url(//www.indiagatefoods.com/wp-content/themes/india-gate/lp-assets/images/icon/arrow-phil-next.svg);
background-size: 20%;
background-repeat: no-repeat;
background-position: center, center;
}
.top-content .btn-white{
margin-top: 24px;
} .experment{
position: relative;
background: #FAF5F3;
}
.experment .xl-title{
color: #fff;
font-size: 60px;
line-height: 60px;
}
.experment .heading-box{
width: 100%;
}
.experment .heading-box p{
color: #fff;
text-transform: uppercase;
margin-top: 15px;
line-height: 25px;
}
.experment .heading-box .bold-text{
font-weight: 700;
margin-top: 20px;
}
.title-new{
color: #fff;
font-family: 'Overlock', cursive;
font-size: 36px;
font-weight: 700;
text-transform: uppercase;
margin-top: 5px;
}
.bg-image-expermient{
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 1;
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.product-image img{
width: 100%;
}
.product-image-bottom {
position: relative;
border-radius: 16px;
overflow: hidden;
}
.product-img{
margin-top: -85px;
}
.experment-inner-wraper{
position: relative;
z-index: 2;
}
.star-rating ul{
display: inline-flex;
background-image: url(//www.indiagatefoods.com/wp-content/themes/india-gate/lp-assets/images/icon/rating-bg.svg);
background-size: cover;
padding: 4px 0px;
width: 120px;
position: relative;
justify-content: center;
align-items: center;
}
.star-rating ul:after{
content: '';
position: absolute;
top: 0px;
right: -25px;
width: 22px;
height: 22px;
background-image: url(//www.indiagatefoods.com/wp-content/themes/india-gate/lp-assets/images/icon/rating-before.svg);
background-size: cover;
}
.star-rating ul:before{
content: '';
position: absolute;
top: 0px;
left: -25px;
width: 22px;
height: 22px;
background-image: url(//www.indiagatefoods.com/wp-content/themes/india-gate/lp-assets/images/icon/rating-after.svg);
background-size: cover;
}
.star-rating ul li{
display: inline-block;
color: #fff;
line-height: 0px;
font-family: 'Overlock', cursive;
font-weight: 900;
font-size: 12px;
padding: 3px 1px;
}
.star-rating ul li img{
width: 11px;
}
.star-bottom-img{
width: 60px;
margin: 0px auto;
display: block;
margin-top: 2px;
}
.heart-icon{
width: 104px;
margin: 0px auto;
margin-bottom: 7px;
}
.heart-icon img{
display: block;
width: 100%;
}
.product-title-box{
text-align: center;
display: inline-block;
padding: 11px 5px;
min-width: 208px;
position: relative;
}
.product-title-box span{
text-transform: uppercase;
color: #fff;
font-family: 'Overlock', cursive;
font-size: 24px;
line-height: 32px;
font-weight: 600;
letter-spacing: 1px;
position: relative;
z-index: 1;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.bg-heading{
left: 0px;
right: 0px;
bottom: 0px;
top: 0px;
position: absolute;
width: 100%;
height: 100%;
}
.star-rating{
text-align: center;
margin-top: 2px;
}
.slide-item-expermient{
padding-top: 85px;
}
.experment-product-box{
background: #fff;
padding: 22px;
padding-top: 0px;
border-radius: 16px;
}
.top-box-experiment{
position: relative;
top: -85px;
margin-bottom: 15px;
text-align: center;
}
.play-icon, .play-icon-2{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block;
width: 58px;
}
.expermentSlider .swiper-wrapper{
padding-bottom: 90px;
}
.expermentSlider{
padding-top: 40px;
} .why-image-box img{
width: 100%;
display: block;
}
.why-image-box{
border-radius: 16px;
overflow: hidden;
}
.why-section{
position: relative;
background: #fff;
}
.why-inner-wraper{
position: relative;
z-index: 2;
}
.heading-box-new{
margin-bottom: 50px;
}
.why-content-box{
background: #fff;
border-radius: 16px;
padding: 50px;
box-shadow: 0px 0px 9px rgb(0 0 0 / 6%);
position: relative;
z-index: 1;
}
.why-icon-img{
width: 134px;
display: block;
margin-bottom: 30px;
}
.why-title{
color: var(--brand-color);
font-size: 23px;
line-height: 30px;
font-weight: 600;
letter-spacing: 2px;
font-family: 'OptimusPrinceps';
}
.why-content p{
margin-top: 20px;
}
.why-inner-wraper .row{
align-items: center;
}
.why-image-box{
margin-left: -28%;
}
.why-section .bg-image-expermient{
opacity: 0.6;
}
.culinary-right{
border-radius: 16px;
overflow: hidden;
}
.culinary-right img{
width: 100%;
line-height: 0px;
display: block;
}
.culinary .heading-box{
width: 100%;
}
.culinary .heading-box p{
padding:0px 5%;
}
.culinary .row{
align-items: center;
}
.culinary-slider .swiper-slide img {
max-width: 100%; transform: scale(.75);
transform-origin: center;
}
.culinary-slider .swiper-slide-active img {
transform: scale(1);
}
.swiper-slide-active .culinary-slide > img{
border: 2px solid var(--brand-border);
}
.culinary-slide img{
display: block;
width: 100%;
line-height: 0px;
border-radius: 12px;
overflow: hidden;
}
.culinary-slider{
width: 76%;
margin: 0px auto;
}
.culinary-slider .swiper-wrapper{
padding-bottom: 60px;
}
.culinary{
position: relative;
background: #FAF5F5;
}
.culinary .container{
position: relative;
z-index: 2;
}
.bg-image-expermient2{
top: auto;
height: initial;
}
.culinary{
padding-top: 80px;
}
.how-india {
background:#fff;
}
.how-india .bg-image-expermient{
opacity: 0.7;
}
.product-image-box a{
display: block;
}
.product-image-box a img{
width: 100%;
display: block;
line-height: 0px;
}
.the-world{
position: relative;
background: #FAF5F3;
}
.the-world .container{
position: relative;
z-index: 2;
}
.the-world .heading-box2 {
width: 62%;
}
.the-world .heading-box2 p{
margin-bottom: 21px;
}
.product-title-world{
color: var(--brand-color);
font-family: 'Overlock', cursive;
font-weight: 700;
font-size: 20px;
line-height: 29px;
text-transform: uppercase;
text-align: center;
padding: 20px 0px;
border-bottom: 1px solid var(--brand-border);
}
.botoom-logo{
display: flex;
align-items: center;
padding-top: 20px;
}
.product-link-box {
width: 50%;
padding: 0px 8px;
}
.product-link-box a{
display: inline-block;
}
.product-link-box img{
width: 90px;
}
.amazon-logo{
text-align: right;
}
.facebox-logo{
text-align: left;
}
.facebox-logo .link-web{
position: relative;
top: -5px;
}
.world-slider .swiper-wrapper{
padding-bottom: 70px;
}
.variount-box{
position: absolute;
top: 15px;
right: 0px;
padding: 10px 10px;
width: 72px;
text-align: center;
z-index: 2;
background: url(//www.indiagatefoods.com/wp-content/themes/india-gate/lp-assets/images//icon/variant-shap.svg);
background-size: 100%;
background-repeat: no-repeat;
color: #fff;
font-weight: 700;
font-size: 16px;
line-height: 11px;
font-family: 'Overlock', cursive;
text-transform: uppercase;
}
.product-image-box{
position: relative;
border-radius: 16px;
overflow: hidden;
}
.product-image{
position: relative;
border-radius: 16px;
}
footer{
background: var(--brand-bg);
padding: 30px 0px;
}
.footer-social-link{
text-align: center;
}
.footer-social-link li{
display: inline-block;
padding: 0px 8px;
}
.footer-social-link li:hover {
opacity: 0.8;
}
.footer-social-link li img {
width: 20px;
}
.footer-social-link li:nth-of-type(2) img {
width: 22px;
}
.copyright{
text-align: center;
color: #fff;
font-size: 16px;
margin-top: 10px;
}
footer.mt-3{margin-top: 0px !important} .btnProduct{
background: var(--brand-bg);
padding: 5px 22px;
color: #fff !important;
font-weight: 700;
font-size: 14px;
text-transform: capitalize;
margin-top: 0px;
cursor: pointer;
}
.product-title-world{border-bottom: 0px;}
.productBuyNow{
text-align: center;
border-bottom: 1px solid var(--brand-border);
padding-bottom: 25px;
}
.productBuyNow .btnProduct{margin-top: 0px;font-family: 'Overlock', cursive;}