@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&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;1,900&display=swap");
:root {
    --main-linear-gradient-bg: linear-gradient(180deg, #123075 0%, #092056 100%), linear-gradient(225deg, #095f58 0%, #20edde 100%);
    --header-font-color: #93a2a6;
    --bg-color: #0D1934;
    --primary-color: #FE8C00;
    --secondary-color: #172bff;
    --footer-bg: #040C1D;
    --btn-bg-color: var(--primary-color);
    --btn-bg-hover: #df7f09;
    --primary-icon-color: #405CAA;
    --font-color: #efedeb;
    --main-color: rgb(25, 187, 200, 0.25);
    --first-section-bg: #070707;
}

html {
    scroll-behavior: smooth;
}

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


/**************** SVG 
Add class name for svg same as is here (or add new in css), make sure that exists path of desire svg in /data/svgAppsIcon 
and that it has class name same as in here */

svg.icons path {
    fill: none;
}

svg.icons g {
    opacity: 0.68;
}

svg.icons.apps.home .apps,
svg.icons.incognito.home .incognito,
svg.icons.blue-light-filter.home .blue-light-filter,
svg.icons.malware-scanner.home .malware,
svg.icons.password.home .password,
svg.icons.downloads.home .downloads,
svg.icons.forms.home .forms,
svg.icons.email.home .email,
svg.icons.bookmarks.home .bookmarks,
svg.icons.extensions.home .extensions,
svg.icons.print.home .print,
svg.icons.new-tab.home .new-tab,
svg.icons.search.home .search,
svg.icons.restore-tab.home .restore-tab,
svg.icons.notifications.home .notifications,
svg.icons.theme.home .theme,
svg.icons.update-browser.home .update-browser,
svg.icons.store.home .store,
svg.icons.audible-tab.home .audible-tab,
svg.icons.manage-lang.home .manage-lang,
svg.icons.trip.home .trip,
svg.icons.gaming.home .gaming,
svg.icons.social.home .social,
svg.icons.shopping.home .shopping,
svg.icons.appearance.home .appearance {
    fill: var(--primary-icon-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-font-color) !important;
}

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

.home-section .background {
    background-position: left;
    min-height: 800px;
    background-repeat: no-repeat;
}

.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);
}

.getting-started {
    background: url(../img/getting-startred-bg.svg) 0px 13px no-repeat;
}

.widget-show {
    margin-top: -170px;
}

.how-to-install-section {
    position: relative;
}

.how-to-install-section .bg {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
}

.how-to-install-section h4 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: var(--primary-color);
}

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

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

.how-to-install-section p.description {
    font-family: "Roboto";
    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-to-install-section .how-to-img {
    max-width: unset;
}

.how-to-install-section .steps {
    margin-left: 10px;
    padding: 0 5%;
    margin-top: 30px;
}

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

.how-it-works-section h3 {
    font-family: "Roboto";
    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";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: var(--primary-color);
}

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

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

.get-in-touch-section .tools-holder-hp {
    background: url(../img/tools-holder-hp.svg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 850px;
    background-size: contain;
    margin: 0px 32px;
}

.tools-holder-hp svg {
    max-width: 72px;
    max-height: 72px;
}

.tools-holder-hp h5 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: var(--primary-color);
}

.tools-holder-hp p {
    font-family: "Roboto" !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: var(--font-color) !important;
}

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

.get-in-touch-section h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 46px;
    line-height: 44px;
    letter-spacing: -1px;
    color: var(--font-color);
}

.get-in-touch-section h4 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: var(--font-color);
}

.get-in-touch-section p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: var(--font-color);
}

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

.more-button {
    background: var(--btn-bg-color);
    border-radius: 33px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 10px 15px;
}

.more-button:hover {
    text-decoration: none;
    color: #ffffff;
    background: var(--btn-bg-hover);
}

.available-tools {
    background: var(--bg-color);
    background-position: center;
    background-repeat: no-repeat;
}

.available-tools h5 {
    color: #e6f6fb;
    font-size: 18px;
    font-weight: 700;
}

.available-tools p {
    color: #e6f6fb;
    font-size: 18px;
    font-weight: 300;
}

footer {
    padding: 40px 20px;
    background: var(--footer-bg);
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 2px solid var(--primary-icon-color);
}

footer img {
    width: 150px;
}

footer a.nav-link {
    color: var(--header-font-color) !important;
    text-transform: uppercase !important;
}

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

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: flex-end !important;
}

.navbar-dark .navbar-nav .nav-link:hover,
footer a.nav-link:hover {
    color: var(--primary-color) !important;
}

.btn-install-extension {
    padding: 15px 20px;
    background: var(--btn-bg-color) !important;
    border-radius: 33px;
}

.btn-install-extension span {
    vertical-align: middle;
    text-decoration: none !important;
    color: #ffffff !important;
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 16px;
}

.btn-install-extension:hover {
    background: var(--btn-bg-hover) !important;
    text-decoration: none;
}

.box160x600>div,
.box300x250>div,
.box728x90>div {
    background-color: rgba(223, 223, 223, 0.6);
}

@media (max-width: 940px) {
    .how-to-use-container .how-to-use-top-holder h1 {
        font-size: 50px !important;
    }
}

@media (max-width: 768px) {
    footer .nav {
        justify-content: center !important;
    }
    .how-to-use-container .how-to-use-top-holder h1 {
        font-size: 50px !important;
    }
}

@media (max-width: 560px) {
    .navbar-brand img {
        height: 40px !important;
    }
    .how-to-use-container .how-to-use-top-holder h1 {
        font-size: 40px !important;
    }
}

@media (max-width: 992px) {
    .get-in-touch-section .tools-holder-hp {
        background: url(../img/featured-tools.svg);
        background-repeat: no-repeat;
        background-position: right;
        margin: 0px;
    }
}

@media (min-width: 992px) {
    .container-lg {
        max-width: 900px;
    }
}

@media (min-width: 1300px) {
    .container-lg {
        max-width: 1100px;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .tools-holder-hp svg {
        max-width: 54px;
        max-height: 54px;
    }
    .tools-holder-hp .icon {
        padding: 0px !important;
    }
    .get-in-touch-section .items {
        margin-top: 20px;
    }
    .get-in-touch-section .tools-holder-hp {
        margin: 0px 4px;
    }
    .tools-holder-hp h5,
    .tools-holder-hp p {
        font-size: 15px !important;
    }
}

@media (min-width: 1100px) and (max-width: 1300px) {
    .tools-holder-hp h5,
    .tools-holder-hp p {
        font-size: 16px !important;
    }
    .tools-holder-hp svg {
        max-width: 64px;
        max-height: 64px;
    }
}

@media (max-width: 1200px) {
    .how-to-install-section .step-1 img {
        margin-left: 40px;
    }
    .how-to-install-section .step-2 img {
        margin-left: 80px;
    }
    .how-to-install-section .step-3 img {
        margin-left: 75px;
    }
}

.navbar {
    z-index: 10;
}

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

.contact-view .btn-primary,
.exit-survey-view .btn-primary {
    background: var(--btn-bg-color);
    border: 1px solid var(--primary-color);
}

.contact-view .btn-primary:hover,
.exit-survey-view .btn-primary:hover {
    background: #FE8C00;
    border: 1px solid var(--primary-color);
}

.how-to-use-container .how-to-use-bg {
    position: absolute;
    left: 0;
    top: 0px;
    width: 50%;
}

.how-to-use-container .how-to-use-top-holder h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 68px;
    line-height: 80px;
    letter-spacing: -1px;
    color: var(--font-color);
}

.how-to-use-container .how-to-use-top-holder h3 {
    font-style: normal;
    font-weight: 300;
    font-size: 68px;
    line-height: 80px;
    letter-spacing: -1px;
    color: var(--font-color);
}

.how-to-use-container .how-to-use-top-holder h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: var(--font-color);
}

.how-to-use-container img {
    width: 100%;
    height: auto;
    padding: 61px 11px 0 14px;
}

.how-to-use-container h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 46px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -1px;
    color: var(--font-color);
}

.how-to-use-container p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.005em;
    color: var(--font-color);
}

.how-to-use-container h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: var(--primary-color);
}

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

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

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

.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);
}

.feedback-btn,
.feedback-btn:hover {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}

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


/** scroller */

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

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

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

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