/*!
Template:rishun
Theme Name: rishun_child
Theme URI: https://rishuntrading.co.jp
Description: Rishun is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: RishunTrading Limited.
Author URI: https://rishuntrading.co.jp
Version: 1.0.0
Requires at least: 1.0
Tested up to: 1.0.0
Requires PHP: 5.6.0
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Rishun WordPress theme, Copyright (C) 2022 RishunTrading Limited.
Rishun WordPress theme is licensed under the GPL.
Update Author:RishunTrading Limited
Update Author URI:https://rishuntrading.co.jp/
Version:1.0.0
*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Noto+Sans&display=swap');
/************************************************************/
:root{
    --fontawesome:"Font Awesome 6 Free";
    --fontawesome2:"Font Awesome 6 Brands";
    --noto:"Noto Serif", serif;
    --gara:"Cormorant Garamond", serif;
    --accent1:#EBDBC7;
    --dlborder:#C9C2B9;
    --ptnB-pc-header-height:90px;
}
/*==========================================================*/
/* defalt define											*/
/*==========================================================*/
body{
    background:#009E9C;
}
body, p{
    font-size:17px;
    font-family:var(--noto);
    color:#fff;
}
body a{
    color:#fff;
}
body a:hover{
    color:#fff;
}
.nodata{
    color:#ff0000;
}
img{
    width:100%;
    height:auto;
}
.entry-body img{
    display:block;
    width:auto;
}
@media print {
    #mobile-menu {
        display: none !important;
    }
}
/*===============
  origin
================*/
.imgarea {
    margin-bottom:1rem;
    text-align: center;
}
.imgarea img {
    width:100%;
}
.gmap-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom:100%;
}
.gmap-wrap iframe, .gmap-wrap object, .gmap-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.detail-wrap {
    padding:30px 0;
}
img.aligncenter {
    display: block;
    margin-left:auto;
    margin-right:auto;
}
img.alignleft {
    float:left;
}
img.alignright{
    float:right;
}
a.tellink {
    transition: all .3s;
}
table {
    border-collapse: collapse;
}
.entry-body {
    padding:40px 0;
}
.single .entry-body img {
    display: inline;
    width: auto;
    max-width:100%;
}
.tb-inline,.tb-inline-block,.tb-block,.tb-flex,.pc-inline,.pc-inline-block,.pc-block,.pc-flex {
    display: none;
}
.bgoverlay {
    position: relative;
}
.bgoverlay::before {
    content: '';
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
}
.bgoverlay>div {
    position: relative;
    z-index: 1;
}
@media(min-width:500px){
    .d-500-none {
        display: none;
    }
}
@media(min-width:768px){
    .gmap-wrap {
        padding-bottom:75%;
    }
    a.tellink {
        pointer-events: none;
    }
    .tb-inline {
        display: inline!important;
    }
    .tb-inline-block {
        display: inline-block!important;
    }
    .tb-block {
        display: block!important;
    }
    .tb-flex {
        display: flex!important;
    }
}
@media(min-width:992px){
    .gmap-wrap {
        padding-bottom:56.25%;
    }
    .pc-inline {
        display: inline!important;
    }
    .pc-inline-block {
        display: inline-block!important;
    }
    .pc-block {
        display: block!important;
    }
    .pc-flex {
        display: flex!important;
    }
}

/* title,font
_____________________________*/
.h2org,.h3org,.h4org {
    font-family:var(--gara);
    line-height:1.5;
    font-weight:700;
    margin-bottom:1rem;
}
.h2side{
    font-family:var(--gara);
    left:0px;
    font-size:20px;
    color:var(--accent1);
    font-weight:700;
    position:absolute;
    top:40px;
    writing-mode:vertical-lr;
    z-index:1;
}
.h2org {
    font-size:28px;
}
.h3org {
    font-size:26px;
}
.h4org{
    font-size:22px;
}
@media(min-width:768px){
    .h2side{
        font-size:24px;
    }
    .h2org {
        font-size:32px;
    }
    .h3org {
        font-size:28px;
    }
    .h4org {
        font-size:24px;
    }
}
@media(min-width:992px){
    .h2side{
        font-size:28px;
    }
    .h2org {
        font-size:34px;
    }
    .h3org {
        font-size:30px;
    }
}
/*==============
  header
===============*/
.site-header{
    background:transparent;
}
.site-header-wrap{
    background:transparent;
    box-shadow: 0 2px 2px rgba(220,220,220,0);
}
.scrolled .site-header-wrap{
    background:var(--header-bk-color);
    box-shadow: 0 2px 2px rgba(220,220,220,0.6);
}
.site-header-logo{
    font-family:var(--gara);
    font-weight:700;
    display:flex;
    align-items:center;
    font-size:32px;
}
/* lang_select */
.lang_select{
    position:fixed;
    z-index:2000;
    top:12px;
    right:68px;
    width:fit-content;
}
.lang_btn{
    border:1px solid #fff;
    display:inline-flex;
    justify-content:space-between;
    align-items:center;
    border-radius:0;
    padding:4px 10px;
    background:transparent;
    font-family:"Noto sans", sans-serif;
    color:#fff;
    font-size:15px;
    cursor:pointer;
}
.lang_btn::after{
    margin-left:7px;
    display:block;
    content:'';
    background:#fff;
    transition:all .1s;
    width:10px;
    height:5px;
    will-change:clip-path;
    -webkit-clip-path:polygon(50% 100%, 0 0, 100% 0);
    clip-path:polygon(50% 100%, 0 0, 100% 0);
}
.lang_btn.clicked::after{
    -webkit-transform:scaleY(-1);
    transform:scaleY(-1);
}
.lang_select ul{
    display:none;
    padding-left:0;
    list-style:none;
    border:1px solid #009E9C;
    border-bottom:none;
    width:100%;
}
.lang_select li{
    border-bottom:1px solid #009E9C;
}
.lang_select a{
    display:inline-block;
    padding:4px 10px;
    width:100%;
    background:#fff;
    color:#009E9C;
    font-size:15px;
    font-family:"Noto sans", sans-serif;
}
.lang_select a:hover,.lang_select a:focus{
    background:#007876;
    font-family:"Noto sans SC", sans-serif;
    color:#fff;
    font-size:15px;
}
/* mobilemenu */
.mobile-navi-btn{
    background:transparent;
}
.mobile-navi-btn.right {
    width: 50px;
    height: 50px;
    top:4px;
    right:7px;
}
.mobile-navi-btn span {
    position: absolute;
    background:#fff;
    height:2px;
    width:30px;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .3s;
}
.mobile-navi-btn span:nth-child(1){
    top:30%;
}
.mobile-navi-btn span:nth-child(2){
    top:50%;
}
.mobile-navi-btn span:nth-child(3){
    top:70%;
}
.mobile-navi-btn.mobile-navi-open{
    background:var(--burger-bkcolor);
}
.mobile-navi-btn.mobile-navi-open span:nth-child(1) {
    top: 28%;
    left: calc(50% - 4px);
    transform: rotate(-45deg) translate(-50%,-50%);
}
.mobile-navi-btn.mobile-navi-open span:nth-child(2){
    opacity: 0;
}
.mobile-navi-btn.mobile-navi-open span:nth-child(3) {
    top: 71%;
    left: calc(50% - 5px);
    transform: rotate(45deg) translate(-50%,-50%);
}
.site-mobile-nav>div{
    padding:0;
    background:rgba(255, 255, 255, 0);
}
.site-mobile-menu>li{
    padding: 0;
    margin: 0;
    border-bottom:none;
}
.site-mobile-menu>li>a{
    display: block;
    padding: 15px 5px;
    font-weight:500;
    font-family:var(--noto);
    border-bottom:solid 1px var(--border-color);
}
.site-mobile-menu>li>a:hover{
    opacity:0.8;
}
.site-mobile-menu>li.menu-item-has-children>a {
    position: relative;
}
.site-mobile-menu>li.menu-item-has-children>a::before,.site-mobile-menu>li.menu-item-has-children>a::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 15px;
    height: 2px;
    background: var(--main2);
    transition: all .3s;
}
.site-mobile-menu>li.menu-item-has-children>a::before{
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.site-mobile-menu>li.menu-item-has-children>a::after{
    right: 11px;
    top: calc(50% - 1px);
    -webkit-transform:rotate(90deg) translateY(-50%);
    transform:rotate(90deg) translateY(-50%);
}
.site-mobile-menu>li.menu-item-has-children.clicked>a::before {
    opacity: 0;
}
.site-mobile-menu>li.menu-item-has-children.clicked>a::after{
    -webkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
}
.site-mobile-menu ul.sub-menu{
    padding-left: 15px;
    display: none;
}
.site-mobile-menu ul.sub-menu>li>a{
    display: block;
    padding:7px 5px;
}
.site-mobile-menu>li>a:not([href]):not([class]){
    color:var(--sp-menu-font-color);
}
@media(min-width:992px){
    .ptnB .container.site-header-container{
        display:flex;
        flex-direction:column;
        align-items:center;
    }
    .site-header-inner{
        width:fit-content;
    }
    .site-header-menu>li>a{
        font-family:var(--noto);
        letter-spacing:0;
    }
    .site-header-menu>li>a:not([href]):not([class]){
        cursor:pointer;
    }
    .lang_select,.lang_btn,.lang_select ul{
        width:150px;
    }
    .lang_btn,.lang_select ul a{
        font-size:16px;
    }
}
figure{
    width:fit-content;
    max-width:100%;
    padding-top:0;
    position:static;
    overflow:unset;
    margin:0;
}
figure>img{
    width:auto;
    max-width:100%;
    height:auto;
    object-fit:contain;
    position:static;
    transition:none;
}
/* fade-in animation */
.fade-in,.load-in{
	opacity:0;
	transition:all .7s;
}
.fade-in.fade-in-up,.load-in.fade-in-up{
  -webkit-transform: translate(0,30px);
  transform: translate(0,30px);
}
.fade-in.fade-in-left,.load-in.fade-in-left{
  -webkit-transform:translate(-30px,0);
  transform:translate(-30px,0);
}
.fade-in.fade-in-right,.load-in.fade-in-right{
  -webkit-transform:translate(30px,0);
  transform:translate(30px,0);
}
.load-in.scroll-in,.fade-in.scroll-in{
  opacity:1;
  -webkit-transform:translate(0,0)!important;
  transform:translate(0,0)!important;
}
/* #hero_sec */
.hero_sec .contains-wrap{
    position:relative;
}
div[class^="hero_disc"]{
    width:100%;
    border-radius:50%;
    aspect-ratio:1/1;
    position:relative;
}
.hero_disc1{
    overflow:hidden;
    z-index:1;
}
.hero_disc1 img{
    height:100%;
    object-fit:cover;
}
.hero_disc2{
    top:-20px;
    margin-bottom:-20px;
    background:#CB4A00;
}
.hero_sec .catch{
    position:absolute;
    z-index:1;
    top:48%;
    left:50px;
    width:calc(100% - 100px);
}
.cc_main{
    font-family:var(--gara);
    font-size:27px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.5;
}
.cc_sub{
    font-size:15px;
}
/* #cpt_sec */
.has_h2side{
    position:relative;
}
.txtarea p{
    margin-bottom:1rem;
}
.txtarea p:last-child{
    margin-bottom:0;
}
.img_circle{
    border-radius:50%;
    aspect-ratio:1/1;
    object-fit:cover;
    max-width:350px;
}
.cptFlx.flx1{
    margin-bottom:30px;
}
/* #what_sec */
.curve_wrap{
    padding:1rem;
    border-radius:0 50px 0 0;
}
.curve_wrap.what{
    background:#2A4729;
}
.whatFlx{
    margin-top:40px;
}
/* #why_sec */
.whyFlx .imgarea{
    width:90%;
    text-align:left;
    margin-bottom:20px;
}
.whyFlx img{
    object-fit:cover;
    aspect-ratio:16/9;
}
.whyFlx.flx1{
    padding-left:20px;
    margin-bottom:60px;
}
.whyFlx.flx1 .imgarea{
    margin-left:auto;
}
.whyFlx.flx1 img{
    border-radius:200px 0 0 200px;
}
.whyFlx.flx2 img{
    border-radius:0 200px 200px 0;
}
/* #safety_sec */
.safety_sec,.benefit_sec{
    padding-left:24px;
}
.curve_wrap.safety,.beneWrap{
    background:#7D6547;
}
.safeFlx{
    margin-bottom:60px;
}
.safeFlx .h4org{
    margin-top:40px;
}
.safeFlx .imgarea{
    text-align:left;
}
.safeFlx .imgarea img{
    max-width:400px;
}
.before_reports{
    margin-bottom:1rem;
    font-size:15px;
}
.reportFlx{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.reportFlx>div{
    width:100%;
    margin-bottom:1rem;
}
.reportFlx>div:nth-child(1),.reportFlx>div:nth-child(2){
    width:48%;
}
.reportFlx img{
    object-fit:contain;
    display:block;
}
.reportFlx img.img1{
    margin-bottom:1rem;
}
.reportFlx p{
    font-size:14px;
}
/* #benefit_sec */
.benefit_sec{
    padding-bottom:60px;
}
.beneWrap{
    padding:40px 1rem 1rem;
}
.beneFlx{
    margin-top:20px;
}
.beneFlx .imgarea{
    text-align:left;
}
.beneFlx img{
    max-width:400px;
}
.ul_nutrients{
    padding-left:0;
    list-style:none;
}
.ul_nutrients li{
    margin-bottom:20px;
}
.ul_nutrients span{
    font-weight:700;
}
.nutdesc{
    font-size:13px;
    font-weight:300;
    margin-top:10px;
}
/* #products_sec */
.products_sec{
    padding-top:60px;
    background:#953600;
}
.products_sec .contains-wrap{
    position:relative;
}
.proFlx{
    margin-bottom:60px;
}
.proh2{
    position:absolute;
    top:-40px;
    left:1.5rem;
    font-size:36px;
    font-family:var(--gara);
    font-weight:700;
    color:var(--accent1);
    margin-bottom:0;
}
.pro_imgWrap{
    margin-bottom:1rem;
}
.pro_imgWrap h3{
    font-family:var(--gara);
    font-weight:700;
    color:var(--accent1);
    font-size:30px;
    z-index:1;
}
.enma .pro_imgWrap h3{
    font-size:50px;
    position:relative;
    bottom:-40px;
    margin-bottom:0;
    margin-top:-40px;
}
.pro_img{
    max-height:380px;
    background:#fff;
    aspect-ratio:3/4;
    padding:20px;
    display:flex;
    justify-content:center;
    align-items:center;
    will-change:clip-path;
    -webkit-clip-path: polygon(15% 0, 85% 0, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0 85%, 0 15%);
    clip-path: polygon(15% 0, 85% 0, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0 85%, 0 15%);
}
.pro_img img{
    max-height:280px;
    object-fit:contain;
}
.proFlx.enma,.proFlx.enma>div{
    position:relative;
}
.enmabg{
    position:absolute;
    bottom:10%;
    right:-10%;
    width:90%;
    max-height:90%;
    object-fit:contain;
    opacity:0.3;
}
.enma .pro_img{
    background:#3B1805;
}
.pro_txt p{
    margin-bottom:1rem;
}
.pro_txt p:last-child{
    margin-bottom:0;
}
.enma_name{
    padding:1rem;
    border:1px solid rgba(255,255,255,0.8);
    margin-top:20px;
}
.enma_name p{
    font-size:16px;
}
.ul_prodesc{
    padding-left:20px;
}
.ul_prodesc li{
    margin-bottom:5px;
}
/* #team_sec */
div[class^="team-"],.storeimg{
    margin-bottom:40px;
}
div[class^="team-"] img{
    display:block;
    margin:0 auto 10px;
    margin-right:auto;
    max-width:240px;
    border-radius:0 40px 0 0;
    aspect-ratio:1/1;
    object-fit:cover;
}
.teamname{
    font-size:22px;
    color:var(--accent1);
    font-weight:700;
    font-family:var(--gara);
}
.teamdesc{
    font-size:15px;
}
.cmpWrap{
    padding-top:20px;
}
.cmpWrap .prof{
    margin-bottom:40px;
}
.cmpWrap h3{
    font-size:21px;
    margin-bottom: 1rem;
    font-weight:700;
    font-family:var(--gara);
}
.dl_cmp dt{
    padding:13px 5px 10px;
    color:var(--accent1);
    font-weight:500;
}
.dl_cmp dd{
    padding:0 5px 13px;
    margin-bottom:0;
    border-bottom:1px solid var(--dlborder);
}
.dl_cmp dt:first-of-type{
    border-top:1px solid var(--dlborder);
}
.curve_wrap.furin{
    position:relative;
    overflow:hidden;
    background:url(./img/mountain-forest-in-the-fog.jpg)no-repeat center center/cover;
}
.furin .bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(228, 238, 238, 0.8);
}
.furin h4,.furin p,.furin ul{
    position:relative;
    color:#505050;
}
.furin h4{
    font-family:var(--gara);
    font-weight:700;
    font-size:24px;
    margin-bottom:1rem;
    line-height:1.5;
}
.furin p{
    margin-bottom:1rem;
}
.furin .p_quota{
    font-weight:700;
    padding-left:15px;
    border-left:1px solid #aaa;
}
.furin ul{
    padding-left:0;
    list-style:none;
    margin-bottom:0;
}
.furin ul li{
    margin-bottom:10px;
    color:#2A4729;
}
.furin ul li span{
    font-weight:700;
}
.furin ul li:last-child{
    margin-bottom:0;
}
/* #info_sec */
.info_sec .contains-frm{
    min-height:170px;
}
.ul_info{
    padding-left:1.5rem;
    list-style:none;
    margin:0 auto;
    max-width:800px;
}
.ul_info>li{
    padding:13px 5px;
    border-bottom:1px solid var(--dlborder);
}
.ul_info>li:first-child{
    border-top:1px solid var(--dlborder);
}
.ul_info li>time{
    font-family:var(--gara);
    font-weight:700;
    color:var(--accent1);
    font-size:20px;
    line-height:1;
}
.infottl{
    font-size:17px;
    line-height:1.5;
    margin-bottom:5px;
}
.ul_info .post_detail{
    font-size:16px;
}
.ul_info .post_detail p a{
    color:unset;
}
/* #ctt_sec */
.ctt_sec{
    padding-left:1rem;
}
.beforeform{
    margin-bottom:30px;
    color:#505050;
}
.beforeform span{
    font-size:16px;
}
.curve_wrap.ctt{
    background:#eceae9;
}
.priWrap{
    border-radius:20px;
    overflow:hidden;
    background:#fff;
    height:300px;
    margin-bottom:20px;
}
.pridtl{
    padding:1rem;
    height:300px;
    overflow-y:scroll;
}
.priWrap,.priWrap p{
    font-size:16px;
    color:#505050;
    font-family:"Noto Sans", sans-serif;
}
.priWrap h3{
    font-size:20px;
    margin-bottom:1rem;
    line-height:1.5;
}
@media(min-width:500px){
    .hero_sec .catch{
        top:55%;
    }
    .cc_main{
        font-size:40px;
    }
    .cc_sub{
        font-size:16px;
    }
    .curve_wrap{
        padding:20px;
        border-radius:0 70px 0 0;
    }  
    .beneWrap{
        padding:40px 20px 20px;
    }
    .enmabg{
        width:70%;
        bottom:3%;
    }
    .enma_name{
        padding:20px;
    }
}
@media(min-width:550px) and (max-width:767px){
    .whyFlx .imgarea img{
        aspect-ratio:2/1;
    }
}
@media(min-width:768px){
    div.hero_disc1{
        width:60%;
    }
    div.hero_disc2{
        position:absolute;
        top:0;
        right:0;
        width:calc(60% - 1.5rem);
        margin-bottom:0;
    }
    .hero_sec .catch{
        top:50%;
        left:40%;
        width:60%;
        -webkit-transform:translate(30px,-50%);
        transform:translate(30px,-50%);
    }
    .hero_sec .catch.scroll-in{
        -webkit-transform:translate(0,-50%)!important;
        transform:translate(0,-50%)!important;
    }
    .cptFlx,.whatFlx,.whyFlx,.proFlx{
        display:flex;
        justify-content:space-between;
        align-items:flex-start;
    }
    .cptFlx.flx1,.whatFlx.flx1,.whyFlx.flx1{
        flex-direction:row-reverse;
    }
    .cptFlx .imgarea,.whatFlx .imgarea,.whyFlx .imgarea{
        width:40%;
        margin-bottom:0;
    }
    .cptFlx .txtarea,.whatFlx .txtarea,.whyFlx .txtarea{
        width:calc(60% - 20px);
    }
    .cptFlx .imgarea .img_circle,.whatFlx .imgarea .img_circle{
        max-width:100%;
    }
    .curve_wrap{
        padding:30px;
        border-radius:0 100px 0 0;
    }
    .whyFlx.flx1{
        padding-left:40px;
    }
    .reportFlx>div:nth-child(1),.reportFlx>div:nth-child(2),.reportFlx>div:nth-child(3){
        width:32%;
    }
    .reportFlx>div:nth-child(4) img{
        width:40%;
    }
    .beneWrap{
        padding:40px 30px 30px;
    }
    .proFlx.enma{
        flex-wrap:wrap;
    }
    .enma_name{
        width:100%;
    }
    .proFlx.protein{
        align-items:center;
    }
    .proFlx.protein h3{
        margin-bottom:0;
    }
    .proh2{
        top:-84px;
        font-size:46px;
    }
    .pro_imgWrap{
        width:35%;
    }
    .pro_txt{
        width:calc(65% - 30px);
    }
    .pro_imgWrap h3{
        font-size:46px;
    }
    .enma .pro_imgWrap h3{
        bottom:-25px;
        font-size:60px;
    }
    .teaminr{
        display:flex;
        justify-content:space-between;
    }
    .teaminr>div{
        width:48%;
    }
    .dl_cmp{
        display:flex;
        flex-wrap:wrap;
    }
    .dl_cmp dt{
        padding:13px 5px;
        width:25%;
        border-bottom:1px solid var(--dlborder);
    }
    .dl_cmp dd{
        width:75%;
        padding:13px 5px;
        padding-left:0;
    }
    .dl_cmp dd:first-of-type{
        border-top:1px solid var(--dlborder);
    }
    .ul_info li{
        display:flex;
        align-items:flex-start;
    }
    .ul_info li>time{
        width:125px;
        padding-right:15px;
    }
    .ul_info .ttl_detail{
        width:calc(100% - 125px);
    }
    .pridtl{
        padding:20px;
    }
    .beforeform{
        text-align:center;
    }
}
@media(min-width:768px) and (max-width:991px){
    .whyFlx .imgarea img{
        aspect-ratio:3/2;
    }
    .storeimg{
        display:none;
    }
}
@media(min-width:992px){
    .hero_disc1{
        left:-5%;
    }
    .hero_disc2{
        right:-5%;
    }
    .hero_sec .catch{
        left:50%;
    }
    .cptFlx .imgarea,.whatFlx .imgarea{
        width:350px;
    }
    .cptFlx .txtarea,.whatFlx .txtarea{
        width:calc(100% - 400px);
    }
    .curve_wrap{
        padding:40px;
        border-radius:0 100px 0 0;
    }
    .whyFlx.flx1{
        padding-left:60px;
    }
    .safeFlx,.beneFlx{
        display:flex;
        justify-content:space-between;
        align-items:flex-start;
        flex-direction:row-reverse;
    }
    .safeFlx .imgarea,.beneFlx .imgarea{
        width:40%;
        margin-bottom:0;
    }
    .safeFlx .imgarea img,.beneFlx .imgarea img{
        max-width:100%;
    }
    .safeFlx .txtarea,.ul_nutrients{
        width:calc(60% - 40px);
    }
    .beneWrap{
        padding:40px;
    }
    .proFlx.magma{
        align-items:center;
    }
    .enma_name{
        padding:30px;
    }
    .pro_imgWrap{
        width:30%;
    }
    .pro_txt{
        width:calc(70% - 50px);
    }
    .teamWrap,.cmpWrap{
        display:flex;
        justify-content:space-between;
        align-items:flex-start;
    }
    .teaminr{
        width:68%;
    }
    .storeimg{
        width:28%;
    }
    .cmpWrap .prof{
        width:48%;
    }
    .furin{
        width:48%;
    }
    .ul_info{
        padding-left:0;
    }
}
@media(min-width:1200px){
    .cptFlx,.whatFlx{
        justify-content:space-around;
    }
    .cptFlx .txtarea,.whatFlx .txtarea,.whyFlx .txtarea{
        width:fit-content;
    }
    .whyFlx .imgarea{
        width:48%;
    }
    .whyFlx .imgarea img{
        aspect-ratio:2/1;
    }
    .whyFlx.flx1{
        padding-left:7%;
    }
    .whyFlx.flx2{
        padding-right:7%;
    }
    .reportFlx>div{
        width:24%!important;
    }
    .reportFlx>div:nth-child(4) img{
        width:100%;
    }
    .enmabg{
        right:-20%;
    }
}
/*===============
  privacy policy
================*/
.ol_pri,.ul_pri{
    margin:1rem 0;
    padding-inline-start: 30px;
}
.ol_pri>li,.ul_pri>li{
    margin-bottom:10px;
}
/*============
  footer
=============*/
.site-footer{
    padding:20px 0;
}
.copyright{
    font-weight:400;
}
.breadSection .breadcrumb span{
    color:#fff;
}
