@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&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 {
    --primary-gradient-bg: linear-gradient(0deg, #F94803 0%, #FFAC06 96.2%);
    --primary-color125: #31014F;
    --primary-color250: #6A0760;
    --primary-color500: #921085;
    --primary-color750: #EC008C;
    --primary-color1000: #CE51C2;
    --secondary-color500: #E9583F;
    --secondary-color750: #FE8C00;
    --font-color250: #FFFFFF;
    --font-color500: #022F5E;
    --first-section-home-bg: var(--primary-gradient-bg);
    --home-bg: var(--primary-color125);
    --header-item: #524B48;
    --footer-item: #ffffff;
    --header-item-hover: var(--btn-color-hover);
    --footer-item-hover: #ffffff;
    --first-section-home-title: var(--font-color250);
    --first-section-home-subtitle: var(--font-color250);
    --all-sections-title: #5F2D1E;
    --subtitle-light-bg: #5F2D1E;
    --text-light-bg: var(--primary-color125);
    --subtitle-dark-bg: #FFFFFF;
    --text-dark-bg: var(--font-color250);
    --btn-color: #FFFFFF;
    --btn-color-hover: linear-gradient(0deg, #F83600 9.31%, #FE8C00 76.02%);
    --footer-bg: #A82B05;
    --hiw-bg: #F1EAE8;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif !important;
    background-color: var(--main-color);
}

img {
    max-width: 100%;
}

header {
    padding: 0 20px;
}

header a.nav-link {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--header-item) !important;
}

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

.home-section {
    margin-top: -72px;
}

.home-section .background {
    background: var(--first-section-home-bg);
    min-height: 940px;
}

.install-btn-bg {
    background: #A82B05;
    border-radius: 80px;
    padding: 5px;
    justify-content: space-between;
    min-width: 400px;
}

.how-it-works-hp-holder {
    background: var(--hiw-bg);
    min-height: 896px;
}

.how-it-works-hp-holder .container {
    background-image: url(../img/how-to-use-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.htu.how-it-works-hp-holder {
    background: var(--hiw-bg);
}

.how-it-works-hp-holder h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: var(--all-sections-title);
}

.how-work-text {
    box-sizing: border-box;
    background: var(--footer-bg);
    border: 1px solid var(--footer-bg);
    border-radius: 0px 30px 30px 0px;
    max-height: 416px;
    min-height: 270px;
    max-width: 450px;
}

.how-work-text h3 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--subtitle-dark-bg);
}

.how-work-text p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.5px;
    color: var(--text-dark-bg);
}

.getting-started-hp-holder {
    background: var(--hiw-bg);
}

.getting-started-hp-holder .container {
    background-size: 60%;
}

.getting-started-hp-holder h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: var(--all-sections-title);
}

.getting-started-hp-holder h3 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--all-sections-title);
}

.getting-started-hp-holder p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #25384A;
}

.start-hp-img-holder {
    min-height: 170px;
}

.start-hp-text-holder {
    max-width: 275px;
}

.more-button,
.feedback-btn,
.exit-survey-view .btn-primary {
    background: var(--btn-color-hover);
    border-radius: 33px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: var(--font-color250);
    padding: 10px 20px;
    border: none;
    transition: 0.5s;
}

.more-button:hover {
    background: var(--btn-color-hover) !important;
    color: var(--btn-color) !important;
    opacity: 0.8;
    transition: 0.5s;
}

.feedback-btn:hover,
.exit-survey-view .btn-primary:hover {
    text-decoration: none;
    background: var(--btn-color-hover) !important;
    border: none;
}

.get-in-touch-section-content h3 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: var(--all-sections-title);
}

.get-in-touch-section-content h5 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--subtitle-light-bg);
}

.get-in-touch-section-content p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: var(--text-light-bg);
}

.fdbck-header-holder {
    background: var(--first-section-home-bg);
    background-image: url(../img/icon.svg);
    background-image: url(../img/icon.svg), var(--first-section-home-bg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

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

.fdbck-card-holder-container .card {
    box-shadow: 3px 4px 35px 6px rgba(0, 0, 0, 0.1);
}

.fdbc-img-holder {
    background: var(--all-sections-title);
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.how-to-use-top-holder {
    background: var(--primary-gradient-bg);
    background-repeat: no-repeat;
    background-position: 25%;
    background-size: contain;
}

.how-to-use-top-holder .container-fluid {
    margin-top: 66px;
}

.how-to-use-container .how-to-use-top-holder h1 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 68px;
    line-height: 80px;
    letter-spacing: -1px;
    color: #FFFFFF;
}

.how-to-use-container .how-to-use-top-holder h1 span {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 61px;
    letter-spacing: -1px;
    color: #ffffff;
}

.how-to-use-container .how-to-use-top-holder p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
}

.pr-title-intro {
    background: url(../img/home-section-part-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px;
}

.home-section h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 68px;
    line-height: 80px;
    letter-spacing: -1px;
    color: #ffffff;
}

.home-section h2 strong {
    font-weight: bold;
}

.home-section p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.85);
}

.banner-container {
    background: var(--hiw-bg);
}

.how-to-install-section {
    padding-bottom: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.how-to-install-section h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1a1728;
}

.how-to-install-section h3 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 46px;
    line-height: 44px;
    letter-spacing: -1px;
    color: var(--font-color);
}

.how-to-install-section h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.6px;
    color: var(--font-color);
    background: #ffffff;
    border-radius: 100px;
    width: 44px;
    height: 44px;
    padding-top: 8px;
}

.how-to-install-section p.description {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: var(--font-color);
}

.how-to-install-section p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.5px;
    color: rgba(0, 0, 0, 0.6);
}

.how-it-works-section {
    padding-top: 50px;
}

.how-it-works-section h3 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 46px;
    line-height: 44px;
    letter-spacing: -1px;
    color: var(--font-color);
}

.how-it-works-section h4 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: var(--font-color);
}

.how-it-works-section p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.5px;
    color: var(--font-color);
}

.htu-tools h5,
.htu-tools h3 {
    color: var(--all-sections-title);
}

.get-in-touch-section {
    padding-top: 80px;
    background: var(--main-bg);
}

.get-in-touch-section .items {
    margin-top: 100px;
}

.icons-example-holder p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: var(--primary-color);
}

.btn-install-extension {
    background: var(--btn-color-hover);
    border-radius: 33px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #FFFFFF !important;
    padding: 10px 15px;
    transition: 0.5s;

}

.btn-install-extension span {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
}

.btn-install-extension:hover {
    text-decoration: none;
    background: var(--btn-color-hover);
    opacity: 0.8;
    transition: 0.5s;
}

.available-tools {
    background-color: var(--primary-color);
    background-image: url(../img/featured-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.available-edge-white {
    margin-right: -6px;
}

.start-hp-last-section .correct-sign {
    max-width: 150px;
}

footer {
    padding: 40px 20px;
    background: var(--footer-bg);
    background-repeat: no-repeat;
    background-size: cover;
}

footer a.nav-link {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--footer-item);
    opacity: 0.69;
}

footer a.nav-link:hover {
    color: var(--footer-item-hover);
    opacity: 1;
}

footer h4 {
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.5px;
}

footer p {
    color: rgba(242, 242, 242, 0.69);
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

footer .nav {
    justify-content: center !important;
}

.rotated-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/** scroller */

::-webkit-scrollbar {
    width: 7px;
    background: var(--btn-color);
}

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

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

@media (max-width: 998px) {
    header {
        background: #83cbff !important;
    }
}

@media (max-width: 768px) {
    footer .nav {
        justify-content: center !important;
    }

    .how-work-text h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .how-work-text p {
        font-size: 18px;
        line-height: 23px;
    }
}

@media (max-width: 520px) {
    .navbar-brand img {
        height: 40px !important;
    }

    .how-work-text h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .how-work-text p {
        font-size: 16px;
        line-height: 20px;
    }

    .how-to-use-container .how-to-use-top-holder h1 span {
        font-size: 50px;
    }
}

.error-view,
.ccpa-container,
.legal-container,
.exit-survey-view,
.requirements-view {
    color: #0d1a41;
    min-height: calc(100vh - 141px);
}

.legal-container a {
    color: var(--link-color) !important;
}

.legal-container a:hover {
    color: var(--link-color) !important;
}