* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", serif;
}

html{
    overflow-x: hidden;
}
html.header-open,
html.header-open body{
    overflow: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    font-weight: 300;
    /* line-height: 1.62em; */
    letter-spacing: 0.1px;
    color: #b3b3b3;
    background: #000000;
}

body.body-white {
    background: #f8f8f8;
}
li.header-nav-item {
    padding: 0 14px 0 0 !important;
}
a.header-nav-link.btndesign {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none;
    letter-spacing: 0px;
    color: #000000;
    cursor: pointer;
    display: block;
    width: fit-content;
    margin: 0 auto 10px;
    background: #9de110;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 17px 57px 18px;
    border-radius: 100px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row>*[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333333%;
}

.col-6 {
    width: 50%;
}

.col-37 {
    width: 37.984%;
}

.col-62 {
    width: 62.016%;
}

.col-12 {
    width: 100%;
}

.mt-0{
    margin-top: 0 !important;
}

.container {
    max-width: 1320px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.scroll-top-btn {
    -webkit-transition: -webkit-transform 0.3s ease, bottom 0.3s ease, color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease, bottom 0.3s ease, color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, bottom 0.3s ease, color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
    width: 45px;
    height: 45px;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    color: #fcfcfc;
    border: 1px solid #171717;
    background-color: #171717;
    cursor: pointer;
    position: fixed;
    right: 2em;
    bottom: -4em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-top-btn:hover {
    background: #998675;
    border-color: #998675;
}

.scroll-top-btn svg {
    width: 24px;
    height: 24px;
}

.scroll-top-btn.show {
    opacity: 1;
    bottom: 2em;
}

/* header section start */
.header-section {
    padding: 20px 70px 20px 70px;
}

.header-section.absolute-header-section {
    position: absolute;
    z-index: 8000;
    top: 0;
    left: 0;
    width: 100%;
}

.header-section.header-scroll-active {
    position: sticky;
    top: 0;
    background: #000000E6;
    z-index: 9999;
    animation: slideDown 0.35s ease-out;
}

.header-section .header-content {
    display: flex;
    align-items: center;
}

.header-content .header-logo {
    max-width: 195px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 9px 0;
}

.header-content .header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-content nav {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.header-content nav .header-nav {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0.5em 28px 0.5em 0;
}

nav .header-nav .header-nav-item .header-nav-link {
    padding: 0.9em;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 500;
    color: #fcfcfc;
    text-decoration: none;
    position: relative;
    display: block;
}

nav .header-nav .header-nav-item .header-nav-link::after {
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    top: auto;
    bottom: -2px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 0;
    height: 2px;
    background: #fcfcfc;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

nav .header-nav .header-nav-item .header-nav-link:hover::after {
    width: 100%;
}

.header-content nav .header-social-toggle {
    margin: 9px 0 9px 32px;
    background: transparent;
    border: 0;
    padding: 0;
    width: 21px;
    height: 21px;
    color: #fcfcfc;
    cursor: pointer;
}

.header-content nav .header-social-toggle svg {
    width: 100%;
    height: 100%;
}

.header-content nav .header-toggle-btn {
    background: transparent;
    border: 0;
    padding: 0;
    width: 31px;
    height: 31px;
    color: #fcfcfc;
    cursor: pointer;
    display: none;
}

.header-content nav .header-toggle-btn svg {
    width: 100%;
    height: 100%;
}
.header-content nav .header-toggle-close-btn {
    background: transparent;
    border: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    color: #fcfcfc;
    cursor: pointer;
    display: none;
}

.header-content nav .header-toggle-close-btn svg {
    width: 100%;
    height: 100%;
}

/* header section end */

/* social side panel section start */
.social-side-panel-backdrop {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    -webkit-transition: background-color 0.8s ease;
    -ms-transition: background-color 0.8s ease;
    transition: background-color 0.8s ease;
}

.social-side-panel-backdrop.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.social-side-panel {
    position: fixed;
    z-index: 100001;
    top: 0;
    right: 0;
    max-width: 388px;
    width: 100%;
    height: 100%;
    padding: 55px 35px 40px;
    background: #101010;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.8s ease, opacity 6s ease;
    -ms-transition: -ms-transform 0.8s ease, opacity 6s ease;
    transition: transform 0.8s ease, opacity 6s ease;
}

.social-side-panel.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.social-side-panel .social-side-panel-header {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.social-side-panel .social-side-panel-header .social-side-panel-logo {
    height: 23px;
    width: fit-content;
    display: flex;
    align-items: center;
}

.social-side-panel .social-side-panel-header .social-side-panel-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.social-side-panel .social-side-panel-header .social-side-panel-close-btn {
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    background-color: #202121;
    color: #fcfcfc;
    font-size: 15px;
    margin-left: auto;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.social-side-panel .social-side-panel-header .social-side-panel-close-btn svg {
    width: 24px;
    height: 24px;
    -webkit-transition: -webkit-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.social-side-panel .social-side-panel-header .social-side-panel-close-btn:hover svg {
    transform: rotate(180deg);
}

.social-side-panel .social-side-panel-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-side-panel .social-side-panel-nav .social-side-panel-nav-item {
    margin-top: 25px;
}

.social-side-panel .social-side-panel-nav .social-side-panel-nav-item:first-child {
    margin-top: 0;
}

.social-side-panel .social-side-panel-nav .social-side-panel-nav-item .social-side-panel-nav-link {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #fcfcfc;
    text-decoration: none;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.social-side-panel .social-side-panel-nav .social-side-panel-nav-item .social-side-panel-nav-link span {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.social-side-panel .social-side-panel-nav .social-side-panel-nav-item .social-side-panel-nav-link span svg {
    width: 15px;
    height: 15px;
}

.social-side-panel .social-side-panel-nav .social-side-panel-nav-item .social-side-panel-nav-link:hover {
    color: #b3b3b3;
}

.social-side-panel .social-side-panel-footer {
    border-top: 1px solid #3D3D3D;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 45px 0px 0px 0px;
}

/* social side panel section end */

/* banner hero section start */
.banner-hero-section {
    padding: 76px 0 0;
}

.banner-hero-section .banner-hero-content {
    width: 71.332%;
    padding: 0 15px 30px;
    margin: 0 auto;
    position: relative;
}

.banner-hero-section .banner-hero-content .banner-hero-content-shap1 {
    position: absolute;
    bottom: 10px;
    left: 74px;
    width: 180px;
}

.banner-hero-section .banner-hero-content .banner-hero-content-shap2 {
    position: absolute;
    bottom: 10px;
    right: 74px;
    width: 180px;
}

.banner-hero-content .banner-hero-content-sub-head {
    padding: 8px 20px 8px 20px;
    border: 1px solid #95FF00;
    border-radius: 28px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 18px;
    font-family: "DM Sans", Sans-serif;
    font-weight: 400;
    color: #FFFFFF;
}

.banner-hero-content .banner-hero-content-heading {
    font-size: 40px;
    font-weight: 500;
    color: #9DE110;
    letter-spacing: -1.8px;
    text-align: center;
    max-width: 482px;
    margin: 25px auto 0;
}

.banner-hero-content .banner-hero-content-heading span {
    font-style: italic;
    font-family: Playfair Display;
}

.banner-hero-content .banner-hero-content-text {
    padding: 36px 100px 16px 100px;
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0.1px;
    color: #ffffff;
    text-align: center;
    line-height: 1.620;
}

.banner-hero-content .banner-hero-content-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none;
    letter-spacing: 0px;
    color: #000000;
    cursor: pointer;
    display: block;
    width: fit-content;
    margin: 0 auto 10px;
    background: #9de110;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 17px 57px 18px;
    border-radius: 100px;
}

.banner-hero-content .banner-hero-content-btn:hover {
    background: #857160;
}

/* banner hero section end */

/* ai agents section start */
.ai-agents-section {
    padding: 108px 0px 36px 0px;
}

.ai-agents-section .ai-agents-content .ai-agents-content-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.ai-agents-content .ai-agents-content-text h2 {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.1px;
    color: #fcfcfc;
}

.ai-agents-content .ai-agents-content-text img {
    margin: 12px 0;
    width: 41%;
    display: block;
}

.ai-agents-content .ai-agents-content-text p {
    color: #b3b3b3;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 1.57em;
    line-height: 1.8em;
}

.ai-agents-content .ai-agents-content-text ul {
    padding-left: 1.5em;
}

.ai-agents-content .ai-agents-content-text ul li {
    color: #b3b3b3;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 400;
    letter-spacing: 0.1px;
}

/* ai agents section end */

/* trusted slider section start */
.trusted-slider-section {
    padding: 46px 0;
}

.trusted-slider-content .trusted-slider-content-heading {
    color: #fcfcfc;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.1px;
    text-align: center;
    margin-bottom: 26px;
}

.trusted-slider-content .trusted-slider-content-heading span {
    color: #95FF00;
}

.trusted-slider-content .trusted-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.trusted-slider-content .trusted-slider .swiper-slide img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* trusted slider section end */

/* about section start */
.about-us-section {
    background-image: url('../images/Background-Image-1.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.about-us-section .about-us-content {
    padding: 0 15px;
}

.about-us-content .row {
    align-items: center;
}

.about-us-content .about-us-content-text h2 {
    color: #95FF00;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.1px;
    margin-bottom: 16px;
}

.about-us-content .about-us-content-text h3 {
    color: #fcfcfc;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.1px;
    margin-bottom: 16px;
}

.about-us-content .about-us-content-text p {
    color: #b3b3b3;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 1.62em;
    margin-bottom: 0;
}

.about-us-content .about-us-content-img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* about section end */

/* why us section start */
.whyus-section {
    background-image: url('../images/Section-Container-1.webp');
    background-position: 139px 215px;
    background-repeat: no-repeat;
    background-size: 83% auto;
    padding: 46px 0;
}

.whyus-content .whyus-heading span {
    color: #95FF00;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    opacity: 0.9;
    display: block;
    margin-bottom: 1.4em;
    text-align: center;
}

.whyus-content .whyus-heading h2 {
    color: #fcfcfc;
    font-size: 40px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: -1.8px;
    text-align: center;
    max-width: 492px;
    margin: 0 auto;
}

.whyus-content .row {
    padding: 76px 0;
    row-gap: 152px;
}

.whyus-content .whyus-col {
    padding-top: 16px;
}

.whyus-content .whyus-col .whyus-col-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 0 auto 16px;
    display: block;
}

.whyus-content .whyus-col .whyus-col-heading {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 1;
    color: #fcfcfc;
    margin-bottom: 10px;
    text-align: center;
}

.whyus-content .whyus-col .whyus-col-paragraph {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 1.62em;
    color: #b3b3b3;
    text-align: center;
    max-width: 289px;
    margin: 0 auto;
}

.whyus-content>.row>*:last-child .whyus-col .whyus-col-paragraph {
    max-width: 233px;
}

/* why us section end */

/* enhance brand section start */
.enhance-brand-section {
    background-image: url('../images/Background-Image-1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 46px 0px;
}

.enhance-brand-content .row {
    align-items: center;
}

.enhance-brand-content .enhance-brand-text .enhance-brand-heading {
    padding: 16px 0;
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 1;
    color: #fcfcfc;
}

.enhance-brand-content .enhance-brand-text .enhance-brand-heading span {
    color: #95FF00;
}

.enhance-brand-content .enhance-brand-text .enhance-brand-paragraph {
    padding: 16px 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 1.62em;
    color: #b3b3b3;
}

.enhance-brand-content .enhance-brand-text .enhance-brand-button {
    display: inline-block;
}

.enhance-brand-content .enhance-brand-text .enhance-brand-button img {
    display: inline-block;
    vertical-align: middle;
}

.enhance-brand-content .enhance-brand-img {
    max-width: 540px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    width: 100%;
    display: block;
}

/* enhance brand section end */

/* why vitaminai section start */
.why-vitaminai-section {
    padding-top: 72px;
}

.why-vitaminai-images-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    height: 75vh;
    overflow: hidden;
}

.why-vitaminai-images-container .tabs-section {
    width: 50%;
    position: sticky;
    top: 0;
}

.why-vitaminai-images-container .tab {
    padding: 10px;
    cursor: pointer;
}

.why-vitaminai-images-container .tab.active {
    font-weight: bold;
    background: rgba(255, 255, 255, 0.1);
}

.why-vitaminai-images-section {
    width: 50%;
    position: relative;
}

.why-vitaminai-images-section .why-vitaminai-image {
    display: none;
    text-align: center;
}

.why-vitaminai-images-section .why-vitaminai-image.active {
    display: block;
}

.why-vitaminai-images-container .tabs-section h5 {
    font-weight: 600;
    margin: 0 0 5px;
    color: #fcfcfc;
    font-size: 24px;
    line-height: 1.417em;
}

.why-vitaminai-images-container .tabs-section p {
    font-weight: 300;
    margin-bottom: 1.57em;
    font-size: 18px;
}

.why-vitaminai-images-container .tab:not(:last-child) {
    border-bottom: 1px solid #484747;
}

.why-vitaminai-images-container .logo-title {
    margin-bottom: 30px;
}

.why-vitaminai-images-container .logo-title img {
    max-width: 250px;
    width: 100%;
    height: auto;
}

/* why vitaminai section end */

/* meet swarm section start */
.meet-swarm-section {
    padding-top: 52px;
}

.meet-swarm-section .container {
    max-width: 1350px;
}

.meet-swarm-content .meet-swarm-heading-content {
    margin-bottom: 46px;
}

.meet-swarm-content .meet-swarm-heading-content h2 {
    color: #9BDD1A;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.1px;
    margin-bottom: 30px;
    text-align: center;
}

.meet-swarm-content .meet-swarm-heading-content p {
    color: #b3b3b3;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.1px;
    margin-bottom: 0px;
    text-align: center;
}

.meet-swarm-content .meet-swarm-col {
    padding-bottom: 26px;
}

.meet-swarm-content .meet-swarm-col .meet-swarm-col-img {
    width: 100%;
    height: auto;
    margin-bottom: 26px;
}

.meet-swarm-content .meet-swarm-col .meet-swarm-col-btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: #fcfcfc;
    padding: 19px 56px 20px;
    border: 1px solid #9de110;
    background: #9de110;
    -webkit-box-shadow: 0 7px 25px #45231a33;
    -ms-box-shadow: 0 7px 25px #45231a33;
    box-shadow: 0 7px 25px #45231a33;
    border-radius: 30px;
    text-decoration: none;
    width: fit-content;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}

.meet-swarm-content .meet-swarm-col .meet-swarm-col-btn:hover {
    border-color: #9de110;
    background: #9de110;
}

/* meet swarm section end */

/* loved supported section start */
.loved-supported-section {
    padding-top: 76px;
}

.loved-supported-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.loved-supported-content .loved-supported-heading {
    background-image: url('../images/Heart.svg');
    background-position: top center;
    background-repeat: no-repeat;
    padding: 0 15px;
    width: 40%;
}

.loved-supported-content .loved-supported-heading h2 {
    padding: 98px 0px;
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 400;
    letter-spacing: -0.1px;
    text-align: center;
    color: #fcfcfc;
    max-width: 370px;
    margin: 0 auto;
}

.loved-supported-content .loved-supported-heading h2 span {
    color: #95FF00;
}

.loved-supported-content .row {
    width: 60%;
    row-gap: 16px;
}

.loved-supported-content .loved-supported-col {
    aspect-ratio: 1 / 1;
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
}

.loved-supported-content .loved-supported-col img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* loved supported section end */

/* how work section start */
.how-work-section {
    background-image: url('../images/Background-Image-1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 100px 0;
    padding: 46px 0px;
}

.how-work-content .how-work-heading {
    margin-bottom: 48px;
}

.how-work-content .how-work-heading h2 {
    font-size: 40px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: -1.8px;
    text-align: center;
    color: #fcfcfc;
    margin-bottom: 26px;
}

.how-work-content .how-work-heading h2 span {
    color: #95FF00;
}

.how-work-content .how-work-heading p {
    max-width: 429px;
    margin: 0 auto;
    color: #A6DC949C;
    font-size: 19px;
    line-height: 1.62em;
    font-weight: 300;
    letter-spacing: 0.1px;
    text-align: center;
}

.how-work-content .how-work-video {
    width: 100%;
    aspect-ratio: 1.77777;
}

.how-work-content .how-work-video iframe {
    width: 100%;
    height: 100%;
}

/* how work section end */

/* trusted by all section start */
.trusted-all-section {
    background-image: url('../images/Background-Image-1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 46px 0px;
}

.trusted-all-content .trusted-all-heading {
    margin-bottom: 48px;
}

.trusted-all-content .trusted-all-heading h2 {
    font-size: 40px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: -1.8px;
    text-align: center;
    color: #fcfcfc;
    margin-bottom: 26px;
}

.trusted-all-content .trusted-all-heading p {
    max-width: 587px;
    margin: 0 auto;
    color: #A6DC949C;
    font-size: 19px;
    line-height: 1.62em;
    font-weight: 300;
    letter-spacing: 0.1px;
    text-align: center;
}

.trusted-all-slider-box .gf-review-slider {
    margin-bottom: 24px;
}

.gf-review-slide {
    aspect-ratio: 424 / 202;
    width: 100%;
    min-height: 202px;
    max-height: 202px;
    border-radius: 15px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid rgba(32, 31, 48, 1);
    background-image: linear-gradient(to right, rgba(0, 10, 6, 1), rgba(8, 29, 0, 1));
    overflow: hidden;
}

.gf-review-slide .gf-review-slide-profile {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 12px;
}

.gf-review-slide .gf-review-slide-profile img {
    aspect-ratio: 1 / 1;
    min-width: 74px;
    width: 74px;
    height: 74px;
    border-radius: 100px;
    overflow: hidden;
    object-fit: cover;
}

.gf-review-slide .gf-review-slide-profile .gf-review-slide-profile-text {
    text-align: left;
}

.gf-review-slide .gf-review-slide-profile .gf-review-slide-profile-text h2 {
    font-size: 16px;
    font-weight: 500;
    font-family: DM Sans;
    color: rgba(149, 255, 0, 1);
    margin-bottom: 4px;
}

.gf-review-slide .gf-review-slide-profile .gf-review-slide-profile-text span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(166, 220, 148, 1);
    margin-bottom: 0;
}

.gf-review-slide p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: rgba(100, 98, 140, 1);
    margin-bottom: 40px;
    overflow: auto;
    min-height: 65px;
    margin-bottom: 0;
    letter-spacing: -0.5px;
    text-align: left;
}

.gf-review-content .gf-review-slider-second[dir="rtl"] .gf-review-slide-profile {
    width: fit-content;
    flex-direction: row-reverse;
    margin-right: auto;
}

/* trusted by all section end */

/* blog section start */
.blog-column-section {
    background-image: url("../images/Background-Image-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 46px 0px;
    margin: 76px 0;
}

.blog-column-content .blog-column-heading {
    margin-bottom: 56px;
}

.blog-column-content .blog-column-heading h2 {
    font-size: 40px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: -1.8px;
    text-align: center;
    color: #fcfcfc;
    margin-bottom: 0;
}

.blog-column .blog-column-img {
    width: 100%;
    aspect-ratio: 410 / 305;
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.blog-column .blog-column-img img {
    -webkit-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blog-column:hover .blog-column-img img {
    -webkit-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07)
}

.blog-column .blog-column-text {
    padding-top: 18px;
}

.blog-column .blog-column-text .blog-column-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.5px;
    color: #fcfcfc;
    margin-bottom: 12px;
    display: block;
    width: fit-content;
    text-decoration: none;
}

.blog-column .blog-column-text .blog-column-heading {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2em;
    color: #fcfcfc;
    margin-bottom: 0;
    display: block;
    width: fit-content;
    text-decoration: none;
}

.blog-column .blog-column-text .blog-column-footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}

.blog-column .blog-column-text .blog-column-footer a {
    color: #737374;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    text-decoration: none;
}

.blog-column .blog-column-text .blog-column-footer a::after {
    content: '•';
    font-size: 14px;
    font-weight: 400;
    vertical-align: baseline;
    display: inline-block;
    margin: 0 0.75em;
}

.blog-column .blog-column-text .blog-column-footer a:last-child:after {
    display: none;
}

.blog-slider .swiper-pagination {
    left: auto;
    bottom: auto;
    position: static;
    margin-top: 2.7em
}

.blog-slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #E2E1E0;
    border-color: #E2E1E0;
    margin: 0 6px;
    opacity: 1;
}

.blog-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #998675;
    border-color: #998675;
}

/* blog section end */

/* faqs section start */
.faq-section {
    padding: 76px 0;
    margin: 76px 0;
    background-image: url("../images/Background-Image-1.webp");
}

.faq-content .faq-content-left-text .faq-content-left-title {
    font-size: 59px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 3.9px;
    word-spacing: 0.9em;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    color: #BFBFBF;
    max-width: 400px;
    width: 100%;
    margin-bottom: 26px;
}

.faq-content .faq-content-left-text .faq-content-left-title .faq-content-left-title1 {
    color: #cfcfcf;
}

.faq-content .faq-content-left-text .faq-content-left-title .faq-content-left-title2 {
    color: #868686;
}

.faq-content .faq-content-left-text .faq-content-left-btn {
    background-color: transparent;
    font-weight: 800;
    fill: #000000;
    color: #000000;
    background-image: linear-gradient(180deg, #95FF00 0%, #95FF00 100%);
    border-style: solid;
    border-color: #5988FF;
    border-radius: 16px;
    padding: 22px 36px;
    display: block;
    width: fit-content;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.accordion .accordion-box {
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
}

.accordion .accordion-box .accordion-box-title {
    padding: 32px 0;
    display: block;
    text-decoration: none;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2em;
    color: #FCFCFC;
    display: flex;
    align-items: center;
}

.accordion .accordion-box .accordion-box-title .accordion-arrow {
    min-width: 20px;
    width: 20px;
    height: 20px;
    display: block;
    margin-left: auto;
    position: relative;
}

.accordion .accordion-box .accordion-box-title .accordion-arrow::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 100%;
    background: #FCFCFC;
    transition: all 0.35s ease-in-out;
}

.accordion .accordion-box .accordion-box-title .accordion-arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background: #FCFCFC;
    transition: all 0.35s ease-in-out;
}

.accordion .accordion-box .accordion-box-title.active .accordion-arrow::after {
    background: #998675;
}

.accordion .accordion-box .accordion-box-title.active .accordion-arrow::before {
    transform: translate(-50%, -50%) rotate(90deg);
    background: #998675;
}

.accordion .accordion-box:has(.accordion-box-title.active) {
    border-bottom-color: #fcfcfc;
}

.accordion .accordion-box .accordion-box-content {
    padding: 7px 0 41px;
}

.accordion .accordion-box .accordion-box-content p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.62em;
    letter-spacing: 0.1px;
    color: #b3b3b3;
    margin-bottom: 0;
}

/* faqs section end */

/* lets connect section start */
.lets-connect-section {
    background-image: url('../images/Ellipse-231.svg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 94px 0;
}

.lets-connect-content h2{
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    background: linear-gradient(to bottom, #f6fcfb 0%, #c4cbc5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px;
}
.lets-connect-content p{
    text-align: center;
    font-size: 17px;
    color: #7a7b83;
    font-weight: 500;
    margin-bottom: 16px;
}
.lets-connect-content a{
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    background: linear-gradient(to right, #445734 0%, #3c691d 100%);
    color: #ffffff;
    border-radius: 100px;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
}

/* lets connect section end */

/* footer section start */
.footer-section {
    padding: 100px 0 0;
    background: transparent;
    background-image: linear-gradient(180deg, #030D00 0%, #20221C 100%);
}

.footer-section .footer-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: space-between;
}

.footer-section .footer-content>* {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-content .footer-logo-box {
    width: 26%;
}

.footer-content .footer-logo-box .footer-logo {
    margin: 0.5em 1.5em 1em 0;
}

.footer-content .footer-logo-box .footer-logo img {
    max-width: 195px;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.footer-content .footer-logo-box .footer-logo-box-text {
    margin: 1em 1.5em 0.5em 0;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.62em;
    letter-spacing: 0.1px;
    max-width: 240px;
    width: 100%;
}

.footer-right-menu-box {
    width: 29%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.footer-right-menu-box>* {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}

.footer-right-menu-box .footer-right-menu h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: -0.1px;
    color: #fcfcfc;
    margin: 0.5em 0 1em;
}

.footer-right-menu-box .footer-right-menu ul {
    margin: 1em 0 0.5em;
    list-style: none;
    padding: 0;
}

.footer-right-menu-box .footer-right-menu ul li {
    padding: 0.25em 0;
}

.footer-right-menu-box .footer-right-menu ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    color: #b3b3b3;
    display: block;
    width: fit-content;
    text-decoration: none;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.footer-right-menu-box .footer-right-menu ul li a:hover {
    color: #998675;
}

.footer-section .small-footer-content {
    border-top: 1px solid #3d3d3d;
    margin-top: 79px;
    padding: 51px 0 8px;
}

.footer-section .small-footer-content .row {
    align-items: center;
}

.small-footer-content .small-footer-copy-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.66em;
    color: #b3b3b3;
    margin-bottom: 0;
}

.small-footer-content .small-footer-copy-text a {
    color: #b3b3b3;
    text-decoration: none;
}

/* footer section end */

/* blog detail banner section start */
.blog-banner-section {
    background-position: center;
    height: 37.7rem;
    background-size: cover;
    
    overflow: hidden;
    position: relative;
}

.blog-banner-section::before {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.45);
}

.blog-banner-section .blog-banner-content {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 4.8em;
    top: auto;
    width: 100%;
    position: absolute;
    z-index: 10;
    left: 50%;
}

.blog-banner-content .blog-banner-content-label {
    border-radius: 15px;
    background-color: #674e58;
    text-transform: uppercase;
    padding: 4px 17px 5px;
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 3px 0 27PX;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
}

.blog-banner-content .blog-banner-content-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: -1.8px;
    line-height: 1em;
    margin: 0;
    color: #ffffff;
}

.blog-banner-content .blog-banner-content-footer {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog-banner-content .blog-banner-content-footer .blog-banner-content-author {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.blog-banner-content .blog-banner-content-footer .blog-banner-content-author::after {
    content: '•';
    margin: 0 0.5em 0 0.74em;
    vertical-align: baseline;
    font-size: 14px;
    font-weight: 400;
    color: #a3a4b3;
}

.blog-banner-content .blog-banner-content-footer .blog-banner-content-author img {
    margin-right: 0.85em;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
}

.blog-banner-content .blog-banner-content-footer .blog-banner-content-author p {
    letter-spacing: 0.5px;
    color: #ffffff;
}

.blog-banner-content .blog-banner-content-footer .blog-banner-content-date {
    font-size: 14px;
    font-weight: 400;
    color: #D2D3D5;
}

.blog-banner-content .blog-banner-content-footer .blog-banner-content-date::after {
    content: '•';
    margin: 0 0.5em 0 0.74em;
    vertical-align: baseline;
    font-size: 14px;
    font-weight: 400;
    color: #a3a4b3;
}

.blog-banner-content .blog-banner-content-footer .blog-banner-content-comment {
    font-size: 14px;
    font-weight: 400;
    color: #D2D3D5;
    text-decoration: none;
}

/* blog detail banner section end */

/* blog detail text section start */
.blog-detail-section {
    padding: 6.5rem 0 7.4rem;
}

.blog-detail-content {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 40px;
}

.blog-detail-content .blog-detail-left-content {
    grid-column: span 8 / span 8;
}

.blog-detail-text-box h2 {
    font-size: 30px;
    line-height: 46px;
    margin-top: 0.67em;
    margin-bottom: 0.56em;
    font-weight: 500;
    text-transform: none;
    letter-spacing: -0.1px;
    color: #171717;
}

.blog-detail-text-box h3 {
    font-size: 1.944em;
    font-weight: 500;
    font-style: normal;
    line-height: 1.086em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    margin-top: 0.94em;
    margin-bottom: 0.72em;
    color: #171717;
}

.blog-detail-text-box ol,
.blog-detail-text-box ul {
    padding-left: 1.5em;
    margin-top: 0em;
    margin-bottom: 1.57em;
}

.blog-detail-text-box ol li,
.blog-detail-text-box ul li {
    color: #686870;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 1.62em;
    letter-spacing: 0.1px;
}

.blog-detail-text-box p {
    color: #686870;
    font-size: 18px;
    font-size: 400;
    letter-spacing: 0.1px;
    line-height: 1.62em;
    letter-spacing: 0.1px;
    margin-top: 0em;
    margin-bottom: 1.57em;
}
.blog-detail-text-box a {
    color: #686870;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-detail-text-box a:hover {
    color: #857160;
}

.blog-detail-text-footer {
    margin-top: 4em;
    padding-top: 2.2em;
    border-top: 1px solid #ccccd4;
}

.blog-detail-text-footer .blog-detail-text-footer-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccccd4;
    padding-bottom: 1.8em;
}

.blog-detail-text-footer .blog-detail-text-footer-social .blog-detail-text-footer-like-btn {
    background: transparent;
    border: 0;
    padding: 0;
    color: #a3a4b3;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.blog-detail-text-footer .blog-detail-text-footer-social .blog-detail-text-footer-like-btn .blog-detail-text-footer-like-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 43px;
    height: 43px;
    line-height: 46px;
    letter-spacing: -1px;
    border-radius: 50%;
    border: 1px solid #ccccd4;
    color: #171717;
    -webkit-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
    background: transparent;
}

.blog-detail-text-footer .blog-detail-text-footer-social .blog-detail-text-footer-like-btn .blog-detail-text-footer-like-btn-icon svg {
    width: 20px;
    height: 20px;
}

.blog-detail-text-footer .blog-detail-text-footer-social .blog-detail-text-footer-social-nav {
    display: flex;
    align-items: center;
    gap: 7px;
}

.blog-detail-text-footer .blog-detail-text-footer-social .blog-detail-text-footer-social-nav a {
    min-width: 45px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ffffff;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-detail-text-footer .blog-detail-text-footer-social .blog-detail-text-footer-social-nav a svg {
    width: 16px;
    height: 16px;
}

.blog-detail-text-footer .blog-detail-text-footer-social .blog-detail-text-footer-social-nav a.blog-twitter-icon {
    background: #48BDE9;
    color: #ffffff;
}

.blog-detail-text-footer .blog-detail-text-footer-social .blog-detail-text-footer-social-nav a.blog-facebook-icon {
    background: #4F5FBF;
    color: #ffffff;
}

.blog-detail-text-footer .blog-detail-text-footer-social .blog-detail-text-footer-social-nav a.blog-mail-icon {
    background: #7A7E83;
    color: #ffffff;
}

.blog-detail-text-footer .blog-detail-text-footer-next-perv {
    display: flex;
    gap: 30px;
}

.blog-detail-text-footer .blog-detail-text-footer-next-perv>* {
    width: 50%;
    text-decoration: none;
}

.blog-detail-text-footer .blog-detail-text-footer-next-perv .blog-detail-text-footer-perv span,
.blog-detail-text-footer .blog-detail-text-footer-next-perv .blog-detail-text-footer-next span {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #a3a4b3;
    font-size: 13px;
    gap: 10px;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.blog-detail-text-footer .blog-detail-text-footer-next-perv .blog-detail-text-footer-perv span svg,
.blog-detail-text-footer .blog-detail-text-footer-next-perv .blog-detail-text-footer-next span svg {
    width: 18px;
    height: 18px;
}

.blog-detail-text-footer .blog-detail-text-footer-next-perv .blog-detail-text-footer-perv p,
.blog-detail-text-footer .blog-detail-text-footer-next-perv .blog-detail-text-footer-next p {
    font-size: 19px;
    line-height: 1.5em;
    font-weight: 500;
    color: #171717;
    margin-bottom: 0;
}

.blog-detail-text-footer .blog-detail-text-footer-next-perv .blog-detail-text-footer-next span {
    margin-left: auto;
    flex-direction: row-reverse;
}

.blog-detail-text-footer .blog-detail-text-footer-next-perv .blog-detail-text-footer-next p {
    text-align: right;
}

.blog-detail-text-footer .blog-leave-comment {
    margin-top: 90px;
}

.blog-detail-text-footer .blog-leave-comment .blog-leave-comment-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.086em;
    margin: 0 0 1em;
    margin-bottom: 0.5em;
    color: #171717;
}

.blog-detail-text-footer .blog-leave-comment .blog-leave-comment-input {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.1px;
    width: 100%;
    padding: 0.6em 0;
    -webkit-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.015);
    -ms-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.015);
    box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.015);
    -webkit-appearance: none;
    outline: none;
    resize: none;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ccccd4;
    color: #171717;
}

.blog-detail-text-footer .blog-leave-comment textarea.blog-leave-comment-input {
    min-height: 6.2em;
}

.blog-detail-text-footer .blog-leave-comment .blog-leave-comment-input::placeholder {
    color: #a3a4b3;
}

.blog-detail-text-footer .blog-leave-comment .blog-leave-comment-input:focus::placeholder {
    color: #171717;
}

.blog-detail-text-footer .blog-leave-comment .row {
    row-gap: 36px;
}

.blog-detail-text-footer .blog-leave-comment .blog-leave-comment-checkbox label {
    font-size: 14px;
    padding-left: 1.8em;
    line-height: 22px;
    color: #a3a4b3;
    letter-spacing: 0.1px;
    position: relative;
    display: block;
}

.blog-detail-text-footer .blog-leave-comment .blog-leave-comment-checkbox input {
    display: none;
}

.blog-detail-text-footer .blog-leave-comment .blog-leave-comment-checkbox label::before {
    content: ' ';
    display: block;
    border: 1px solid #ccccd4;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0;
    border-radius: 4px;
    color: #171717;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-detail-text-footer .blog-leave-comment .blog-leave-comment-checkbox label::after {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 4px;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-detail-text-footer .blog-leave-comment .blog-leave-comment-checkbox input:checked~label::after {
    background: #171717;
}

.blog-detail-text-footer .blog-leave-comment .blog-leave-comment-submit-btn {
    padding: 16px 40px 17px;
    -webkit-box-shadow: 0 7px 25px #99867533;
    -ms-box-shadow: 0 7px 25px #99867533;
    box-shadow: 0 7px 25px #99867533;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 30px;
    color: #fcfcfc;
    border: 1px solid #998675;
    background: #998675;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-detail-text-footer .blog-leave-comment .blog-leave-comment-submit-btn:hover {
    border-color: #857160;
    background: #857160;
}

.blog-detail-text-footer .blog-related-blodcol {
    margin-top: 90px;
}

.blog-detail-text-footer .blog-related-blodcol .blog-related-blodcol-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.086em;
    margin: 0 0 1em;
    color: #171717;
}

.blog-detail-text-footer .blog-related-blodcol .blog-column .blog-column-text .blog-column-label {
    color: #171717;
}

.blog-detail-text-footer .blog-related-blodcol .blog-column .blog-column-text .blog-column-heading {
    color: #171717;
}

.blog-detail-content .blog-detail-right-content {
    grid-column: span 4 / span 4;
}

.blog-detail-content .blog-detail-right-content .blog-detail-right-content-inner {
    padding: 4.1em 0;
    background-color: #ffffff;
    position: sticky;
    top: 0;
}

.blog-detail-content .blog-detail-right-content .blog-detail-right-content-inner>* {
    margin-top: 2.4rem;
    padding: 0 40px;
}

.blog-detail-content .blog-detail-right-content .blog-detail-right-content-inner>*>h2 {
    margin-bottom: 1.5em;
    font-size: 19px;
    line-height: 1.3em;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: -7px;
    color: #171717;
}

.blog-detail-right-content-inner .blog-detail-right-content-search form {
    position: relative;
}

.blog-detail-right-content-inner .blog-detail-right-content-search form input {
    padding: 0.77em 1.2em;
    padding-left: 3em !important;
    border-radius: 30px;
    margin-top: 1px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.1px;
    border: 1px solid #ccccd4;
    color: #171717;
    outline: 0;
    width: 100%;
}

.blog-detail-right-content-inner .blog-detail-right-content-search form input::placeholder {
    color: #a3a4b3;
}

.blog-detail-right-content-inner .blog-detail-right-content-search form svg {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 1.1em;
    margin-top: -0.45em;
    width: 1em;
    height: 1em;
    line-height: 1em;
    color: #a3a4b3;
    pointer-events: none;
}

.blog-detail-right-content-inner .blog-detail-right-content-categories ul {
    font-size: 17px;
    margin: 0;
    padding-left: 1.2em;
    list-style-type: none;
}

.blog-detail-right-content-inner .blog-detail-right-content-categories ul li {
    color: #171717;
    position: relative;
    font-size: 17px;
    font-weight: 400;
}

.blog-detail-right-content-inner .blog-detail-right-content-categories ul li a {
    color: #171717;
    text-decoration: none;
}

.blog-detail-right-content-inner .blog-detail-right-content-categories ul li::before {
    content: ' ';
    display: block;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 0.65em;
    left: -1.1em;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #171717;
}

.blog-detail-right-content-inner .blog-detail-right-content-recent-blog .blog-detail-right-content-recent-blog-post-box>* {
    margin-top: 28px;
}

.blog-detail-right-content-inner .blog-detail-right-content-recent-blog .blog-detail-right-content-recent-blog-post-box>*:nth-child(1) {
    margin-top: 0;
}

.blog-detail-right-content-recent-blog-post {
    display: flex;
    align-items: center;
}

.blog-detail-right-content-recent-blog-post .blog-detail-right-content-recent-blog-post-img {
    width: 100px;
    height: 100px;
    margin: 0 25px 0 0;
    flex: 100px 0 0;
}

.blog-detail-right-content-recent-blog-post .blog-detail-right-content-recent-blog-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-detail-right-content-recent-blog-post .blog-detail-right-content-recent-blog-post-text p {
    display: flex;
    flex-wrap: wrap;
}

.blog-detail-right-content-recent-blog-post .blog-detail-right-content-recent-blog-post-text .blog-detail-right-content-recent-blog-post-text-tag {
    font-size: 13px;
    font-weight: 500;
    color: #171717;
    text-decoration: none;
    text-transform: uppercase;
}

.blog-detail-right-content-recent-blog-post .blog-detail-right-content-recent-blog-post-text .blog-detail-right-content-recent-blog-post-text-tag::after {
    content: "•";
    display: inline-block;
    vertical-align: baseline;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    margin: 0 0.75em;
}

.blog-detail-right-content-recent-blog-post .blog-detail-right-content-recent-blog-post-text .blog-detail-right-content-recent-blog-post-text-date {
    font-size: 13px;
    font-weight: 500;
    color: #a3a4b3;
    text-decoration: none;
}

.blog-detail-right-content-recent-blog-post .blog-detail-right-content-recent-blog-post-text .blog-detail-right-content-recent-blog-post-text-title {
    margin-top: 8px;
    font-size: 19px;
    font-weight: 400;
    color: #171717;
    text-decoration: none;
}

.blog-detail-right-content-tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-detail-right-content-tags ul li a {
    border: 1px solid #ccccd4;
    color: #686870;
    background: #ffffff;
    display: block;
    width: fit-content;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    border-radius: 30px;
    padding: 8px 18px 9px;
    text-transform: none;
    text-decoration: none;
}

/* blog detail text section end */



/* media query */

@media(max-width: 1679px) {
    .blog-banner-section{
        height: 36rem;
    }
}
@media(max-width: 1439px) {
    .blog-banner-section{
        height: 32rem;
    }
    .blog-banner-section .blog-banner-content{
        bottom: 3.5em;
    }
    .blog-detail-section{
        padding-top: 6em;
    }
}
@media(max-width: 1320px) {
    .container{
        max-width: calc(100vw - 60px);
        padding-left: 0;
        padding-right: 0;
    }
}
@media(max-width: 1279px) {
    .header-section {
        padding: 15px 30px;
    }

    .header-content .header-logo {
        max-width: 97px;
    }

    nav .header-nav .header-nav-item .header-nav-link {
        padding: 0.6em;
        font-size: 14px;
    }

    .header-content nav .header-nav {
        margin: 0.5em 0;
    }
    .blog-banner-section{
        height: 30rem;
    }
    .blog-banner-section .blog-banner-content{
        bottom: 3em;
    }
    .blog-detail-section{
        padding-top: 5em;
    }
}

@media(max-width: 1024px) {
    .about-us-section .about-us-content .row{
        flex-direction: row-reverse;
    }
    .about-us-content .about-us-content-text p{
        padding-top: 16px;
    }
    .whyus-section{
        background-position: 0px 0px;
    }
    .whyus-content .whyus-heading h2{
        font-size: 46px;
        max-width: 573px;
    }
    .loved-supported-content .row{
        row-gap: 0;
    }
    .banner-hero-section .banner-hero-content .banner-hero-content-shap1{
        left: 111px;
        width: 130px;
        bottom: auto;
        top: 175px;
    }
    .banner-hero-section .banner-hero-content .banner-hero-content-shap2{
        right: 111px;
        width: 130px;
        bottom: auto;
        top: 175px;
    }
    .banner-hero-content .banner-hero-content-text{
        padding: 36px 97px 16px 97px;
    }
}
@media(max-width: 1023px) {
    .header-content nav .header-social-toggle{
        margin-left: 20px;
    }
    .blog-banner-section{
        height: 28rem;
    }
    .blog-banner-section .blog-banner-content{
        bottom: 2.5em;
    }
    .blog-banner-content .blog-banner-content-footer{
        margin-top: 14px;
    }
    .blog-banner-content .blog-banner-content-label{
        margin-bottom: 10px;
    }
    .blog-detail-section{
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .blog-detail-content{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .blog-detail-content .blog-detail-left-content,
    .blog-detail-content .blog-detail-right-content{
        grid-column: span 1 / span 1;
    }
    .blog-detail-content .blog-detail-right-content .blog-detail-right-content-inner{
        padding: 35px 15px;
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
        row-gap: 35px;
    }
    .blog-detail-content .blog-detail-right-content .blog-detail-right-content-inner>*{
        margin-top: 0;
        width: 50%;
        padding: 0 15px;
    }
    .blog-detail-right-content-recent-blog-post .blog-detail-right-content-recent-blog-post-text .blog-detail-right-content-recent-blog-post-text-title{
        font-size: 17px;
    }
}
@media(max-width: 991px) {
    .header-content nav .header-nav {
        position: fixed;
        left: -100%;
        top: 0;
        max-width: 320px;
        width: 100%;
        background: #171717;
        height: 100vh;
        overflow-y: auto;
        display: block;
        padding: 10px 20px;
        margin: 0;
        z-index: 999999;
        transition: all 0.5s ease-in-out;
    }
    .header-content nav .header-nav::before {
        content: "";
        position: fixed;
        left: -100%;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: #17171760;
        z-index: -1;
    }
    .header-content nav .header-nav.show,
    .header-content nav .header-nav.show::before {
        left: 0;
    }
    .header-content nav .header-toggle-btn,
    .header-content nav .header-toggle-close-btn{
        display: block;
    }
    .header-content nav .header-toggle-close-btn{
        margin-left: auto;
    }
    .banner-hero-content .banner-hero-content-text{
        max-width: 634px;
        margin: 0 auto;
    }
    .banner-hero-section .banner-hero-content{
        padding-bottom: 0;
        margin-bottom: 30px;
    }
    .enhance-brand-content .row,
    .about-us-content .row{
        align-items: flex-start;
    }
    .faq-content .faq-content-left-text .faq-content-left-title{
        word-break: break-word;
    }
    .faq-content .faq-content-left-text .faq-content-left-title span{
        display: block;
    }
}
@media(max-width: 768px) {
    .banner-hero-section .banner-hero-content .banner-hero-content-shap1{
        left: 145px;
        width: 99px;
        top: 185px;
    }
    .banner-hero-section .banner-hero-content .banner-hero-content-shap2{
        right: 145px;
        width: 99px;
        top: 185px;
    }
    .why-vitaminai-images-container .tabs-section,
    .why-vitaminai-images-section{
        width: 100%;
    }
    .why-vitaminai-images-container{
        height: auto;
    }
    .loved-supported-content{
        align-items: center;
    }
    .loved-supported-content .row{
        row-gap: 16px;
    }
}
@media(max-width: 767px) {
    .banner-hero-section .banner-hero-content{
        width: 100%;
    }
    .banner-hero-content .banner-hero-content-text{
        max-width: 100%;
        padding: 16px 0px 16px 0px;
        font-size: 14px;
    }
    .banner-hero-section .banner-hero-content .banner-hero-content-shap1,
    .banner-hero-section .banner-hero-content .banner-hero-content-shap2{
        display: none;
    }
    .banner-hero-content .banner-hero-content-heading{
        font-size: 30px;
        max-width: 367px;
    }
    .banner-hero-section{
        padding-top: 35px;
    }
    .banner-hero-content .banner-hero-content-sub-head{
        padding: 3px 16px 6px 16px;
        font-size: 11px;
        min-height: 36px;
        display: flex;
        align-items: center;
    }
    .banner-hero-content .banner-hero-content-btn{
        padding: 13px 40px 14px;
        font-size: 15px;
        line-height: 21px;
    }
    .col-6,
    .col-37,
    .col-62,
    .col-3,
    .col-4{
        width: 100%;
    }
    .container{
        padding: 0 10px;
    }
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .row>*[class*="col-"]{
        padding-left: 10px;
        padding-right: 10px;
    }
    .ai-agents-content .ai-agents-content-text p,
    .ai-agents-content .ai-agents-content-text ul li,
    .about-us-content .about-us-content-text p,
    .enhance-brand-content .enhance-brand-text .enhance-brand-paragraph,
    .why-vitaminai-images-container .tabs-section p,
    .meet-swarm-content .meet-swarm-heading-content p,
    .accordion .accordion-box .accordion-box-content p,
    .footer-content .footer-logo-box .footer-logo-box-text{
        font-size: 16px;
    }
    .about-us-section .about-us-content .row{
        flex-direction: column-reverse;
    }
    .about-us-section .about-us-content{
        padding: 0;
    }
    .about-us-section{
        padding-bottom: 46px;
    }
    .whyus-content .whyus-heading h2{
        font-size: 30px;
        max-width: 373px;
    }
    .whyus-section{
        background: transparent;
    }
    .whyus-content .row{
        padding: 0;
        row-gap: 0;
    }
    .enhance-brand-content .enhance-brand-text .enhance-brand-heading{
        font-size: 33px;
    }
    .why-vitaminai-images-container .tabs-section h5{
        font-size: 17px;
    }
    .why-vitaminai-images-container .tab{
        padding: 15px;
    }
    .why-vitaminai-images-container .tabs-section p{
        margin-bottom: 16px;
    }
    .meet-swarm-content .meet-swarm-heading-content h2{
        margin-bottom: 15px;
    }
    .meet-swarm-content .meet-swarm-heading-content p{
        line-height: 158%;
    }
    .meet-swarm-content .meet-swarm-col .meet-swarm-col-img{
        max-height: 495px;
        object-fit: contain;
    }
    .loved-supported-content .loved-supported-heading,
    .loved-supported-content .row{
        width: 100%;
    }
    .loved-supported-content .row .col-3{
        width: 50%;
    }
    .how-work-content .how-work-heading h2,
    .trusted-all-content .trusted-all-heading h2,
    .blog-column-content .blog-column-heading h2{
        font-size: 30px;
    }
    .how-work-content .how-work-heading p,
    .trusted-all-content .trusted-all-heading p{
        font-size: 17px;
    }
    .blog-column .blog-column-text .blog-column-label,
    .blog-column .blog-column-text .blog-column-footer a{
        font-size: 13px;
    }
    .blog-column .blog-column-text .blog-column-heading{
        font-size: 20px;
    }
    .faq-section .faq-content .row{
        row-gap: 30px;
    }
    .accordion .accordion-box .accordion-box-title{
        font-size: 18px;
        padding: 20px 0;
    }
    .accordion .accordion-box .accordion-box-content{
        padding-bottom: 20px;
    }
    .footer-content .footer-logo-box{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .footer-right-menu-box{
        width: 100%;
    }
    .footer-section .footer-content{
        justify-content: flex-start;
        row-gap: 50px;
    }
    .footer-section .small-footer-content{
        padding-top: 27px;
    }
    .small-footer-content .small-footer-copy-text{
        text-align: center;
        margin-bottom: 4px;
    }
    .small-footer-content .small-footer-img{
        width: fit-content;
        margin: 0 auto;
    }
    .enhance-brand-content .enhance-brand-text .enhance-brand-heading{
        text-align: center;
    }
    .why-vitaminai-images-section .why-vitaminai-image img{
        width: 100%;
    }
    .header-content nav .header-social-toggle{
        display: none;
    }
    .blog-detail-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blog-banner-section {
        height: 25rem;
    }
    .blog-banner-content .blog-banner-content-title{
        font-size: 30px;
    }
    .blog-banner-content .blog-banner-content-footer .blog-banner-content-author img{
        width: 26px;
        height: 26px;
    }
    .blog-banner-content .blog-banner-content-footer .blog-banner-content-author p,
    .blog-banner-content .blog-banner-content-footer .blog-banner-content-date{
        font-size: 13px;
    }
    .blog-banner-content .container{
        padding: 0;
    }
    .blog-detail-text-box p,
    .blog-detail-text-box ol li, .blog-detail-text-box ul li{
        font-size: 16px;
    }
    .blog-detail-text-footer .blog-detail-text-footer-next-perv .blog-detail-text-footer-perv p,
    .blog-detail-text-footer .blog-detail-text-footer-next-perv .blog-detail-text-footer-next p{
        font-size: 17px;
    }
    .blog-related-blodcol .row{
        row-gap: 20px;
    }
    .blog-detail-content .blog-detail-right-content .blog-detail-right-content-inner{
        margin: 0;
        padding: 25px;
    }
    .blog-detail-content .blog-detail-right-content .blog-detail-right-content-inner>*{
        width: 100%;
        padding: 0;
    }
    .blog-detail-text-footer .blog-detail-text-footer-social .blog-detail-text-footer-social-nav a,
    .blog-detail-text-footer .blog-detail-text-footer-social .blog-detail-text-footer-like-btn .blog-detail-text-footer-like-btn-icon{
        min-width: 35px;
        width: 35px;
        height: 35px;
    }
    .blog-detail-text-footer .blog-detail-text-footer-social .blog-detail-text-footer-social-nav a svg {
        width: 14px;
        height: 14px;
    }
    .blog-detail-text-footer{
        margin-top: 3em;
        padding-top: 1.5em;
    }
    .blog-detail-text-footer .blog-leave-comment .blog-leave-comment-title{
        font-size: 20px;
    }
    .blog-detail-text-footer .blog-leave-comment .col-6{
        width: 50%;
    }
    .blog-detail-text-footer .blog-leave-comment .blog-leave-comment-input{
        font-size: 15px;
    }
    .blog-detail-text-footer .blog-leave-comment .blog-leave-comment-checkbox label{
        font-size: 14px;
    }
    .blog-detail-right-content-recent-blog-post .blog-detail-right-content-recent-blog-post-img{
        width: 70px;
        height: 70px;
        max-width: 70px;
        margin-right: 17px;
    }
    .blog-detail-content .blog-detail-right-content .blog-detail-right-content-inner>*>h2{
        font-size: 18px;
        margin-bottom: 18px;
    }
}
@media(max-width: 479px){
    .container {
        max-width: calc(100vw - 40px);
    }
    .footer-content .footer-logo-box .footer-logo{
        margin-bottom: 0;
    }
    .banner-hero-section .banner-hero-content{
        padding: 0;
    }
    .banner-hero-content .banner-hero-content-heading{
        font-size: 26px;
        letter-spacing: normal;
    }
    .header-section {
        padding: 12px 20px;
    }
    .blog-banner-content .blog-banner-content-title{
        font-size: 26px;
    }
    .lets-connect-section {
        padding-top: 0;
    }
    .lets-connect-content h2{
        font-size: 34px;
    }
    .lets-connect-content p{
        font-size: 14px;
    }
    .faq-content .faq-content-left-text .faq-content-left-title{
        font-size: 40px;
    }
}