@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap");

:root {
    --text-color: #111030;
    --active-color: #8A2F96;
    --body-bg-color: #FFFFFF;
    --section-bg-color: #F1F1F1;
    --ext-btn-bg: linear-gradient(180deg, #F9A11B 0%, #D71D44 100%);
    --header-bg: transparent;
}

body {
    display: flex;
    flex-direction: column;
    background-color: var(--body-bg-color);
    color: var(--text-color);
    font-size: 20px;
    font-weight: 400;
}

html * {
    font-family: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}


.main-wrapper {
    height: 100%;
}

.bg-light {
    background-color: var(--section-bg-color) !important;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--text-color);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    transition: 0.5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--active-color) !important;
    transition: 0.5s;
}

h1 {
    color: var(--active-color);
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--active-color);
    text-transform: uppercase;
}

h3 {
    font-size: 30px;
    font-weight: 400;
    color: var(--active-color);
    line-height: 40px;
}

h4 {
    font-size: 20px;
    font-weight: 700;
}

.card-inner {
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.card-inner img {
    margin-top: -68px;
}

nav li {
    border-bottom: solid transparent 4px;
    margin: 0px 15px;
}

.add-ext-btn {
    background: var(--ext-btn-bg);
    color: #ffffff;
    border-radius: 80px;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 400;
}

.add-ext-btn:hover {
    color: #ffffff;
    opacity: 0.8;
}

.section-home {
    background: var(--section-bg-color);
}

.section-home-text {
    font-size: 20px;
    font-weight: 400;
    color: var(--text-color);
}

.alert.alert-secondary {
    font-size: 18px;
}

.no-signal-bg {
    background: linear-gradient(0deg, var(--section-bg-color) 0%, var(--section-bg-color) 70%, var(--body-bg-color) 71%, var(--body-bg-color) 100%);
}

.no-signal-bg h2 {
    margin-top: 200px !important;
}

/* HTU accordion */
.accordion-button {
    font-size: 36px;
    font-weight: 400;
}

.accordion-item {
    border: 1px solid var(--section-bg-color);
    border-right: none;
    border-left: none;
}

.accordion-button:not(.collapsed) {
    background: transparent !important;
    box-shadow: none !important;
    color: var(--active-color);
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    background: url(../img/accordion-arrow-down.svg) center center no-repeat;
    width: 40px;
    height: 40px;
}

.accordion-button:not(.collapsed)::after {
    background: url(../img/accordion-arrow-up.svg) center center no-repeat;
    transform: rotate(-360deg);
}

.accordion-button:focus {
    box-shadow: none !important;
}

/* FOOTER */

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

footer a.nav-link {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--body-bg-color);
    transition: 0.5s;
}

footer a.nav-link:hover,
footer a.nav-link.active {
    color: var(--body-bg-color);
    filter: brightness(0.8);
    transition: 0.5s;
}


/* ERR AND STATIC PAGES */

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

.error-view a,
.contact-view a,
.ccpa-container a,
.legal-container a,
.exit-survey-view a,
.requirements-view a {
    color: var(--text-color);
}

.error-view .btn-primary,
.contact-view .btn-primary,
.ccpa-container .btn-primary,
.legal-container .btn-primary,
.exit-survey-view .btn-primary,
.requirements-view .btn-primary,
.feedback-holder .btn-primary {
    color: var(--body-bg-color) !important;
    background: var(--active-color) !important;
    border: none;
}

.submit-exit:hover,
.feedback-btn:hover {
    opacity: 0.7;
}

#website-widget-container {
    margin: auto;
    margin-right: 35px;
    float: right;
    margin-top: 45px;
    height: 544px;
    width: 584px;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.55));

}

#website-widget-container iframe {
    border-radius: 20px 20px 0px 0px;
}

/* FEEDBACK */

.fdbck-card-holder-container .card {
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

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

.fdbc-img-holder {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: var(--section-bg-color);
}

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

.feedback-holder .card h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
}

.ccpa-container .alert-danger {
    background: var(--section-bg-color);
    color: var(--text-color);
    border: 1px solid var(--text-color);
    text-align: start;
}

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

.box728x90>div {
    box-sizing: border-box;
}

.box300x250>div {
    z-index: 1;
}

/** scroller */

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

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

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

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

@media (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}

@media (max-width: 1400px) {
    .no-signal-bg h2 {
        margin-top: 100px !important;
    }

    .section-home,
    .section-home h1,
    .section-home-text {
        width: 100% !important;
        text-align: center;
    }
}

@media (max-width: 1200px) {
    #website-widget-container {
        float: none;
        margin: auto;
    }
}


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

    .container {
        min-width: 500px !important;
    }

    .no-signal-bg p,
    .no-signal-bg h2 {
        text-align: center;
        width: 100% !important;
    }
}