:root {
    --primary-color: #483725;
    --bg-gradient: #ECE1D1;
    --light-text-color: #FFFFFF;
    --ext-btn-bg: #F15A24;
    --ext-btn-color: #FFFFFF;
    --font-family: "Open Sans", sans-serif;
    --footer-bg: #483725;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    height: auto;
}

body {
    background: var(--bg-gradient) !important;
    color: var(--primary-color);
    font-family: var(--font-family);
    background-attachment: fixed !important;
}


.navbar-expand-lg .container {
    background: var(--light-text-color);
    border-radius: 99px;
}

.navbar-toggler-icon {
    background: url(../img/burger-menu.svg) center center no-repeat;
    background-size: contain;
}

.navbar-legal {
    padding-bottom: 200px !important;
    background: var(--footer-bg) !important;
}

header a.nav-link {
    color: var(--primary-color);
    border-radius: 60px;
    transition: 0.8s;
    margin: 0px 3px 0px 3px;
}

header a.nav-link:hover,
header .nav-item.active,
header .nav-item.active a {
    color: var(--light-text-color) !important;
    background: var(--ext-btn-bg);
    border-radius: 60px;
    transition: 0.8s;
}

.btn-install-extension {
    background: var(--primary-color);
    border-radius: 55px;
    padding: 8px 15px;
    color: var(--light-text-color) !important;
}

footer {
    background: var(--footer-bg);
    min-height: 80px;
    line-height: 80px;
    transition: 0.8s;
}

footer .nav-link,
footer a {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--light-text-color);
    transition: 0.7s;
}

footer .nav-link:hover {
    color: var(--light-text-color);
    opacity: 0.6 !important;
    transition: 0.7s;
}

.install-extension {
    background: var(--ext-btn-bg);
    color: var(--ext-btn-color);
    border-radius: 33px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 25px 10px 25px;
    text-decoration: none;
    transition: 0.8s;
}

.install-extension:hover {
    color: var(--ext-btn-color);
    opacity: 0.85;
    transition: 0.8s;
}

.error-view,
.contact-view,
.ccpa-container,
.legal-container,
.exit-survey-view,
.requirements-view {
    color: var(--light-text-color);
    font-family: var(--font-family);
    min-height: calc(100vh - 130px);
}

.legal-container {
    color: var(--primary-color);
}

.legal-container a {
    color: var(--primary-color);
    font-weight: bold;
    transition: 0.8s;
}

.legal-container a:hover {
    opacity: 0.8;
    transition: 0.8s;
}

.legal-container h1 {
    margin-top: -200px;
    color: var(--light-text-color);
    position: relative;
}

.top-section {
    background: url(../img/top-section-bg.webp) center right no-repeat;
    min-height: 700px;
    padding-top: 50px;
    margin-top: -50px;
}

.top-section h1 {
    font-size: 51px;
    font-weight: 700;
    line-height: 58px;
}

.top-section p {
    font-size: 18px;
    font-weight: 600;
}

.second-section-inner {
    background: #fdf8f1;
    color: var(--primary-color);
    min-height: 250px;
}

.second-section-inner-top {
    min-height: 195px;
    background: url(../img/white-top.svg) bottom center no-repeat;
    background-size: 100%;
}

.second-section-inner-bottom {
    /* min-height: 195px;
    background: url(../img/white-bottom.svg) top center no-repeat;
    background-size: 100%;
    margin-top: -1px; */
}

.second-section-inner h2,
.second-section-inner h3 {
    font-size: 30px;
    font-weight: 700;
}

.second-section-inner p {
    font-size: 16px;
    font-weight: 400;
}

.second-section {
    margin-top: -130px;
}

.second-section-b {
    margin-top: -130px;
    transition: 0.8s;
}


.third-section-b {
    justify-content: left !important;
}

.third-section {
    background: #fdf8f1;
}

.third-section h2 {
    font-size: 30px;
    font-weight: 600;
}

.third-section p {
    font-size: 18px;
    font-weight: 400;
}

.ccpa-container .alert-danger {
    background: #e7d6bd;
    text-align: left;
    color: var(--primary-color);
}

.fdbc-img-holder,
.fdbck-header-holder {
    background: var(--bg-gradient);
}

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

.navbar-toggler {
    border: 1px solid var(--light-text-color);
    background: var(--bg-gradient);
}

.how-to-use-container {
    margin-top: -222px;
}

.how-to-use {
    padding-top: 200px;
    min-height: 555px;
}

.htu-content {
    background: var(--bg-gradient);
}

.htu-menu a {
    text-transform: uppercase;
    color: var(--primary-color);
    opacity: 0.8;
    transition: 0.8;
    text-decoration: none;
    line-height: 80px;
}

.htu-menu a:hover {
    opacity: 1;
}

.htu-menu ul {
    list-style-type: none
}

.htu-content h1 {
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
}

.htu-content h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-color);
}

.htu-content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
}

.htu-content .strong {
    font-weight: 700;
}

.htu-item-bg {
    background: url(../img/htu/htu-icon.svg) top left no-repeat;
}

.htu-menu {
    position: fixed;
    margin-top: -100px;
    transition: 0.8s;
}

.htu-menu a span {
    border: 1px solid var(--primary-color);
    width: 39px;
    height: 39px;
    border-radius: 20px;
    display: inline-block;
    line-height: 34px;
    margin-right: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}

.htu-menu a:hover span,
.htu-menu a.active span {
    background: var(--ext-btn-bg);
    color: var(--ext-btn-color);
}

.htu-next {
    background: var(--ext-btn-bg);
    color: var(--ext-btn-color);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 4px 15px 4px 15px;
    text-decoration: none;
    transition: 0.5s;
}

.htu-next:hover {
    color: var(--ext-btn-color);
    opacity: 0.8;
    transition: 0.5s;
}

.htu-next svg {
    transform: rotate(90deg);
    margin-left: 7px;
}

.htubn {
    margin-left: -47px;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--bg-gradient);
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: var(--primary-color);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--ext-btn-bg);
}

#exit-survey-form {
    color: var(--primary-color);
}

@media (min-width: 999px) {
    .htu-left {
        background: #FDF8F1;
    }
}

@media (max-width: 1400px) {
    footer {
        line-height: 20px;
        transition: 0.8s;
    }

    .box970x250-package,
    .box160x600-sticky {
        display: none !important;
    }
}

@media (max-width: 990px) {
    .navbar-expand-lg .container {
        background: transparent !important;
    }

    .top-section {
        background: none;
    }

    .second-section-b {
        margin-top: -245px;
        padding-bottom: 150px;
        transition: 0.8s;
    }

    .htu-menu {
        display: none;
    }
}