/* reset */
.card .header-title {
    font-size: clamp(1.3rem, 2.5vw, 1.4rem) !important;
    font-weight: 600;
}

/* company */
.sub-bg {
    position: fixed;
    inset:0;
    width: 100%;
    height: calc(100% - 70px);
    z-index: -1;
    transform: scale(1.15);
    transform-origin: center center;
    will-change: transform, opacity;
    backface-visibility: hidden;
}
.sub-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/images/fullscreen/full_07.jpg) no-repeat center / cover;
    opacity: 0.5;
}
.sub-bg h1 {
    position: absolute;
    top: 40%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: #fff;
    /* font-size: clamp(2rem, 5vw, 3rem); */
    font-size: clamp(1rem, 4.5vw, 3rem);
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    will-change: transform, opacity, filter;
    padding-left:20px;
}
.sub-bg h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 100%;
    background: #da1e1d;
    transform: translateY(-50%);
}
.bg-sub-box {
    /* background: rgba(26, 26, 26, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    backdrop-filter: blur(14px); */
    background:none !important;
    border:none !important;
    box-shadow:none !important;
}
.company-content {
    margin-top: 50vh;
    border-radius: clamp(12px, 2vw, 28px) clamp(12px, 2vw, 28px) 0 0;
    background: rgba(26, 26, 26, 0.8) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
    backdrop-filter: blur(14px);
    padding-bottom:70px
}
.ceo-img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.ceo-img img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 80%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translateX(-50%);
}

.sub-box-1 {
    background:none !important;
    box-shadow:none !important;
}
.sub-box-1 img {
    width: 100%;
    height: auto;
    max-height:370px;
    object-fit: cover;
    object-position: center 43%;
}
.inbox-widget {
    display:flex;
    flex-wrap: wrap;
    gap:1rem
}
.inbox-widget .inbox-item {
    border:none !important;
    width:calc(100% / 3 - 1rem);
    padding:1rem 0.5rem !important;
    border-radius:8px;
    background:rgba(0 0 0 / 20%)
}
.inbox-widget .inbox-item .inbox-item-date {
    top:25px !important;
    right:15px !important;
}
.inbox-widget .inbox-item .inbox-item-img img {
    filter:grayscale(100%)
}
.tilebox-one {
    height:200px !important;
    border-radius:8px !important;
    box-shadow:none !important;
    /* background:url(/images/object/ob_12.jpg) no-repeat center / cover !important; */
}
.tilebox-one h3 {
    font-size: clamp(1rem, 2vw, 1.1rem) !important;
    line-height:1.4
}
.tilebox-one i {
    font-size: clamp(5rem, 4vw, 7rem) !important;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 1.5rem;
    opacity: 0.1;
    bottom: 20%;
}
.company-step {
    background:rgba(0 0 0 / 20%);
    border-radius:3px;
}
.toll-free-box a {
    color:#fff
}
.toll-free-box i {
    left:0;
    bottom:0 !important;
}
.horizontal-steps .process-line {
    background-color: var(--ct-danger) !important;
}
.horizontal-steps .horizontal-steps-content .step-item {
    color:var(--ct-danger) !important;
}
.horizontal-steps .horizontal-steps-content .step-item.current span {
    color: var(--ct-danger) !important;
}

.inbox-widget .inbox-item .inbox-item-author {
    width:70%;
    font-size:.8rem;
    font-weight:600;
}
.inbox-widget .inbox-item .inbox-item-img {
    margin-right:10px !important
}
.inbox-widget .inbox-item .inbox-item-text {
    font-size:.75rem
}



/* brand story */
.brand-content {
    margin-top: 50vh;
    border-radius: clamp(12px, 2vw, 28px) clamp(12px, 2vw, 28px) 0 0;
    background: rgba(26, 26, 26, 0) !important;
    /* border-top: 1px solid rgba(255, 255, 255, 0.14) !important; */
    /* backdrop-filter: blur(14px); */
    padding-bottom:70px
}
.brand-bg {
    position: fixed;
    inset:0;
    width: 100%;
    height: calc(100%);
    z-index: -1;
    transform: scale(1.15);
    transform-origin: center center;
    will-change: transform, opacity, filter;
    backface-visibility: hidden;
}
.brand-bg::before {
    content: "";
    position: absolute;
    top: -5%;
    right: -5%;
    bottom: -10%;
    left: -5%;
    background: url(/images/ceo/ceo_04.png) no-repeat center 29% / cover;
    opacity: 0.5;
}
.brand-bg h1 {
    position: absolute;
    top: 40%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: clamp(1rem, 4.5vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    will-change: transform, opacity, filter;
    padding-left:20px;
}
.brand-bg h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 100%;
    background: #da1e1d;
    transform: translateY(-50%);
}

.brand-modal-btn {
    position:fixed;
    bottom:8vh;
    right:5vw;
    background:transparent !important;
    border:1px solid rgba(255 255 255 / 77%) !important;
    z-index: 3;
}


/* =========================
   본문 예시
========================= */
.brand-section {
  padding: 100px 20px;
}

.brand-section .inner {
  max-width: 860px;
}

.brand-section p {
  font-size: clamp(1.25rem, 3.8vw, 2.95rem);
  line-height: 1.4;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 50vh;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5)
}
.brand-section p:last-child {
  margin-bottom: 25vh;
}


/* =========================
   text highlight effect
========================= */
:root {
  --duration: 1.4s;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --color-text: rgba(255 255 255 / 0.5);
  --color-text-highlight: rgba(255 255 255);
  --bg-color-highlight: rgba(235, 31, 41, 0.9);
}

.text-highlight {
  position: relative;
  display: inline;
  color: var(--color-text);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition:
    color calc(var(--duration) / 4) var(--ease),
    background-color calc(var(--duration) / 4) var(--ease),
    background-size var(--duration) var(--ease);
}

.text-highlight.active {
  color: var(--color-text-highlight);
  background-size: 100% 100%;
}

/* 하이라이트 타입: background */
[data-highlight="background"] .text-highlight {
  background-image: linear-gradient(
    var(--bg-color-highlight),
    var(--bg-color-highlight)
  );
}

/* 접근성용 숨김 텍스트 */
.text-highlight::before,
.text-highlight::after {
  position: absolute;
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
}

.text-highlight::before {
  content: " [highlight start] ";
}

.text-highlight::after {
  content: " [highlight end] ";
}


/* 성분이야기 */
.sub-bg2 {
    position: relative;
    inset:0;
    width: 80%;
    height: calc(50vh);
    margin:210px auto 0;
    z-index: -1;
    transform: scale(1.15);
    transform-origin: center center;
    will-change: transform, opacity;
    backface-visibility: hidden;
    border-radius:12px;
    overflow: hidden;
}
.sub-bg2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/images/object/garu_bg2.png) no-repeat;
    opacity: 0.9;
    background-size:cover;
    background-position:center 36%
}
.sub-bg2 h1 {
    position: absolute;
    top: 40%;
    left: 20%;
    /* transform: translate(-50%, -50%); */
    color: #fff;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    will-change: transform, opacity, filter;
    padding-left:20px;
}
.sub-bg2 h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 100%;
    background: #da1e1d;
    transform: translateY(-50%);
}
.ingredient-content {
    margin-top: 20vh;
    border-radius: clamp(12px, 2vw, 28px) clamp(12px, 2vw, 28px) 0 0;
    /* background: rgba(26, 26, 26, 0.8) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important; */
    /* backdrop-filter: blur(14px); */
    padding-bottom:70px
}
/* scale effect */
.hero-scale-wrap2 {
    position: relative;
    overflow: visible;
    margin-top:50px;
}
.hero-scale-target2 {
    width: 100%;
    height: 500px;
    transform: scale(0);
    opacity: 0;
    transform-origin: center center;
    will-change: transform, border-radius;
    overflow:hidden;
}
.hero-scale-target2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    transition: transform 0.5s ease, border-radius 0.5s ease;
}

.ingredient-box1 h4 {
    display:block;
    padding: 1rem 0;
    border-radius: 30px;
    width:160px;
    font-weight:500;
    margin:0 auto;
}
.ingredient-box1 [class^="col-sm-6"]:nth-child(1) h4 {
    background: rgba(255, 235, 155, 0.15);
    color: #faba67;
}
.ingredient-box1 [class^="col-sm-6"]:nth-child(2) h4 {
    color: #bed63f;
    background: rgba(154, 167, 86, 0.15);
}
.ingredient-box1 [class^="col-sm-6"]:nth-child(3) h4 {
    color: #d4df9b;
    background: rgba(179, 156, 44, 0.15);
}

.ingredient-box1 .card {
    background: rgba(117, 117, 117, 0.08);
    /* border: 1px solid rgba(146, 255, 178, 0.14); */
    /* backdrop-filter: blur(14px); */
    text-align: center;
    padding: 2rem;
    /* box-shadow: 0 0 17px 0 rgba(106, 255, 115, 0.25); */
    box-shadow:none;
    border-radius:.75rem
}
.ingredient-box1 img {
    /* height:170px; */
    width:50%;
    object-fit:cover;
    margin:20px auto;
}


.ingredient-box2 {
    background: rgba(24, 24, 24, 0.55);
    border-radius: 10px;
    overflow: hidden;
}
.ingredient-box2 p {
    padding: 0;
    font-size:clamp(1rem, 2.2vw, 1.1rem);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
    margin-bottom:10px
}


.ingredient-box3 {}
.ingredient-box3 .left {
    border-radius: 10px;

}
.ingredient-box3 .right {
    /* background: rgba(24, 24, 24, 0.55); */
    border-radius: 10px;
    padding:2rem;
}
.ingredient-box3 .right img {

}
.powder-wrap {
  overflow: hidden;
}

.powder-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius:2px
}
.ingredient-box3 .left h1 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    margin-bottom: 1rem;
}
.ingredient-box3 .left p {
    font-size: clamp(1rem, 2.2vw, 1.1rem);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}

.ingredient-box4 {
    position:relative;
    padding:2rem;
    background:rgba(50, 48, 41, 0.15);
    border-radius:10px;
}
.ingredient-box4 [class^="col-sm-4"] {
    position:relative;
    text-align: center;
    z-index: 11;
}
.ingredient-box4 [class^="col-sm-4"] h6 {
    font-size: clamp(1.2rem, 2.2vw, 1.4rem);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
    font-weight:500;
    margin-bottom:30px;
}
.ingredient-box4 [class^="col-sm-4"] img {
    width:80%;
    margin:10px auto;
    display:block;
    object-fit:cover
}
.ingredient-box4 [class^="col-sm-4"]:nth-child(1) {
    /* background: rgba(255, 235, 155, 0.15); */
}
.ingredient-box4 [class^="col-sm-4"]:nth-child(2) {
    /* background: rgba(154, 167, 86, 0.15); */
}
.ingredient-box4 [class^="col-sm-4"]:nth-child(3) {
    /* background: rgba(179, 156, 44, 0.15); */
}
.ingredient-box4::before {
    content: "";
    position: absolute;
    opacity: 0.9;
    width:50%;
    height:3px;
    background:rgba(243, 224, 148, 0.5);
    top:60%;
    left:50%;
    transform: translate(-50%);
    z-index:0;
}
.ingredient-box4 [class^="col-sm-4"] p {
    position:relative;
    font-size:1rem;
    font-weight:600;
    z-index: 40;
}
.ingredient-box4 [class^="col-sm-4"] .sb-1 {
    position:relative;
    /* background: rgba(253, 235, 169, 0.95); */
    color: #7b6920;
    display:inline-block;
    padding:0;
    border-radius:50%;
    width:200px;
    height:200px;
    line-height:200px
}
.ingredient-box4 [class^="col-sm-4"] .sb-1::after {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(244, 217, 109, 1);
    border-radius: 50%;
    z-index: 35;
    border:3px solid #e1d787
}
.ingredient-box4 [class^="col-sm-4"] .sb-1 h5 {
    position: absolute;
    left: 50%;
    top: 50px;
    z-index: 39;
    color: #bc9b1b;
    display: block;
    font-size:1.1rem;
    transform: translateX(-50%);
}
.ingredient-box4 [class^="col-sm-4"] .sb-2 {
    position:relative;
    /* background: rgba(208, 255, 104, 0.15); */
    color: #5ef21b;
    display:inline-block;
    font-size:1rem;
    padding:0;
    border-radius:50%;
    width:200px;
    height:200px;
    line-height:200px
}
.ingredient-box4 [class^="col-sm-4"] .sb-2::after {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgb(132, 173, 72);
    border-radius: 50%;
    z-index: 35;
    border:3px solid #a7c247
}
.ingredient-box4 [class^="col-sm-4"] .sb-2 h5 {
    position: absolute;
    left: 50%;
    top: 50px;
    z-index: 39;
    color: #32fd07;
    display: block;
    font-size:1.1rem;
    transform: translateX(-50%);
}
.ingredient-box4 [class^="col-sm-4"] .sb-3 {
    position:relative;
    /* background: rgba(106, 99, 21, 0.15); */
    color: #899311;
    display:inline-block;
    font-size:1rem;
    padding:0;
    border-radius:50%;
    width:200px;
    height:200px;
    line-height:200px
}
.ingredient-box4 [class^="col-sm-4"] .sb-3::after {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(71, 76, 12, 1);
    border-radius: 50%;
    z-index: 35;
    border:3px solid #5f5500
}
.ingredient-box4 [class^="col-sm-4"] .sb-3 h5 {
    position: absolute;
    left: 50%;
    top: 50px;
    z-index: 39;
    color: #8eab05;
    display: block;
    font-size:1.1rem;
    transform: translateX(-50%);
}

/* qna */
.accordion {
    background:none !important;
    border:none !important;
    box-shadow:none !important;
}
.accordion-header {
    border:none !important;
    background:none !important;
}
.accordion-item {
    border:none !important;
    margin-bottom:2rem;
}
.accordion-button {
    font-size: clamp(1.25rem, 3vw, 1.5rem) !important;
    color:rgba(255 255 255 / 50%) !important
}
.accordion-button:not(.collapsed) {
    color:#fff !important;
    background:none !important;
    border:none !important;
    box-shadow:none !important;
}
.accordion-body {
    font-size: 1.1rem;
    line-height: 1.5;
    background: rgba(140, 140, 140, 0.1);
    color:rgba(255 255 255 / 70%);
    padding: 4rem 2rem;
    border: none;
    border-radius: 10px;
}


/* product */
.product-bg {
    position: fixed;
    inset:0;
    width: 100%;
    height: calc(100% - 70px);
    z-index: -1;
    transform: scale(1.15);
    transform-origin: center center;
    will-change: transform, opacity;
    backface-visibility: hidden;
}
.product-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/images/fullscreen/product_bg2.png) no-repeat center / cover;
    background-position: center bottom;
    opacity: 0.5;
}
.product-bg h1 {
    position: absolute;
    top: 40%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: #fff;
    /* font-size: clamp(2rem, 5vw, 3rem); */
    font-size: clamp(1.7rem, 4.5vw, 3rem);
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    will-change: transform, opacity, filter;
    padding-left:20px;
}
.product-bg h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 100%;
    background: #da1e1d;
    transform: translateY(-50%);
}
.product-content {
    margin-top: 20vh;
    /* border-radius: clamp(12px, 2vw, 28px) clamp(12px, 2vw, 28px) 0 0;
    background: rgba(26, 26, 26, 0.8) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important; */
    backdrop-filter: blur(14px);
    padding-bottom:70px
} 
.product-story-top {
    position:relative;
    width: min(1600px, 100%);
    height: 470px;
    overflow: hidden;
    margin:3rem auto 5rem;
    border-radius: 0.77rem;
}
.product-story-top img {
    object-fit: cover;
    width:100%;
    height:100%;
    object-position: center 53%;
}
.chart-content-bg {
    background: rgba(0 0 0 / 30%);
    padding: 1rem;
    border-radius: 1rem;
    margin-top:40px;
}         

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    --ct-table-accent-bg: rgba(0 0 0 / 10%);
    border: 0;
}
.table-nowrap th, .table-nowrap td {
    border:none
}
.apexcharts-track path {
    stroke: rgba(95, 95, 95, 0.3)
}
.charts-text-box {
    background: rgba(0 0 0 / 30%);
    padding: 1.5rem 2rem;
    border-radius: 1rem;
}
.charts-text-box .bg-primary-lighten {
    background-color:#322d04 !important;
    
}
.charts-text-box .text-primary {
    color:#7d7219 !important
}
.apexcharts-tooltip .apexcharts-tooltip-title {
    background-color: #111 !important;
    color: #fff;
}
.apexcharts-legend-marker {
    width:7px !important;
    height:7px !important
}
.new-bg {
    box-shadow:none;
    background:rgba(0 0 0 / 25%);
    padding:1rem 0;
}
.graph-4-wrap {} 
.graph-4-wrap .text-warning {color:#fbdbb7 !important}
.graph-4-wrap .text-success {color:#eaf66e !important}
.graph-4-wrap .text-danger {color:#f1f9cf !important}
.graph-4-wrap .text-info {color:#ff9758 !important}
.graph-4-wrap .new-bg2 .card-body h3 {
    font-size:1.3rem
}
.product_img_wrap {
    position:relative;
}
.product_img_wrap img {
    width:50%;
    border-radius: 4px;
    border: 2px solid #1c1823;
    box-shadow: 0 1px 20px rgba(0 0 0 / 50%);
}
.new-bg2 {
    box-shadow:none;
    background:rgba(0 0 0 / 55%);
    padding:0;
}
.banner-box {
    display:flex;
    align-items: flex-start;
    background:url(/images/banner/banner_02.png) no-repeat;
    height: clamp(300px, 400px, 500px);
    background-size: contain;
    background-position: center bottom;
    border-radius: 0.77rem;
}
.banner-box::before {
    display:block;
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0 0 0 / 15%);
    border-radius: 0.77rem;
}
.cta-box {
    background-image: url(/images/banner/bg-pattern.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: right top;
    box-shadow:none
}
.cta-box .cta-box-title {
    font-size:1.4rem;
    line-height:1.4
}
.cta-box .cta-box-title strong {
    color:#79c6ff
}
.table-striped > thead > tr > th,
.table-striped > tbody > tr > td {
    text-align:center
}
.table-striped > tbody > tr:nth-child(1) {
    border:2px solid #ff0101
}

.Characteristics {
    position:relative;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:0;
    margin-top:3rem;
}
.Characteristics span {
    padding: 0;
    border-radius:50%;
    font-size:1rem;
    font-weight:500;
    width:220px;
    height:220px;
    line-height:210px;
    margin:0 -20px
}
.Characteristics span:nth-child(1) {
    background: rgba(250 103 103 / 0.15);
    color: #fa6767;
    border:3px solid rgba(250 103 103 / 0.05)
}
.Characteristics span:nth-child(2) {
    background: rgba(253, 190, 0, 0.15);
    color: #ffaf32;
    border:3px solid rgba(253, 190, 0, 0.05)
}
.Characteristics span:nth-child(3) {
    background: rgba(17, 216, 11, 0.15);
    color: #3ed239;
    border: 3px solid rgba(17, 216, 11, 0.05)
}
.Characteristics span:nth-child(4) {
    background: rgba(54 136 252 / 0.15);
    color: #3688fc;
    border:3px solid rgba(54 136 252 / 0.05);
}
.Characteristics span:nth-child(5) {
    background: rgba(253, 0, 237, 0.15);
    color: #f231dd;
    border: 3px solid rgba(253, 0, 237, 0.05)
}
.new-bg3 {
    box-shadow:none;
    background:rgba(0 0 0 / 55%);
    padding:2rem;
    border-radius:.77rem
}
.new-bg3 p {
    line-height:1.5
}
.card .card-title.custom_02 {
    display:flex;
    flex-direction: column;
    justify-content: center;
    font-size:1rem
}
.card .card-title.custom_02 .img-area {
    display:flex;
    align-items: center;
    color:#00c738;
    font-weight:800;
    letter-spacing: -.5px;
}
.card .card-title.custom_02 .img-area img {
    height:20px;
    margin-right:7px
}
.card .card-title.custom_02 .img-area span {
    font-size:1rem
}
.card .card-title.custom_02 p {
    font-size:1.4rem;
    margin:1rem 0 0 0;
}
.card .card-title.custom_03 {
    display:flex;
    flex-direction: column;
    justify-content: center;
    font-size:1rem
}
.card .card-title.custom_03 .img-area {
    display:flex;
    align-items: center;
    color:#00c738
}
.card .card-title.custom_03 .img-area img {
    height:17px;
    margin-right:7px
}
.card .card-title.custom_03 p {
    font-size:1.4rem;
    margin:1rem 0 0 0;
}


@media (min-width: 1200px) and (max-width:1399.98px) {
    .graph-4-wrap .text-warning,
    .graph-4-wrap .text-success,
    .graph-4-wrap .text-danger, 
    .graph-4-wrap .text-info {font-size:14px}
}

@media (max-width: 1199.98px) {
    .sub-box-1 img {
        width:50%
    }
}
@media (min-width: 992px) {
    .bg-xl-height {
        height:400px;
    }
    .bg-xl-height > .card-body > .table-responsive > .table > tbody > tr > td > h5.font-13 {
        font-size:1rem !important
    }
    .bg-xl-height > .card-body > .table-responsive > .table > tbody > tr > td > span.font-13 {
        font-size:1rem !important
    }
    .table-striped > thead > tr > th,
    .table-striped > tbody > tr > td {
        font-size:1rem
    }
    .table-striped > tbody > tr:hover {
        background: rgba(246, 47, 47, 0.5);
        transition: ease-in-out .2s;
    }
    .company-content {
        background: rgba(26, 26, 26, 0.95) !important;
        backdrop-filter: blur(5px);
    }
    .product-content {
        backdrop-filter: blur(0);
    }
    .inbox-widget .inbox-item .inbox-item-author {
        width:72%
    }
}
@media (max-width: 991.98px) { 
    .sub-bg h1,
    .brand-bg h1 {
        top:40%;
        left:25%
    }
    .hero-scale-target2 {
        height: 300px;
    }
    /* .ingredient-box3 .right img {
        height:300px;
        transform: rotate(90deg);
    } */
    .ingredient-box3 .left {
        margin-top:-60px
    }
    .ingredient-box3 .right {
        padding:0;
    }
    .powder-wrap {
        position: relative;
        height: 370px; 
    }

    .powder-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        width: auto;
        height: 100%;
        /* border-radius: 10px; */
    }
    .sub-box-1 img {
        width:50%
    }
    .ceo-img img {
        top:50%;
        width:50%;
        height:auto;
        transform: translate(-50%, -50%);
    }
    .Characteristics span:nth-child(4),
    .Characteristics span:nth-child(5) {
        margin-top:-50px
    }
    .brand-modal-btn {
        bottom:5vh;
        padding:0 !important;
        border:none !important;
    }
    .brand-modal-btn i {
        font-size:30px;
        opacity: 0.7;
        font-weight:100
    }
    .brand-modal-btn span {
        display:block;
        margin-top:3px;
        font-size:10px
    }
}
@media (max-width: 767.98px) { 
    .inbox-widget .inbox-item {
        width:calc(100% / 2 - 1rem);
    }
    .sub-bg h1,
    .brand-bg h1 {
        top:45%;
        left:23%;
    }
    .brand-bg {
     min-height: 180px;
    }
    .brand-bg::before {
        background-position: center 20%;
        opacity: 0.4;
    }
    .brand-section {
      padding: 70px 0;
    }

    .brand-section p {
      line-height: 1.5;
      margin:0 0 20svh
    }
    .sub-bg2::before {
        background-position: center 60%;
    }
    .ingredient-box1 [class^="col-md-4"] {
        border-bottom:1px solid #313233;
    }
    .ceo-img img {
        top:50%;
        width:80%;
        height:auto;
        transform: translate(-50%, -50%);
    }
    .product_img_wrap img {
        width:100%
    }
    .Characteristics span:nth-child(3) {
        margin-top:-40px
    }
    .Characteristics span:nth-child(4) {
        margin-top:-40px
    }
    .Characteristics span:nth-child(5) {
        margin-top:-320px;

    }
}
@media (min-width:576px) {
    .modal-dialog.modal-dialog-scrollable {
        max-width:600px
    }
}
@media (max-width: 575.98px) { 
    .inbox-widget .inbox-item {
        width:calc(100%);
    }
    .sub-bg h1,
    .brand-bg h1 {
        top:40%;
        left:50%;
    }
    .hero-scale-target2 {
        height: 200px;
    }
    .tilebox-one {
        height:150px !important;
    }
    .powder-wrap {
        position: relative;
        /* height: 370px;  */
        height: 100vw; 
    }
    .ingredient-box4::before {
        width:3px;
        height: 60%;
        top:50%;
        transform: translateY(-50%);
    }
    .sub-box-1 img {
        width:100%
    }
    .ceo-img img {
        top:0;
        width:80%;
        height:100%;
        transform: translateX(-50%);
    }
    .charts-text-box {
        background: none;
        padding: 1rem 0;
        border-radius: .77rem;
    } 
    .charts-text-box h4 {font-size:14px}
    .charts-text-box p {font-size:12px}
    .new-bg {
        background:none
    }
    .new-bg2 {
        background:rgba(58, 58, 58, 0.28)
    }
    .apex-charts {
        overflow: hidden;
    }
    .chart-content-bg {
        background:rgba(50 50 50 / 50%);
    }
    .product-story-top {
        height:200px;
        transform: none !important;
    }
    .apexcharts-legend {
        display:flex !important
    }
    .Characteristics span {
        width: calc((100%) / 2);
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        margin:0;
        height:auto;
        line-height:1
    }
     .Characteristics span:nth-child(odd) {
        transform: translateX(10px);
    }

    .Characteristics span:nth-child(even) {
        transform: translateX(-10px);
    }
    .Characteristics span:nth-child(3) {
        margin-top:-20px
    }
    .Characteristics span:nth-child(4) {
        margin-top:-20px
    }
    .Characteristics span:nth-child(5) {
        position:absolute;
        top:50%;
        left:50%;
        margin: 0;
        margin-top: 0;
        height: 50%;
        aspect-ratio: 1 / 1;
        background: rgba(84, 7, 79, 0.25);
        transform: translate(-50%, -50%);
    }
    .new-bg3 {
        padding:0;
        background:none
    }
    .accordion-body {
        padding:2rem 2rem
    }

    .banner-box {
        height:300px
    }
    .cta-box .cta-box-title {
        font-size:20px
    }
}