/* Header Css  */
.site-header {
    position: relative;
    width: 100%;
    z-index: 99;
    background: var(--body-color);
}

.site-header .mobile-header {
    position: fixed;
    width: 50%;
    height: 100vh;
    top: 0;
    right: 0;
    padding: 100px 40px 20px;
    background-color: var(--extra-color-1);
    min-height: 100%;
    transform: translateX(100%);
    transition: 0.2s;
    z-index: 9999;
}

.header-logo .logo-here {
    object-fit: cover;
    width: 100%;
    max-width: 270px;
    height: 130px;
}

.head-link {
    gap: 48px;
}

.secondary-header-wraapper .secondary-header-icon-wrapper ul li a {
    color: var(--extra-color-2);
    margin: 0px 25px 0px 0px;
}

.header-img figure img.img-fluid {
    max-width: 180px;
    height: 90px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .site-header .mobile-header.active {
        transform: translateX(0);
    }
}


/* Header Css  */

/* Banner Section Start Here */
.banner-inner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-wrapper {
    display: flex;
    justify-content: center;
    align-items: start;
    /* margin: auto; */
}

/* Banner Section End Here */

/* lookat-section Css  */
.lookat-section {
    background-image: url(../img/lookat-bg.png);
}

.proven-section:before {
    content: "";
    position: absolute;
    background-image: url(../img/proven-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 1570px;
    left: 0px;
    top: 0;
    z-index: -1;
}

/* lookat-section Css  */

/* research-section Css  */
.research-section .research-img {
    flex: 0 0 10%;
}

.research-img figure img.img-fluid {
    filter: drop-shadow(2px 4px 6px #00000020);
}

/* research-section Css  */

/* investment-section Css  */
.investment-section::before {
    content: "";
    position: absolute;
    background-image: url(../img/investment-center.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 1330px;
    bottom: -20rem;
    z-index: -1;
    margin: auto;
}

.investment-slide {
    margin: 0px 10px;
}

.investment-slide .journey-box-wrapper {
    height: 300px;
    background: var(--body-color);
}

.journey-box-wrapper:hover {
    background-color: transparent;
    background: linear-gradient(180deg, rgba(248, 4, 0, 1) 0%, rgba(85, 1, 2, 1) 100%);
}

.testimonials-wrapper {
    width: 90%;
    margin: auto;
}

/* .testimonials-wrapper .testimonials-img-wrapper img.img-fluid {
    height: 460px;
    width: 100%;
    object-fit: cover;
} */

.common-slider .swiper-slide.swiper-slide-active {
    transform: scale(1.2);
}

.common-slider .swiper-slide.swiper-slide-active .journey-box-wrapper {
    background: linear-gradient(180deg, rgba(248, 4, 0, 1) 0%, rgba(85, 1, 2, 1) 100%);
}

.common-slider .swiper-slide.swiper-slide-active .journey-hover {
    color: var(--body-color);
}

/* .common-slider .hide-text {
    display: none;
}

.common-slider .swiper-slide.swiper-slide-active .hide-text {
    display: block;
} */

.common-slider .swiper-wrapper {
    display: flex;
    align-items: center;
}

.common-slider .journey-box-wrapper {
    height: 100%;
}


.digestive-section .journey-box-wrapper {
    height: 100%;
}

.guide-section .introducing-content {
    border-right: 1px solid var(--extra-color-3);
    padding-right: 10px;
}

.introducing-border {
    border: 2px solid var(--extra-color-3);
}

.investment_btn {
    font-size: 30px;
    background: linear-gradient(180deg, rgb(100% 84.31% 0%) 0%, rgb(0% 0% 0%) 100%);
}

/* investment-section Css  */

/* protocol-section Css  */

.protocol-section:after {
    content: "";
    position: absolute;
    background-image: url(../img/protocol-bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 1070px;
    /* bottom: -620px; */
    top: 0;
    right: -10px;
    z-index: -1;
    background-color: rgb(234 234 234 / 87%);
    background-blend-mode: luminosity;
}

/* health-section Css  */
.health-section {
    background-image: url(../img/health-bg.png);
}

/* health-section Css  */

/* frequently-section Css  */

.frequently-section {
    background-image: url(../img/frequently-bg.png);
}

/* frequently-section Css  */

/* faqs-section Css  */
.faqs-section .accordion-button {
    padding: 1rem 1.25rem;
    background-color: var(--body-color);
    border-radius: 7px;
}

.faqs-section .accordion-button {
    padding: 1rem 1.25rem;
    background-color: var(--body-color);
    border-radius: 21px;
    border: 1px solid #C2C2C2;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.faqs-section .accordion-button:not(.collapsed) {
    color: var(--primary-color);
    /* background-color: var(--extra-color-3); */
    box-shadow: unset;
    font-weight: 600;
    border-radius: 7px 7px 0px 0px;
    font-size: 23px;
    font-family: var(--primary-semibold-font);
    border: 0;
}

.faqs-section .accordion-body {
    padding: 1rem 1.25rem;
    /* background: var(--extra-color-3); */
    border-radius: 0px 0px 7px 7px;
}

.faqs-section .accordion-item.active {
    border: 1px solid var(--extra-color-3);
    border-radius: 21px;
    overflow: hidden;
}

.faqs-section .accordion-item {
    background-color: #fff;
    border: 1px solid transparent;
    margin-bottom: 10px;
}

.faqs-section .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
}


/* faqs-section Css  */

/* commitment-section Css  */
.commitment-section {
    background-image: url(../img/commitment-bg.png);
    padding: 120px 0px;
}

/* commitment-section Css  */

/* journey-section Css  */
.understand-wrapper {
    border: 1px solid var(--extra-color-3);
    border-radius: 34px;
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.journey-box-wrapper {
    border: 1px solid var(--primary-color);
    border-radius: 23px;
    padding: 25px;
    background-color: #F5F5F5;
    height: 320px;
    transition: 0.8s;
}

.journey-box-wrapper:hover {
    /* background-color: var(--extra-color-3); */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-color: transparent;
}

.journey-box-wrapper:hover .journey-hover {
    color: var(--body-color);
}

.journey-box-main .journey-box-wrapper {
    height: 260px;
}

/* journey-section Css  */

/* component-section Css  */
.component-img figure img.img-fluid {
    /* height: 350px; */
    width: 100%;
}

/* component-section Css  */

/* footer Css  */

.site-footer {
    background-image: url(../img/footer-bg.png);
    padding: 100px 0px 0px;
    z-index: 9;
}

.footer-heading::after {
    content: "";
    position: absolute;
    background: #D1B560;
    width: 50px;
    height: 2px;
    left: 0;
    bottom: -32px;
    z-index: -1;
}

.footer-heading {
    position: relative;
    width: fit-content;
}

.footer-bottom-logo figure {
    max-width: 260px;
}

.footer-logo img.img-fluid {
    max-width: 300px;
    margin: auto;
}

.footer-icon-img {
    border: 2px solid #CDA936;
    color: var(--body-color);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-icon-img i {
    font-size: 40px;
}

.footer-bottom-wrapper {
    border: 4px solid #FFD700;
    background: var(--extra-color-3);
}

/* footer Css  */

/* error-page-banner page Css  */
.error-page-banner {
    background-image: url(http://test1.testingdemowebsites.com/drdeep-dive/v9/img/contact-banner.png);
    padding: 270px 0px 100px;
}

/* error-page-banner page Css  */