:root {
    --primary-color: #DE1D37;
    --text-color: #DE1D37;
    --light-text-color: #ffffff;

    --font-family: "Open Sans", sans-serif;
}

html,
body {
    height: auto;
}

body {
    background: #1B014E !important;
}

.header {
    background-color: #F7F5FC;
}

img {
    max-width: 100%;
}

header a.nav-link {
    color: #1B014E !important;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
}

header .nav-item {
    padding-right: 10px;
}

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

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

#website-widget-container {
    height: 500px;
}

.horizontal-line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

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

.btn-install-extension:hover {
    text-decoration: none;
    opacity: 0.7;
}

.hp-top-section h1 {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: bold;
    font-size: 41px;
    line-height: 56px;
    color: var(--light-text-color);
}

.hp-top-section p {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: var(--light-text-color);
    opacity: 0.75;
}

h1 {
    font-family: var(--font-family);
    color: var(--light-text-color);
    font-style: normal;
    font-weight: bold;
    font-size: 41px;
    line-height: 56px;
}

h2 {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 38px;
    color: var(--light-text-color);
}

h3 {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: var(--light-text-color);
    opacity: 0.75;
}

h4 {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: var(--light-text-color);
    opacity: 0.75;
}

h5 {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.divider-line {
    width: 80px;
    margin-bottom: 50px;
    border: 1px solid var(--text-color);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.install-extension {
    background: var(--primary-color);
    border-radius: 55px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 60px;
    color: var(--light-text-color);
    padding: 17px 70px;
}

.install-extension:hover {
    text-decoration: none;
    color: var(--light-text-color);
    opacity: 0.7;
}

.extension-mockup {
    max-width: 100%;
    float: right;
}

.tracking-section h3 {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: var(--light-text-color);
    opacity: 1;
}

.testimonials-section {
    padding-bottom: 50px;
}

.testimonials-section h3 {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.5px;
    color: var(--light-text-color);
    opacity: 1;
}

.testimonials-section span {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: var(--text-color);
    background: var(--primary-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.carousel-indicators li {
    background-color: var(--light-text-color);
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-indicators {
    bottom: -55px;
}

.carousel-item {
    min-height: 131px;
}

#htu-carousel .carousel-item {
    transition: opacity .6s ease-in-out !important;
}

#htu-carousel .carousel-indicators {
    bottom: 0px;
    position: relative;
}

#htu-carousel p {
    color: var(--light-text-color);
    opacity: 0.75;
}

#htu-carousel .carousel-inner {
    padding-top: 10%;
}

#htu-carousel .carousel-indicators li {
    background-color: var(--primary-color) !important;
}

#htu-carousel .btn-prew {
    border: 2px solid var(--primary-color);
    background-color: transparent;
}

#htu-carousel .btn-install-extension {
    font-weight: 600;
}

#htu-carousel img {
    bottom: 0px;
    float: right;
    position: fixed;
    right: 0px;
    max-height: 50%;
}

#htu-carousel .welcome {
    position: fixed;
    left: 20%;
    top: 20px;
    color: #F2F5F9;
    font-size: 26px;
}

#htu-carousel .welcome img {
    position: relative;
    float: none;
    padding-left: 15px;
}

#htu-carousel #pin-extension {
    position: absolute;
    width: 431px;
    height: 156px;
    right: 50px;
    top: 37px;
    background: #110F10;
    text-align: justify;
    padding: 22px;
    padding-left: 10px;
    border-radius: 20px;
    color: var(--text-color);
    z-index: 999 !important;
}

#htu-carousel #pin-extension .arrow-up {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #110F10;
    margin-top: -45px;
    margin-left: 321px;
    z-index: 10;
}

#htu-carousel #pin-extension .close {
    position: absolute;
    right: 5px;
    top: 3px;
    color: var(--light-text-color);
    opacity: 0.75;
    z-index: 1000 !important;
    font-size: 17px;
    font-weight: 400;
}

#htu-carousel #pin-extension .close:hover {
    opacity: 1;
}

#htu-carousel #pin-extension .gotit {
    margin-top: -40px;
    float: right;
    padding: 5px 20px 5px 20px;
    margin-right: 7px;
    z-index: 1000 !important;
}

footer {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background-color: #F7F5FC;
}

footer a.nav-link.active {
    color: #DE1D37;
}

footer a.nav-link {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: #1B014E !important;
}

footer a.nav-link:hover {
    color: #DE1D37 !important;
}

footer ul {
    margin-top: 10px;
}

main {
    position: relative;
}

.container {
    position: relative;
    z-index: 2;
}

.pt-6 {
    padding-top: 4rem !important;
}

.how-to-use {
    margin-top: 6rem;
}

.how-to-use h3 {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: var(--light-text-color);
    opacity: 1;
}

.how-to-use p {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: var(--light-text-color);
    opacity: 0.75;
}

.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 a {
    color: var(--text-color) !important;
}

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

.fdbck-header-holder {
    background-color: #1B014E;
}

.fdbc-img-holder {
    background-color: #F7F5FC;
}

.feedback-holder .card-footer {
    background: transparent;
    border-top: none;
}

.feedback-holder .card-footer .btn {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.feedback-holder .card-footer .btn:hover {
    opacity: 0.7;
}

.box728x90>div {
    background-color: #dfdfdf;
    border: 1px solid #dfdfdf;
}

#unoffertop-3holder {
    display: flex;
    justify-content: space-between;
}