@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

img {
    max-width: 100%;

}

header {

    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.logo {
    position: relative;
    z-index: 3;
    width: 95%;
    padding: 5px 0;
}

.affix .logo {
    width: 72%;
}


.affix .navbar-default .navbar-nav>li>a {
    color: #f48533;
    padding: 25px 15px;
}



.affix .qodef-widget-holder {


    padding: 15px 0px;

}


.logo2 {
    display: none;
}

.affix .logo2 {

    display: block;

}



.affix .logo1 {

    display: none;

}


.affix .widget a {
    color: #f48533;
}


.affix .qodef-icon-holder.qodef-enabled-border a:after {

    border: 1px solid #f48533;

}



.center {
    text-align: center;
}




.rice_farm {
    position: relative;
    overflow: hidden;
}

.loaders {
    text-align: center;
    position: absolute;
    z-index: 9;
}



.welcome {
    background: #fff;
    padding: 70px 0px;
    position: relative;
}


.crop2 {

    position: absolute;
    top: 35%;
    left: 30%;

}

.sub {
    margin-bottom: 20px;
}

.sub span {
    font-size: 22px;
    position: relative;
    z-index: 2;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 1px;
}

.sub span:before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 98%;
    height: 50%;
    background-color: #f7e075;
    opacity: 1;
    z-index: -1;
}

.heading {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 47px;
    font-weight: 300;
    color: #000;
    line-height: 66px;
}

.heading span {
    font-weight: 900;
}

.pitalic {
    font-size: 27px;
    font-family: 'Cormorant Garamond', serif;
    color: #000;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.welpara {
    margin-bottom: 50px;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
}



.swiper-button-next,
.swiper-button-prev {
    background-image: none !important;
    width: 50px !important;
    height: 48px !important;
    margin-top: 0 !important;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    text-align: center;
}


.swiper-button-next .qodef-swiper-lines:after,
.swiper-button-next .qodef-swiper-lines:before {
    content: '';
    width: 2px;
    height: 24px;
    background-color: #1f1f1f;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .2s cubic-bezier(.23, .24, 0, .99);
    -o-transition: .2s cubic-bezier(.23, .24, 0, .99);
    transition: .2s cubic-bezier(.23, .24, 0, .99);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    display: inline-block !important;
}

.swiper-button-next .qodef-swiper-lines:after {
    top: 24px;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.swiper-button-next:hover .qodef-swiper-lines:before {
    -webkit-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}

.swiper-button-next:hover .qodef-swiper-lines:after {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
}

.swiper-button-next .qodef-swiper-label {
    margin-right: 43px;
}

.swiper-button-prev .qodef-swiper-label {
    margin-left: 43px;
}

.swiper-button-next .qodef-swiper-label,
.swiper-button-prev .qodef-swiper-label {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 600;
    color: #1f1f1f;
    font-size: 14px;
    top: 0;
    position: relative;
    line-height: 48px;
}


.swiper-button-prev:hover .qodef-swiper-lines:before {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
    left: 5.1rem;
    top: 6px !important;
}

.swiper-button-prev:hover .qodef-swiper-lines:after {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}


.swiper-button-prev .qodef-swiper-lines:after {
    top: 24px;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}




.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-prev {
    left: -132px !important;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-swiper-lines:after {
    top: 37px;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-swiper-lines:after,
.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-swiper-lines:before {
    right: 50%;
}











.swiper-button-prev .qodef-swiper-lines:after,
.swiper-button-prev .qodef-swiper-lines:before {
    content: '';
    width: 2px;
    height: 24px;
    background-color: #1f1f1f;
    position: absolute;
    right: 100%;
    top: 0;
    -webkit-transition: .2s cubic-bezier(.23, .24, 0, .99);
    -o-transition: .2s cubic-bezier(.23, .24, 0, .99);
    transition: .2s cubic-bezier(.23, .24, 0, .99);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    display: inline-block !important;
}


footer {
    background: url(../img/footer.jpg) no-repeat;
    position: relative;
    background-size: cover;
    color: #fdca62;
    padding: 50px 0px 30px;
}

.foo {
    position: absolute;
    top: -8%;
    left: 0%;
}

.copyright {
    background: #fec74e;
    /* font-size: 18px; */
    color: #613102;
    padding: 15px 0px;
    margin-top: 40px;
    font-weight: 600;
}

.f-head h1 {
    font-size: 26px;
    margin-top: 0px;
    padding-bottom: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 2px;
    position: relative;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Cormorant Garamond', serif;
    color: #fdca62;
}

.f-head2 li {
    list-style: none;
    padding-left: 45px;
    line-height: 35px;
    margin-bottom: 12px;
    position: relative;
}

.f-head2 li i {
    font-size: 18px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    left: 0px;
    position: absolute;
    top: 0px;
}

.f-head3 li {
    list-style: none;
    line-height: 35px;
}

.f-head3 li i {
    padding-right: 5px;
    color: #fdca62;
}

.wgt-social li {
    list-style: none;
    line-height: 35px;
}

.wgt-social li a {
    color: #fdca62;
}

.f-head3 li a {
    color: #fdca62;
}

.align-right {
    text-align: right;
}







.image {
    right: 4%;
    top: -8%;
    position: absolute;
    width: 38%;


    -webkit-animation: spin 8s linear infinite;
    -moz-animation: spin 8s linear infinite;
    animation: spin 8s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.recipeback {
    background: url('../img/recipe/back.jpg') no-repeat;
    background-size: cover;

    position: relative;

}


.recipe2back {

    margin: 60px 0px;

}


.recipepart {
    margin: 90px 0px;
    text-align: right;
}

.recipepart h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: #000;
    line-height: 65px;
}

.recipedetail {


    padding: 15px 50px;
    text-align: center;

}

.recipepart h2 span {
    font-weight: 900;
}

.recipedetail h2 {

    font-family: 'Josefin Sans', sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    line-height: 35px;

}



.recipepart h5 {

    font-size: 20px;
    color: #0c0c0c;
    font-weight: 900;
    /* text-transform: uppercase; */
    letter-spacing: 2px;



}







@keyframes floatingx {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(15px, 0);
    }

    to {
        transform: translate(0, -0px);
    }
}


.floating1 {
    animation-name: floatingx;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;


}



@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 15px);
    }

    to {
        transform: translate(0, -0px);
    }
}


.floating2 {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: 5px;
}


.quality {

    margin-top: 30px;

}


.qualityback {

    margin: 50px 0px;
    position: relative;

}


.qualityside {

    position: absolute;
    right: 0%;
    bottom: 0%;
    opacity: 0.2;

}


.ws-inner-media .media {
    margin: 20px 0px;
    display: flex;
}


.ws-inner h5 {
    font-size: 22px;
    color: #eece38;
    font-family: 'Cormorant Garamond', serif;
}

.ws-inner-mediar p {
    color: #FFF;
}

.ws-inner-media .mr-3 {
    width: 19%;
    margin-right: 1rem !important;
}

.testimonial {
    background: url(../img/testiback.jpg) no-repeat;
    padding: 50px 0px;
    background-size: cover;
}


.testimonial-item {
    position: relative;

    /* font-weight: 300; */
    text-align: center;
    width: 75%;
    margin: 58px auto 30px;
}

.testimonial-info {
    position: relative;
    text-align: center;
    padding-top: 38px;
}

.post-excerpt {
    font-size: 29px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    font-family: 'Cormorant Garamond', serif;
}


.testimonial-customer-name {
    font-size: 14px;
    position: relative;
    font-weight: 600;
    margin: 0;
    display: inline-block;
}

.copyright p {
    margin: 0px;
}



.newname {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-top: 17px;
    text-transform: uppercase;
}


.productpart {
    background: #e1b22cd9;
    padding: 30px 0px;
    position: relative;
}

.proside {


    position: absolute;
    left: 0%;
    top: 0%;


}


.range {

    margin: 80px 0px 0px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 55px;
    font-weight: 300;
    color: #fff;
    line-height: 65px;
}

.range span {

    font-weight: 900;

}
.lstro h3 {
    text-transform: uppercase;
}
.lstro h3 {
    margin: 0;
    font-size: 4rem;
    font-weight: 600;
    padding: 9px 0 12px 0;
}
.newpro {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin: 20px 0px 0px 0px;

    overflow: hidden;

}

figure.woocommerce-product-gallery__wrapper img {
    height: 420px;
    width: 100%;
    object-fit: contain;
    border: 1px solid #cbcbcb;
    padding: 20px;
}
.navbar-nav {
    text-align: center;
}

.lstro p {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}
.product-display-sec {
    width: 74%;
}
.lstro h5 {
    font-size: 20px;
    font-weight: 500;
}

.lstro ul {
    list-style: none;
    line-height: 26px;
    color: #3a3e3f;
    font-weight: 400;
}


.dropdown-menu > li > a {
    font-weight: 500;
    line-height: 25px;
 
    /* font-family: 'Rajdhani', sans-serif; */
    font-size: 13px;
    letter-spacing: 1px;
}

.product-display-sec ul li img {
    width: 54px;
}
.product-display-sec ul li {
    border: 1px solid #de2a1b;
    width: 27.6%;
    text-align: center;
    /* border-right: 1px solid #de2a1b; */
    display: inline-block;
    margin-right: 5%;
    padding: 9px 0 4px 0;
    border-radius: 3px;
}
.product-display-content p {
    margin-bottom: 13px;
}
.product-display-sec ul {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}