@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
    --text-color: #1F2A33;
    --primary-color: #2CB57A;
    --background-color: #FFFFFF;
    --header-background: #FFFFFF;
    --header-color: #1F2A33;
    --header-hover-color: var(--primary-color);

    --hero-section-background-color: #0F172B;
    --hero-section-title-text-color: #FFFFFF;
    --hero-section-subtitle-text-color: #CAD5E2;

    --features-section-background-color: #FFFFFF;
    --features-section-title-text-color: #1F2A33;
    --features-section-subtitle-text-color: #2CB57A;

    --how-it-works-section-background-color: #BFDBD5;
    --how-it-works-section-title-text-color: #1F2A33;
    --how-it-works-section-subtitle-text-color: #1F2A33;

    --getting-started-section-background-color: #FFFFFF;
    --getting-started-section-title-text-color: #1F2A33;
    --getting-started-section-subtitle-text-color: #1F2A33;

    --ready-to-start-section-background-color: #BFDBD5;
    --ready-to-start-section-cta-background-color: #FFFFFF;
    --ready-to-start-section-title-text-color: #1F2A33;
    --ready-to-start-section-content-text-color: #1F2A33;

    --welcome-section-background-color: #0F172B;
    --welcome-section-title-text-color: #E3E7EB;
    --welcome-section-text-color: #E3E7EB;

    --add-extension-cta-button-background: #FF6900;
    --add-extension-cta-button-text-color: #FFFFFF;

    --footer-background-color: #1F2A33;
    --footer-background--subsection-color: #161A1D;
    --footer-section-title-color: #FFFFFF;
    --footer-text-color: #90A1B9;

    --third-bg: #C3CBAE;
    --htu-color: #4d533b;

    --font-family: 'Inter', sans-serif;
}

body {
    color: var(--primary-color);
    font-family: var(--font-family);
    background-color: var(--background-color);
}

.nav-link {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    transition: 0.55s;
}

header {
    background-color: var(--header-background);
}

header .nav-link {
    color: var(--header-color) !important;
}

header .active a,
header a:hover {
    color: var(--header-hover-color) !important;
    transition: 0.55s;
}

#hero-section {
    background-color: var(--hero-section-background-color);
    padding-top: 80px;
    padding-bottom: 80px;
}

#hero-section h1 {
    color: var(--hero-section-title-text-color);
    font-family: var(--font-family);
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -1.236px;
}

#hero-section h1 span {
    color: var(--primary-color);
}

#hero-section h5 {
    color: var(--hero-section-subtitle-text-color);
    font-family: var(--font-family);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.25px;
    letter-spacing: -0.439px;
}

#features {
    background-color: var(--features-section-background-color);
    padding-top: 100px;
    padding-bottom: 100px;
}

#features h5 {
    color: var(--features-section-subtitle-text-color);
    text-align: center;
    font-family: var(--font-family);
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

#features h2 {
    color: var(--features-section-title-text-color);
    text-align: center;
    font-family: var(--font-family);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.369px;
}

#features p {
    color: var(--features-section-title-text-color);
    text-align: center;
    font-family: var(--font-family);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
}

#features .feature-card {
    border-radius: 14px;
    border: 1px solid #E3E7EB;
    box-shadow: 0 4px 8px 0 rgba(15, 23, 43, 0.08);
    height: 100%;
}

#features .feature-card .feature-icon {
    float: left;
}

#features .feature-card .feature-title {
    color: var(--features-section-title-text-color);
    font-family: var(--font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.449px;
    display: inline-block;
    width: 100%;
    text-align: left;
}

#features .feature-card .feature-text {
    color: var(--features-section-title-text-color);
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.312px;
    text-align: left;
}

#how-it-works {
    background-color: var(--how-it-works-section-background-color);
    padding-top: 100px;
    padding-bottom: 100px;
}

#how-it-works h2 {
    color: var(--how-it-works-section-title-text-color);
    text-align: center;
    font-family: var(--font-family);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.369px;
}

#how-it-works p {
    color: var(--how-it-works-section-subtitle-text-color);
    text-align: center;
    font-family: var(--font-family);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
}

#how-it-works .carousel-item h4 {
    color: var(--how-it-works-section-title-text-color);
    font-family: var(--font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#how-it-works .carousel-item p {
    color: var(--how-it-works-section-title-text-color);
    font-family: var(--font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

#getting-started {
    background-color: var(--getting-started-section-background-color);
    padding-top: 100px;
    padding-bottom: 100px;
}

#getting-started h2 {
    color: var(--getting-started-section-title-text-color);
    text-align: center;
    font-family: var(--font-family);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.369px;
}

#getting-started p {
    color: var(--getting-started-section-subtitle-text-color);
    text-align: center;
    font-family: var(--font-family);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
}

#getting-started .getting-started-steps h3 {
    color: var(--getting-started-section-title-text-color);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#getting-started .getting-started-steps p {
    color: var(--getting-started-section-subtitle-text-color);
    text-align: center;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#ready-to-start {
    background-color: var(--ready-to-start-section-background-color);
    padding-top: 100px;
    padding-bottom: 100px;
}

#ready-to-start h2 {
    color: var(--ready-to-start-section-title-text-color);
    text-align: center;
    font-family: var(--font-family);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.406px;
}

#ready-to-start p {
    color: var(--ready-to-start-section-content-text-color);
    text-align: center;
    font-family: var(--font-family);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.9px;
    letter-spacing: -0.432px;
}

#ready-to-start .cta-section {
    background: var(--ready-to-start-section-cta-background-color);
    border-radius: 16px;
}

#welcome-section {
    background-color: var(--welcome-section-background-color);
    padding-top: 40px;
    padding-bottom: 40px;
}

#welcome-section h1 {
    color: var(--welcome-section-title-text-color);
    text-align: center;
    font-family: var(--font-family);
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

#welcome-section p {
    color: var(--welcome-section-text-color);
    text-align: center;
    font-family: var(--font-family);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#welcome-section span {
    color: var(--primary-color);
    font-family: var(--font-family);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.footer {
    background-color: var(--footer-background-color);
}

.footer a {
    color: var(--footer-text-color);
    transition: 0.55s;
}

.footer .nav-link {
    padding-top: 0px;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
}

.footer a:hover,
.footer .active a {
    color: var(--primary-color) !important;
    transition: 0.55s;
}

.footer .container-fluid {
    background-color: var(--footer-background--subsection-color);
}

.footer .container p,
.footer p {
    color: var(--footer-text-color);
    font-size: 14px;
    font-weight: 400;
}

.footer h4 {
    color: var(--footer-section-title-color);
    font-size: 16px;
    font-weight: 700;
}

.footer .nav-item {
    width: 100%;
}

.navbar-dark .navbar-toggler {
    border-color: var(--header-background);
    background-color: var(--primary-color);
}

p {
    color: var(--text-color);
    font-size: 22px;
    font-weight: 400
}

.small-font {
    font-size: 16px;
}

h1 {
    color: var(--primary-color);
    font-size: 54px;
    font-weight: 700;
}

h2 {
    color: var(--primary-color);
    font-size: 42px;
    font-weight: 700;
}

h3 {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 700;
}

.ctabtn {
    background: var(--add-extension-cta-button-background);
    color: var(--add-extension-cta-button-text-color);
    font-size: 18px;
    font-weight: 700;
    transition: 0.6s;
    border-radius: 22px;
}

.ctabtn:hover {
    background: var(--add-extension-cta-button-background);
    color: var(--add-extension-cta-button-text-color);
    opacity: 0.7;
    transition: 0.6s;
}

button.btn-primary {
    background: var(--text-color);
    color: var(--background-color);
    border: none;
}

button.btn-primary:hover {
    background: var(--text-color) !important;
    color: var(--background-color) !important;
    border: none !important;
    opacity: 0.8;
}

.htu-carousel-controls .carousel-indicators {
    top: 380px;
    position: absolute;
    left: 39%;
    width: 180px;
}

.htu-carousel-controls .carousel-control-prev,
.htu-carousel-controls .carousel-control-next {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    top: 320px;
    opacity: 1 !important;
}

.htu-carousel-controls .carousel-control-next-icon {
    background-image: url("../img/carousel-arrow-right.svg");
    background-color: var(--header-background);
    border: none;
    border-radius: 32px;
}

.htu-carousel-controls .carousel-control-prev-icon {
    background-image: url("../img/carousel-arrow-left.svg");
    background-color: var(--header-background);
    border: none;
    border-radius: 32px;
}

.htu-carousel-controls .carousel-control-prev-icon:hover,
.htu-carousel-controls .carousel-control-next-icon:hover {
    transition: 0.5s;
    opacity: 0.5;
}

.htu-carousel-controls .carousel-control-prev {
    left: 56%;
}

.htu-carousel-controls .carousel-control-next {
    left: 60%;
}

.htu-carousel-controls .carousel-indicators [data-bs-target] {
    background-color: var(--header-background);
    width: 14px;
    height: 14px;
    border-radius: 14px;
    border: 1px solid transparent;
    opacity: 1;
    transition: 0.5s;
}

.htu-carousel-controls .carousel-indicators [data-bs-target]:hover {
    background-color: var(--primary-color) !important;
    transition: 0.3s;
}

.carousel-indicators .active {
    background-color: var(--primary-color) !important;
    transition: 0.5s;
}

.ccpa-container .alert-danger {
    color: var(--primary-color) !important;
    background-color: var(--header-background) !important;
    border-color: var(--primary-color);
}

.fdbc-img-holder {
    background: var(--background-color);
}

.fdbck-header-holder {
    background-color: var(--footer-background-color);
}

.feedback-btn {
    background: var(--primary-color);
}

.feedback-btn:hover {
    transition: 0.5s;
}

#starScore {
    margin-left: -20px;
}


.htu-floating-bth:hover {
    color: var(--third-bg);
    transition: 0.5s;
}

.htu-floating-bth svg path {
    fill: var(--background-color);
    transition: 0.5s;
}

.htu-floating-bth:hover svg path {
    fill: var(--third-bg);
    transition: 0.5s;
}

#stickyunit {
    left: 0 !important;
    right: auto !important;
}

#errorMsg {
    text-align: justify;
}

@media (max-width: 1230px) {
    .box160x600-sticky {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    .htu-carousel-controls {
        min-height: 80px;
    }

    .htu-carousel-controls .carousel-control-prev,
    .htu-carousel-controls .carousel-control-next {
        top: 800px;
    }

    .htu-carousel-controls .carousel-indicators {
        top: 760px;
        left: 25%;
    }

    .htu-carousel-controls .carousel-control-prev {
        left: 48%;
    }

    .htu-carousel-controls .carousel-control-next {
        left: 55%;
    }

    .top-section {
        text-align: center;
        transition: 0.5s;
    }

    .top-section .banner-placeholder {
        margin: auto;
        transition: 0.5s;
    }
}

@media (max-width: 766px) {
    h2 {
        text-align: center;
        transition: 0.5s;
    }

    #htuCarousel {
        min-height: 850px;
    }

    .htu-carousel-controls .carousel-indicators {
        top: 700px;
        height: 100px;
    }

    .box728x90 {
        display: none !important;
    }

}