.navbar-brand {
    height: 60px;
    max-width: 150px;
}

body,
html {
    overflow-x: hidden !important;
}

.text-orange {
    color: var(--primary);
}

.text-pink {
    color: var(--primary-pink) !important;
}

.text-semi-black {
    color: #222 !important;
}

.text-pink {
    color: var(--primary-pink) !important;
}

.text--vertical {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
}

/* intro */
.intro--video {
    width: 100%;
    /* aspect-ratio: 1 / 1.5; */
    height: 100%;
    max-height: 600px;
    object-fit: cover !important;
    object-position: top center;
    border-radius: 50px 60px 60px 10px;
}

/* truncate */
.truncate-text-1l {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: pre-wrap;
}

.truncate-text-2l {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
}

.truncate-text-3l {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: pre-wrap;
}

.truncate-text-4l {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    white-space: pre-wrap;
}

.truncate-text-6l {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    white-space: pre-wrap;
}

.truncate-text-7l {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    white-space: pre-wrap;
}

@media (max-width: 575px) {
    /* intro */
    .intro--video {
        height: 100%;
        height: 600px;
    }
}
/* sizes */

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

@media (min-width: 1200px) {
    .fs-45 {
        font-size: 45px;
    }
}
.radius--right-left {
    border-radius: 70px 50px 70px 0px !important;
}

/* planInfo */

.plan--info {
    display: flex;
    align-items: center;
    justify-content: center;
}
.plan--info img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    border: 30px solid #f8f9fa;
}

.plan--info h4 {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    margin: 0px;
    margin-right: 10px;
    font-size: 28px;
    font-weight: 700;
    transform: rotate(180deg);
    font-style: italic;
    min-width: 60px;
}

.plan--samples {
    text-align: center;
    position: relative;
    padding: 10px 10px 16px;
    background-color: #fbfbfb;
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.plan--samples-curve {
    width: 85px;
    height: 70px;
    object-fit: contain;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(-30deg);
    z-index: 5;
}

.plan--samples-image {
    z-index: 1;
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 150px;
    max-height: 150px;
    position: relative;
    margin-bottom: 5px;
    object-fit: contain;
    margin-top: 10px;
}

@media (max-width: 575px) {
    .plan--samples-curve {
        width: 65px;
    }

    .plan--samples-image {
        max-width: 110px;
        max-height: 110px;
    }
}

.plan--samples-title {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.3px;
    max-width: 175px;
    margin: auto;
    margin-bottom: 8px;
    height: 32px;
}

.plan--samples-desc {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.3px;
    margin: auto;
    margin-bottom: 10px;
    max-width: 200px;
    height: 45px;
}

@media (max-width: 575px) {
    .plan--samples-title {
        font-size: 12px;
        letter-spacing: 0.3px;
        margin-bottom: 3px;
    }

    .plan--samples-desc {
        font-size: 9px;
        font-weight: 500;
        height: 40px;
    }
}

.plan--samples-macro {
    display: flex;
    align-items: center;
    justify-content: flex;
    align-items: center;
    justify-content: center;
}

.plan--samples-macro {
    display: flex;
    align-items: center;
}

.plan--samples-macro-wrapper {
    border-radius: 16px 16px 12px 12px;
    display: flex;
    padding: 9px 0px 7px;
    width: 21%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
}

@media (max-width: 575px) {
    .plan--samples-macro-wrapper {
        width: 23%;
    }
}

.plan--samples-macro-wrapper h6 {
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 5px;
    color: white;
}

.plan--samples-macro-wrapper p {
    font-size: 7px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: white;
}

@media (max-width: 575px) {
    .plan--samples-macro-wrapper h6 {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .plan--samples-macro-wrapper p {
        font-size: 7px;
        letter-spacing: 0.5px;
    }
}

.plan--samples .plan--samples-border {
    width: 100%;
    aspect-ratio: 1/1;
    max-width: 180px;
    max-height: 180px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background-color: #007c35;
    border: 2px dashed #007c35;
}

.plan--samples-wrapper:hover img,
.plan--samples-wrapper:focus img {
    /* transform: scale(1.3); */
}

.plan--slider {
    transition: 0.3s all ease-in-out;
}

.plan--slider:hover,
.plan--slider:focus {
    transform: scale(0.9);
}

/* ----------------------------------------- */
/* ----------------------------------------- */

.term--wrapper {
    margin-bottom: 35px;
    border-bottom: 1px dashed whitesmoke;
    padding-bottom: 25px;
}

.term--wrapper h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.term--line p {
    display: block;
    margin-bottom: 7px;
}

.term--line p:before {
    content: "\F63B";
    font-family: "bootstrap-icons";
    margin-right: 6px;
    color: var(--primary-green);
}

.term--line-dots {
    margin-left: 22px;
    flex-direction: column;
    display: flex;
}

.term--line-dots span {
    font-size: 15px;
    margin-bottom: 7px;
}

.term--line-dots span strong {
    font-weight: 600 !important;
}

.term--line-dots span:before {
    content: "\F28A";
    font-family: "bootstrap-icons";
    margin-right: 8px;
    color: #111;
    font-size: 8px;
}

.term--line-dots span .sub-heading:after {
    content: ":";
    margin-right: 4px;
    margin-left: 2px;
    font-size: 11px;
}

.term--line-point .sub-heading:after {
    content: ":";
    margin-right: 4px;
    margin-left: 2px;
    font-size: 11px;
}

.term--line b {
    font-weight: 500 !important;
}
/* loader */

/* HTML: <div class="loader"></div> */

#loader--wrapper {
    transition: unset !important;
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    bottom: 0px;
}

#loader--wrapper img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    padding: 25px 0px;
}

.fixed--body {
    overflow-y: hidden !important;
    height: 100vh;
}

.footer--payment {
    width: 100%;
    height: 21px;
    object-fit: contain;
    object-position: right;
}

@keyframes auto-rotate {
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 1199px) {
    .plan--samples img {
        /* padding: 15px; */
    }

    .plan--samples .plan--samples-border {
        border-radius: 110px 80px 90px 100px;
    }
}

.video--speaker {
    position: absolute;
    left: 10px;
    bottom: 15px;
    z-index: 100000000;
    font-size: 35px;
    color: #fff;
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
}

@media (max-width: 575px) {
}

#intro--video-toggler.on:before {
    content: "\F611" !important;
}
#intro--video-toggler.on:before {
    color: var(--light-secondary);
}

.navbar--header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 3;
    width: 100%;
    height: 75px;
    background-color: #ffffff00;
}

@media (max-width: 575px) {
    .navbar--header {
        background-color: transparent !important;
    }
    .d-mobile-none {
        display: none;
    }
}
.banner--main-section {
    height: 100vh;
    max-height: 100vh;
}
/* --------------------------------------------- */

@media (max-width: 575px) {
    .navbar-brand {
        width: 120px;
    }

    .main-banner {
        min-height: calc(70vh - 60px);
        background-image: url("../images/hero/10.jpg") !important;
    }

    .combo-sec {
        padding-top: 110px !important;
        padding-bottom: 0px;
    }

    .main-banner .heading {
        font-size: 36px;
        width: 100% !important;
    }
    .banner-card-box {
        top: -45px;
    }

    .banner-card-box .card {
        background-color: #000000cc;
        border-radius: 15px;
        box-shadow: 0px 5px 8px #3737371c;
    }

    .banner-card-box .card .title {
        font-size: 15px;
        padding: 0px 10px;
        max-width: 210px;
    }

    .banner-card-box .card a {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .banner-card-box .card .sub-text {
        font-size: 17px;
    }

    .info-section {
        padding: 40px 0 10px 0;
    }

    .info-section .content-box .title {
        color: var(--black);
        font-size: 23px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .banners--swiper-1 {
        max-height: calc(65vh - 60px);
    }

    .info-section .content-box .sub-text {
        font-size: 19px;
    }

    .info-section .content-box .sub-text.lg {
        font-size: 21px;
    }

    .info-section .content-box .text {
        color: #333;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .btn-primary {
        background-color: var(--primary-green);
        color: var(--white);
        font-size: 16px;
        font-weight: 500;
        border-radius: 10px;
        padding: 8px 20px;
        border: 1.5px solid var(--primary-green);
    }

    .footer-main {
        padding: 10px 0 40px;
    }

    .footer-main .footer-nav {
        margin-left: 0px !important;
        margin-top: 20px;
        display: none;
    }

    .footer-bottom .links,
    .footer-bottom .copyright-text {
        text-align: center;
        margin-top: 5px;
    }

    .footer-bottom .links a {
        margin-right: 5px;
    }

    .footer-main .info-col .social-links {
        justify-content: center;
    }

    .footer-main .info-col .text {
        text-align: center;
        font-size: 17px !important;
    }

    .newsletter-box .title {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 21px;
    }

    .combo-box .content-box .text {
        font-size: 16px;
    }

    .combo-box .content-box .sub-text {
        font-size: 12px !important;
        height: 170px;
    }

    .combo-box {
        height: 330px;
    }
}
