@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Playwrite+IS:wght@100..400&display=swap');
:root{
--Fern-Green:#588E43;
--Dandelion:#EEE326;
--Halloween-Orange:#E47327;
--French-Blue:#0A75BD;
--Spring-Wood:#F9F5F4;
--black:#000000;
--Rich-Maroon:#8d0b14;
--Berry:#8d0b14;
--berry-col:#8d0b14;
--white:#ffffff;
--Aqua-Haze:#F3F3F3;


}
h1,h2,h3,h4,h5,h6{
font-family: inherit;
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
body,
html {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 0;
margin: 0;
}
/* top menu */
.top-menu-bar{
background: var(--Berry);
padding: 12px 0;
width: 100%;
}
.top-menu-bar .top-number{
text-align: end;
}
.top-menu-bar .top-email a{
text-decoration: none;
color: var(--white);
}
.top-menu-bar .top-email{
margin-left: 145px;
font-family: "Crimson Text", serif;
font-size: 1.1rem;
}
.top-menu-bar .top-number a{
text-decoration: none;
color: var(--white);
font-family: "Crimson Text", serif;
font-size: 1.1rem;
}
/* menubar */
.topmenu{
display: flex;
justify-content: space-between;
margin-bottom: 0;
}
.topmenu li{
list-style: none;
}
.topmenu li a{
color: var(--white);
text-decoration: none;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}
.TransparentNav .sticky {
position: static;
}
.navbar.jain-nabnar-menu{
margin: 0;
padding: 0;
}
.navbar.jain-nabnar-menu .navbar-menu{
position: relative; 
}
.navbar.jain-nabnar-menu .nav-item a{
color: var(--black);
padding-top: 30px;
margin-right: 12px;
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
}
.navbar.jain-nabnar-menu .nav-item .nav-link.active{
border-bottom: 2px solid var(--Berry);
color: var(--Berry);
}
.navbar.jain-nabnar-menu .nav-item .nav-link:hover{
color: var(--Berry);
border-bottom: 2px solid var(--Berry);
}
.navbar-header{
width: 100%;
/* background: var(--white); */
z-index: 6;
box-shadow: 0 2px 8px rgb(0 0 0 / 4%);
color: var(--white);
}
.menubar-section{
width: 100%;
background: var(--Spring-Wood);
}
.navbar.jain-nabnar-menu .dropdown-item.active, .dropdown-item:active {
background: var(--Spring-Wood);
}
.jain-nabnar-menu.TransparentNav .navbar-menu img {
/* margin-top: -48px; */
max-width: 120px;
height: auto;
transition: .8s;
/* border-radius: 4px; */
}
.jain-nabnar-menu.WhiteNav .navbar-menu img {
margin-top:0;
}
.jain-nabnar-menu.TransparentNav .navbar-header{
background: var(--Spring-Wood);
}
.jain-nabnar-menu.WhiteNav .navbar-header {
background: var(--white);
}
.jain-nabnar-menu.WhiteNav .company-logo img{
width: 100px;
transition: .8s;
}
.jain-nabnar-menu.WhiteNav .top-menu-bar{
display: none;
}
.navbar.jain-nabnar-menu.WhiteNav .nav-item a {
padding-top: 20px;
}
/* .jain-nabnar-menu.TransparentNav{
margin-bottom: 172px;
} */
.menubar-section .main-menu{
padding: 10px 80px;
}
.menubar-section .main-menu ul{
display: flex; 
padding-left: 0;
padding: 20px 0;
justify-content: space-around;
margin-bottom: 0;
background: var(--white);
}
.menubar-section .main-menu ul li{
list-style: none;
}
.menubar-section .main-menu ul li a{
text-decoration: none;
color: var(--Berry);
text-align: center;
border-bottom: 3px solid transparent;
font-size: 1em;
font-weight: 700;
line-height: 2em;
transition: opacity .2s, border-color .2s;
padding-bottom: 4px;
}
.menubar-section .main-menu ul li a:hover{
border-bottom: 3px solid var(--Berry);
}
.navbar.jain-nabnar-menu .dropdown-menu{
margin: 0;
padding: 0;
border-radius: 0;
position: absolute;
top: 68px;
max-width: 230px;
}
.navbar.jain-nabnar-menu .dropdown-menu a{
padding: 12px 40px;
font-size: .8rem;
color: #837c7c;
}
.company-logo img{
/* background: var(--black); */
/* position: absolute;
bottom: 0;
left: 0; */
}
.navbar-nav.jainMenubar{
width: 100%;
justify-content: center;
}
/* toggle menu bar */
.btn-close:hover {
color:white;
}
@mixin tr {
transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
//transition-delay: .2s;
}
.hero {
float:right;
padding: 20px 0;
.menu-btn {
cursor: pointer;
letter-spacing: 5px;
/* font-weight: bold; */
span {
display: block;
margin: 5px 0;
background:var(--Berry);
width: 25px;
height: 5px;
@include tr;
&:nth-child(2) {
width: 40px;
transition-delay: 0.1s;
}
}
}
}
.menu.active {
opacity: 0;
visibility: hidden;
}
.menu {
transition: 0.52s;
z-index: 1111;
position: fixed;
top: 0;
left: 0;
background:var(--black);
width: 100%;
height: 100vh;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: center;
span {
position: absolute;
top: 20px;
right: 40px;
color: white;
font-size: 48px;
cursor: pointer;
}
.links-container {
list-style-type: none;
display: flex;
flex-direction: column;
justify-content: center;
align-items:center;
width: 100%;
height: 100vh;
padding-left: 0;
padding: 20px 0;
a {
width: 100%;
height: 400px;
font-size: 4em;
text-decoration: none;
color: white;
@include tr;
position: relative;
&:hover {
color: var(--Fern-Green);
margin-left: 10px;
}
&:before {
color: white;
}
}
}
}
.menu-title{
color:white;
}
.navbar-menu{
padding: 6x 0;
}
/* end togle menu bar */
/* banner section start */
.video-wrapper {
height: 768px;
position: relative;
}
.banner-play{
font-size: 60px;
color: var(--Berry);
position: absolute;
z-index: 3;
display: flex;
justify-content: center;
align-items: center;
height: 650px;
width: 100%;
}
.banner-play a i{
background: var(--white);
font-size: 24px;
padding: 20px 24px;
color: var(--Berry);
transition: .6s;
}
.banner-play a:hover i{
background-color: rgba(255, 255, 255, .8);
transition: .6s;
}
.background {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 650px;
object-fit: cover;
}
.banner-section{
position: relative;
margin-top: 40px;
}
.banner-section .left-banner{
position: absolute;
bottom: 250px;
}
.banner-section .left-banner ul{
text-align: end; 
}
.banner-section ul li {
list-style: none;
text-align: end;
}
.banner-section .left-banner ul li a{
color: var(--Berry);
text-decoration: none;
}
.banner-section .left-banner ul li a i{
font-size: 35px;
line-height: 60px;
}
.banner-section .left-banner ul .hero-contact{
rotate:-90deg;
margin-top: 70px;
position: relative;
padding-top: 52px;
font-weight: 600;
font-size: 16px;
}
.banner-section .left-banner ul .hero-contact::after{
content: "";
position: absolute;
background: var(--Berry);
height: 2px; 
width: 40px;
margin-top: 10px;
margin-left: 20px;
}
.banner-section .right-banner{
position: absolute;
bottom:250px;
}
.banner-section .right-banner ul{
text-align: start;  
padding-left: 24px;
}
.banner-section .right-banner ul li {
list-style: none;
text-align: start;
}
.banner-section .right-banner ul li a{
color: var(--Berry);
text-decoration: none;
}
.banner-section .right-banner ul li a i{
/* font-size: 25px; */
font-size: 35px;
line-height: 60px;
}
.banner-section .right-banner ul .hero-contact{
rotate: -90deg;
position: relative;
font-weight: 600;
font-size: 16px;
margin-left: -18px;
margin-top: 102px;
}
.banner-section .right-banner ul .hero-contact::after{
content: "";
position: absolute;
background: var(--Berry);
height: 2px; 
width: 40px;
margin-top: 10px;
margin-left: 20px;
}
.banner-section .right-banner .fa-phone.phoneicon{
font-size: 28px!important;
}
/* banner section end */
/* about section start */
.about-section{
background-color:var(--Berry);
width: 100%;
padding-top: 60px;
padding-bottom: 60px;
margin-top: 0;
}
.about-section .right-about{
padding: 60px 0;
}
.about-section .link{
    margin-top: 20px;
}
.about-slider .about-img img{
width: 100%;
padding:0 40px;
}
.right-about{
color: var(--white);
}
.head h5{
font-weight: 700;
color: var(--white);
opacity: .6;
text-transform: uppercase;
letter-spacing: 5px;
display: block;
margin-top: -0.3em;
}
.headline h2{
/* font-size: 60px; */
font-size: 45px;
font-weight: 600;
}
.mission-sec{
margin: 40px 0;
}
.mission-sec h5{
font-weight: 700;
color: var(--white);
opacity: .6;
text-transform: uppercase;
letter-spacing: 5px;
display: block;
margin-top: -0.3em;
}
.mission-sec button{
    border: none;
    color: var(--white);
    background: var(--Berry);
    padding: 8px 12px;
}
.link a{
background-color: var(--white);
color: var(--Berry);
padding: 12px 20px;
font-size: 20px;
font-weight: 500;
letter-spacing: 1px;
transition: 0.5s;
text-decoration: none;
}
/* about section end */
/* brand start */
.brand-card h4{
font-size: 16px;
font-weight: 600;
letter-spacing: 1px;
text-align: center;
padding: 12px 0;
}
.brand-card{
width: 100%;
text-align:center;
}
.brand-image img{
border-radius: 200px;
}
.brand-menusection{
 padding-top: 40px;
 margin: 0 100px;
}
.brand-menusection .brand-menu .barnd-caption{
    text-align: center;
    padding: 8px 0;
    font-weight: 600;
    background-color: #8d0b14;
    color: white;
    border-radius: 10px;
  
}
.brand-menu button{
    border-radius: 10px; 
    width: 100%;
    border: none; 
    padding: 0;
    margin-bottom: 8px;
}
.brand-menusection .brand-menu img{
    border-radius: 150px;
}
.brand-menusection a{
   text-decoration: none;
}
/* brand end */
/* product section start */
.product-top ul{
display: flex;
justify-content: space-between;
padding-left: 0;
}
.product-top ul li{
list-style: none;
}
.product-section{
width: 100%;
padding: 60px 0;
background: var(--Spring-Wood);
}
.product-section .product-top{
margin-left: 40px;
margin-bottom: 40px;
}
/* .product-section .head h5{
color: var(--Aqua-Haze);
line-height: 60px;
} */
.product-section .product-top  .head h5 {
color: var(--black);
line-height: 60px;
opacity: .6;
}
.product-section .product-card{
background: var(--white);
}
.product-section .product-card .product-short-des{
padding: 20px 30px;
}
.product-short-des h4{
margin-bottom: 0;
font-family: "Crimson Text", serif;
}
.product-section .product-card .product-short-des p{
margin-bottom: 0;
}
.learmore a{
font-size: 20px;
color: var(--black);
line-height: 30px;
text-decoration: none;
border-bottom: 2px solid var(--black);
padding-bottom: 4px;
margin-right: 4px;
}
.learmore i{
opacity: 0;
}
.learmore:hover i{
opacity: 1;
color: var(--French-Blue);
transition: .6s;
}
.learmore:hover a{
color: var(--French-Blue);
transition: .6s;
border-bottom: 2px solid var(--French-Blue);
}
/* product section end */
/* contact section start */
.contact-section{
width: 100%;
background: var(--Aqua-Haze);
}
.left-contact{
padding: 60px;
}
.left-contact p{
font-size: 14px;
margin-bottom: 4px;
}
.left-contact a{
text-decoration: none;
color: var(--black);
}
.left-contact .headline{
margin-bottom: 30px;
}
.left-contact .head h5 {
color: var(--black);
line-height: 60px;
opacity: .6;
}
.touch-icon img{
width: 40px;
}
.touch{
border-bottom: 1px solid var(--white);
margin: 20px 0;
padding-bottom: 20px;
}
.touch.no-boarder{
border: 0;
}
.right-contact{
background: var(--Berry);
padding: 30px 20px;
}
.headline h4{
font-size: 35px;
color: var(--Spring-Wood);
margin-bottom: 30px;
}
.right-contact form input {
border-radius: 0;
padding: 12px;
background: rgb(237 237 237 / 36%);
border: 1px solid #b36781;
transition: 0.5s;
margin: 0 0px 30px;
color:gray;
font-size: 16px;
letter-spacing: 1px;
}
.right-contact form textarea{
border-radius: 0;
padding: 12px;
background: rgb(237 237 237 / 36%);
border: 1px solid #b36781;
transition: 0.5s;  
margin-bottom: 30px;
}
.right-contact label{
color: var(--white);
}
.submitBtn button{
border: 0;
padding: 12px 30px;
}
/* contact section end */
/* partner section start */
.partner-section{
width: 100%;
padding: 30px 0;
background: #ebe5e5;
}
.partner-logo img{
padding: 20px;
}
/* partner section end */
/* footer */
footer{
width: 100%;
background:var(--Berry);
color: var(--white);
padding: 40px 0;
}
.footer-content img{
width: 120px;
margin-bottom: 20px;
}
.footer-content ul{
display: flex;
padding-left: 0;
}
.footer-content ul li{
list-style: none;
margin-right: 20px;
}
.footer-content ul li i{
color: var(--white);
font-size: 24px;
}
.footer-content ul li i:hover{
color: var(--French-Blue);
transition: .6s;
margin-top: -1px;
}
.footer-menu ul{
padding-left: 0;
}
.footer-menu ul li{
list-style: none;
}
.footer-menu ul li a{
text-decoration: none;
}
.footer-menu h5{
margin-bottom: 30px;
position: relative;
padding-bottom: 8px;
}
.footer-menu h5::after{
    content: '';
    position: absolute;
    height: 1px;
    width: 60px;
    background: var(--white);
    bottom: 0;
    left: 0;
}
.footer-menu .foot-add{
display: flex;
padding-left: 0;
}
.footer-menu .foot-add li{
list-style: none;
margin-right: 20px;
}
.footer-contact{
display: block;
padding-left: 0;
}
.footer-contact li{
list-style: none;
}
.footer-contact li a{
text-decoration: none;
}
.footer-menu a{
text-decoration: none;
color: var(--white);
line-height: 30px;
transition: .6s;
font-size: 14px;
}
.footer-menu a:hover{
color: var(--French-Blue);
transition: .6s;
}
.copyright{
border-top: 1px solid var(--Aqua-Haze);
margin-top: 30px;
padding: 30px 0 0 0;
}
.copyright a{
text-decoration: none;
color: var(--Dandelion);
}
.copyright .poweredby{
float: right;
}
.back-to-top{
background-color:var(--Berry);
border: 1px solid var(--Dandelion);
padding: 8px;
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
/* border: none; */
outline: none;
color: var(--white);
width: 60px;
height: 60px;
border-radius: 100px;
}
.back-to-top i{
font-size: 20px;
}
/* whatsapp */
.btn-whatsapp-pulse {
background: #25d366;
color: white;
position: fixed;
bottom: 20px;
right: 20px;
font-size: 40px;
display: flex;
justify-content: center;
align-items: center;
width: 0;
height: 0;
padding: 35px;
text-decoration: none;
border-radius: 50%;
animation-name: pulse;
animation-duration: 1.5s;
animation-timing-function: ease-out;
animation-iteration-count: infinite;
z-index: 10;
}
@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);
}
}
.btn-whatsapp-pulse-border {
bottom: 120px;
right: 20px;
animation-play-state: paused;
}
.btn-whatsapp-pulse-border::before {
content: "";
position: absolute;
border-radius: 50%;
padding: 25px;
border: 5px solid #25d366;
opacity: 0.75;
animation-name: pulse-border;
animation-duration: 1.5s;
animation-timing-function: ease-out;
animation-iteration-count: infinite;
}
@keyframes pulse-border {
0% {
padding: 25px;
opacity: 0.75;
}
75% {
padding: 50px;
opacity: 0;
}
100% {
opacity: 0;
}
}
/* about start */
.common-banner{
width: 100%;
background: url('../images/jain-bg-img.webp') no-repeat center/cover;
}
.common-banner.bussiness-background{
    background: var(--white);
    color: var(--black);

}
.common-banner .banner-common
{
display: flex;
width: 100%;
justify-content: center;
align-items: center;
height: 230px;
margin-bottom: 0;
}
.banner-common .breadcrumb{
margin-bottom: 0;
}
.common-banner .banner-common h2{
font-size: 50px;
font-size: 3.125rem;
font-weight: bold;
margin: 0 0 0.2em;
color: var(--white);
}
.common-banner .banner-common a{
text-decoration: none;
color: var(--white)
}
.common-banner .common-content ol li{
font-size: 20px;
color: var(--white);
}
.common-banner.bussiness-background h2{
    color: var(--black);
}
.common-banner.bussiness-background .banner-common a{
    text-decoration: none;
    color: var(--black)
    }
.about-section-page{
    padding: 40px 0;
background-color: var(--white);
}
.common-banner.bussiness-background .common-content ol li{
    color:var(--Berry);
}
.about-section-page .right-about{
/* padding: 60px 0; */
color: var(--black);
}
.about-section-page .head h5 {
color: var(--black);
opacity: .6;
}
.mission-sec h5 {
color: var(--white);
opacity: .6;
}
.about-section-page .mission-sec h5 {
color: var(--black);
opacity: .6;
}
.about-section-page .link a {
background: var(--Berry);
color: var(--white);
}
.about-section-page .bussiness-card{
    margin-bottom: 30px;
}
.bussiness-card .barndBtn a{
    text-decoration: none;
    color: var(--Aqua-Haze);
    border: none;
    color: var(--white);
    background: var(--Berry);
    padding: 8px 12px;
}
/* about end */
/* brand start */
.brand-section{
padding: 60px 0;
}
.brand-content h2{
font-size: 48px;
font-size: 3rem;
line-height: 1em;
margin-bottom:30px;
font-weight: 600;
}
.brand-box {
width: 100%;
display: flex;
flex-wrap: wrap;
margin-bottom: 40px;
}
.brand-box .partner-item {
width: calc(33% - 1.25px);
border-left: 1px solid #d6d6d6;
border-bottom: 1px solid #d6d6d6;
padding: 20px 10px;
text-align: center;
transition: 0.2s;
}     .brand-box .partner-item:hover {
background: var(--Aqua-Haze);
transition: 0.2s;
}
.brand-box .partner-item:nth-child(1), .brand-box .partner-item:nth-child(2), .brand-box .partner-item:nth-child(3) {
border-top: 1px solid #d6d6d6;
}
.brand-box .partner-item img {
width: 150px;
border-bottom: 2px solid #e4e4e4;
transition: 0.2s;
border-radius: 100px;
} 
.brand-box .partner-item h3, .brand-box .partner-item p {
text-align: center;
}
.brand-box .partner-item h3 {
text-align: center;
font-size: 20px;
}
.brand-box .partner-item p {
text-align: center;
}
.brand-box .partner-item:nth-child(3n), .brand-box .partner-item:last-child {
border-right: 1px solid #d6d6d6;
}
.query-card{
background: var(--Berry);
padding:50px 40px;
position:sticky;
top: 80px;
box-shadow: 1px 1px 15px #c8c8c8;
border: 2px solid #fff;
}
.query-card h3{
color: var(--white);
line-height: 40px;
margin-bottom: 20px;
}
.query-card h5{
font-size: 16px;
}
.query-card form input {
border-radius: 0;
padding:12px 8px;
background: rgb(237 237 237 / 36%);
border:0;
transition: 0.5s;
margin: 0 0px 15px 0;
color:gray;
font-size: 16px;
letter-spacing: 1px;
}
.query-card form textarea{
border-radius: 0;
padding: 8px;
background: rgb(237 237 237 / 36%);
border:0;
transition: 0.5s;  
margin-bottom: 30px;
}
.query-card label{
color: var(--white);
}
.d-flex-sticky {
display: flex;
}
/* brand end */
/* product */
.brand-section .product-card h4{
font-size: 18px;
}
.brand-section .product-card h5{
font-size: 16px;
}
.brand-section .product-card p{
font-size: 14px;
margin-bottom: 0;
}
.brand-box .partner-item  .product-card img {
width: 100%;
border-bottom: 2px solid #e4e4e4;
transition: 0.2s;
}
.products-slider a{
text-decoration: none;
color: var(--black);
}
.insub-menu{
justify-content: center;
padding-left: 0;
}
.insub-menu li{
list-style: none;
text-align: center;
}
.insub-menu li a{
font-size: 50px!important;
}
/* gallery section start */
.gallery-section{
padding: 60px 0;
}
.gallery-section .headline h2 {
margin-bottom: 30px;
}
.gallery-section .card {
color: #252a32;
border-radius: 2px;
background: #ffffff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
margin-bottom: 20px;
}
.gallery-section .card-image {
position: relative;
display: block;
padding-top: 70%;
background: #ffffff;
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
margin: 0 auto;
}
.gallery-section .card-image img {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease-in-out;
}
.gallery-section .card-image img:hover {
transform: scale(1.1);
}
/* gallery section end */
/* contact section start */
.contact-section{
padding: 40px 0;
}
.contact-content{
text-align: center;
}
.contact-content .head h5{
color: var(--black);
opacity: .6;
}
.contact-content .headline h2{
font-size: 45px;
}
.contact-content {
padding: 0 220px;
}
.contact-card img{
width: 35px;
margin-bottom: 20px;
}
.contact-card{
border: 4px solid var(--white);
padding: 30px;
height: 230px;
text-align: center;
}
.contact-card p{
margin-bottom: 0;
line-height: 30px;
font-size: 1rem;
}
.contact-card a{
text-decoration: none;
color: var(--black);
font-size: 1rem;
}
.contact-card a:hover{
color: var(--French-Blue);
}
.contact-card h4{
font-size: 20px;
}
.contact-add{
margin-bottom: 80px;
}
.form-control:focus {
box-shadow: none!important;
border: 0!important;
}
.contact-table{
    padding: 20px 0;
    }
    .contact-table td{
       font-size:.9rem;
       color:#6a6666;
    }
    .contact-table th{
       color: var(--Berry);
       font-size: 1.02rem;
    }
/* contact section end */
.our-mission-section{
background:var(--Berry);
width: 100%;
}
.our-mission-section .our-mission{
width: 100%;
perspective: 1000px;
/* Adds perspective to the 3D effect */
display: flex;
justify-content: center;
align-items: center;
padding:40px 0;
}
.our-mission-section .our-mission .image{
will-change: transform;
transform-style: preserve-3d;
transition: transform 0.1s ease-out;
opacity: .4;
}
.our-mission-section .our-mission h2{
position: absolute;
/* top: 35%; */
left: 0;
letter-spacing: -2px;
font-family: Inter, sans-serif;
font-size: 5em;
color: var(--white);
font-weight: 600;
}
.our-mission-section .our-mission h2 span{
background-color: var(--white);
color: var(--black);
text-transform: uppercase;
padding: 5px 15px;
font-size: .4em;
line-height: 1.7em;
display: inline-block;
transform: translateY(-18px) rotate(-5deg);
}
.jainimg img{
    width: 100%;
}
/* privacy policy */
.privacy-policy-header h2{
    font-weight: 700;
    color: var(--black);
    opacity: .6;
    font-size: 2rem;
    letter-spacing: .8px;
    display: block;
    margin-top: -0.3em;

}
.privacy-policy-content h5{
    font-weight: 500;
    color: var(--black);
 
    font-size: 1.1rem;
    letter-spacing: .8px;
    display: block;
    margin-top: -0.3em;

}
.privacy-policy-content strong{
    color: var(--black);
    opacity: .6;
    font-size: 1rem;
    font-weight: 600;
}
.privacy-policy-content a{
    text-decoration: none;
    color: var(--French-Blue);
}
/* blogs start */
.soon-card {
    border-radius: 8px;
    transition: box-shadow 0.3s ease-in-out;
    max-width: 600px;
    width: 100%;
    padding: 60px 30px;
    text-align: center;
    margin: 40px auto;
}
.soon-card img {
    max-width: 120px;
    height: auto;
    margin-bottom: 20px;
}
.soon-card h5 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.5;
}
.soon-card h3 {
    font-size: 26px;
    font-weight: 700;
    color: var(--Rich-Maroon);
    margin-bottom: 10px;
}
.sliderBtn {
    margin-top: 30px;
    padding-left: 0;
}
.sliderBtn li {
    list-style: none;
}
.sliderBtn .btnWhite {
    background: var(--Rich-Maroon);
    color: var(--Aqua-Haze);
}
.sliderBtn li a {
    text-decoration: none;
    padding: 12px 20px;
    color: var(--Rich-Maroon);
}
/* blog end */
  .counter{
      background: #000;
      color:#fff;
      text-align: center;
      padding:6px;
      font-weight: 600;
}
/* media query start */
@media(max-width:1440px){
.banner-section .left-banner ul li a i {
font-size: 24px;
line-height: 35px;
}
.banner-section .left-banner ul .hero-contact {
margin-top: 31px;
padding-top: 45px;
font-size: 12px;
}
.banner-section .right-banner .fa-phone.phoneicon{
font-size: 20px!important;
}
.banner-section .left-banner ul .hero-contact::after {
width: 24px;
margin-top: 6px;
margin-left: 6px;
}
.banner-section .left-banner {
left: 35px;
bottom: 170px;
}
.banner-section .right-banner ul li a i {
font-size: 24px;
line-height: 35px;
}
.banner-section .right-banner ul .hero-contact {
font-size: 12px;
margin-left: -25px;
margin-top: 65px;
}
.banner-section .right-banner ul .hero-contact::after {
width: 24px;
margin-top: 8px;
margin-left: 11px;
}
.banner-section .right-banner {
bottom: 170px;
}
.menubar-section .main-menu {
padding: 10px 20px;
}
.headline h2 {
font-size: 40px;
}
.touch-icon img {
width: 30px;
}
.about-section .right-about {
padding:0;
}
.menubar-section .main-menu ul li a {
font-size: 14px;
}
.banner-section .right-banner ul{
padding-left: 0;
}
.banner-section .left-banner ul {
padding-left: 0;
}
.menu {
& .links-container {
a {
width: 100%;
height: 400px;
font-size: 3em;
text-decoration: none;
color: white;
position: relative;
}

}
.insub-menu li a {
font-size: 35px !important;
}
}
}
@media(max-width:1440px){
.banner-section .left-banner {
left: 28px;

}

.touch-content{
margin-left: 12px;
}
}
@media(max-width:1400px){
/* .video-wrapper,.background,.banner-play {
height: 450px;
margin-bottom: 20px;
} */
.background ,.banner-play {
   
    height: 550px;
  
}
.video-wrapper {
    height: 617px;
   
}
.banner-section {
margin-top: 20px;
}
}
@media(max-width:1368px){

}
@media(max-width:1300px){
}
@media(max-width:1200px){
.banner-section .left-banner {
left: 0px;
}
.contact-card {
padding: 20px;
height: 254px;
}
.contact-card img {
width: 30px;
}
.contact-card p {
line-height: 26px;
}
.navbar.jain-nabnar-menu .nav-item a {
margin-right: 4px;
}
}
@media(max-width:1024px){
.contact-content {
padding: 0 100px 30px 100px;
}
.contact-content .headline h2 {
font-size: 40px;
}
.brand-menusection {
    padding-top: 40px;
    margin: 0;
}
}
@media(max-width:992px){
.right-contact {
padding: 70px;
}
.touch-content {
margin-left: 0;
}
.copyright .poweredby {
float: left;
}
.about-section .right-about {
padding-top: 60px;
}
.left-banner-mobile{
padding: 0 0 20px 0;
}
.banner-section .left-banner-mobile ul {
display: flex;
padding-left: 0;
margin-bottom: 0;
}
.banner-section .left-banner-mobile ul li{
margin-right: 12px;
color: var(--Berry);
padding: 12px 0;
}
.banner-section .left-banner-mobile .hero-contact{
position: relative;
margin-right: 60px;
font-size: 14px;
}
.banner-section .left-banner-mobile i{
font-size: 24px;
color: var(--Berry);
}
.banner-section .left-banner-mobile .hero-contact::after{
position: absolute;
content: "";
width: 30px;
height: 1px;
background:var(--Berry);
top: 22px;
margin-left: 10px;
}
.video-wrapper, .background, .banner-play {
margin-bottom: 4px;
}

.menu {
span {
position: absolute;
top: 0;
right: 0px;
color: white;
font-size: 48px;
cursor: pointer;
}
}
.common-banner .banner-common {
height: 220px;
}
.common-banner .banner-common h2 {
font-size: 30px;
}
.common-banner .banner-common a {
font-size: 18px;
}
.common-banner .common-content ol li {
font-size: 18px;
}
.about-section-page {
padding: 30px 0;
}
.about-section-page .right-about {
padding: 30px 0;
}
.brand-content h2 {
font-size: 2.5rem;
margin-bottom: 20px;
}
.brand-section ,.gallery-section {
padding: 30px 0;
}
.contact-content .headline h2 {
font-size: 35px;
}
.contact-card {
padding: 24px;
}
.contact-add {
margin-bottom: 30px;
}
.contact-content {
padding: 0 60px 30px 60px;
}
.navbar.jain-nabnar-menu .nav-item a {
padding: 14px 8px;
}
.banner-section {
position: relative;
/* margin-top: 160px; */
}
.main-menu-mobile button{
float: right;
margin-top: 15px;
border: 0;
}
.jain-nabnar-menu.TransparentNav .navbar-menu img {
max-width: 100px;
}
.hero {
float: left;
}
element.style {
}
button:focus:not(:focus-visible) {
outline: 0;
}
.navbar-toggler:focus {
box-shadow: none;
}
.our-mission-section .our-mission h2 {
font-size: 4.5em;
}
.top-menu-bar .top-email {
margin-left: 90px;
}
.top-menu-bar .top-number a {
font-size: .9rem;
}
.top-menu-bar .top-email{
font-size: .9rem;
}
.mission-sec p{
    /* margin-bottom: 0; */
}
.mission-sec img{
    margin-bottom: 20px;
}
.video-wrapper {
    height: 556px;
}
}
@media(max-width:991px){
.contact-card {
padding: 30px;
height: auto;
}
.navbar-menu .navbar-nav {
margin-top: 85px;
}
}
@media screen and (max-width: 767px) {
.brand-box .partner-item {
width: calc(50% - 1.25px);
}
.brand-box .partner-item {
padding: 25px 10px;
}
.brand-box .partner-item img {
width: 100px;
}
.brand-box .partner-item:nth-child(2n) {
border-right: 1px solid #d6d6d6;
}
}   @media screen and (min-width: 768px) and (max-width: 1024px) {
.brand-box .partner-item:nth-child(3n) {
border-right: 1px solid #d6d6d6;
}
.brand-box .partner-item:nth-child(1), .brand-box .partner-item:nth-child(2), .brand-box .partner-item:nth-child(3) {
border-top: 1px solid #d6d6d6;
}
} 
@media screen and (max-width: 768px) {
.brand-box .partner-item:nth-child(3), .brand-box .partner-item:nth-child(4) {
border-top: none;
border-right: none;
}
.menubar-section .main-menu {
padding: 10px 0px;
}
.hero {
float: right;
padding: 22px;
}
.menu {
& .links-container {
a {
font-size: 2em;
}
}
}
.product-section .product-top .head h5 {
line-height: 35px;
}
.left-contact .head h5 {
line-height: 30px;
}
.right-contact {
padding: 40px;
}
.contact-content {
padding: 0 0 30px 0;
}
.product-top ul {
display: block;
}
.banner-section {
/* margin-top: 30px; */
}
.our-mission-section .our-mission h2 {
font-size: 2.8em;
}
.our-mission-section .our-mission img{
width: 250px;
}
.insub-menu li a {
font-size: 1.7rem !important;
}
.contact-section {
padding: 30px 0;
}
.top-menu-bar .top-number span{
display: none;
}
.video-wrapper, .background, .banner-play {
    height: 290px;
}
}
@media(max-width:575px){
.banner-section .right-banner {
right: -10px;
}
.top-menu-bar .top-email {
margin-left: 104px;
}
.top-menu-bar .top-email a ,.top-menu-bar .top-number a {
font-size: 14px;
}
.banner-section {
margin-top: 12px;
}
/* .background {
height: 80%;
} */
.banner-section .right-banner {
bottom: 180px;
}
.left-banner-mobile {
margin-top: -80px;
padding:0;
}
.about-section {
padding-top: 75px;
}
.common-banner .banner-common {
height: 110px;
}
.common-banner .banner-common h2 {
font-size: 1.5rem;
}
.common-banner .banner-common a ,.common-banner .common-content ol li{
font-size: 1rem;
}
.banner-play a i {
font-size: 20px;
padding: 16px 20px;
}
/* .banner-play {
height: 80vh;
} */
.banner-section .right-banner ul .hero-contact {
margin-left: -16px;
}
.banner-section .right-banner .fa-phone.phoneicon {
font-size: 16px !important;
}
.banner-section .right-banner ul li a i , .banner-section .left-banner-mobile i{
font-size: 22px;
}
.banner-section .right-banner ul .hero-contact {
font-size: 12px;
}
.banner-section .right-banner ul li{
text-align: center;
}
/* .banner-section .right-banner ul .hero-contact::after {
top: 20px;
} */
.banner-section .right-banner ul .hero-contact {
margin-right: -9px;
}
.query-card {
padding: 40px 20px;
}
.about-section .right-about {
padding-top: 30px;
}
.video-wrapper, .background, .banner-play {
    height: 310px;
}
.video-wrapper, .background, .banner-play {
    margin-bottom: 90px;
}
.mission-sec {
    margin: 20px 0;
}
.privacy-policy-header h2 {

    font-size: 1.5rem;
}
}
@media(max-width:446px){
.top-menu-bar{
display: none;
}
}
@media screen and (max-width: 425px) {
.brand-box .partner-item {
width: calc(100%);
}
.menubar-section .main-menu ul li a {
font-size: 12px;
}
.headline h2 {
font-size: 30px;
}
.product-section {
padding: 35px 0
}
.left-contact {
padding: 30px;
}
.product-section .product-top .head h5,.left-contact .head h5,.head h5 {
line-height: 18px;
font-size: 12px;
}
.headline h4 {
font-size: 28px;
}
.right-contact {
padding: 20px;
}
.common-banner .common-content ol li {
font-size: 14px;
}
.brand-content h2 {
font-size: 2rem;
margin-bottom: 16px;
}
.contact-content .headline h2 {
font-size: 30px;
}
.our-mission-section .our-mission h2 {
    font-size: 2.2rem;
}
.our-mission-section .our-mission {
padding:40px 0;
}
.our-mission-section .our-mission h2 {
/* top: 20%; */
}
.about-section {
padding-top: 40px;
}
}
@media screen and (max-width: 375px) {
.menubar-section .main-menu {
display: none;
}
.top-menu-bar .top-email a {
font-size: 14px;
}
.top-number a{
font-size: 14px;
}
.left-contact {
padding:16px 12px;
}
.headline h2 {
font-size: 24px;
}
.banner-section .right-banner {
right: -12px;
}
.main-menu-mobile{
margin-right: 12px;
}
.our-mission-section .our-mission h2 {
    font-size: 2rem;
}
.brand-menusection .brand-menu .barnd-caption {
    font-size: .8rem;
}
.video-wrapper, .background, .banner-play {
    height: 280px;
}
}