﻿@charset "UTF-8";

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/yekan/IRANYekanWebBold.ttf") format("truetype");
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/yekan/IRANYekanWebThin.ttf") format("truetype");
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/yekan/IRANYekanWebLight.ttf") format("truetype");
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/yekan/IRANYekanWebRegular.ttf") format("truetype");
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/yekan/IRANYekanWebMedium.ttf") format("truetype");
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/yekan/IRANYekanWebExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 850;
    src: url("../fonts/yekan/IRANYekanWebBlack.ttf") format("truetype");
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/yekan/IRANYekanWebExtraBlack.ttf") format("truetype");
}
/* Iren Yekan Numeric */
@font-face {
    font-family: iranyekanNum;
    font-weight: 400;
    src: url("../fonts/yekan/iranyekanwebregularfanum.ttf") format("truetype");
}

@font-face {
    font-family: iranyekanNum;
    font-weight: 500;
    src: url("../fonts/yekan/iranyekanwebmediumfanum.ttf") format("truetype");
}

@font-face {
    font-family: iranyekanNum;
    font-weight: 600;
    src: url("../fonts/yekan/iranyekanwebboldfanum.ttf") format("truetype");
}

@font-face {
    font-family: iranyekanNum;
    font-weight: 700;
    src: url("../fonts/yekan/iranyekanwebblackfanum.ttf") format("truetype");
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
}

.slick-list, .slick-track {
    height: 100vh
}

.slick-dotted.slick-slider {
    margin: 0
}

.slides {
    width: 100%;
    height: 100vh
}

.home .slides .slide {
    background: #fff;
}

.slides .slide {
    color: #419be0;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    border: 0;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left
}

    .slick-dots li {
        display: block
    }

.slick-next {
    right: unset
}

.banner-slider .slider {
    width: 50%;
    margin: 100px auto
}

.banner-slider .slick-slide {
    margin: 0 20px
}

    .banner-slider .slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.banner-slider .slick-next:before, .banner-slider .slick-prev:before {
    color: #000
}

.banner-slider .slick-slide {
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: .2
}

.banner-slider .slick-active {
    opacity: 1
}

.banner-slider .slick-current {
    opacity: 1
}

.banner-main.align-content-center {
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 100px;
    z-index: 1
}

.banner-main .hero-title {
    color: #fff;
    text-decoration: none;
    font-family: iranyekan;
    font-weight: 800;
    font-style: normal;
    text-transform: unset;
    font-size: 72px;
    line-height: 115.5px;
    text-shadow: 0 4px 4px rgb(0 0 0 / 25%)
}

.banner-main p {
    color: #fff;
    text-decoration: none;
    font-family: iranyekan;
    font-weight: 600;
    font-style: normal;
    padding: 0 !important;
    font-size: 28px;
    line-height: 44.5px
}

.banner-slider .slick-dots li button:before {
    display: block;
    width: auto;
    height: auto;
    content: '•'
}

.slides.vertical-slider .banner-slider .slick-dots li button, .slides.vertical-slider .about-slider .slick-dots li button, .groundnut-detail .vertical-slider .nutritionists-slider .slick-dots li button, .about-us .director-info-sl .slick-dots li button {
    font-size: 0;
    background: #fff;
    opacity: 0.35;
    border: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    display: block;
    border-radius: 100%;
}

.slides.vertical-slider .banner-slider .slick-dots li, .slides.vertical-slider .about-slider .slick-dots li, .groundnut-detail .nutritionists-slide .slick-dots li {
    width: 10px;
    height: 10px;
    margin-bottom: 0
}

.banner-slider .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 30px;
}

.banner-slider .slick-list {
    height: 100%;
    width: 100%
}

.banner-slider .slick-slide {
    opacity: 1;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    height: 100%;
    margin: 0 !important;
    border: 0
}
/* .banner-slider .slick-slide:after { content: ''; width: 100%; height: 100%; left: 0; background: -webkit-gradient(linear, left bottom, left top, color-stop(-3.98%, rgba(0, 0, 0, .65)), to(rgba(0, 0, 0, 0))); background: -o-linear-gradient(bottom, rgba(0, 0, 0, .65) -3.98%, rgba(0, 0, 0, 0) 100%); background: linear-gradient(0deg, rgba(0, 0, 0, .65) -3.98%, rgba(0, 0, 0, 0) 100%); position: absolute } */
.scroll-bottom {
    display: none;
}

    .scroll-bottom:hover path {
        fill: #e1251b;
        stroke: #e1251b;
    }

    .scroll-bottom img {
        width: 100%;
    }

.slides.vertical-slider .banner-slider .slick-dots li.slick-active button, .slides.vertical-slider .about-slider .slick-dots li.slick-active button, .groundnut-detail .nutritionists-slider .slick-dots li.slick-active button, .about-us .director-info-sl .slick-dots li.slick-active button {
    opacity: 1;
}

.vertical-slider .comman-dot .slick-dots {
    position: absolute;
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: auto;
    right: unset;
    left: 0;
    bottom: 32px;
    top: unset;
}

    .vertical-slider .comman-dot .slick-dots li button:before {
        font-size: 10px;
    }

.slick-next {
    right: unset;
}

.vertical-slider .comman-dot .slick-list {
    height: 100%;
    width: 100%;
}

.vertical-slider .comman-dot .slick-slide {
    opacity: 1;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    height: 100%;
    margin: 0 !important;
}

.vertical-slider .slide .comman-dot {
    height: 100%;
    width: 100%;
}

/* banner slider css end here */

/* vertical slider css start here */

.vertical-slider .slick-dots {
    position: absolute;
    top: 60px;
    right: 0;
    text-align: left;
    display: flex !important;
    z-index: 1;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50px;
    left: unset
}

.vertical-slider .slide .banner-slider {
    height: 100%;
    width: 100%
}

.slick-dots li button {
    display: inline-block;
    border: 2px solid transparent;
    width: 23px;
    height: 23px;
    border-radius: 80% 10% 55% 50% / 55% 15% 80% 50%;
    transform: rotate(-45deg);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 22%);
}

.vertical-slider .slick-dots li.slick-active button::before {
    content: '';
    background: 0 0;
    width: 100%;
    height: 100%
}

.vertical-slider .slick-dots li:nth-child(8) button {
    background: #e0b909;
}

.vertical-slider .slick-dots li.slick-active button {
    border: 2px solid #fff;
}

.vertical-slider .slick-dots li:nth-child(9) button {
    background: #7BB542;
}

.vertical-slider .slick-dots li:nth-child(10) button {
    background: #F3A41E;
}

.vertical-slider .slick-dots li:nth-child(5) button {
    background: #fcf5f5;
}

.vertical-slider .slick-dots li:nth-child(5).slick-active button {
    border-color: #e0b909;
}

.vertical-slider .slick-dots li:nth-child(6) button {
    background: #72C3A0;
}

.vertical-slider .slick-dots li:nth-child(2) button {
    background: #F4887C;
}

.vertical-slider .slick-dots li:nth-child(3) button {
    background: #FFFFFC;
}

.vertical-slider .slick-dots li:nth-child(4) button {
    background: #F4887C;
}

.vertical-slider .slick-dots li:nth-child(11) button {
    background: #E0D0A6;
}

.vertical-slider .slick-dots li:nth-child(7) button {
    background: #6665AA;
}

.vertical-slider .slick-dots li:nth-child(12) button {
    background: #F7B244;
}

.vertical-slider .slick-dots li button:before {
    display: none
}

.vertical-slider .slick-dots li {
    width: 30px;
    height: 30px;
    margin-bottom: 24px
}

    .vertical-slider .slick-dots li:first-child, .vertical-slider .slick-dots li:last-child {
        display: none;
    }

.vertical-slider .banner-slider .slick-dots li:first-child, .vertical-slider .banner-slider .slick-dots li:last-child, .vertical-slider .about-slider .slick-dots li:first-child, .vertical-slider .about-slider .slick-dots li:last-child {
    display: block;
}

/* vertical slider css end here */

/* vertical slider first section css start here */

.center-image .ripple-effect {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.drop {
    height: 230px;
    width: 230px;
    background-color: transparent;
    position: absolute;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    transform: rotate(-42deg);
}

.drop-line {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #b68c0e;
    border-radius: 50%;
    height: 230px;
    width: 230px;
    border-top-left-radius: 50%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    left: unset;
    top: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .drop-line:nth-child(1) {
        animation: ripple 9s linear 1s infinite;
    }

    .drop-line:nth-child(2) {
        animation: ripple 9s linear 2s infinite;
    }

    .drop-line:nth-child(3) {
        animation: ripple 9s linear 3s infinite;
    }

    .drop-line:nth-child(4) {
        animation: ripple 9s linear 4s infinite;
    }

    .drop-line:nth-child(5) {
        animation: ripple 9s linear 5s infinite;
    }

    .drop-line:nth-child(6) {
        animation: ripple 9s linear 6s infinite;
    }

    .drop-line:nth-child(7) {
        animation: ripple 9s linear 7s infinite;
    }

    .drop-line:nth-child(8) {
        animation: ripple 9s linear 8s infinite;
    }

    .drop-line:nth-child(9) {
        animation: ripple 9s linear 9s infinite;
    }

@keyframes ripple {
    0% {
        transform: scale(1);
    }
    /*11% { transform: scale(1.2);}
  22% { transform: scale(1.3);}
  33% { transform: scale(1.4);}
  44% { transform: scale(1.5);}
  55% { transform: scale(1.6);}
  70% { transform: scale(1.7);}*/
    50% {
        transform: scale(2);
        opacity: 1;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}


/*bilindintsub start*/

.ripple-effect-new .drop-line {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #b68c0e;
    border-radius: 50%;
    height: 230px;
    width: 230px;
    border-top-left-radius: 50%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    left: unset;
    top: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    opacity: 0;
}

    .ripple-effect-new .drop-line:nth-child(1) {
        animation: rippless 12s linear 1s infinite;
    }

    .ripple-effect-new .drop-line:nth-child(2) {
        animation: rippless 12s linear 2s infinite;
    }

    .ripple-effect-new .drop-line:nth-child(3) {
        animation: rippless 12s linear 3s infinite;
    }

    .ripple-effect-new .drop-line:nth-child(4) {
        animation: rippless 12s linear 4s infinite;
    }

    .ripple-effect-new .drop-line:nth-child(5) {
        animation: rippless 12s linear 5s infinite;
    }

    .ripple-effect-new .drop-line:nth-child(6) {
        animation: rippless 12s linear 6s infinite;
    }

    .ripple-effect-new .drop-line:nth-child(7) {
        animation: rippless 12s linear 7s infinite;
    }

    .ripple-effect-new .drop-line:nth-child(8) {
        animation: rippless 12s linear 8s infinite;
    }

    .ripple-effect-new .drop-line:nth-child(9) {
        animation: rippless 12s linear 9s infinite;
    }

    .ripple-effect-new .drop-line:nth-child(10) {
        animation: rippless 12s linear 10s infinite;
    }

    .ripple-effect-new .drop-line:nth-child(11) {
        animation: rippless 12s linear 11s infinite;
    }

    .ripple-effect-new .drop-line:nth-child(12) {
        animation: rippless 12s linear 12s infinite;
    }

    .ripple-effect-new .drop-line:nth-child(13) {
        animation: rippless 12s linear 13s infinite;
    }

    .ripple-effect-new .drop-line:nth-child(14) {
        animation: rippless 12s linear 14s infinite;
    }

    .ripple-effect-new .drop-line:nth-child(15) {
        animation: rippless 12s linear 15s infinite;
    }

    .ripple-effect-new .drop-line:nth-child(16) {
        animation: rippless 12s linear 16s infinite;
    }

    .ripple-effect-new .drop-line:nth-child(17) {
        animation: rippless 12s linear 17s infinite;
    }

    .ripple-effect-new .drop-line:nth-child(18) {
        animation: rippless 12s linear 18s infinite;
        -webkit-animation: rippless 12s linear 18s infinite;
    }

    .ripple-effect-new .drop-line:nth-child(19) {
        animation: rippless 12s linear 19s infinite;
    }

    .ripple-effect-new .drop-line:nth-child(20) {
        animation: rippless 12s linear 20s infinite;
    }

.ripple-effect-new p.drop-line {
    border: none !important;
}

@keyframes rippless {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    /*11% { transform: scale(1.2);}
    22% { transform: scale(1.3);}
    33% { transform: scale(1.4);}
    44% { transform: scale(1.5);}
    55% { transform: scale(1.6);}
    70% { transform: scale(1.7);}*/
    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(3.5);
        opacity: 0.2;
    }
}

.ripple-effect-new p.drop-line img.image-zo {
    width: 100%;
    transform: rotate(43deg);
}

.slider-inner {
    position: relative;
    height: 100%;
    width: 100%;
}

.vertical-slider .slide .col-md-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.col-md-6.rose-content {
    padding-top: 70px;
}

.pind {
    padding-top: 70px;
}

.center-image {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.comman-item {
    position: absolute;
}

    .comman-item figure, .comman-item figure img {
        width: 100%;
    }

.rose1 {
    right: 40px;
    top: 30px;
}

.rose2 {
    left: 52px;
    top: 274px;
}

.rose3 {
    right: 30px;
    bottom: 35px;
    z-index: 11;
}

.rose4 {
    left: 5px;
    bottom: 0;
}

.animate-img figure {
    display: none;
}

    .animate-img figure.rose {
        display: block !important;
        opacity: 1;
        z-index: 9;
        position: relative;
        width: 100%;
        max-width: 360px;
    }

        .animate-img figure.rose img {
            width: 100%;
        }

.rose4, .sunflower-rose4, .sunflower-rose5, .cottonseed-rose5 {
    z-index: 11;
}

.rose-details-top h2 {
    font-family: 'iranyekan';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 20px;
}

    .rose-details-top h2 strong {
        font-weight: 800;
        font-size: 38.3673px;
        line-height: 55px;
        letter-spacing: 0.06em;
    }

.rose-details-top .icons {
    margin-bottom: 20px;
}

    .rose-details-top .icons li {
        height: 90px;
        margin-right: 32px;
    }

        .rose-details-top .icons li img {
            height: 100%;
        }

.rose-details-top {
    margin-bottom: 40px;
}

.rose-details-bottom h3 {
    font-family: 'iranyekan';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 89.9%;
    color: #FFFFFF;
    margin-top: 10px;
}

.rose-details-top p {
    font-family: 'iranyekan';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 56px;
}

    .rose-details-top p a {
        color: #fff;
    }

.home .slides .slide.corn p a, .home .slides .slide.mustard p a {
    color: #000;
}

.home .slides .slide.corn p a {
    color: #fff;
}

ul.frame li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    margin-right: 50px;
    z-index: 1;
    position: relative;
    cursor: pointer;
    height: 100px;
    transition: 0.5s ease-in all;
}

    ul.frame li:hover {
        margin-top: -10px;
        transition: 0.5s ease-in all;
    }

    ul.frame li img {
        width: auto;
        height: auto;
        margin-bottom: 6px;
    }

    ul.frame li span {
        font-family: 'iranyekan';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 0.07em;
        color: #FFFFFF;
        text-transform: uppercase;
    }

.rose-details-bottom {
    display: inline-block;
}

ul.frame {
    margin-top: 30px;
    margin-bottom: 20px;
}

.home .vertical-slider .slide.sec1 {
    background-color: #e0b909
}

.home .vertical-slider .slide .col-md-6:first-child {
    align-items: center;
}

.vertical-slider .row, .vertical-slider .row .col-md-6 {
    height: 100%;
    margin: 0 auto
}

/* groundnut rose section css end here */

/* sunflower section css start here */
.home .vertical-slider .slide.sec2 {
    background-color: #7BB542;
}

.sunflower-rose1 {
    right: 0;
    top: 0;
}

.sunflower-rose2 {
    right: 65px;
    top: 260px;
}

.sunflower-rose5 {
    left: 10px;
    bottom: -5px;
}

.sunflower-rose3 {
    left: 23px;
    top: 47%;
    z-index: 11;
}

.sunflower-rose4 {
    bottom: 28px;
    right: 60px;
}

.sunflower .ripple-effect .drop p {
    border-color: #428D3B;
}

/* sunflower section css end here */

/* cottonseed section css start here */
.home .vertical-slider .slide.sec3 {
    background-color: #F3A41E;
}

.cottonseed-rose1 {
    right: 0;
    top: 10px;
}

.cottonseed-rose2 {
    left: 0;
    bottom: -10px;
}

.cottonseed-rose3 {
    left: 52px;
    top: 104px;
}

.cottonseed-rose4 {
    left: 5px;
    top: 212px;
}

.cottonseed-rose5 {
    bottom: 40px;
    right: 60px;
}

.cottonseed .ripple-effect .drop p {
    border-color: #E87419;
}

/* cottonseed section css end here */

/* mustard section css start here */
.home .vertical-slider .slide.sec4 {
    background-color: #FCF5F5;
}

.black .rose-details-top h2, .black .rose-details-top p, .black .rose-details-bottom h3, .black ul.frame li span {
    color: #000;
}

.mustard-rose1 {
    right: 40px;
    top: 5px;
    max-width: 82px;
}

.mustard-rose5 {
    z-index: 11;
    left: 10px;
    bottom: -50px;
    max-width: 120px;
}

.mustard-rose3 {
    left: 60px;
    bottom: 40px;
    z-index: 11;
}

.mustard-rose2 {
    left: 1px;
    top: 180px;
}

.mustard-rose4 {
    bottom: 37px;
    right: 55px;
    z-index: 11;
    max-width: 142px;
}

.mustard .rose-details-top h2, .mustard .rose-details-top p, .mustard .rose-details-bottom h3, .mustard .frame li.rose-product span {
    color: #24282F;
}

.mustard .ripple-effect .drop p {
    border-color: #F6C8C4;
}

/* mustard section css end here */

/* soyabean section css start here */
.home .vertical-slider .slide.sec5 {
    background-color: #72C3A0;
}

.soyabean-rose3 {
    right: 44px;
    bottom: 23px;
    z-index: 11;
    max-width: 140px;
}

.soyabean-rose1 {
    right: 100px;
    top: 15px;
    max-width: 55px;
}

.soyabean-rose2 {
    left: 28px;
    top: 235px;
}

.soyabean-rose4 {
    left: 0;
    bottom: -20px;
    max-width: 150px;
}

.soyabean .ripple-effect .drop p {
    border-color: #36A474;
}

/* soyabean section css end here */

/* corn section css start here */
.home .vertical-slider .slide.sec6 {
    background-color: #F4887C;
}

.home .vertical-slider .slide.sec60 {
    background-color: #FFFFFC;
}

.home .vertical-slider .slide.sec62 {
    background-color: #FFFFFC;
}

.home .vertical-slider .slide.sec61 {
    background-color: #F4887C;
}

.rose1 {
    top: 20px;
    right: 35px;
    max-width: 100px;
}

.rose2 {
    left: -4px;
    top: 125px;
    max-width: 180px;
}

.rose3 {
    right: 40px;
    top: 214px;
    max-width: 130px;
}

.rose4 {
    left: 15px;
    bottom: 100px;
    max-width: 175px;
}

.rose5 {
    right: 26px;
    bottom: 24px;
    z-index: 11;
    max-width: 168px;
}

.rose6 {
    bottom: -30px;
    left: 12px;
    max-width: 106px;
}

.corn .ripple-effect .drop p {
    border-color: #D85651;
}
/* corn section css end here */

/* mild mustard section css start here */
.home .vertical-slider .slide.sec7 {
    background-color: #E0D0A6;
}

.mild-mustard-rose1 {
    right: 75px;
    top: 0;
    max-width: 95px;
}

.mild-mustard-rose2 {
    left: -4px;
    top: 186px;
    max-width: 190px;
}

.mild-mustard-rose3 {
    bottom: 64px;
    left: 47px;
    z-index: 11;
    max-width: 105px;
}

.mild-mustard-rose4 {
    right: 48px;
    bottom: 54px;
    z-index: 11;
    max-width: 160px;
}

.mild-mustard-rose5 {
    left: 0;
    bottom: -20px;
}

.mild-mustard .ripple-effect .drop p {
    border-color: #DEBA81;
}

/* mild mustard section css end here */

/* atrineh platinum section css start here */
.home .vertical-slider .slide.sec8 {
    background-color: #6665AA;
}

.atrineh-platinum-rose1 {
    right: 40px;
    top: 15px;
}

.atrineh-platinum-rose2 {
    left: 55px;
    top: 265px;
}

.atrineh-platinum-rose3 {
    right: 22px;
    bottom: 28px;
    z-index: 11;
}

.atrineh-platinum-rose4 {
    left: 0;
    bottom: 0;
}

.atrineh-platinum .ripple-effect .drop p {
    border-color: #505097;
}

/* atrineh platinum section css end here */

/* sesame section css start here */
.home .vertical-slider .slide.sec9 {
    background-color: #DBA64B;
}

.sesame-rose1 {
    right: 40px;
    top: 10px;
}

.sesame-rose2 {
    left: 28px;
    top: 166px;
}

.sesame-rose3 {
    left: 35px;
    bottom: 150px;
}

.sesame-rose4 {
    bottom: 32px;
    right: 22px;
    z-index: 11;
}

.sesame-rose5 {
    left: -10px;
    bottom: -30px;
}

.sesame .ripple-effect .drop p {
    border-color: #CA8B3C;
}
/* sesame section css end here */
.banner-main > div {
    overflow: hidden;
}

.banner-main .hero-title {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
}

.banner-main > div p {
    -webkit-animation-delay: 0.075s;
    animation-delay: 0.075s;
}

.slide-up {
    -webkit-animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
    animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
}

.vertical-slider .about-slider .about-slide:nth-child(1) .vision-mission, .vertical-slider .about-slider .about-slide:nth-child(2) .our-story {
    display: none;
}

.about-us .vertical-slider .slick-dots li button {
    background: #fff;
    border-color: #fff;
    width: 20px;
    height: 20px;
}

.about-us .vertical-slider .slick-dots li {
    margin-bottom: 16px;
}

    .about-us .vertical-slider .slick-dots li.slick-active button {
        background: transparent;
    }

    .about-us .vertical-slider .slick-dots li:nth-child(5).slick-active button {
        border-color: #fff;
    }

.about-us .vertical-slider .horizontal-slider li.slick-active button {
    background: #fff;
}

.journey-chart ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 444px;
    flex-direction: row;
}

.journey-chart {
    position: relative;
    margin: 60px 0 0 auto;
    width: 500px;
}

    .journey-chart:before {
        content: '';
        position: absolute;
        background: url(../images/about-us/dashed-border-desktop.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        height: 100%;
        top: 148px;
        left: -30px;
        background-repeat: no-repeat;
    }

    .journey-chart ul li {
        width: 33.33%;
        position: relative;
        margin-bottom: 68px !important;
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 0;
        background: unset;
        border: unset;
        flex-direction: column;
        align-items: center;
    }

        .journey-chart ul li:after {
            content: '';
            position: absolute;
            background: #7BB542;
            border: 4px solid #FFFFFF;
            left: 43%;
            bottom: -25px;
            width: 22px;
            height: 22px;
            border-radius: 100%;
            display: none;
        }

        .journey-chart ul li:hover {
            text-decoration: none;
        }

        .journey-chart ul li span {
            font-family: 'iranyekan';
            font-weight: 600;
            font-style: normal;
            font-size: 14px;
            line-height: 22.4px;
            color: #ffffff;
        }

        .journey-chart ul li span {
            display: inline-block;
            margin-bottom: 12px;
        }

        .journey-chart ul li:hover span:first-child:after {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

        .journey-chart ul li:hover span:first-child {
            position: relative;
            background: #fff;
            color: #7bb542;
        }


        .journey-chart ul li span:first-child:before {
            content: '';
            position: absolute;
            padding: 3px;
            left: 8px;
            bottom: 3px;
            background: #7bb542;
            border-radius: 100%;
        }

        .journey-chart ul li span:first-child:after {
            content: '';
            position: absolute;
            pointer-events: none;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            padding: 7px;
            box-shadow: 0 0 0 2px #fff;
            -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
            -webkit-transform: scale(.8);
            -moz-transition: -moz-transform 0.2s, opacity 0.2s;
            -moz-transform: scale(.8);
            -ms-transform: scale(.8);
            transition: transform 0.2s, opacity 0.2s;
            transform: scale(.8);
            opacity: 0;
        }

        .journey-chart ul li span:first-child {
            border: 3px solid #fff;
            padding: 5px;
            border-radius: 100%;
            position: relative;
            width: 70px;
            height: 70px;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            -webkit-transition: background 0.2s, color 0.2s;
            -moz-transition: background 0.2s, color 0.2s;
            transition: background 0.2s, color 0.2s;
        }

.list-group-item.active {
    z-index: 2;
    color: unset;
    background-color: unset;
    border-color: unset;
    border: 0;
}

ul#list-content li.show {
    display: block;
    max-width: 515px;
}

.list-group .list-group-item:hover {
    cursor: pointer;
}

.content {
    margin: 30px auto;
    height: 500px;
    border-radius: 55;
    box-shadow: 0 2px 1px 0 #dcdcdc, 0 -2px 1px 0 #dcdcdc;
}

#bg {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#list-content li {
    color: #fff;
    list-style: none;
    font-size: 40px;
    display: none;
}

ul#list-content img {
    margin-bottom: 40px;
}

.journey-chart ul li span:first-child:hover::before {
    content: '';
    position: absolute;
    padding: 0;
}

.director {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between; /* max-width: 1440px; */
    max-width: 100%;
}

    .director figure {
        width: 42%;
        background-size: cover;
        height: 100vh;
        max-width: 690px;
        display: flex;
        align-items: center;
    }

.bg-rounded {
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    border-radius: 0 600px 600px 0;
    position: relative;
    z-index: 1;
    max-height: 1000px;
    background-position: 50%;
}

.bg-rounded-left {
    border-radius: 0;
}

.about-us .slides .director-top figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #7bb542;
    height: 100%;
    width: 100%;
}

.about-us .slides .director-top figure {
    position: relative;
}

    .about-us .slides .director-top figure img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 0 600px 600px 0;
        position: relative;
        z-index: 1;
    }

.director .director-info {
    width: 58%;
    max-width: 700px;
    padding: 106px 20px 0 20px;
    position: relative;
    margin: 0 auto;
}

.director .director-bottom .director-info {
    width: 45%;
    max-width: 725px;
    padding: 0 70px 0 40px;
}

.about-us .director-info p:last-child {
    margin-bottom: 0;
}

.about-us .slides .footer-slide {
    background-color: #fff;
}

.about-us .director .beans-bg1 img:nth-child(1) {
    top: 0px;
    transform: rotate(-15deg);
    left: 0;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
}

.about-us .director .beans-bg1 img:nth-child(2) {
    left: 20px;
    top: 95px;
    transform: rotate(15deg);
}

.about-us .director .beans-bg1 img:nth-child(3) {
    transform: rotate(-15deg);
    left: unset;
    right: -112px;
    bottom: 120px;
    z-index: 11;
}

.about-us .director .beans-bg1 img:nth-child(4) {
    right: -30px;
    top: 54%;
    transform: rotate(15deg);
}

.about-us .director .beans-bg1 img:nth-child(5) {
    right: -60px;
    top: unset;
    transform: rotate(0deg);
    bottom: -30px;
}

.why-atrineh.groundnut-effect {
    background-size: 150%;
    background-position: left;
}
/* about page css end here */

/* groundnut rose css start here */
video::-webkit-media-controls-enclosure {
    display: none !important;
}

.video-wrapper {
    height: 100%;
}

.video-container {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}

    .video-container .video-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-container video {
        width: 100vw;
        height: 100vh;
        border-radius: 0;
        object-fit: cover;
        position: fixed;
        top: 0;
        left: 0;
    }

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

    .play-button-wrapper #circle-play-b {
        cursor: pointer;
        pointer-events: auto;
    }

        .play-button-wrapper #circle-play-b svg {
            width: 100px;
            height: 100px;
            fill: #fff;
            stroke: #fff;
            cursor: pointer;
            background-color: rgba(0, 0, 0, 0.2);
            border-radius: 50%;
            opacity: 0.9;
        }

.groundnut-detail {
    background-color: #fff;
}

    .groundnut-detail .nutritionists-slide {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .groundnut-detail .nutritionists-slider .slick-dots li:first-child, .groundnut-detail .nutritionists-slider .slick-dots li:last-child {
        display: flex;
    }

    .groundnut-detail .vertical-slider .nutritionists-inner {
        height: 100%;
    }

    .groundnut-detail .vertical-slider .comman-dot .slick-slide {
        height: auto;
    }

    .groundnut-detail .vertical-slider .slick-slider .slick-track {
        height: 100%;
    }

.groundnut-effect .ripple-effect {
    width: 100%;
    left: 0;
    right: 0;
    height: 100vh;
}

    .groundnut-effect .ripple-effect .drop {
        left: unset;
        right: unset;
        top: unset;
    }

        .groundnut-effect .ripple-effect .drop, .groundnut-effect .ripple-effect .drop .drop-line {
            height: 400px;
            width: 400px;
            opacity: 0.6 !important;
            border-color: #D09114 !important;
        }

.vertical-slider .row .groundnut-rose-main .col-md-6 {
    height: auto;
}

.groundnut-rose-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    height: 100%;
    max-height: 750px;
    flex-wrap: wrap;
}

.atrinehrose-web {
    width: 100%;
    height: auto;
    text-align: center;
    font-family: 'iranyekan';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 33px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: -20px;
}

    .atrinehrose-web a {
        font-family: 'iranyekan';
        font-style: normal;
        font-weight: 500;
        font-size: 21px;
        line-height: 33px;
        color: #fff;
        margin-left: 2px;
        text-decoration: underline;
    }

        .atrinehrose-web a:hover {
            text-decoration: none;
        }

.why-atrineh ul li {
    display: flex;
    position: relative;
    padding-bottom: 20px;
    align-items: center;
}

    .why-atrineh ul li:last-child {
        padding-bottom: 0;
    }

    .why-atrineh ul li:after {
        content: '';
        position: absolute;
        top: 1px;
        border-left: 2px solid #fff;
        height: 100%;
        left: 35px;
    }

    .why-atrineh ul li:last-child:after {
        display: none;
    }

.groundnut-detail .bg-rounded-left {
    background-position: 0;
}

.groundnut-detail .groundnut-rose .slider-inner .container .row {
    padding: 80px 0 50px 0;
    justify-content: space-between;
    display: flex;
    height: 100%;
    align-items: center;
}

.groundnut-detail .groundnut-effect .container .row {
    z-index: 1;
    position: relative;
}

.groundnut-rose-main .rose-details-top h3 {
    font-weight: 700;
    font-size: 56px;
    line-height: 160%;
}

.groundnut-rose-main .rose-details-top h3 {
    font-family: 'iranyekan';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
}

.groundnut-rose-main .rose-details-top p {
    line-height: 34.2px;
    margin-bottom: 30px;
    font-size: 18px;
}

.groundnut-rose-main .rose-details-top .icons {
    margin-top: 50px;
}

.groundnut-detail ul.icons.d-flex li img {
    width: 100%;
    height: auto;
}

.groundnut-detail ul.icons.d-flex li:last-child {
    margin-right: 0;
}

.groundnut-detail ul.icons.d-flex li {
    margin-right: 20px;
}

.groundnut-detail h2, .groundnut-rose-main .rose-details-top h1, .groundnut-detail .butrition-title {
    font-family: iranyekan;
    font-weight: 700;
    font-style: normal;
    padding: 0 !important;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 20px;
}

.groundnut-rose-main .rose-details-top h1 {
    font-size: 56px;
    line-height: 70px;
    letter-spacing: unset;
    margin-bottom: 30px;
}

.groundnut-detail p {
    font-family: iranyekan;
    font-weight: 500;
    font-style: normal;
    padding: 0 !important;
    font-size: 18px;
    line-height: 34.2px;
    color: #fff;
    margin-bottom: 25px;
}

.director-info ul li p {
    line-height: 28px;
    margin-left: 20px;
    margin-bottom: 0;
}

.groundnut-detail .nutritionists-slide .person {
    font-family: iranyekan;
    font-weight: 700;
    font-style: normal;
    padding: 0 !important;
    font-size: 21px;
    line-height: 33.6px;
    color: #fff;
    text-transform: uppercase;
}

.groundnut-detail .celebrity-nut {
    font-family: iranyekan;
    font-weight: 500;
    font-style: normal;
    padding: 0 !important;
    font-size: 21px;
    line-height: 33.6px;
    color: #fff;
    text-transform: capitalize;
}

.why-atrineh ul li img {
    max-width: 70px;
    height: auto;
    z-index: 1;
    background: #dcb828;
}

.nutritionists-slider .discover-product {
    width: 100%;
    text-align: center;
    display: inline-block;
    justify-content: center;
    margin: 0 !important;
}

    .nutritionists-slider .discover-product a {
        margin-left: 8px;
        color: #fff;
        display: inline-block;
        text-decoration: underline;
        cursor: pointer;
        z-index: 1;
        position: relative;
    }

.discover-product a:hover {
    text-decoration: none;
}

.groundnut-detail .discover-product p {
    margin: 0 auto;
}

.nutritionists-content {
    max-width: 675px;
    margin: 0 auto 80px auto;
    text-align: center;
}

    .nutritionists-content p {
        margin: 0 50px 15px 50px;
    }

.groundnut-detail .butrition-title {
    margin-bottom: 60px;
}

.vertical-slider .nutritionists-inner ul li {
    height: auto;
    margin-bottom: 0;
}

.slides.vertical-slider .nutritionists-inner ul {
    bottom: 20px;
}

.groundnut-detail .rose5 {
    top: 80px;
    left: 30px;
}

.groundnut-detail .rose-content {
    height: auto !important;
    padding-top: 0;
}

.groundnut-detail .rose-details-top {
    position: relative;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
}

    .groundnut-detail .rose-details-top .beans-bg:nth-child(1) img {
        position: absolute;
        right: 10px;
        top: 44px;
    }

.groundnut-detail .atrinehrose-web .beans-bg {
    bottom: -8px;
    left: 0;
}

    .groundnut-detail .atrinehrose-web .beans-bg img {
        position: absolute;
        right: 100px;
        bottom: -10px;
    }

.beans-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.director-info ul {
    max-width: 480px;
}

.director .beans-bg1 img {
    position: absolute;
}

    .director .beans-bg1 img:nth-child(1) {
        top: -40px;
        left: 10px;
    }

    .director .beans-bg1 img:nth-child(2) {
        top: 10px;
        right: 20px;
    }

    .director .beans-bg1 img:nth-child(3) {
        bottom: 0;
        left: -45px;
    }

    .director .beans-bg1 img:nth-child(4) {
        right: 80px;
        top: 69%;
    }

    .director .beans-bg1 img:nth-child(5) {
        right: 28px;
        top: 64.2%;
    }

    .director .beans-bg1 img:nth-child(6) {
        bottom: -120px;
        right: -60px;
    }

.nutritionists-slider .beans-bg1 img {
    position: absolute;
}

.nutritionists-slider .beans-bg1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

    .nutritionists-slider .beans-bg1 img:nth-child(1) {
        left: 200px;
        top: 50px;
    }

    .nutritionists-slider .beans-bg1 img:nth-child(2) {
        top: 43%;
        left: 20px;
    }

    .nutritionists-slider .beans-bg1 img:nth-child(3) {
        bottom: 70px;
        left: 200px;
        top: unset;
    }

    .nutritionists-slider .beans-bg1 img:nth-child(4) {
        right: 140px;
        top: 50px;
    }

    .nutritionists-slider .beans-bg1 img:nth-child(5) {
        right: 20px;
        top: 50%;
    }

    .nutritionists-slider .beans-bg1 img:nth-child(6) {
        bottom: 110px;
        right: 160px;
        top: unset;
    }

.nutrition-details {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0;
    position: relative;
    padding-top: 20px;
    flex-direction: column;
}

.groundnut-detail .nutritionists-slide {
    height: auto;
}

.groundnut-detail .footer-slide {
    background: #fff;
}

.groundnut-detail .vertical-slider .slick-dots li button {
    background: #fff;
}

.groundnut-detail .vertical-slider .slick-dots li.slick-active button {
    background: transparent;
}

.groundnut-detail .nutritionists-inner .slick-dots li.slick-active button {
    background: #fff;
}

.groundnut-rose-main .animate-img figure {
    max-width: 300px;
}

.groundnut-rose-main .rose1 {
    right: 40px;
    top: 30px;
}

.groundnut-rose-main .rose2 {
    left: 82px;
    top: 260px;
}

.groundnut-rose-main .rose3 {
    right: 40px;
    bottom: 45px;
}

.groundnut-rose-main .rose4 {
    left: 20px;
    bottom: 15px;
}

/* groundnut page css end here */

/* brands css start here */
.brands .banner-title {
    position: relative;
}

.brands .brand-banner .container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding-bottom: 50px;
}

.brands .banner-title .scroll-bottom {
    display: block;
    left: unset;
    bottom: unset;
    right: unset;
    width: 100%;
    position: relative;
    cursor: pointer;
    z-index: 99999;
    max-width: 40px;
    margin: 0 auto;
}

.brands .banner-title h1 {
    margin-bottom: 20px;
}

.brands .vertical-slider .slide:nth-child(1) {
    background-color: #FCF5F5;
}

.brands .vertical-slider .slide:nth-child(2) {
    background-color: #DBA64B;
}

.brands .vertical-slider .slide:nth-child(3) {
    background-color: #F4887C;
}

.brands .footer-slide {
    background: #fff;
}

body section.brands {
    background: #F4887C;
}

.brand-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.brands .slide .atrineh-content p {
    font-family: 'iranyekan';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 34.2px;
    color: #fff;
    margin-bottom: 50px;
}

.brands .slide.atrineh-goodness .atrineh-content p {
    color: #ED6631;
}

.brands .slide .atrineh-content img {
    margin-bottom: 30px;
    max-width: 250px;
}

.brands .slide .shop-now {
    font-family: 'iranyekan';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 0.07em;
    color: #F6EEE0;
    border-radius: 50px;
    padding: 14px 22px;
    text-transform: uppercase;
    display: inline-block;
}

.brands .atrineh-goodness .shop-now {
    background: #ED6631;
    border: 1px solid #ED6631;
}

.atrineh-content {
    max-width: 475px;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.brands .vertical-slider .row {
    padding-top: 55px;
}

.true-story .atrineh-content a.shop-now {
    background: #fff;
    color: #DBA64B;
    border: 1px solid #DBA64B;
}

.rewynd .atrineh-content a.shop-now {
    background: #fff;
    color: #E0493A;
    border: 1px solid #E0493A;
}

.brands .atrineh-goodness .shop-now:hover {
    background: transparent;
    color: #ED6631;
    text-decoration: none;
}

.true-story .atrineh-content .shop-now:hover {
    border-color: #fff;
    color: #fff;
    text-decoration: none;
    background: transparent;
}

.rewynd .atrineh-content .shop-now:hover {
    border-color: #fff;
    color: #fff;
    text-decoration: none;
    background: transparent;
}

.brands .vertical-slider .slide .col-md-6:nth-child(1) figure {
    max-width: 490px;
    width: 100%;
}

    .brands .vertical-slider .slide .col-md-6:nth-child(1) figure img {
        width: 100%;
    }

.brands .vertical-slider .slick-dots li.slick-active button {
    background: transparent;
}

.brands .vertical-slider .slick-dots li:nth-child(2) button {
    background: #dba64b;
}

.brands .vertical-slider .slick-dots li.slick-active:nth-child(2) button {
    border-color: #fff;
    background: transparent;
}

.brands .vertical-slider .slick-dots li:nth-child(3) button {
    background: #f4887c;
}

.brands .vertical-slider .slick-dots li:nth-child(4) button {
    background: #e1493b;
}

/* brands css end here */

/* error page css start here */
.error-page {
    height: 100vh;
    background-color: #e0b909;
}

    .error-page .container, .error-page .container .row, .error-page .container .row .error-inner {
        height: 100%;
        width: 100%;
        margin: 0 auto;
    }

        .error-page .container .row .error-inner {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

.error-inner h1 {
    font-family: 'iranyekan';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: normal;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    margin-bottom: 40px;
    text-align: center;
}

.error-inner a.back-to-page {
    font-family: 'iranyekan';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: #FFFFFF;
    background-color: #e1251b;
    border-radius: 5px;
    padding: 5px 10px;
    border: 2px solid #e1251b;
    text-transform: capitalize;
}

a.back-to-page:hover {
    color: #e1251b;
    background: transparent;
}


.slick-track,
.slick-list {
    -webkit-perspective: 1000000;
    -webkit-backface-visibility: hidden;
}

.home .slick-vertical .shopatrineh:hover {
    color: #fff !important;
}

.contact-us-inner .contact-details.d-flex form .wpcf7-response-output {
    position: relative;
    font-size: 12px;
}

section.home {
    background: #dba64b;
}

.ripple-effect-new p.drop-line {
    background-image: url(../img/border1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ripple-effect-new .drop {
    transform: none;
}

.ripple-effect-new.border2-section p.drop-line {
    background-image: url(../img/border2.png);
}

.ripple-effect-new.border3-section p.drop-line {
    background-image: url(../img/border3.png);
}

.ripple-effect-new.border4-section p.drop-line {
    background-image: url(../img/border4.png);
}

.ripple-effect-new.border5-section p.drop-line {
    background-image: url(../img/border5.png);
}

.ripple-effect-new.border6-section p.drop-line {
    background-image: url(../img/border6.png);
}

.ripple-effect-new.border7-section p.drop-line {
    background-image: url(../img/border7.png);
}

.ripple-effect-new.border8-section p.drop-line {
    background-image: url(../img/border8.png);
}

.ripple-effect-new.border9-section p.drop-line {
    background-image: url(../img/border9.png);
}
/*====================================================================
                  Responsive start
=====================================================================*/

@media(min-width:1400px) {
    .contact-us-inner .row {
        padding-top: 115px;
    }

    .contact-us-inner .container {
        max-width: 1059px;
        padding: 0;
        margin-left: 9%;
    }

    .contact-details .contact-title h3 {
        font-weight: 700;
        letter-spacing: 0.5px;
        line-height: normal;
    }

    .contact-details .right-content a {
        font-weight: 500;
        letter-spacing: 1.5px;
    }

    .contact-details .contact-title {
        max-width: 370px;
    }

    .contact-us-inner .row {
        padding-top: 130px;
    }
}

@media (min-width: 1300px) {
    .contact-us-inner .container {
        max-width: 1180px;
    }
}

@media(min-width:768px) {
    body .copywrite .copywrite-txt p br {
        display: none;
    }
}

@media(min-width:1199px) {
    header .main-view, .header .header-right-side {
        min-width: 160px;
    }
}

@media (max-height:720px) {
    .vertical-slider .slick-dots li button {
        width: 22px;
        height: 22px;
    }

    .vertical-slider .slick-dots li {
        margin-bottom: 16px;
    }

    .rose-details-top .icons li {
        height: 70px;
        margin-right: 30px;
    }

    .rose-details-top h2 {
        font-size: 18px;
        line-height: normal;
    }

        .rose-details-top h2 strong {
            font-size: 34px;
            line-height: normal;
        }

    .rose-details-top p {
        font-size: 16px;
        line-height: 26px;
    }

    .rose-details-top {
        margin-bottom: 30px;
    }

    ul.frame {
        margin-bottom: 8px;
    }

    .rose-details-top .icons {
        margin-bottom: 15px;
    }

    header .navbar {
        margin-top: 10px;
    }

    .vertical-slider .slide .col-md-6.rose-content {
        padding-bottom: 10px;
    }

    .vertical-slider .slick-dots {
        top: 8%;
    }
}

@media (max-width:1680px) {
    .titel-shop-brands h3 {
        font-size: 40px;
    }

    .brands .slide .atrineh-content img {
        max-width: 140px;
    }
}

@media (max-width:1200px) {
    .container {
        padding: 0 20px;
    }

    .vertical-slider .row .col-md-6.rose-content {
        padding-right: 30px;
    }

    .drop {
        left: 150px;
    }

    .contact-us .drop {
        left: unset;
    }

    .rose3 {
        width: 120px;
        right: 52px;
        bottom: 45px;
    }

    .director .director-info {
        padding: 0 25px;
    }

    .about-us h2, .about-us #list-content h3 {
        font-size: 32px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .about-us p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .vertical-slider .about-slide.slick-slide {
        height: 350px;
        max-height: 350px;
        min-height: 350px;
    }

    .journey-chart ul li span {
        font-size: 12px;
        line-height: 18px;
    }

    .journey-chart:before {
        background-size: 93%;
        top: 140px;
        left: -25px;
    }

    .journey-chart ul li:after {
        width: 20px;
        height: 20px;
    }

    .journey-chart ul {
        max-width: 410px;
    }

        .journey-chart ul li {
            margin-bottom: 62px !important;
        }

    .banner-title h1 {
        font-size: 68px;
        line-height: 90px;
    }

    .director .director-info, .director figure {
        width: 50%;
    }

    .bg-rounded-left {
        background-position: 22%;
    }

    .center-image {

        width: 100%;
        height: 555px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .ripple-effect {
        width: 100%;
        height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
    }

    .animate-img figure.rose {
        max-width: 300px;
    }

    .groundnut-rose-main .rose-details-top h1 {
        font-size: 45px;
        line-height: normal;
        margin-bottom: 22px;
    }

    .groundnut-rose-main .rose-details-top h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .groundnut-rose-main .rose-details-top p {
        line-height: normal;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .groundnut-rose-main .center-image {
        margin-left: 0;
    }

    .groundnut-detail .rose-details-top .beans-bg:nth-child(1) img {
        right: 0;
        top: 10px;
    }

    .atrinehrose-web {
        font-size: 18px;
        line-height: normal;
    }

    .director .beans-bg1 img:nth-child(3) {
        bottom: -50px;
    }

    .contact-details .contact-title h3, .contact-details .right-content a {
        font-size: 28px;
        line-height: 42px;
    }

    .contact-details .contact-title {
        max-width: 350px;
        width: 100%;
        margin-right: 0;
    }

    .contact-us-inner .row {
        margin: 0 auto;
    }

    .map-iframe iframe {
        width: 900px;
    }

    .contact-form {
        display: flex;
        flex-wrap: wrap;
        max-width: 700px;
    }
}


@media (max-width:991px) {
    .about-us h2, .about-us #list-content h3 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 5px;
    }

    ul#list-content img {
        margin-bottom: 20px;
    }

    .journey-chart ul li span:first-child:before {
        left: 7px;
        bottom: 1px;
    }

    .about-us p {
        font-size: 14px;
        line-height: 20px;
    }

    .journey-chart ul li span:first-child {
        width: 60px;
        height: 60px;
    }

    .about-us .slides .journey-main .col-md-6:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
    }

    .about-us .slides .journey-main .col-md-6:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
        flex: 0 0 58%;
        max-width: 58%;
    }

    .journey-chart ul li:after {
        width: 16px;
        height: 16px;
        border: 3px solid #FFFFFF;
        bottom: -22px;
    }

    .journey-chart {
        width: 440px;
    }

        .journey-chart:before {
            background-size: 94%;
            top: 130px;
            left: -22px;
        }

        .journey-chart ul li {
            margin-bottom: 51px !important;
        }

        .journey-chart ul {
            max-width: 364px;
        }

    .footer-bottom ul li {
        width: 42px;
        height: 42px;
    }

        .footer-bottom ul li i.fa {
            font-size: 22px;
        }

    .f-logo, .help-about-inner {
        width: 30%;
    }

    .footer-logo .social-icons, .brands-inner {
        width: 70%;
        max-width: 100%;
    }

    .help-about-inner .social-icons {
        display: none !important;
    }

    .footer-bottom .footer-col.col-md-3 {
        display: none;
    }

    .footer-bottom .footer-col.col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
        max-width: 67%;
    }

    .sign-up-inner {
        max-width: 490px;
    }

    input.form-input {
        margin-right: 15px;
    }

    .director .director-info, .director figure {
        width: 100%;
        max-width: 100%;
    }

    .rose-details-top h2 {
        font-size: 17px;
        line-height: normal;
    }

        .rose-details-top h2 br {
            display: none;
        }

    .animate-img figure.rose {
        max-width: 220px;
    }

    .center-image {
        margin-left: 0;
        width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .ripple-effect {
        width: 100%;
        height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
    }

    .drop {
        left: unset;
    }

    .rose1 {
        max-width: 60px;
    }

    .rose2 {
        top: 196px;
        max-width: 50px;
    }

    .rose3 {
        max-width: 71px;
        right: 52px;
        bottom: 45px;
    }

    .rose4 {
        left: 20px;
        bottom: 0;
        max-width: 40px;
    }

    .sunflower-rose1 {
        right: 5px;
        top: 0;
        max-width: 92px;
    }

    .sunflower-rose2 {
        right: 58px;
        top: 160px;
        max-width: 55px;
    }

    .sunflower-rose3 {
        left: 42px;
        top: 205px;
        max-width: 70px;
    }

    .sunflower-rose4 {
        bottom: 28px;
        right: 60px;
        max-width: 70px;
    }

    .sunflower-rose5 {
        left: 10px;
        bottom: 5px;
        max-width: 50px;
    }

    .cottonseed-rose1 {
        right: 10px;
        top: 10px;
        max-width: 75px;
    }

    .cottonseed-rose2 {
        left: 0;
        bottom: 0;
        max-width: 75px;
    }

    .cottonseed-rose3 {
        left: 44px;
        top: 90px;
        max-width: 65px;
    }

    .cottonseed-rose4 {
        left: 30px;
        top: 172px;
        max-width: 80px;
    }

    .cottonseed-rose5 {
        bottom: 35px;
        right: 53px;
        max-width: 80px;
    }

    .mustard-rose1 {
        right: 40px;
        top: 5px;
        max-width: 60px;
    }

    .mustard-rose2 {
        left: 21px;
        top: 160px;
        max-width: 100px;
    }

    .mustard-rose3 {
        left: 45px;
        bottom: 35px;
        max-width: 70px;
    }

    .mustard-rose4 {
        bottom: 35px;
        right: 40px;
        max-width: 95px;
    }

    .mustard-rose5 {
        left: 10px;
        bottom: -24px;
        max-width: 80px;
    }

    .soyabean-rose1 {
        right: 44px;
        top: 10px;
        max-width: 50px;
    }

    .soyabean-rose2 {
        left: 28px;
        top: 118px;
        max-width: 46px;
    }

    .soyabean-rose3 {
        right: 48px;
        bottom: 28px;
        max-width: 80px;
    }

    .soyabean-rose4 {
        left: 0;
        bottom: 0;
        max-width: 110px;
    }

    .corn-rose1 {
        top: 20px;
        right: 35px;
        max-width: 70px;
    }

    .corn-rose2 {
        left: 20px;
        top: 92px;
        max-width: 100px;
    }

    .corn-rose3 {
        right: 30px;
        top: 140px;
        max-width: 90px;
    }

    .corn-rose4 {
        left: 22px;
        bottom: 85px;
        max-width: 100px;
    }

    .corn-rose5 {
        right: 20px;
        bottom: 25px;
        max-width: 110px;
    }

    .corn-rose6 {
        bottom: -15px;
        left: 12px;
        max-width: 60px;
    }

    .mild-mustard-rose1 {
        right: 55px;
        top: 0;
        max-width: 70px;
    }

    .mild-mustard-rose2 {
        left: 23px;
        top: 150px;
        max-width: 100px;
    }

    .mild-mustard-rose3 {
        bottom: 46px;
        left: 45px;
        max-width: 70px;
    }

    .mild-mustard-rose4 {
        right: 48px;
        bottom: 50px;
        max-width: 92px;
    }

    .mild-mustard-rose5 {
        left: 0;
        bottom: -20px;
        max-width: 80px;
    }

    .atrineh-platinum-rose1 {
        right: 40px;
        top: 15px;
        width: 65px;
    }

    .atrineh-platinum-rose2 {
        left: 44px;
        top: 177px;
        max-width: 52px;
    }

    .atrineh-platinum-rose3 {
        right: 36px;
        bottom: 28px;
        max-width: 90px;
    }

    .atrineh-platinum-rose4 {
        left: 5px;
        bottom: -5px;
        max-width: 62px;
    }

    .sesame-rose1 {
        right: 30px;
        top: 0;
        max-width: 90px;
    }

    .sesame-rose2 {
        left: 36px;
        top: 105px;
        max-width: 75px;
    }

    .sesame-rose3 {
        left: 45px;
        bottom: 85px;
        max-width: 55px;
    }

    .sesame-rose4 {
        bottom: 14px;
        right: 36px;
        max-width: 100px;
    }

    .sesame-rose5 {
        left: 0px;
        bottom: 0px;
        max-width: 100px;
    }

    ul.frame li {
        margin-right: 25px;
        height: 90px;
    }

        ul.frame li img {
            height: 45px;
        }

        ul.frame li span {
            font-size: 11px;
        }

    .shopatrineh {
        font-size: 14px;
        line-height: normal;
        padding: 8px 16px;
    }

    .rose-details-top p {
        font-size: 15px;
        line-height: 26px;
    }

    .rose-details-top {
        margin-bottom: 20px;
    }

        .rose-details-top h2 strong {
            margin-top: 5px;
            font-size: 28px;
            width: 100%;
            display: block;
            line-height: normal;
        }

        .rose-details-top .icons li {
            height: 70px;
        }

    .groundnut-rose-main .rose-details-top h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .groundnut-rose-main .rose-details-top h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .groundnut-rose-main .rose-details-top p {
        line-height: 20px;
        font-size: 14px;
    }

    .groundnut-rose-main .rose-details-top .icons {
        margin-top: 10px;
    }

    .groundnut-detail ul.icons.d-flex li {
        margin-right: 10px;
    }

    .atrinehrose-web, .atrinehrose-web a {
        font-size: 14px;
    }

    .groundnut-detail h2, .groundnut-detail .butrition-title {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 5px;
        font-size: 18px;
    }

    .groundnut-detail .butrition-title {
        margin-bottom: 20px;
    }

    .groundnut-detail p {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 10px;
    }

    .why-atrineh ul li img {
        max-width: 52px;
    }

    .why-atrineh ul li:after {
        top: 2px;
        left: 26px;
    }

    .director-info ul li p {
        line-height: 16px;
        font-size: 12px;
    }

    .groundnut-detail p {
        font-size: 12px;
        line-height: normal;
        margin: 0 0 5px 0;
    }

    .groundnut-detail .nutritionists-slide .person {
        font-size: 18px;
        line-height: normal;
        margin: 5px 0;
    }

    .groundnut-detail .celebrity-nut {
        font-size: 16px;
        line-height: normal;
    }

    .groundnut-detail .nutritionists-inner .slick-dots li {
        width: 15px;
    }

        .groundnut-detail .nutritionists-inner .slick-dots li button {
            width: 10px;
            height: 10px;
        }

    .brands .slide .atrineh-content img {
        width: 100%;
        max-width: 200px;
    }

    .rewynd .atrineh-content img {
        max-width: 300px;
    }

    .contact-us-inner .row {
        margin: 0;
        padding-top: 95px;
    }

    .contact-details .contact-title h3 {
        font-size: 24px;
        line-height: 29.6px;
    }

    .contact-details .right-content a {
        font-size: 24px;
        line-height: 38.4px;
        display: block;
    }

    .contact-details .right-content h6 {
        font-size: 16px;
        line-height: 25.6px;
    }

    ul.address li, ul.address li span, .contact-details .right-content ul.address li a {
        font-size: 12px;
        line-height: 19.2px;
    }

    .contact-details .contact-title {
        max-width: 290px;
        margin-right: 20px;
    }

    .contact-details .right-content ul li h5 {
        font-size: 16px;
        line-height: 25.6px;
    }

    .contact-details .right-content ul li p {
        font-size: 12px;
        line-height: 19.2px;
    }

    .contact-us-inner .for-career p, .contact-us-inner .for-career a {
        font-size: 15px;
        line-height: 27px;
    }

        .contact-us-inner .for-career p br {
            display: block;
        }

    .contact-us-inner .accordion .card a.card-title {
        font-size: 15px;
        line-height: 27px;
    }

    .contact-us-inner .accordion p {
        font-weight: 400;
        font-size: 14px;
        line-height: 27px;
        margin-right: 30px;
        letter-spacing: 1px;
        letter-spacing: 1px;
    }

    .contact-form .cf-row input, .contact-form .cf-row textarea {
        font-size: 14px;
        line-height: 22.4px;
        width: 100%;
        max-width: 375px;
    }

    .contact-form .cf-row:nth-child(1) {
        margin-right: 0;
    }

    .contact-form .cf-row:nth-child(1), .contact-form .cf-row:nth-child(2) {
        width: 100%;
    }

    .contact-form .cf-row.btn .captcha img {
        width: 100%;
    }

    .contact-form .cf-row.btn .captcha {
        max-width: 230px;
        margin-right: 10px;
    }

    .contact-form .cf-row.btn input.submit {
        width: auto;
        padding: 12px 31px;
    }

    .contact-form .cf-row {
        margin-bottom: 15px;
    }

        .contact-form .cf-row.btn {
            padding: 0;
        }

    .map-iframe {
        height: 100%
    }

        .map-iframe .map-title h3 {
            font-size: 24px;
            line-height: 29px;
            margin-bottom: 20px;
            margin-bottom: 0;
            padding-top: 100px;
        }

        .map-iframe iframe {
            max-width: 98%;
            height: 100%;
            max-height: 90% !important;
        }

    .contact-us .contact-details .right-content .address li:nth-child(3) {
        margin-bottom: 0;
    }

    .contact-details .right-content h6 {
        margin-bottom: 10px;
    }

    .bg-rounded {
        max-height: 800px;
    }

    .footer-logo .social-icons {
        display: flex !important;
    }

    .col-md-3.help-about .social-icons.flex-column {
        display: none !important;
    }

    .footer-logo.col-md-3 {
        margin-bottom: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-top .col-md-4, .footer-top .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer-top {
        flex-direction: column;
    }

    .help-about {
        display: flex;
        justify-content: unset;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .mobile-sign-up {
        display: flex;
        width: 100%;
        padding: 0 15px;
    }

    .help-about .footer-col.sign-up {
        display: none;
    }

    .wpcf7 .wpcf7-recaptcha iframe {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (min-width:769px) {
   

    .copywrite-txt p a {
        display: inline-block;
    }

        .copywrite-txt p a img.ls-is-cached.lazyloaded {
            position: relative;
            top: 11px;
        }

    .copywrite-txt p {
        align-items: center;
        display: flex;
        gap: 7px;
    }

        .copywrite-txt p a img.ls-is-cached.lazyloaded {
            position: unset;
        }

    .slider-inner li.rose-product img.skip-lazy,
    .rose-details-bottom img.lazyloaded {
        height: 55px;
        min-height: 55px;
        max-height: 55px;
        object-fit: contain;
        width: auto;
        overflow: hidden;
        display: block;
    }
}

@media (max-width:768px) {

    .contact-us .enquiry-now .right-content #accordion {
        /* max-width: 570px; */
        height: auto;
    }

    .logo-black {
        display: none;
        z-index: 9;
        order: 2;
    }

    .mobile-logo a.logo-black {
        display: block;
    }

        .mobile-logo a.logo-black img {
            width: 100%;
        }

    .mobile-logo a.navbar-brand.navigation-brand {
        display: none;
    }

    .slide .slider-inner .container .row {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        padding-top: 90px;
    }

    .animate-img figure.rose {
        max-width: 170px;
    }

    .vertical-slider .groundnut-rose figure {
        max-width: 170px;
    }

    .rose-details {
        margin: 0 auto;
    }

    .ripple-effect.mobile-effect {
        display: flex;
    }

    .ripple-effect {
        width: 100%;
        left: 0;
        right: 0;
    }

    .drop {
        left: 0;
        right: 20px;
        margin: 0 auto;
    }

    .center-image {
        height: 100%;
        align-items: flex-start;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .ripple-effect {
        width: 100%;
        height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
    }

    .rose1 {
        right: 30px;
        top: -24px;
        width: 46px;
    }

    .rose2, .groundnut-rose-main .rose2 {
        left: 27px;
        top: 95px;
        width: 40px;
    }

    .rose3, .groundnut-rose-main .rose3 {
        width: 68px;
        right: 43px;
        bottom: -25px;
    }

    .rose4 {
        left: 6px;
        bottom: 15px;
        width: 32px;
    }

    .vertical-slider .slide .col-md-6 {
        justify-content: flex-start;
        height: auto;
        padding: 0;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        max-width: unset;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        max-width: unset;
        max-width: 400px;
        margin: 0 auto;
        z-index: 1;
    }

        .vertical-slider .slide .col-md-6:first-child { /* margin: 20px 0 10px 0; */
            height: auto;
            -webkit-box-flex: unset;
            -ms-flex: unset;
            flex: unset;
            max-width: unset;
        }

    .banner-main .hero-title {
        font-size: 48px;
        line-height: 104%;
        margin-bottom: 8px;
    }

    .banner-main p {
        font-size: 18px;
        line-height: 160%;
    }

        .banner-main p br {
            display: none;
        }

    .slides.vertical-slider .banner-slider .slick-dots li button, .slides.vertical-slider .about-slider .slick-dots li button {
        width: 8px;
        height: 8px;
    }

    .header-right-side a {
        display: none;
    }

    .header-right-side .cart {
        display: block;
    }

    nav .toggle {
        display: inline-block;
        background-color: transparent;
        border: 1px solid transparent;
        outline: none !important;
        font-size: 33px;
        color: white;
        font-family: serif;
        font-weight: bold;
        margin-top: 0;
        order: 1;
        cursor: pointer;
        z-index: 1;
        padding-left: 0;
    }

    .logo-top {
        order: 2;
        padding-top: 0px;
    }

    header.nav-collsaped button.toggle {
        margin-top: -13px;
    }

    nav .toggle:hover, nav .toggle:focus {
        color: #d6d6d6;
    }

    nav .toggle > div {
        width: 25px;
        height: 2px;
        background-color: #ffffff;
        margin: 6px 0;
        transition: 0.3s;
        transform-origin: left;
        transition: all 0.5s;
    }

    nav .navigation-list li {
        display: block;
        text-align: center;
        line-height: 240%;
        margin-bottom: 8px;
        padding: 12px 0;
    }

        nav .navigation-list li a {
            color: #24282F;
            font-weight: 600;
            font-size: 24px;
            text-shadow: 0px 1px 8px rgb(0 0 0 / 18%);
        }

    nav .overlay {
        width: 100%;
        height: 100%;
    }

    .mobile-cart {
        order: 3;
    }

    button.toggle.change div {
        margin: 6px 0 6.5px 0;
        background-color: #24282F;
    }

    nav.menu.mobile-logo {
        padding-top: 3px;
    }

    .rose-details-top h2 {
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 24px;
    }

        .rose-details-top h2 strong {
            font-size: 28px;
            margin-top: 5px;
            display: block;
            margin-bottom: 12px;
        }

    .rose-details-top .icons li {
        height: 48px;
    }

    .rose-details-top p, .rose-details-bottom h3 {
        font-size: 14px;
        line-height: 24px;
    }
    /* .rose-details-bottom h3 { margin-bottom: 8px;} */
    .rose-details-top .icons {
        margin-bottom: 5px;
    }

    .rose-details-top {
        margin-bottom: 8px;
    }

    ul.frame li {
        width: 65px;
        margin-right: 0;
        height: auto;
    }

    .banner-main.align-content-center {
        padding: 0 15px;
        bottom: 170px;
    }

    .vertical-slider .comman-dot .slick-dots {
        bottom: 80px;
    }

    .main-view {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
    }

    header.nav-collsaped {
        height: 100vh; /* top: 0; position: fixed; left: -100%; transition: 600ms cubic-bezier(0.42, 0, 0, 0.99);*/
        width: 100%;
        overflow-x: hidden;
        max-width: 100%;
        background: url(../images/mobile-bg.svg) #EEE6D1;
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
        top: 0;
        z-index: 99999;
    }

    header.header.light-header.nav-collsaped {
        background-color: #EEE6D1;
    }

    nav.menu {
        overflow-y: auto;
    }

    .nav-collsaped {
        position: fixed !important;
        left: 0 !important; /* transition: 0.5s; */
    }

    header ul.navigation-list {
        display: none;
    }

    header.nav-collsaped ul.navigation-list {
        display: block;
        height: auto;
        margin-top: 30px;
    }

    header .menu .container {
        flex-direction: column;
    }

    header.nav-collsaped nav.menu, header.nav-collsaped nav.menu .container {
        position: relative;
        z-index: 1;
    }

        header.nav-collsaped nav.menu .container {
            justify-content: flex-start;
        }

    .nav-collsaped .header-right-side a {
        display: block;
        background: #24282F;
        color: #EEE6D1;
        border-color: #24282F;
    }

    .header-right-side a.shopatrineh {
        font-size: 18px;
        line-height: 120%;
        padding: 11px 25px 10px 25px;
        border-radius: 30px;
    }

    header.nav-collsaped .mobile-cart {
        visibility: hidden;
        z-index: -1;
    }

    header.nav-collsaped .header-right-side .social-icon {
        display: flex !important;
        padding-top: 35px;
        width: 100%;
        max-width: 165px;
    }

    .mobile-cart {
        display: block !important;
    }

        .mobile-cart a.cart {
            max-width: 26px;
            line-height: 0;
            display: block;
        }

    header.header.light-header .mobile-cart a.cart svg g path {
        stroke: #e1251b;
    }

    header.header.light-header nav .toggle > div {
        background-color: #e1250b;
    }

    header.header.light-header.nav-collsaped nav .toggle > div {
        background-color: #24282F;
    }

    header.header.light-header.nav-collsaped .navigation-list a {
        color: #24282F;
    }

    header.header.light-header.nav-collsaped a.shopatrineh {
        background: #24282F;
        color: #EEE6D1;
        border-color: #24282F;
    }

    .header-right-side ul.social-icon {
        display: none !important;
    }

        .header-right-side ul.social-icon li {
            width: 36px;
            height: 36px;
        }

            .header-right-side ul.social-icon li a {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 100%;
            }

    .header-right-side {
        margin-top: 40px;
        display: none;
    }

    header.nav-collsaped .header-right-side {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        max-width: 200px;
        margin: 50px auto 70px;
    }

    .rose-details-top h2 br {
        display: block;
    }

    ul.frame li img {
        height: 30px;
    }

    ul.frame li span {
        font-size: 10px;
        line-height: normal;
        font-weight: 300;
    }

    .shopatrineh {
        font-size: 14px;
        line-height: normal;
        padding: 9px 15px;
        max-width: 134px;
        height: 41px;
        display: flex;
        align-items: center;
    }

    .sunflower-rose1 {
        right: 7px;
        top: -26px;
        width: 60px;
    }

    .sunflower-rose2 {
        right: 33px;
        top: 120px;
        width: 42px;
    }

    .sunflower-rose3 {
        left: 16px;
        top: 105px;
        width: 60px;
    }

    .sunflower-rose4 {
        bottom: -20px;
        right: 42px;
        width: 52px;
    }

    .sunflower-rose5 {
        left: 42px;
        bottom: -33px;
        width: 35px;
    }

    .animate-img figure.rose img {
        height: 100%;
    }

    .cottonseed-rose1 {
        width: 62px;
        right: 10px;
        top: -32px;
    }

    .cottonseed-rose2 {
        width: 48px;
        left: 22px;
        bottom: -30px;
    }

    .cottonseed-rose3 {
        width: 50px;
        left: 25px;
        top: 20px;
    }

    .cottonseed-rose4 {
        width: 82px;
        top: 102px;
        left: 2px;
    }

    .cottonseed-rose5 {
        width: 68px;
        right: 32px;
        bottom: -18px;
    }

    .mustard-rose1 {
        right: 26px;
        top: -38px;
        width: 50px;
    }

    .mustard-rose2 {
        left: 4px;
        top: 78px;
        width: 90px;
    }

    .mustard-rose3 {
        left: 25px;
        bottom: -17px;
        width: 60px;
    }

    .mustard-rose4 {
        bottom: -5px;
        right: 26px;
        width: 75px;
    }

    .mustard-rose5 {
        display: none;
    }

    .soyabean-rose1 {
        right: 55px;
        top: -30px;
        width: 32px;
    }

    .soyabean-rose2 {
        left: 10px;
        top: 65px;
        width: 34px;
    }

    .soyabean-rose3 {
        right: 32px;
        bottom: -28px;
        width: 70px;
    }

    .soyabean-rose4 {
        left: 10px;
        bottom: -34px;
        width: 70px;
    }

    .corn-rose1 {
        top: -30px;
        right: 26px;
        width: 50px;
    }

    .corn-rose2 {
        left: 0px;
        top: 30px;
        width: 90px;
    }

    .corn-rose3 {
        right: 18px;
        top: 62px;
        width: 72px;
    }

    .corn-rose4 {
        left: 0px;
        bottom: 20px;
        width: 100px;
    }

    .corn-rose5 {
        right: 0;
        bottom: -24px;
        width: 100px;
    }

    .corn-rose6 {
        bottom: -26px;
        left: 25px;
        width: 60px;
        transform: rotate(70deg);
    }

    .mild-mustard-rose1 {
        right: 40px;
        top: -40px;
        width: 50px;
    }

    .mild-mustard-rose2 {
        left: -2px;
        top: 72px;
        width: 100px;
    }

    .mild-mustard-rose3 {
        bottom: -12px;
        left: 26px;
        width: 55px;
    }

    .mild-mustard-rose4 {
        right: 21px;
        bottom: -15px;
        width: 81px;
    }

    .mild-mustard-rose5 {
        left: 40px;
        bottom: -20px;
        width: 37px;
        display: none;
    }

    .atrineh-platinum-rose1 {
        right: 18px;
        top: -40px;
        width: 60px;
        transform: rotate(-20deg);
    }

    .atrineh-platinum-rose2 {
        left: 26px;
        top: 116px;
        width: 40px;
    }

    .atrineh-platinum-rose3 {
        right: 26px;
        bottom: -18px;
        width: 75px;
    }

    .atrineh-platinum-rose4 {
        left: -7px;
        bottom: -18px;
        width: 48px;
        height: 45px;
        overflow: hidden;
    }

    .sesame-rose1 {
        right: 14px;
        top: -44px;
        width: 74px;
    }

    .sesame-rose2 {
        left: 10px;
        top: 40px;
        width: 72px;
    }

    .sesame-rose3 {
        left: 20px;
        bottom: 30px;
        width: 55px;
    }

    .sesame-rose4 {
        bottom: -30px;
        right: 12px;
        width: 94px;
    }

    .sesame-rose5 {
        left: 18px;
        bottom: -45px;
        width: 110px;
        overflow: hidden;
        transform: rotate(-45deg);
    }

    body.mobile-logo ul.slick-dots {
        z-index: -1;
    }

    .footer-top.d-flex.align-items-start {
        flex-direction: unset;
        flex-wrap: wrap;
        padding: 20px 0;
        margin: 0 -15px;
        gap: 10px 0px;
    }

    .footer-bottom {
        flex-direction: column;
        position: relative;
        margin: 0 -15px;
    }

    footer h4, footer .follow-us, .sign-up-inner .sign-up {
        font-size: 12px;
        line-height: normal;
    }

    .footer-col.sign-up p {
        font-size: 12px;
        line-height: 18px;
    }

    .footer-col.sign-up input {
        font-size: 14px;
        line-height: normal;
    }

    form.d-flex {
        flex-direction: column;
    }

    footer ul li a {
        font-size: 12px;
        line-height: 240%;
    }

    .footer-top .col-md-4 ul li, .footer-top .col-md-5 ul li {
        margin-bottom: 6px;
        display: block;
        line-height: 0;
    }

    .footer-top .col-md-4, .footer-top .col-md-5, .footer-top .social-icons {
        width: 50%;
    }

    .footer-bottom .social-icons {
        display: none !important;
    }

    .footer-logo.col-md-3 a {
        max-width: 100px;
    }

        .footer-logo.col-md-3 a img {
            width: 100%;
        }

    .footer-top .col-md-4 ul {
        margin-bottom: 0;
    }

    .footer-top .footer-logo .col-md-4 ul {
        margin-bottom: 0;
        justify-content: space-between;
        max-width: 170px;
    }

        .footer-top .footer-logo .col-md-4 ul li {
            background: #E1251B;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-bottom: 0;
        }

            .footer-top .footer-logo .col-md-4 ul li a {
                color: #fff;
                font-size: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

    .footer-col.sign-up input {
        width: 100%;
        margin: 0 0 12px 0;
    }

    footer {
        padding: 0 0 20px 0;
    }

    .footer-logo.col-md-3 {
        margin-bottom: 30px;
    }

    footer {
        background: none;
        position: relative;
    }

        footer:after {
            position: absolute;
            content: '';
            background: url(../images/footer-bg1.svg);
            width: 40px;
            height: 40px;
            bottom: 28%;
            right: 15px;
            background-size: 100%;
            background-position: center;
            z-index: 1;
        }

        footer:before {
            position: absolute;
            content: '';
            background: url(../images/footer-bg2.svg);
            width: 40px;
            height: 40px;
            bottom: 20%;
            right: 40px;
            background-size: 100%;
            background-position: center;
            z-index: -1;
        }

    .footer-bottom:after {
        content: '';
        position: absolute;
        background: url(../images/footer-bg3.svg);
        width: 40px;
        height: 40px;
        bottom: 0;
        right: 37%;
        background-size: 100%;
        background-position: center;
        z-index: 1;
    }

    .sign-up-inner button.btn {
        max-width: 130px;
        padding: 10px 17px;
        text-align: center;
    }

    .home .vertical-slider .slide .slider-inner .container .row:after, .home .vertical-slider .slide .slider-inner .container .row:before {
        content: '';
        position: absolute;
        height: 50%;
        width: 100%;
        left: 0;
    }

    .home .vertical-slider .slide .slider-inner .container .row:after {
        bottom: 50%;
    }

    .home .vertical-slider .slide .slider-inner .container .row:before {
        bottom: 0;
    }

    .home .vertical-slider .slide:nth-child(2) .slider-inner .container .row:after {
        background: linear-gradient(0deg, #E0B909 18.87%, rgba(224, 185, 9, 0) 100%);
    }

    .home .vertical-slider .slide:nth-child(2) .slider-inner .container .row:before {
        background: #E0B909;
    }

    .home .vertical-slider .slide:nth-child(3) .slider-inner .container .row:after {
        background: linear-gradient(0deg, #7BB542 18.87%, rgba(123, 181, 66, 0) 100%);
    }

    .home .vertical-slider .slide:nth-child(3) .slider-inner .container .row:before {
        background: #7BB542;
    }

    .home .vertical-slider .slide:nth-child(4) .slider-inner .container .row:after {
        background: linear-gradient(0deg, #F3A41E 18.87%, rgba(243, 164, 30, 0) 100%);
    }

    .home .vertical-slider .slide:nth-child(4) .slider-inner .container .row:before {
        background: #F3A41E;
    }

    .home .vertical-slider .slide:nth-child(5) .slider-inner .container .row:after {
        background: linear-gradient(0deg, #FCF5F5 18.87%, rgba(252, 245, 245, 0) 100%);
    }

    .home .vertical-slider .slide:nth-child(5) .slider-inner .container .row:before {
        background: #FCF5F5;
    }

    .home .vertical-slider .slide:nth-child(6) .slider-inner .container .row:after {
        background: linear-gradient(0deg, #72C3A0 18.87%, rgba(114, 195, 160, 0) 100%);
    }

    .home .vertical-slider .slide:nth-child(6) .slider-inner .container .row:before {
        background: #72C3A0;
    }

    .home .vertical-slider .slide:nth-child(7) .slider-inner .container .row:after {
        background: linear-gradient(0deg, #F4887C 18.87%, rgba(244, 136, 124, 0) 100%);
    }

    .home .vertical-slider .slide:nth-child(7) .slider-inner .container .row:before {
        background: #F4887C;
    }

    .home .vertical-slider .slide:nth-child(8) .slider-inner .container .row:after {
        background: linear-gradient(0deg, #E0D0A6 18.87%, rgba(224, 208, 166, 0) 100%);
    }

    .home .vertical-slider .slide:nth-child(8) .slider-inner .container .row:before {
        background: #E0D0A6;
    }

    .home .vertical-slider .slide:nth-child(9) .slider-inner .container .row:after {
        background: linear-gradient(0deg, #6665AA 18.87%, rgba(102, 101, 170, 0) 100%);
    }

    .home .vertical-slider .slide:nth-child(9) .slider-inner .container .row:before {
        background: #6665AA;
    }

    .home .vertical-slider .slide:nth-child(10) .slider-inner .container .row:after {
        background: linear-gradient(0deg, #DBA64B 18.87%, rgba(219, 166, 75, 0) 100%);
    }

    .home .vertical-slider .slide:nth-child(10) .slider-inner .container .row:before {
        background: #DBA64B;
    }

    .home-banner {
        position: relative;
    }

    .scroll-bottom {
        position: absolute;
        bottom: 108px;
        display: block;
        z-index: 99;
        cursor: pointer;
        max-width: 30px;
    }

    .vertical-slider .about-slider .about-slide:nth-child(1) .vision-mission, .vertical-slider .about-slider .about-slide:nth-child(2) .our-story {
        display: block;
    }

    .banner-title h1 {
        font-size: 48px;
        line-height: 60px;
    }

    .about-us p {
        font-size: 13px;
    }

    .about-us h2 {
        font-size: 26px;
    }

    .about-us .slides .journey-main .row {
        flex-wrap: nowrap;
        flex-direction: column;
        display: block;
        max-width: 400px;
    }

    .about-us .slides .journey-main .col-md-6:first-child, .about-us .slides .journey-main .col-md-6:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
    }

    #bg {
        height: auto;
        justify-content: space-between;
    }

    .director {
        flex-direction: column;
        height: 100%;
        justify-content: unset;
    }


    .bg-rounded {
        max-width: 100%;
        margin: 0 auto;
    }

    .vertical-slider .slick-dots li {
        width: 25px;
        height: 25px;
    }

    .vertical-slider .slide .col-md-6.rose-content {
        padding-bottom: 5px;
    }

    header a.navbar-brand {
        max-width: 90px;
    }

    .groundnut-rose-main {
        flex-direction: column;
        padding: 0px 25px;
    }

    .vertical-slider .row .col-md-6.rose-content {
        padding-right: 0px;
    }

    .groundnut-rose-main .rose-details-top h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .groundnut-rose-main .rose-details-top h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .groundnut-rose-main .rose-details-top p {
        line-height: 16px;
        font-size: 12px;
        margin-bottom: 8px;
        margin-top: 0;
    }

    .groundnut-rose-main .rose-details-top .icons {
        margin-top: 0;
    }

    .groundnut-detail .rose-details-top {
        margin-top: 10px;
        height: auto;
    }

    .groundnut-detail .groundnut-rose .slider-inner .container .row {
        padding: 80px 0 5px 0;
    }

    .atrinehrose-web {
        position: inherit;
        margin: 10px 0;
    }

        .atrinehrose-web, .atrinehrose-web a {
            font-size: 15px;
            line-height: 21px;
        }

    .groundnut-rose-main .center-image {
        margin: 0 auto;
        height: auto;
    }

    .director .director-info {
        order: 2;
        margin: 10px 0;
    }

    .director figure {
        order: 1;
        height: 40%
    }

    .groundnut-detail .bg-rounded-left {
        border-radius: 0;
    }

    .why-atrineh ul li img {
        max-width: 45px;
    }

    .why-atrineh ul li {
        padding-bottom: 15px;
    }

        .why-atrineh ul li:after {
            top: 0px;
            left: 20px;
        }

    .director-info ul li p {
        margin-left: 10px;
    }

    .director-info ul {
        margin-bottom: 10px;
    }


    .slides, .slides .slide {
        height: 97vh;
    }

    ul.frame li:hover {
        margin-top: -5px;
    }

    .home .groundnut-rose.slide figure, .home .groundnut-rose.slide figure.rose {
        max-width: 120px;
    }

    .brands .slide .shop-now {
        font-weight: 800;
        font-size: 14px;
        padding: 12px 20px;
    }

    .vertical-slider .slick-dots {
        width: 30px
    }

    .enquiry-now {
        overflow-y: scroll;
    }

    header {
        padding-top: 15px;
    }

        header.nav-collsaped:after {
            content: '';
            background: url(../images/mobile-wave.png);
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            z-index: 0;
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: center;
        }

    .toggle.change .bar3 {
        top: 2px;
        position: relative;
        transform: rotate(-48deg);
    }

    .home-page.mobile-logo .header-right-side a {
        color: #EEE6D1 !important;
        letter-spacing: 1.5px;
        font-weight: 700;
    }

    b header.nav-collsaped .header-right-side .social-icon img {
        width: 20px;
    }

    .home .rose-details {
        padding-top: 25px;
        padding-bottom: 0;
    }

    header .logo-top a.navbar-brand svg {
        min-width: 88px;
        height: 90px;
    }

    .home .rose-details .animate-img .rose {
        height: 235px;
        max-width: 100% !important;
    }

    

    .slide .slider-inner .container .row {
        justify-content: flex-start;
    }

    .home .slick-track .slide.slick-slide .rose-details-top p {
        padding: 8px 0 12px;
        line-height: 22px;
    }

    .rose-details-bottom ul.frame {
        padding: 5px 0;
    }

    .vertical-slider .slick-dots li {
        margin-bottom: 15px;
    }

    .slick-dots li button {
        width: 12px;
        height: 12px;
    }

    .rose-details-top ul.icons.d-flex + p {
        height: 91px;
        overflow: hidden;
        margin-bottom: 3px;
    }

    ul.frame {
        margin-bottom: 5px;
    }

    .vertical-slider .slide .col-md-6 .ripple-effect {
        display: block;
    }

    .ripple-effect {
        width: 100%;
        height: 217px;
        top: -132px;
        padding-top: 0;
    }

    .ripple-effect-new .drop {
        height: 400px;
    }

    .ripple-effect-new .drop-line {
        content: '';
        height: 318px;
        width: 318px;
    }

    header.nav-collsaped .header-right-side a.shopatrineh {
        padding: 0;
        text-align: center;
        min-width: 175px;
        height: 46px;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .slider-inner .footer-top {
        padding: 30px 36px !important;
    }

        .slider-inner .footer-top .mobile-sign-up {
            margin-top: 15px;
        }

            .slider-inner .footer-top .mobile-sign-up .sign-up {
                letter-spacing: 1px;
            }

    .slide.about-inner .banner-title {
        position: absolute;
        bottom: 50px;
        max-width: 302px;
    }

    .slide.about-inner {
        position: relative;
    }

        .slide.about-inner .banner-title p {
            line-height: 23px;
            margin-top: 15px;
            letter-spacing: 0.5px;
            text-shadow: 0 1px 3px rgb(0 0 0 / 69%);
        }

    .journey-main .container > .row {
        flex-direction: column-reverse !important;
        display: flex !important;
    }

    .journey-main .container > .row {
        flex-direction: column-reverse !important;
        display: flex !important;
        height: auto;
    }

    .journey-main #list-content li {
        text-align: center;
    }

        .journey-main #list-content li p {
            line-height: 22px;
        }

    .journey-chart:before {
        background-size: 82% 73% !important;
        top: 86px;
        left: 10px;
    }

    .journey-chart ul li {
        justify-content: start;
    }

        .journey-chart ul li span {
            font-weight: 400;
        }

    .about-us .horizontal-slider .beans-bg1 img:nth-child(1) {
        display: none;
    }

    .journey-chart .beans-bg1 img:nth-child(4) {
        display: block;
    }

    .journey-chart .beans-bg1 img {
        display: none;
    }

    .journey-main div#bg .beans-bg1 {
        display: none;
    }

    .journey-main div#bg ul#list-content {
        margin-top: 20px;
    }

        .journey-main div#bg ul#list-content li img {
            width: auto;
            margin: 0 auto 15px;
            max-height: 55px;
        }

        .journey-main div#bg ul#list-content li {
            width: 100%;
            margin: 0 auto;
        }

    .about-us .slides .journey-main .col-md-6 #bg {
        justify-content: center;
        align-items: center;
    }

    .about-us .director-top .director-info p {
        font-size: 15px;
        line-height: 22px;
    }

    .about-us .about-sectoin-contetn p {
        line-height: 22px !important;
        transform: none !important;
        font-size: 15px !important;
    }

    .about-sectoin-contetn {
        overflow-y: hidden;
        height: 310px;
    }

    .groundnut-detail .about-inner .about-inner {
        background-image: url(../images/mobile/groundnut-bn.jpg) !important;
    }

    .why-atrineh.groundnut-effect .bg-rounded.bg-rounded-left {
        background-image: url(../images/mobile/groundnut-inner-1.png) !important;
    }

    .groundnut-rose.groundnut-effect, .why-atrineh.groundnut-effect {
        background-image: none;
    }

    .why-atrineh .director-info h2 {
        font-size: 28px;
        font-weight: 600;
    }

    .why-atrineh .groundnut-detail p {
        font-size: 16px;
        font-weight: 400;
    }

    .groundnut-rose-main .rose-details-top h1 {
        font-size: 28px;
        margin-bottom: 0;
        text-align: center;
        font-weight: 700;
        padding: 7px 0 !important;
    }

    .groundnut-rose-main .rose-details-top h3 {
        font-size: 21px;
        line-height: 28px;
        text-align: center;
        font-weight: 600;
    }

    .groundnut-rose-main .rose-details-top p {
        font-size: 15px;
        margin-bottom: 13px;
        margin-top: 0;
        text-align: center;
        line-height: 21px;
        font-weight: 400;
    }

    .groundnut-rose.groundnut-effect .rose-details-top ul.icons.d-flex {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 240px;
        margin: 10px auto;
    }

        .groundnut-rose.groundnut-effect .rose-details-top ul.icons.d-flex li {
            flex: 0 0 30%;
            max-width: 33%;
            height: auto;
            margin: 0 0 6px;
        }

    .groundnut-detail ul.icons.d-flex li img {
        width: auto;
        height: 54px;
        margin: 0 auto;
    }

    .nutritionists-slider .butrition-title {
        font-size: 28px;
    }

    .about-us .director .beans-bg1 img:nth-child(4), .about-us .horizontal-slider .beans-bg1 img:nth-child(4) {
        display: none;
    }

    .ripple-effect {
        height: 100%;
        overflow: visible;
        top: -24px;
    }

    .ripple-effect-new .drop {
        height: 100%;
        
    }

    .brands-page .atrineh-content {
        text-align: center;
    }

    .titel-shop-brands h3 {
        font-size: 28px;
    }

    .home-banner .banner-slider .hero-slide.slick-slide:nth-child(1) {
        background-image: url(../img/banner-mb-1.jpg) !important;
    }

    .home-banner .banner-slider .hero-slide.slick-slide:nth-child(2) {
        background-image: url(../img/banner-mb-2.jpg) !important;
    }

    .home-banner .banner-slider .hero-slide.slick-slide:nth-child(3) {
        background-image: url(../img/banner-mb-3.jpg) !important;
    }

    .home-banner .banner-slider .hero-slide.slick-slide:nth-child(4) {
        background-image: url(../img/banner-mb-4.jpg) !important;
    }

    .ripple-effect.ripple-effect-new .drop {
        display: none !important;
    }

    .ripple-effect.ripple-effect-new img.gif-img.lazyloaded {
        position: absolute;
        top: -190px;
        left: -147px;
        opacity: 0.4;
    }

    .animate-img figure.rose img {
        width: auto;
    }

    .animate-img figure.rose img {
        height: 230px;
        margin: 0 auto;
    }

    .ripple-effect.ripple-effect-new img.gif-img {
        display: block !important;
        opacity: 0.5;
    }

    .vertical-slider .slide .col-md-6 .ripple-effect {
        display: flex;
    }

    .sec3 .ripple-effect.ripple-effect-new img.gif-img {
        opacity: 0.2;
    }

    .desktop-about {
        display: none;
    }

    .mobile-about {
        display: block;
        height: 300px !important;
    }

        .mobile-about p {
            line-height: 25px !important;
            font-size: 15px !important;
        }

    .about-us .director-info-sl .slick-dots li:first-child,
    .about-us .director-info-sl .slick-dots li:last-child {
        display: flex;
    }

    .about-us .director-info-sl .slick-dots li {
        width: 15px;
    }

    .vertical-slider .director-info-sl ul li {
        height: auto;
        margin-bottom: 0;
    }

    .about-us .director-info-sl.comman-dot .slick-dots {
        bottom: -49px !important;
    }

    .about-us .vertical-slider .slick-dots li button {
        width: 12px;
        height: 12px;
    }

    .about-us .director-info-sl.comman-dot .slick-dots li.slick-active button {
        background: #fff;
    }

    .banner-slider .slick-slide .dks {
        display: none;
    }

    .banner-slider .slick-slide .mbs {
        display: block;
    }

    .mobile-logo header.nav-collsaped .header-right-side a.shopatrineh {
        color: #eee6d1 !important;
    }

    .copywrite-txt p a {
        line-height: 25px;
    }

    .copywrite-txt a.logo-link {
        position: relative;
        top: 8px;
    }

    footer {
        padding: 0 0 20px;
        height: 100%;
    }
    /* .footer-slide {
    height: 86vh !important;
    } */
    .help-about {
        margin-bottom: 0px;
    }

    .footer-logo.col-md-3 {
        margin-bottom: 12px;
    }
}



@media (max-height:670px) {
    .vertical-slider .slide .col-md-6 {
        height: auto;
    }

    .rose-details-top h2 br {
        display: none;
    }

    .rose-details-top h2 strong {
        font-size: 20px;
        line-height: normal;
        width: 100%;
        display: block;
    }

    .rose-details-top h2 {
        font-size: 11px;
    }
}

@media (max-width:1440px) {
    .groundnut-detail .container .row {
        padding-top: 98px !important;
        padding-bottom: 0 !important;
    }
}




@media screen and (orientation:landscape) and (min-device-width: 320px) and (max-device-width: 450px) {
    .slide .slider-inner .container .row {
        flex-direction: initial;
    }
}



/*--------------------------26-07-2022-------------------------*/


@media (max-width: 1250px) {
    .about-us .director .beans-bg1 img:nth-child(1) {
        left: 0px;
        max-width: 35px;
    }

    .about-us .director .beans-bg1 img:nth-child(2) {
        left: -1px;
        max-width: 30px;
    }
}

@media (max-width: 767px) {
    /* .about-us .slides .footer-slide {
    position: unset;
} */
    .about-us .director .beans-bg1 img:nth-child(2) {
        left: 0;
        max-width: 26px;
        top: 15px;
    }

    .copywrite .copywrite-txt {
        line-height: 20px;
        text-align: center;
        flex-direction: column;
        gap: 6px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .copywrite-txt p {
        display: inline-block;
    }

    .copywrite-txt a.logo-link {
        display: inline-block;
    }

        .copywrite-txt a.logo-link img {
            width: 30px;
        }

    .slider-inner .footer-top {
        padding: 30px 36px 0 !important;
    }

    footer ul li a {
        font-weight: 500;
    }
}







/* safe area in ios and android handled */

/* body {
  padding:
    env(safe-area-inset-top, 20px)
    env(safe-area-inset-right, 20px)
    env(safe-area-inset-bottom, 100px)
    env(safe-area-inset-left, 20px);
  } */

/* :root {
  --sat: env(safe-area-inset-top);
  --sar: env(safe-area-inset-right);
  --sab: env(safe-area-inset-bottom);
  --sal: env(safe-area-inset-left);
  } */

@media only screen and (max-width: 850px) and (min-width: 580px) {
    .journey-chart:before {
        background-size: 79% 71% !important;
        top: 95px;
        left: 47px;
    }

    .journey-chart {
        width: 435px;
    }

        .journey-chart ul {
            max-width: 330px;
            margin: 0 auto !important;
        }

    .about-us .director-top .bg-rounded {
        background-position: 0 25% !important;
    }

    .about-us .director-info-sl.comman-dot .slick-dots {
        left: 0;
        right: 0;
        width: 100%;
        margin: auto;
    }

    .director .director-info {
        text-align: center;
        padding: 0 47px;
    }

    .about-director .bg-rounded-left {
        background-position: 0 28%;
    }

    .footer-logo .f-logo a img {
        width: 120px;
    }

    .footer-logo .social-icons, .brands-inner {
        width: 50%;
    }

    .f-logo, .help-about-inner {
        width: 50%;
    }

    .sign-up-inner {
        max-width: 100%;
    }

    .footer-col.sign-up p {
        max-width: 100%;
    }

    .copywrite-txt p a {
        display: inline-block;
    }
}

@media(max-width: 480px) {
    .add-whats-up {
        bottom: 5px !important;
    }

    .contact-us-inner .accordion p {
        font-size: 13px;
    }
}

@media (max-width:420px) {
    .contact-us-inner .accordion p {
        line-height: 17px;
    }

    .contact-form .cf-row.btn .captcha {
        max-width: 165px;
        max-height: 42px;
    }

    .wpcf7 .wpcf7-recaptcha iframe {
        transform: scale(0.55);
        -webkit-transform: scale(0.55);
    }

    .contact-form .cf-row.btn input.submit {
        width: auto;
        padding: 8px 16px;
        font-size: 12px;
    }

    .footer-top.d-flex.align-items-start {
        padding: 24px 20px;
    }

    .sign-up-inner button.btn {
        padding: 10px 17px;
    }

    .journey-chart ul {
        max-width: 360px;
    }
    /* .contact-us-inner #accordion .card-header a {
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px; 
} */
    .map-iframe iframe {
        max-height: 65% !important;
        padding: 20px;
        border-radius: 50px;
    }

    .contact-us-page .slick-track .slide.contact_detail .row {
        padding-top: 10px;
    }

    .help-about {
        margin-bottom: 10px;
    }

    .slider-inner .footer-top .mobile-sign-up {
        margin-top: 0;
        padding-bottom: 15px;
    }

    .brands .vertical-slider .slide .col-md-6:nth-child(1) figure img {
        width: 70%;
    }

    .footer-top ul li {
        margin-bottom: 0;
    }

    .journey-main #list-content li p {
        line-height: 16px;
    }

    .about-us h2, .about-us #list-content h3 {
        font-size: 15px;
        line-height: normal;
        padding: 0px;
    }

    .journey-chart ul li {
        margin-bottom: 15px !important;
    }

    .about-us .slides .journey-main .col-md-6:first-child {
        margin: 40px 0 0;
    }

    .home .slick-track .slide.slick-slide .rose-details-top p {
        padding: 5px 0 0px;
    }

    .rose-details-top h2 strong {
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .main-view {
        position: relative;
        text-align: center;
        /* height: 70px; */
    }

    .logo-top {
        /* position: absolute; */
        left: 0;
        right: 0;
        margin: 0 auto;
        /* max-width: 90px; */
    }

    journey-chart .beans-bg1 img:nth-child(4) {
        right: -17px;
    }

    .add-whats-up {
        bottom: 5px !important;
    }
}

@media (max-width:410px) {

    .slide.about-inner .banner-title {
        max-width: 100%;
    }

    .home .rose-details {
        padding-top: 13px;
        padding-bottom: 0;
    }

    .home .slick-track .slide.slick-slide .rose-details-top p {
        padding: 3px 0 1px;
    }
    /*
.animate-img figure.rose img {
  height: 175px;
}*/

    .groundnut-detail ul.icons.d-flex li img {
        height: 37px;
    }

    .about-us h2, .about-us #list-content h3 {
        padding: 5px 0 0px;
    }

    .mobile-about p {
        line-height: 22px !important;
    }

    .slider-inner .footer-top {
        padding: 20px 30px 0 !important;
    }

    .journey-main div#bg ul#list-content {
        margin-top: 0;
    }

    .brands .slide .atrineh-content p {
        line-height: 19px;
    }

    .contact-form .cf-row.btn {
        align-items: start;
    }

    .contact-form .cf-row input, .contact-form .cf-row textarea {
        max-width: 100%;
    }

    .contact-form .cf-row input, .contact-form .cf-row textarea {
        font-size: 14px;
        width: 100%;
        max-width: 100%;
        height: 35px;
        font-weight: 400;
        letter-spacing: 0.8px;
    }

    .contact-form .cf-row textarea {
        /* margin-top: 8px; */
    }

    .contact-form .cf-row.btn input.submit {
        width: auto;
        padding: 4px 22px;
        font-size: 12px;
        height: 40px;
    }

    .contact-us-inner .accordion .card {
        gap: 4px;
    }
}

@media only screen and (min-width: 381px) and (max-width: 430px) {
    .groundnut-rose-main .rose-details-top h3 {
        font-size: 18px;
    }

    .groundnut-rose-main .rose-details-top p {
        font-size: 14px;
    }

    .journey-main div#bg ul#list-content li img {
        margin: 0 auto 5px;
    }

    .contact-us-inner .accordion p {
        font-size: 11px;
        line-height: 15px;
    }
}

@media only screen and (min-width: 319px) and (max-width: 390px) {
    .groundnut-rose-main .rose-details-top h3 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 7px;
        margin-top: 7px;
    }

    .groundnut-rose-main .rose-details-top p {
        font-size: 12px;
        margin-bottom: 8px;
        text-align: center;
        line-height: 19px;
        margin-top: 0;
    }
}
/*--------------------------pa-------------------------*/

@media only screen and (min-width: 393px) and (max-width: 393px) {
    .journey-chart:before {
        background-size: 82% 72% !important;
        top: 128px;
        left: -8px;
    }

    .journey-chart ul {
        max-width: 336px;
    }
}

@media only screen and (min-device-width: 430px) and (max-device-width: 760px) {
    /* .about-us .our-story p {
    font-size: 14px;
    line-height: 30px;

   } */


    .about-us .director-top .director-info p {
        font-size: 13px;
        line-height: 19px;
    }

    .slides, .slides .slide {
        height: 100vh;
    }
}


/*----///// / / / redmi 10 prime screen 390 * 873(732) start media/////// / /  ---- */
@media (max-width: 395px) and (min-width: 392px) {
    .journey-chart:before {
        background-size: 83% 70% !important;
        top: 91px;
        left: 0px;
    }
}
/*----///// / / / redmi 10 prime screen 390 * 873(732) end Media /////// / /  ---- */

/* @media  (max-width: 370px) and (min-width: 360px){ 
.animate-img figure.rose img {
  height: 190px;
}
} */

/*--------------------------end-------------------------*/
@media(max-width: 390px) {

    .rose3, .groundnut-rose-main .rose3 {
        width: 61px;
        right: 21px;
        bottom: 18px;
    }

    .rose4 {
        left: 30px;
        bottom: 24px;
        width: 34px;
    }

    .rose2, .groundnut-rose-main .rose2 {
        left: 27px;
        top: 79px;
        width: 40px;
    }

    .rose-details-top .icons li {
        height: 34px;
    }

    .rose-details-top ul.icons.d-flex + p {
        overflow: hidden;
        margin-bottom: 3px;
    }

    ul.frame li img {
        height: 28px;
        margin-bottom: 4px;
    }

    .rose-details-bottom h3 {
        margin-bottom: 0;
    }

    .rose-details-top ul.icons.d-flex + p {
        height: auto;
    }

    .home .slick-track .slide.slick-slide .rose-details-top p {
        line-height: 18px;
    }

    ul.frame {
        margin-bottom: 0px;
    }

    .rose-details-bottom {
        margin-top: 6px;
    }

    .slider-inner .footer-top {
        padding: 30px 36px 0 !important;
    }

    .about-us .slides .director-top figure {
        background-position: 100%;
        height: 43%;
    }

    .slide .slider-inner .container .row {
        justify-content: space-around;
    }
}

@media(min-width: 381px) and (max-width: 390px) {
    .journey-chart:before {
        background-size: 100% 75% !important;
        top: 87px;
        left: 0;
    }

    .journey-chart {
        width: 320px;
    }

        .journey-chart .beans-bg1 img:nth-child(4) {
            right: 0;
        }

    .add-whats-up {
        bottom: 5px;
    }
}

@media (max-width:380px) {
    .contact-us-inner .accordion p {
        font-size: 11px;
        line-height: 15px;
    }

    .rose-details-top h2 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    ul.frame li {
        width: 55px;
    }

    .rose-details-top p, .rose-details-bottom h3 {
        font-size: 13px;
    }

    .contact-us-inner .accordion p {
        font-size: 13px;
        line-height: 17px;
    }

    .contact-us-inner .accordion .card a.card-title {
        font-size: 14px;
        line-height: 22px;
    }

    .map-iframe iframe {
        max-width: 98%;
    }

    .journey-chart:before {
        background-size: 80% 67% !important;
        top: 98px;
        left: -14px;
    }

    .journey-chart ul li span {
        font-size: 10px;
        line-height: 14px;
    }

    .about-us .slides .director-bottom figure {
        height: 46%;
    }

    .nutritionists-slider .discover-product, .groundnut-detail .nutritionists-slide p {
        font-size: 14px;
        line-height: 22px;
    }

    .brands .slide .atrineh-content img {
        max-width: 100px;
        margin-bottom: 10px;
    }

    .brands .slide .atrineh-content p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .brands .vertical-slider .slide .col-md-6:nth-child(1) figure {
        max-width: 220px;
    }

    .brands .slide .shop-now {
        font-size: 12px;
        line-height: 18px;
        padding: 10px 22px;
    }

    .brands .vertical-slider .slide.rewynd .col-md-6:nth-child(1) figure {
        max-width: 200px;
    }

    .home .groundnut-rose.slide figure, .home .groundnut-rose.slide figure.rose {
        max-width: 110px;
    }

    .animate-img figure.rose, .animate-img figure {
        max-width: 150px;
    }

    ul.frame li img {
        height: 35px;
    }

    .slide .slider-inner .container .row {
        padding-bottom: 20px;
    }

    .sunflower-rose2 {
        right: 40px;
        top: 80px;
    }

    .sunflower-rose3 {
        left: 25px;
        top: 80px;
    }

    .sunflower-rose1 {
        right: 15px;
    }

    .center-image {
        width: 260px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .ripple-effect {
        width: 100%;
        height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
    }

    .brands .vertical-slider .slide .col-md-6:nth-child(1) figure {
        max-width: 200px;
    }

    .brands .slide .atrineh-content img {
        max-width: 90px;
    }

    .brands .slide .shop-now {
        font-size: 13px;
        padding: 8px 18px;
    }

    .error-inner h1 {
        font-size: 30px;
    }

    .animate-img figure.rose img {
        /* height: 200px;*/
        margin: 0 auto;
    }
}

@media (max-width: 580px) and (min-width: 400px) {
    .rose-details-top ul.icons.d-flex + p {
        height: auto;
        margin-bottom: 5px;
    }

    .rose-details-bottom ul.frame {
        padding: 10px 0;
    }
}

@media(max-width: 400px) and (min-width: 380px) {
    .rose-details-bottom ul.frame {
        padding: 10px 0;
    }
}

@media (max-width:380px) {
    ul.frame li img {
        height: 32px;
        margin-bottom: 4px;
    }

    .rose-details-top .icons li {
        height: 38px;
    }

    .rose-details-top h2 strong {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .rose-details-top {
        margin-bottom: 0px;
    }

    .rose-details-bottom h3 {
        /* margin-bottom: 8px; */
    }

    .groundnut-rose-main .rose-details-top h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .atrinehrose-web {
        position: inherit;
        margin: 0 0 10px 0;
    }

    .brands .slide .atrineh-content p {
        margin-bottom: 10px;
        line-height: 20px;
    }

    .brands .atrineh-content {
        padding-bottom: 30px;
    }

    .shopatrineh {
        font-size: 14px;
        padding: 7px 8px;
        height: 33px;
    }

    .slider-inner .footer-top {
        padding: 15px 15px 0 !important;
    }

    footer h4, footer .follow-us, .sign-up-inner .sign-up {
        font-size: 12px;
        line-height: normal;
    }
    /* .footer-slide {
    height: 85vh !important;
} */
    .home .rose-details {
        height: 166px;
    }

    .rose2, .groundnut-rose-main .rose2 {
        left: 27px;
        top: -3px;
        width: 40px;
    }

    .animate-img figure.rose img {
        height: 150px;
    }

    .rose-details-top h2 {
        font-size: 12px;
        margin-bottom: 5px;
    }

        .rose-details-top h2 strong {
            font-size: 18px;
            margin-bottom: 0px;
            margin-top: 0;
        }

    .home .slick-track .slide.slick-slide .rose-details-top p {
        line-height: 15px;
        font-size: 11px;
        letter-spacing: 0.2px;
        width: 90%;
    }

    .rose-details-bottom {
        margin-top: 0px;
    }

    .shopatrineh {
        font-size: 12px;
        padding: 3px 8px;
        height: 26px;
    }

    .footer-logo.col-md-3 a {
        max-width: 77px;
    }

    footer ul li a {
        font-size: 10px;
        line-height: 20px;
    }

    .help-about {
        margin-bottom: 5px;
    }

    .footer-col.sign-up p {
        font-size: 10px;
        line-height: 15px;
    }

    .slider-inner .footer-top .mobile-sign-up {
        margin-top: 0;
        padding-bottom: 0;
    }

    .footer-top .social-icons a img {
        width: 18px;
    }

    footer h4, footer .social-icons .follow-us, .sign-up-inner .sign-up {
        margin-bottom: 0;
    }

    .footer-col.sign-up input {
        margin: 0 0 6px;
    }

    .mobile-sign-up form.d-flex {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .sign-up-inner button.btn {
        padding: 7px 15px;
        max-width: 110px;
    }

    .about-us .about-slide p {
        margin-bottom: 5px;
    }

    .about-us h2, .about-us #list-content h3 {
        font-size: 20px;
    }

    .journey-chart ul li span:first-child {
        width: 32px;
        height: 32px;
        margin-bottom: 6px;
    }

    .journey-chart ul li {
        margin-bottom: 6px !important;
    }

    .journey-chart {
        margin: 45px 0 0;
        width: 100%
    }

        .journey-chart:before {
            background-size: 100% 67% !important;
            top: 68px;
            left: 0px;
        }

        .journey-chart ul {
            max-width: 100%;
        }

            .journey-chart ul li span {
                margin-bottom: 11px !important;
            }

    .about-us h2, .about-us #list-content h3 {
        padding: 0px 0 0;
    }

    .journey-main div#bg ul#list-content li img {
        margin: 0 auto 10px;
        max-height: 45px;
    }

    .mobile-about p {
        line-height: 20px !important;
        font-size: 13px !important;
    }

    .groundnut-rose-main .rose-details-top h1 {
        font-size: 20px;
        margin-bottom: 0;
        padding: 1px 0 !important;
    }

    .groundnut-rose-main .rose-details-top h3 {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 0;
    }

    .groundnut-rose-main .rose-details-top p {
        font-size: 12px;
        margin-bottom: 4px;
        margin-top: 0;
        text-align: center;
        line-height: 16px;
        font-weight: 400;
        letter-spacing: 0.2px;
    }

    .atrinehrose-web, .atrinehrose-web a {
        font-size: 12px;
        line-height: 17px;
    }

    .atrinehrose-web {
        position: inherit;
        margin: 0 0 5px;
    }

    .groundnut-rose.groundnut-effect .rose-details-top ul.icons.d-flex li {
        margin: 0 0 3px;
    }

    .groundnut-detail ul.icons.d-flex li img {
        height: 33px;
    }

    .why-atrineh .director-info h2 {
        font-size: 20px;
        font-weight: 600;
    }

    .why-atrineh ul li img {
        max-width: 35px;
    }
    /* .nutritionists-slider .butrition-title {
    font-size: 16px;
} */
    .groundnut-detail .butrition-title {
        margin-bottom: 5px;
    }

    .nutritionists-slider .discover-product, .groundnut-detail .nutritionists-slide p {
        font-size: 12px;
        line-height: 18px;
    }

    .groundnut-detail .nutritionists-slide .person {
        font-size: 14px;
        line-height: normal;
        margin: 3px 0;
    }

    .nutritionists-content {
        margin: 0 auto 60px auto;
    }

    .contact-details .contact-title h3 {
        font-size: 16px;
        line-height: 16px;
    }

    .contact-us-inner .accordion .card-header {
        margin-bottom: 0px;
    }

    .contact-us-inner .accordion p {
        font-size: 11px;
        line-height: 15px;
    }

    .contact-us-inner .accordion .card-body {
        margin-bottom: 5px;
    }

    .contact-us-inner #accordion .card-header a {
        font-size: 14px;
    }

    .contact-details .contact-title h3 {
        font-size: 15px;
    }

    .contact-form .cf-row {
        margin-bottom: 5px;
    }
}

@media (max-width:380px) {
    /* .footer-slide {
    height: 83vh !important;
} */
    .footer-top .social-icons li a {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-top .social-icons a img {
        width: 18px;
    }

    .slider-inner .footer-top {
        padding: 15px 9px 0 !important;
    }

        .slider-inner .footer-top .mobile-sign-up {
            margin-top: 0;
            padding-bottom: 0;
        }

    footer h4, footer .social-icons .follow-us, .sign-up-inner .sign-up {
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    footer:after {
        bottom: 40%;
    }

    .brands .vertical-slider .row {
        padding-top: 130px;
    }

    .journey-chart .beans-bg1 img:nth-child(4) {
        right: 0;
    }

    .add-whats-up {
        bottom: 5px !important;
    }

    .journey-chart:before {
        background-size: 99% 74% !important;
        top: 80px;
        left: 0px;
        background-position: 100% 1%;
    }

    .journey-chart {
        width: 100%;
    }

        .journey-chart ul {
            max-width: 99%;
            gap: 10px 0px;
        }

            .journey-chart ul li {
                margin-bottom: 12px !important;
            }
}

@media(max-width: 360px) {
    .about-us .slides .journey-main .col-md-6:first-child {
        margin: 20px 0 0;
    }
}

@media only screen and (min-device-width: 319px) and (max-device-width: 429px) {
    /* .about-us .our-story p {
    font-size: 13px;
    line-height: 24px;

   } */


    .about-us .director-bottom .director-info p {
        font-size: 11px;
        line-height: 15px;
    }

    .slides, .slides .slide {
        height: 100vh;
    }
}


/* media  */




header.light-header .red-logo {
    display: inline-block !important;
}

header.light-header .white-logo {
    display: none;
}

header .brand-logo {
    height: 96px;
    width: auto;
}






.contact-form .cf-row:last-child {
    margin-bottom: 0px;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}

header a.navbar-brand {
    max-width: fit-content !important;
}

header .logo-top a.navbar-brand svg {
    height: 150px;
    width: auto;
}

header .main-view .logo-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.contact-us .contact-us-inner .row .contact-details {
    margin-bottom: 42px;
}



@media only screen and (min-width:1920px) {
    .contact-us-inner .container {
        margin-left: auto;
        margin-right: auto;
    }

    header .logo-top a.navbar-brand svg {
        height: 140px !important;
    }

    header .menu .container {
        max-width: 1824px;
    }

    nav .navigation-list {
        width: 40%;
        max-width: 40%;
    }

    header ul li a, .shopatrineh {
        font-size: 22px;
    }
}

@media only screen and (min-width:1920px) {
    header {
        padding-top: 28px;
    }
}

@media only screen and (max-width:1920px) {
    .about-us #list-content h3 {
        max-height: 128px;
    }

    header .menu .container {
        max-width: 100%;
        padding: 0px 40px 0px 40px;
    }

    header .brand-logo {
        height: 120px;
    }
}


@media only screen and (max-width:1536px) {
    header .brand-logo {
        height: 96px;
    }
}



@media only screen and (min-width:1440px) {
    header .logo-top a.navbar-brand svg {
        height: 100px !important;
    }

    header .menu .container {
        max-width: 100%;
        padding: 0px 40px 0px 40px;
    }
}

@media only screen and (max-width:1440px) {
    header {
        padding-top: 28px;
    }
}


@media only screen and (max-width:1700px) {
}

@media only screen and (max-width:1600px) {
}

@media only screen and (max-width:1500px) {
    /* header .logo-top a.navbar-brand svg{
    height: 96px;
  } */
    header {
        padding-top: 25px;
    }

        header .brand-logo {
            height: 96px;
        }
}

@media only screen and (max-width:1399px) {
}

@media only screen and (max-width:1366px) {

    /* .contact-us-inner .row{
    padding-top: 0px;
  } */

    .about-us p {
        font-size: 16px;
    }


    header .menu .container {
        max-width: 100%;
        padding: 0px 40px 0px 40px;
    }

    header .logo-top a.navbar-brand svg {
        height: 132px;
    }

    .contact-us .contact-us-inner .row .contact-details {
        margin-bottom: 30px;
    }

    header {
        padding-top: 18px;
    }

    .director .beans-bg1 img:nth-child(3) {
        bottom: -62px;
        left: -5px;
    }
}

@media only screen and (max-width:1300px) {
}

@media only screen and (max-width:1200px) {
}

@media only screen and (max-width:1160px) {
    header .logo-top a.navbar-brand svg {
        height: 110px;
    }
}

@media only screen and (max-width:992px) {
    ul.frame {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:767px) {
    header a.navbar-brand {
        max-width: unset !important;
    }

    header .brand-logo {
        height: 100px;
        width: auto;
    }

    header {
        padding-top: 10px;
    }

    .our-story p, .vision-mission p {
        font-size: 15px;
        line-height: 27px;
    }

    .mt-in-mobile {
        margin-top: 20px;
    }

    nav .toggle {
        font-size: 0px;
    }

    .contact-us-inner .row {
        padding-top: 0px;
    }

    .contact-us .contact-us-inner .row .contact-details {
        margin-bottom: 15px;
    }

    .about-us .director-top .bg-rounded, .about-us .bg-rounded {
        background-position: center;
    }


    header .menu .container {
        padding: 0px 15px !important;
    }
}


/* Samsung Galexy Z Unfold */

/* @media only screen and (max-width:675px) and (min-width:667px)  */
@media screen and (max-width: 680px) and (min-width: 650px) {
    .groundnut-rose .animate-img figure.rose img {
        height: 180px;
    }

    .home .groundnut-rose .rose-details .animate-img .rose {
        height: 180px;
    }

    .groundnut-rose .rose-details-bottom {
        margin-top: -20px;
    }

    .rose-details-bottom {
        margin-top: -20px;
    }

    .home .slide .slider-inner .container .row.c-home-design {
        justify-content: flex-start;
        gap: 0px;
    }
}


/* Samsung Galexy Z folded */
@media screen and (max-width:318px) {
    .home .slide .slider-inner .container .row {
        justify-content: space-evenly !important;
    }
}

@media only screen and (min-width:674px) and (max-width:674px), (min-height:666px) and (max-height:666px) {
    .animate-img figure.rose img {
        height: 190px;
    }

    .rose-details-top {
        margin-bottom: 0px;
    }

        .rose-details-top ul.icons.d-flex + p {
            margin-bottom: 0px;
        }
}

/* @media only screen and (max-width:360px) and (max-height:649px) {
  .home .slide .slider-inner .container .row{justify-content: space-around !important;}
} */



@media only screen and (max-width:600px) {
    .about-us .slides .director-top figure, .about-us .slides .director-bottom figure {
        height: 100% !important;
    }

    .contact-details .contact-title h3 {
        font-weight: 800;
    }

    .slide .slider-inner .container .row.c-home-design {
        justify-content: center;
        gap: 50px;
    }
}

@media only screen and (max-width:554px) {
    ul.frame {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .journey-chart:before {
        /* top: 95px; */
        left: 4px;
    }

    .mt-in-mobile {
        margin-top: 10px;
    }


    .groundnut-detail .atrinehrose-web .beans-bg {
        bottom: 50px;
    }

    .fix-bg-img {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
    }

    .contact-us-inner .container .cs-mobile {
        padding-top: 100px;
    }

    .brands .vertical-slider .slide .col-md-6:nth-child(1) figure {
        max-width: 100%;
    }


    .brands .vertical-slider .row {
        flex-direction: column;
        justify-content: center;
    }

    .enquiry-now .contact-us-inner .contact-form {
        gap: 10px 0px;
    }

    .slider-inner .footer-top {
        padding: 0px 36px 0px !important;
    }


    footer {
        padding: 10px 0 70px;
    }
}

@media only screen and (max-width:400px) {

    .footer-col.sign-up .sign-up-inner {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 22px 0px;
    }

    .footer-top.d-flex.align-items-start {
        gap: 10px 0px;
    }

    footer h4, footer .social-icons .follow-us, .sign-up-inner .sign-up {
        margin-bottom: 5px;
    }

    .our-story p, .vision-mission p {
        font-size: 14px;
        line-height: normal;
    }


    footer {
        display: flex;
        flex-wrap: wrap;
        /* flex-direction: column; */
        /* justify-content: space-between; */
    }

    .about-us .bg-rounded {
        background-position: center;
    }

    /* .slides.vertical-slider .comman-dot ul.slick-dots{
    display: none!important;
  } */


    /* .about-us .slides .footer-slide{
    height: 512px!important;
  } */

}

@media screen and (max-width:390px) {
    footer {
        padding: 10px 0 20px;
    }

    .rose-details-bottom {
        margin-top: 6px;
        margin-bottom: 35px;
    }

    .d-flex li:nth-child(3) a img {
        height: 21px;
    }

    .copywrite .container .copywrite-txt p {
        font-size: 12px !important;
    }

    .contact-us-page .slick-track .slide.contact_detail .row {
        padding-top: 60px;
    }
    /* .groundnut-rose .slider-inner .container .rose-content .rose-details-top{
  margin-top: -30px;
}
.contact-us-page .contact-us .copywrite{
  margin-bottom: 30px;
} */
}

@media screen and (max-width:390px) {
    .home .vertical-slider .row .col-md-6.rose-content {
        margin-top: -30px !important;
    }

    .slide .slider-inner .container .row {
        padding-top: 30px !important;
    }

    .groundnut-rose .animate-img figure.rose img {
        height: 160px !important;
    }

    .home .groundnut-rose .rose-details .animate-img .rose {
        height: 160px !important;
    }

    .animate-img figure.rose {
        height: 190px !important;
    }

        .animate-img figure.rose img {
            height: 190px !important;
        }

    .rose-details-top {
        margin-bottom: 0px !important;
    }

        .rose-details-top ul.icons.d-flex + p {
            margin-bottom: 0px !important;
        }

    .home .slide .slider-inner .container .row {
        justify-content: space-evenly !important;
        gap: 0px !important;
    }
    /* .contact-us .contact-us-inner{margin-top: -30px;} */

    /* footer {
    padding: 10px 0 100px;
  } */

    /* maxwell css start  */
    .d-flex li:nth-child(3) a img {
        height: 21px;
    }

    .groundnut-rose .slider-inner .container .rose-content .rose-details-top {
        margin-top: -30px;
    }

    .copywrite .container .copywrite-txt p {
        font-size: 12px !important;
    }

    .contact-us-page .contact-us .copywrite {
        margin-bottom: 30px;
    }

    footer {
        padding: 10px 0 110px;
    }

    .nutrition-details {
        margin: 50px 0 120px;
        padding-top: 20px;
    }

    .contact-us .contact-us-inner {
        margin-top: -50px;
    }

    .contact-us-page .slick-track .slide.contact_detail .row {
        padding-top: 0px;
    }
    /* maxwell css start  */

    /* maxwell css end  */
}

@media screen and (max-width:390px)  {
    .home .vertical-slider .row .col-md-6.rose-content {
        margin-top: -30px !important;
    }

    .slide .slider-inner .container .row {
        padding-top: 30px !important;
    }

    .groundnut-rose .animate-img figure.rose img {
        height: 160px !important;
    }

    .home .groundnut-rose .rose-details .animate-img .rose {
        height: 160px !important;
    }

    .animate-img figure.rose {
        height: 190px !important;
    }

        .animate-img figure.rose img {
            height: 190px !important;
        }

    .rose-details-top {
        margin-bottom: 0px !important;
    }

        .rose-details-top ul.icons.d-flex + p {
            margin-bottom: 0px !important;
        }

    .home .slide .slider-inner .container .row {
        justify-content: space-evenly !important;
        gap: 0px !important;
    }

    .groundnut-rose .slider-inner .container .rose-content .rose-details-top {
        margin-top: -30px;
    }


    @media screen and (max-width:390px) {
        .home .vertical-slider .row .col-md-6.rose-content {
            margin-top: -30px !important;
        }

        .slide .slider-inner .container .row {
            padding-top: 30px !important;
        }

        .groundnut-rose .animate-img figure.rose img {
            height: 160px !important;
        }

        .home .groundnut-rose .rose-details .animate-img .rose {
            height: 160px !important;
        }

        .animate-img figure.rose {
            height: 190px !important;
        }

            .animate-img figure.rose img {
                height: 190px !important;
            }

        .rose-details-top {
            margin-bottom: 0px !important;
        }

            .rose-details-top ul.icons.d-flex + p {
                margin-bottom: 0px !important;
            }

        .home .slide .slider-inner .container .row {
            justify-content: space-evenly !important;
            gap: 0px !important;
        }

        .groundnut-rose .slider-inner .container .rose-content .rose-details-top {
            margin-top: -30px;
        }
    }

    .slides.vertical-slider .slick-dots {
        display: none !important;
    }

    .home .slides.vertical-slider .slick-dots {
        display: none !important;
    }

    .slides.vertical-slider .slick-dots.dot-display {
        display: flex !important;
    }
}


:where([class^="ri-"])::before {
    content: "\f3c2";
}

@media (max-width: 1024px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-bg {
        background-position: 70% center !important;
    }

    .display-4 {
        font-size: 2.5rem !important;
    }

    .display-5 {
        font-size: 2rem !important;
    }

    .lead {
        font-size: 1rem !important;
    }
}

@media (max-width: 768px) {
    .hero-bg {
        background-position: 80% center !important;
    }

    .display-4 {
        font-size: 2rem !important;
    }

    .display-5 {
        font-size: 1.75rem !important;
    }

    .product-card {
        min-width: 260px;
        max-width: 260px;
    }
}

.group:hover .group-hover\:block {
    display: block;
}

body {
    font-family: 'iranyekan', sans-serif !important;
}

* {
    font-family: 'iranyekan', sans-serif !important;
}

.font-\['Pacifico'\'] {
    font-family: 'Pacifico', serif !important;
}

.vertical-nav {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nav-dot {
    width: 10px;
    height: 10px;
    border: 2px solid #10b981;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

    .nav-dot.active {
        background: #10b981;
        transform: scale(1.2);
    }

    .nav-dot:hover {
        transform: scale(1.3);
        border-color: #f59e0b;
    }

    .nav-dot::after {
        content: attr(data-title);
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
        background: #1f2937;
        color: white;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 12px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .nav-dot:hover::after {
        opacity: 1;
        visibility: visible;
        right: 20px;
    }

.hero-bg {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(245, 158, 11, 0.1) 100%);
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .vertical-nav {
        right: 10px;
    }

    .nav-dot::after {
        font-size: 10px;
        padding: 4px 8px;
    }
}

