@font-face {
    font-family: 'AvertaStd';
    src: url('AvertaStd-Regular.woff2') format('woff2'),
        url('AvertaStd-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('LEMONMILK-LightItalic.woff2') format('woff2'),
        url('LEMONMILK-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('LEMONMILK-BoldItalic.woff2') format('woff2'),
        url('LEMONMILK-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('LEMONMILK-Regular.woff2') format('woff2'),
        url('LEMONMILK-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('LEMONMILK-Bold.woff2') format('woff2'),
        url('LEMONMILK-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('LEMONMILK-Light.woff2') format('woff2'),
        url('LEMONMILK-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('LEMONMILK-MediumItalic.woff2') format('woff2'),
        url('LEMONMILK-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('LEMONMILK-Medium.woff2') format('woff2'),
        url('LEMONMILK-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('LEMONMILK-RegularItalic.woff2') format('woff2'),
        url('LEMONMILK-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


body {
    font-family: 'AvertaStd';
    color: #666;
	font-size: 16px;
    font-weight: 300;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    font-family: 'AvertaStd';
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'LEMON MILK';
    font-weight: normal;
    font-style: normal;
	line-height: 1.4em;
	color: #111;
}
p{
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0px;
}
a {
	outline: 0;
	color: #222;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
    text-decoration: none;
}
a:hover {
	color: #00a54f;
	text-decoration: none;
}
.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}
button:focus {
	outline: none;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.main_section {
	width: 100%;
	margin: 0px;
	padding: 80px 0;
}


/******* Back-to-top ************/
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 21px;
	padding: 11px 0;
	background-color: #00a3c8;
	border-color: #00a3c8;
}
.btn-dark:hover {
	color: #fff;
	background-color: #0490b0;
	border-color: #0490b0;
}



/******* Menu ************/


.top_menu{
    padding: 3px 0;
    background: #00000061;
    position: absolute;
    z-index: 1034;
}

.cus-headrer {
    display: flex;
    align-items: center;
}
.fixed-header {
	position: fixed;
	top: 0;
	z-index: 99;
	transition: 0.8s;
	-webkit-transition: 0.8s;
    background: #000000d6;
}
.vg-nav>ul>li>a {
    font-size: 16px;
    line-height: 1.2;
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.vg-nav>ul>li {
    padding: 20px 15px;
}

.menu {
    width: 42%;
}
.logo {
}
.logo img {
    width: 40%;
}


/******* Slider ************/
.slider{
    padding: 0px 0 0 0;
    position: relative;
}
.slider::before {

}


.slider .carousel-caption {
    text-align: center;
    bottom: 0px;
    top: 0px;
    padding: 0px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    left: 5%;
    right: 5%;
}
.slider-bg {
    position: relative;
    z-index: 9;
    bottom: 0;
    left: 0;
    /* text-align: center; */
    width: 60%;
}


.slider-bg h2{
    font-size: 47px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 62px;
    letter-spacing: 5px;

}

.slider-bg p{
    color: #fff;
    font-size: 16px;
    font-weight: 500;

}

.slider .carousel-item img{
    height: 100vh;
    object-fit: cover;
}

.cus-btn{
    background: #2d6cb5;
    padding: 14px 30px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin: 20px 0 00;
    border-radius: 70px;
}

html {
    scroll-behavior: smooth;
  }
  .icon {
    background: #eae5e1;
}
.wp-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.icon-box {
    width: 24%;
    border-right: 1px solid #999;
}
.icon-box img{
    width: 60%;
    margin-bottom: 25px;
}
.icon-box h5{
    color: #8b624e;
    font-size: 15px;
    height: 30px;
}
.icon-box:last-child{
    border-right: 0px solid #999; 
}
.making{
    position: relative;
    z-index: 0;
}
.making-img{
    position: absolute;
    left: 6%;
    width: 18%;
    top: 0;
    z-index: -1;
    opacity: 0.5;
}
.making-box {
    margin: 100px 0 0 0;
}
.making-box h2{
    margin-bottom: 30px;
}
video {
    width: 100%;
}
.wp-making img{
    height: 380px;
    width: 100%;
    object-fit: cover;
}
.wp-making p{
    text-align: center;
    padding: 30px 38px 0;
}
.experience {
    position: absolute;
    right: 60px;
    bottom: 110px;
    z-index: -1;
    opacity: 0.5;
}
.ingredients {
    padding: 0px 0 60px;
}
.ingredients-img img{
    height: 540px;
    width: 84%;
    object-fit: cover;
}
.ingredients-text {
    text-align: center;
    padding: 0px 0px 0 20px;
}
.ingredients-text h3 {
    margin-bottom: 20px;
}
.video{
    padding: 0px;
}
.video video{
    height: 92vh;
}
.award-text p{
    width: 65%;
    margin: 0 auto;
}
.award-box {
    display: flex;
    justify-content: center;
}
.award-img {
    width: 28%;
    padding: 50px;
}
.testimonial{
    background: #f8f7f5;
    padding: 70px 0 40px;
    position: relative;
    z-index: 1;
}

.testimonial-icon {
    position: absolute;
    left: 47%;
    top: 80px;
}
.testimonial-icon i{
    color: #f0e6e1;
    font-size: 110px;
}
.owl-dots {
    display: none;
}
.testimonial-box p{
    width: 70%;
    margin: 0 auto 34px;
    line-height: 25px;
}
.testimonial-box span{
    text-transform: uppercase;
    display: block;
}
.owl-carousel .owl-nav button.owl-prev{
    color: #000;
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 50px;
}
.owl-carousel .owl-nav button.owl-next{
    color: #000;
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 50px;
}
.updates{
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.updated-form {
    width: 60%;
    margin: 30px auto 0;
}

.updated-form .form-control {
    display: block;
    width: 100%;
    padding: 0.975rem 0.75rem;
    color: #212529;
    border: 0px solid #ced4da;
    border-radius: 0;
}

.updated-form .btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0px;
    border-left: 1px solid #bf8266;
    padding: 14px;
}

.updated-form .form-check .form-check-input {
    float: inherit;
    margin-left: -1.5em;
}
label {
    display: inline-block;
    /* text-align: center; */
    color: #000;
}
.updates h2{
    letter-spacing: 3px;
}
.gallery{
    padding: 60px 0 0;
}

.gallery-box {
    display: flex;
}
.gallery-img {
    padding: 6px;
}
.footer{
   padding: 60px 0 0;
}

.footer-box {
    display: flex;
    justify-content: space-between;
    padding: 0 0px 30px;
}
.left-footer-box {
    width: 25%;
}
.right-footer-box {
    width: 25%;
}

.slider-inner .carousel-item img {

    object-fit: cover;
}
.wp-making-box {
    display: flex;
    align-items: center;
    margin-bottom: 50px;

}
.left-making-box {
    width: 44%;
    padding: 0 50px 0 0;
}
.left-making-box img{
    
}

.right-making-box {
    width: 53%;
    padding: 0 40px 0 40px;
}
.right-making-box p{
    margin-bottom: 20px;
}
.wp-making-box:nth-child(2n+2) {
    flex-direction: row-reverse;
}

.wp-making-box:nth-child(2n+2) .right-making-box {
    padding: 0 60px 0 0px;
}
.cus-making{
    position: relative;
    border-bottom: 1px solid #cfcfcf;
}
.cus-making .making-img {
    position: absolute;
    left: inherit;
    width: 18%;
    right: 0px;
    top: 0;
}
.contact-text {
    padding: 0 20px 0 30px;
}
.contact-text h2 {
    font-size: 54px;
    color: #000;
}
.contact-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
}
.wp-contact-info {
    margin: 27px 0 0;
}
.wp-contact-info p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px;
}

.contact-form {
    padding: 0 30px 0 12px;
}
.contact-form .form-control {
    display: block;
    width: 100%;
    padding: 0.775rem 0.75rem;
    border: 1px solid #b1b1b161;
    border-radius: 0px;
}
.contact-form .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    padding: 8px 20px;
    font-size: 19px;
    border-radius: 0px;
}
.about-section {
    background: #eae5e1;
}
.about-text-inner {
    width: 70%;
    margin: 0 auto;
}
.footer-logo {
    width: 50%;
}
.social a{
    width: 35px;
    position: relative;
    border: 1px solid #000;
    display: inline-block;
    margin-right: 5px;
    height: 35px;
    border-radius: 100px;
    text-align: center;
    line-height: 33px;
    margin-top: 13px;
}
.cus-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.ingredients-text img{
    height: 480px;
    width: 100%;
    object-fit: cover;

}
.slider-inner .slider-bg h2{
    color: #000;
}
.thanks-text h5 {
    color: #fff;
    font-size: 80px;
}
.thanks-text p {
    color: #fff;
    font-size: 25px;
}
.thanks-logo .logo img {
    width: 15%;
}
.footer-logo{
    
}
.footer-logo img{
width: 46%;
    margin: 0 auto;
    display: block;
}
.es-form-field-container {
    display: flex !important;
}
input#esfpx_email_f154f8541da8c {
    display: block;
    width: 100%;
    padding: 0.975rem 0.75rem;
    color: #212529;
    border: 0px solid #ced4da;
    border-radius: 0;
}


/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
.container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}
.vg-nav-hamburger span {
    background: #fff;
}
.slider-bg {
    width: 100%;
}
.slider-bg h2 {
    font-size: 39px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 64px;
    letter-spacing: 3px;
}

.slider .carousel-item img {
    height: 80vh;
    object-fit: cover;
}
.thanks-logo .logo img {
    width: 35%;
}
	
}

@media screen and (max-width: 980px) {
    .vg-nav-hamburger span {
        background: #fff;
    }
    .slider-bg {
        width: 100%;
    }
    .slider-bg h2 {
        font-size: 39px;
        color: #fff;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 64px;
        letter-spacing: 3px;
    }

    .slider .carousel-item img {
        height: 80vh;
        object-fit: cover;
    }
    .icon-box h5 {
      
    }
    .icon-box img {
        width: 57%;
        margin-bottom: 25px;
    
}
.making-img {
    width: 31%;
}
.ingredients-text {
    text-align: center;
    padding: 160px 10px 0 10px;
}

.award-text p {
    width: 80%;
    margin: 0 auto;
}
.award-img {
    width: 30%;
    padding: 27px;
}
.testimonial {
    padding: 80px 0 50px;
}
.footer-logo {
    padding: 20px 14px;
    width: 28%;
}
.about-text-inner {
    width: 90%;
    margin: 0 auto;
}
.slider-inner .carousel-item img {
    height: 50vh;
    object-fit: cover;
}
.top_menu {
    padding: 10px 0;
}
.contact-text h2 {
    font-size: 44px;
    color: #000;
}
.footer-logo img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
	
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
    .vg-nav-hamburger span {
        background: #fff;
    }
    .slider-bg {
        width: 100%;
    }
    .slider .carousel-item img {
        height: 35vh;
        object-fit: cover;
    }
    .slider-bg h2 {
        font-size: 23px;
        line-height: 32px;
        letter-spacing: 3px;
    }
    .wp-icon {
        flex-wrap: wrap;
    }
    .icon-box {
        width: 45%;
        border-right: 0px solid #999;
        margin: 0 6px 20px;
    }
    .icon-box h5 {
        font-size: 14px;
    }
    .making-img {
        position: absolute;
        left: 6%;
        width: 50%;
        z-index: -1;
    }
    .making {
        position: relative;
        z-index: 0;
        padding: 10px 0 20px;
    }
.ingredients-text {
    text-align: center;
    padding: 50px 0px 0 0;
}
.ingredients-text h3 {
    margin-bottom: 30px;
}
.award-img {
    width: 58%;
    padding: 14px;
}
.award-text p {
    width: 100%;
    margin: 0 auto 30px;
}
.testimonial {
    background: #f8f7f5;
    padding: 70px 0 40px;
    position: relative;
    z-index: 1;
}
.updates h2 {
    letter-spacing: 0px;
    font-size: 22px;
}
.updated-form {
    width: 100%;
    margin: 30px auto 0;
}
.gallery-box {
    display: flex;
    flex-wrap: wrap;
}
.gallery-img {
    padding: 6px;
    width: 50%;
}
.footer-box {
    display: flex;
    justify-content: space-between;
    padding: 0 0px 40px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.footer-logo {
    width: 100%;

    margin: 0 26px;
}
.making-box {
    margin: 100px 0 0 0;
}
.left-footer-box {
    margin-bottom: 20px;
    width: 100%;
}
.right-footer-box {
    margin-top: 20px;
    width: 100%;
}

.video video {
    height: auto;
}
.cus-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-direction: column;
}
.top_menu {
    padding: 10px 0;
    position: relative;
    background: #000;
}

.menu {
    width: 50%;
}
.vg-nav-hamburger span {
    cursor: pointer;
    border-radius: 2px;
    height: 5px;
    width: 42px;
}
.logo img {
    width: 60%;
}
.wp-making {
    margin-top: 20px;
}

.ingredients-img img {
    height: auto;
    width: 94%;
    object-fit: cover;
}
.slider-inner .carousel-item img {
    height: 28vh;
    object-fit: cover;
}
.contact-text {
    padding: 0 10px;
}
.contact-text h2 {
    font-size: 35px;
    color: #000;
}
.contact-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
}
.contact-form {
    padding: 0 10px;
}
.wp-making-box {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.left-making-box {
    width: 100%;
    padding: 0 0px 0 0;
}
.cus-making .making-img {
    width: 24%;
}
.right-making-box {
    width: 100%;
    padding: 30px 0px 0 20px;
}
.wp-making-box:nth-child(2n+2) .right-making-box {
    padding: 20px 0px 0 0px;
}
.about-text-inner {
    width: 100%;
    margin: 0 auto;
}
.wp-thank .carousel-item img {
    height: 90vh;
    object-fit: cover;
}
.thanks-logo .logo img {
    width: 45%;
}
.thanks-text h5 {
    color: #fff;
    font-size: 40px;
}


}


/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {

}


/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {

}



/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {

}



/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:375px) {


}
