@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
    --primary-color: #363132;
    --menu-item-color: #7C878D;
    --cta-color: #FFFFFF;
    --text-color: #363132;
    --cta-bg: linear-gradient(180deg, #F90 0%, #FF4D00 77.38%);
    --bg-color: #FFFFFF;
    --border-color: #F3F7FB;
    --footer-bg: #363132;
    --active-link-color: #0075FF;
    --active-footer-link-color: #F3F7FB;
    --htu-btn-bg: linear-gradient(180deg, #499DFF 0%, #106BD6 100%);
}

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0px;
    padding: 0px;
}

body {
    background: var(--bg-color);
    color: var(--primary-color);
    font-family: 'Inter', sans-serif;
}

h1 {
    font-size: 44px;
    font-weight: 400;
}

h2,
h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 38px;
}

a,
a:hover,
a:focus,
a:active {
    color: var(--primary-color);
    opacity: 1;
    transition: 0.8s;
}

a:hover,
a:focus,
a:active {
    color: var(--active-link-color);
    opacity: 0.8;
    transition: 0.8s;
}

/** header widget **/
header {
    background: transparent !important;
    border-bottom: 2px solid var(--border-color);
    margin-bottom: 30px;
}

.navbar .nav-item {
    height: 34px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 45px;
}

.navbar .nav-item .nav-link,
.topmenu-cta {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.6s;
}

.navbar .nav-item.active .nav-link,
.navbar .nav-item:hover .nav-link {
    color: var(--active-link-color) !important;
    transition: 0.6s;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.navbar .nav-item .nav-link svg {
    margin-right: 10px;
    margin-bottom: 3px;
}

.add-ext-btn {
    background: var(--cta-bg);
    color: var(--cta-color);
    padding: 12px 24px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    transition: 0.8s;
    min-width: 245px;
}

.add-ext-btn:hover,
.add-ext-btn:active,
.add-ext-btn:focus {
    color: var(--cta-color);
    filter: brightness(1.1);
    transition: 0.8s;
}

.navbar-toggler {
    border-color: var(--primary-color) !important;
    margin-top: -30px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(2, 30, 73, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}


/** footer widget **/
footer {
    background: var(--footer-bg);
}

.footer .nav-item .nav-link {
    color: var(--menu-item-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.8;
}

.footer .nav-item.active .nav-link,
.footer .nav-item .nav-link:hover {
    color: var(--active-footer-link-color) !important;
    transition: 0.8s;
}

header img,
footer img {
    transition: 0.8s;
}

header img:hover,
footer img:hover {
    opacity: 0.7;
    transition: 0.8s;
}

#top {
    min-height: 650px;
}

#how-to p,
#benefits p,
#top p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: var(--menu-item-color);
}

/** static / legal pages **/
.static-view {
    color: var(--primary-color);
    min-height: 75vh;
}

.static-view h1 {
    font-size: 40px;
}

.static-view a {
    color: var(--primary-color);
}

.static-view a:hover {
    opacity: 0.5;
}

.ccpa-holder {
    min-height: 60vh;
}

.ccpa-container .alert-danger {
    text-align: left;
    border-radius: 20px;
    color: var(--primary-color);
    background-color: var(--border-color);
    border-color: var(--primary-color);
}

.ccpa-container .alert-danger a {
    color: var(--primary-color);
}

.spinner-border .sr-only {
    display: inline-block;
    padding-top: 35px;
}

.spinner-border {
    animation: .5s linear 1s infinite alternate slidein !important;
}

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

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

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

/** how to use **/

#htumodal {
    background: var(--modal-bg);
    color: var(--textColor);
    overflow: hidden;
}

.htumodal {
    height: 100vh;
    top: 0px;
    margin-top: 0px;
    float: inline-end;
    width: 338px;
    border-left: 8px solid #0075FF;
}

.modal-backdrop {
    background-color: #0075FF;
}

.modal-backdrop.show {
    opacity: 0.65;
}

.htumodal-close {
    margin-left: -48px;
    margin-top: 20px;
}

.htumodal-close button {
    background: #FF9800;
    color: var(--bg-color);
    border-right: 8px solid #E88A00 !important;
    height: 48px;
    width: 48px;
    border: none;
    -webkit-border-top-left-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-radius-topleft: 24px;
    -moz-border-radius-bottomleft: 24px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    font-size: 24px;
    padding-left: 13px;
    transition: 0.6s;
}

.htumodal-close button:hover {
    color: var(--active-link-color);
    opacity: 0.85;
    transition: 0.4s;
}

#htumodal .modal-content {
    border-radius: 0px !important;
    border: none;
}

#htuAccordion {
    overflow-y: scroll;
}

#htuAccordion .accordion-body {
    background: var(--footer-bg);
}

#htuAccordion .accordion-button:not(.collapsed) {
    background: transparent;
}

.htumodal-title {
    text-indent: 24px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    color: var(--menu-item-color);
}

.htumodal-close span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 15px;
    color: var(--menu-item-color);
    cursor: pointer;
}

.htumodal-close span:hover {
    color: var(--active-link-color);
    transition: 0.5s;
}

#getting-started h3,
#how-it-works h3 {
    font-size: 24px;
    font-weight: 700;
}

#htuAccordion p {
    color: var(--bg-color);
    font-size: 14px;
    font-weight: 400;
    text-align: start;
}

.accordion-header span {
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    text-indent: 7px;
    color: var(--htu-color);
}

.accordion-button:not(.collapsed) {
    color: var(--active-link-color) !important;
}

.accordion-button svg,
.accordion-button svg circle {
    stroke: var(--active-link-color) !important;
}

.accordion-button.collapsed svg,
.accordion-button.collapsed svg circle {
    stroke: var(--menu-item-color) !important;
}

.accordion-button:not(.collapsed)::after {
    background: url(../img/accordion-arrow-expanded.svg) center center no-repeat;
    rotate: 180deg;
    width: 24px;
    height: 24px !important;
}

.accordion-button::after {
    background: url(../img/accordion-arrow-collapsed.svg) center center no-repeat;
    rotate: 0deg;
    width: 24px;
    height: 24px !important;
}

.htu-floating-bth {
    position: fixed;
    right: 0;
    bottom: 0;
    color: var(--bg-color);
    background: var(--htu-btn-bg);
    border-radius: 0px;
    -webkit-border-top-left-radius: 24px;
    -moz-border-radius-topleft: 24px;
    border-top-left-radius: 24px;
    transition: 0.5s;
}

.pulse {
    animation: animate 3s linear infinite
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgb(16, 107, 214, 0.7), 0 0 0 0 rgb(16, 107, 214, 0.7)
    }

    40% {
        box-shadow: 0 0 0 50px rgb(16, 107, 214, 0), 0 0 0 0 rgb(16, 107, 214, 0.7)
    }

    80% {
        box-shadow: 0 0 0 50px rgb(16, 107, 214, 0), 0 0 0 30px rgb(16, 107, 214, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgb(16, 107, 214, 0), 0 0 0 30px rgb(16, 107, 214, 0)
    }
}

.htu-floating-bth:hover {
    background-color: var(--htu-btn-bg);
    color: var(--bg-color);
    transition: 0.5s;
    opacity: 0.8;
}

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

/** scroller */
::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--cta-bg);
    cursor: poFigtree;
}

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

@media (max-width: 1199px) {
    #website-widget-container {
        min-height: 550px;
    }
}


@media (max-width: 990px) {
    .navbar .nav-item {
        width: 100%;
        margin-top: 1rem;
    }

    .mobile-w100 {
        width: 100% !important;
        padding: 0px !important;
        transition: 0.5s;
    }

    #benefits *,
    #top * {
        text-align: center !important;
        float: none !important;
    }   

    #top div,
    #top p,
    #top a {
        width: 100% !important;
        display: block !important;
    }

}

@media (max-width: 930px) {
    .box728x90 {
        display: none !important;
    }
}