
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
/* global css */

* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
 
  html{
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

body{
    overflow-x: hidden !important;
    font-family: 'Rubik', sans-serif;
    font-display: swap;
    -webkit-font-smoothing: antialiased !important;
}



/* global colors */
:root {
    --primary: #000000;           
    --green: #2d694c;
    --golden: #ba9f5d;
    --darkgolden:#c59111;
  }
  h1{
      color: #fff;
      font-weight: bold;
      font-family: 'Lato', sans-serif;
  }
  h2{
      color: var(--primary);
      font-weight: bold;
  }
 
  h3,h5,h6{
    font-weight: bold;
    font-family: 'Lato', sans-serif; 
  }
 
  p{
      color: #000000;
      font-family: 'Rubik', sans-serif;
      font-size: 18px;
      text-align: justify;
  }
a{
    color: inherit !important;
    text-decoration: none;
}
.shadow{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.sticky{
    position: fixed !important;
}
a:hover{
    cursor: pointer;
    color: inherit !important;
    text-decoration: none !important;
}
button:hover{
    color: inherit !important;
    text-decoration: none !important;
}


.btn-main {
    font-weight: bold;
    color: #fff;
    background-color: var(--green);    /*   rgb(255,102,0) */
    border: 0;
    box-shadow: inset 0 0px 0 0 var(--golden);
    font-weight: 700;
    font-size: 18px;
    padding: 15px 30px 15px !important;
    min-width: 200px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 64px;
    background-clip: border-box !important;
    transition: background .3s,color .3s !important;
}
.btn-main:hover{
    background-color: var(--golden);
    border-color: var(--golden);
    color: #fff;
}
.btn-second {
    font-weight: bold;
    line-height: 1;
    min-height: 65px;
    max-height: 65px;
    color: #8f6604;
    border: 2px solid var(--green);
    box-shadow: inset 0 0px 0 0 var(--golden);
    font-weight: 700;
    font-size: 18px;
    padding: 15px 30px 15px !important;
    min-width: 200px;
    max-width: 200px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-clip: border-box !important;
    transition: background .3s,color .3s !important;
}
.btn-second:hover{
    background-color: var(--golden);
    border-color: var(--golden);
    color: #000000;
}
.text-dark{
    color: #000000 !important;
}
.text-gold{
    color: var(--golden) !important;
}
.text-gold:hover{
    color: var(--darkgolden) !important;
}
.underline{
    text-decoration: underline;
    text-decoration-color: var(--golden);
    text-underline-offset: 13px;
    text-decoration-thickness: 2px;
    margin-bottom: 35px;
}


.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.slick-dots{
    bottom: 0!important;
}
.slick-dots li button:before{
    font-size: 12px !important;
    color: var(--green) !important;
}
.slick-dots li.slick-active button:before{
color: var(--golden) !important;
}
    

/* Home Page */
.mbanner{    
    width: 100%;
}

.firstb{
    background: url('../images/home/banner1.jpg');  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 85vh;
    height: 85vh;
}
.secondb{
    background: url('../images/home/banner2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 85vh;
    height: 85vh;
}
.thirdb{
    background: url('../images/home/banner3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 85vh;
    height: 85vh;
}
.fourthb{
    background: url('../images/home/banner4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 85vh;
    height: 85vh;
}

.hero-image{
    min-height: 85vh !important;
    height:  85vh;
}
.home-banner h2{
    color: #fff;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    line-height: 1.5;
}
.home-banner h3{
    color: #fff;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
}

.home-banner .slick-active .mbanner {
  -webkit-animation: myMove 8s 1 ease-in-out;
  -moz-animation: myMove 8s 1 ease-in-out;
  -o-animation: myMove 8s 1 ease-in-out;
  -ms-animation: myMove 8s 1 ease-in-out;
  animation: myMove 8s 1 ease-in-out !important;
}
@keyframes myMove {
    from { transform: scale(1.0,1.0); transform-origin: 50% 50%; }
    to { transform: scale(1.1,1.1); transform-origin: 50% 0%; }
  }
@media only screen and (min-width: 992px) {
    .home-banner h2{
        font-size:3rem;
    }
  .home-banner h3{
        font-size:2.3rem;
     text-transform: uppercase;
    }
    .translate-y{
        transform: translateY(60px) !important;
    }
}


.light-back{
    background: url('../images/common/light-back.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.presence-grid{
    display: grid;
    /* grid-template-columns: repeat(auto-fit,minmax(100px, 1fr)); */
    grid-template-columns: auto auto auto auto;
    grid-gap: 10px;
    width: 100%;
}
.item1{
    grid-column: 1/3;
}
.item2{
    grid-column: 3/5;
}
.item3{
    grid-column: 1/3;
}

.firstback{
    background: url('../images/home/back2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}

.secondback{
    background: url('../images/home/back1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}
.tilt-y{
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tilt-y:hover{
    -moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);	
    transform: translateY(-10px);
}
.tilt:hover{
	-moz-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	-ms-transform: scale(1.04);	
    transform: scale(1.04);
}
.tilt{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.large-btn{
    border: 2px solid var(--green);
    border-radius: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (min-width: 768px){
    .BL{
        border-right: 2px solid var(--golden);
    }
}




/* About */
.dutybanner{
    background: url('../images/duty/duty-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 350px;
}

.beveragesbanner{
    background: url('../images/beverages/banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 350px;
}

.waterbanner{
    background: url('../images/water/water-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 350px;
}
.fmcgbanner{
    background: url('../images/fmcg/banner8.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 350px;
}
.productend{
    background: url('../images/common/end.jpg');
    background-color: var(--green);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* Contact */
.contactbanner{
    background: url('../images/common/contactbanner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 350px;
}
.dusty-bg{
    background: url('../images/common/dusty.jpg');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
}
.query-bg{
    background: url('../images/common/form-bg.jpg');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
}


/* Footer */
.footer-top{
    background: url('../images/common/newsletter.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-middle{
    background: url('../images/common/footer.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
}

.footer-bottom{
    background: url('../images/common/footer.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}


input {
    border: none;
    border-bottom: 1px solid rgb(220, 219, 235);  
    font-size: 13px;
    padding: 10px;
    color: #000;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

input[type=email] {
    width: 60%;
}


input[type=submit]::focus {
    border: 1px solid #fff;
}

input:focus {
    border-color: #ba9f5d;
    -webkit-box-shadow: 0px 0px 8px 2px #baa05ddc;
            box-shadow: 0px 0px 8px 2px #baa05ddc;
    outline: none;
}



.footer-bottom h5, .footer-bottom h2, .footer-top h2{
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.footgrid{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 5px auto 5px auto;
    grid-template-columns: auto auto auto;
    grid-gap:5px;
}
.footer-bottom ul{
    padding: 0;
    list-style: none;
}

/* Main Header */
#header{
    height: 5.5rem;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: rgb(99 99 99 / 20%) -2px 1px 1px 0px;
            box-shadow: rgb(99 99 99 / 20%) -2px 1px 1px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
    top: 0;
    z-index: 9999 !important;
}

/* Header */
/*Styling logo*/
.logo{
    padding:1vh 1vw;
    padding-left: 4vw;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.logo img {
    height: 4.5rem;
    width: auto;
}

@media screen and (max-width: 768px){
    .logo img {
        height: 4rem;
        width: auto;
    }
}


/*Styling Links*/
#header .menu-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none; 
    padding: 0 25px;
    margin: auto 0.7vw;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    z-index: 9999 !important;
    
}
.menu-links li a{
    color: #000000;
    text-decoration: none;
    text-align: center;
    margin: 0 0.7vw;
    font-weight: bold;
    padding: 0.2rem 0.7rem;
}
.menu-links li a:hover {
    color: var(--primary);
}
.menu-links li {
    position: relative;
}

/*Styling Buttons*/

.contact-button{
    color: #fff;
    background-color: var(--primary);
    border: 1.5px solid var(--primary);
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    margin: 0 0.7vw;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}
.contact-button:hover {
    color: var(--primary);
    background-color: transparent;
    border:1.5px solid var(--primary);
    -webkit-transition: all ease-in-out 350ms;
    -o-transition: all ease-in-out 350ms;
    transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div{
    width: 30px;
    height:3px;
    background: var(--primary);
    margin: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.hamburger{
    display: none;
}

@media screen and (min-width: 992px){
    .mobile-homelink{
        display: none !important;
    }
  
}
/*Stying for small screens*/
@media screen and (max-width: 992px){
  
      #header .menu-links{
    margin: 0;}

.menu-links li a{
    font-size: 1rem;

}
.contact-button{
    font-size: 1rem;
}
   
    .hamburger{
        display:block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        -webkit-transform: translate(-5%, -50%);
            -ms-transform: translate(-5%, -50%);
                transform: translate(-5%, -50%);
        z-index: 2;
        -webkit-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
            z-index: 99999;
    }
    .menu-links{
        position: fixed;
        background: white;
        color: black !important;
        height: 100vh;
        width: 100% !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        -webkit-transition: all 0.7s ease-out;
        -o-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
        
    }
    .menu-links.open{
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1200px at 90% -10%);
        
    }
   
}
/*Animating Hamburger Icon on Click*/
.toggle .line1{
    -webkit-transform: rotate(-45deg) translate(-5px,6px);
        -ms-transform: rotate(-45deg) translate(-5px,6px);
            transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width:0;
}
.toggle .line3{
    -webkit-transform: rotate(45deg) translate(-5px,-6px);
        -ms-transform: rotate(45deg) translate(-5px,-6px);
            transform: rotate(45deg) translate(-5px,-6px);
}


