@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 {
  --main-linear-gradient-bg: linear-gradient(180deg, #123075 0%, #092056 100%),
    linear-gradient(225deg, #095f58 0%, #20edde 100%);
  --font-color: #242423;
  --footer-bg: #0069B9;
  --secondary-color: #1a1728;
  --main-color: #0069B9;
  --main-bg: #ffffff;
  --primary-color: #050524;
  --first-section-bg: #242423;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif !important;
}

/**************** 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: 1;
}

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.appearance.home .appearance,
svg.icons.gaming.home .gaming,
svg.icons.social.home .social,
svg.icons.trip.home .trip,
svg.icons.shopping.home .shopping
{
  fill: var(--main-color);
}

.available-tools svg.icons.apps.home .apps,
.available-tools svg.icons.incognito.home .incognito,
.available-tools svg.icons.blue-light-filter.home .blue-light-filter,
.available-tools svg.icons.malware-scanner.home .malware,
.available-tools svg.icons.password.home .password,
.available-tools svg.icons.downloads.home .downloads,
.available-tools svg.icons.bookmarks.home .bookmarks,
.available-tools svg.icons.extensions.home .extensions,
.available-tools svg.icons.print.home .print,
.available-tools svg.icons.new-tab.home .new-tab,
.available-tools svg.icons.search.home .search,
.available-tools svg.icons.restore-tab.home .restore-tab,
.available-tools svg.icons.notifications.home .notifications,
.available-tools svg.icons.theme.home .theme,
.available-tools svg.icons.update-browser.home .update-browser,
.available-tools svg.icons.store.home .store,
.available-tools svg.icons.audible-tab.home .audible-tab,
.available-tools svg.icons.manage-lang.home .manage-lang,
.available-tools svg.icons.forms.home .forms,
.available-tools svg.icons.email.home .email,
.available-tools svg.icons.social.home .social,
.available-tools svg.icons.trip.home .trip,
.available-tools svg.icons.gaming.home .gaming,
.available-tools svg.icons.shopping.home .shopping,
.available-tools svg.icons.appearance.home .appearance {
  fill: var(--main-color);
}

img {
  max-width: 100%;
}

header {
  padding: 0 20px;
  background: var(--first-section-bg);
}

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(--main-color) !important;
  transition: 0.5s;
}

header a.nav-link:hover,
header a.nav-link[href="/#home"] {
  color: var(--main-bg) !important;
  transition: 0.5s;
}

.home-section .background {
  background: url(../img/home-section-part-1.svg), var(--first-section-bg);
  background-position: 2% 10%;
  background-size: contain;
  min-height: 940px;
  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);
}

.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: var(--main-color);
}

.how-to-install-section h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 46px;
  line-height: 44px;
  letter-spacing: -1px;
  color: var(--main-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(--main-color);
  background: #ffffff;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  padding-top: 8px;
}

.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-it-works-section {
  padding-top: 50px;
}

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

.how-it-works-section h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: var(--main-color);
}

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

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

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

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

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

.get-in-touch-section h5 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  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);
}

.manage-ext-holder {
  background: url(../img/how-to-use-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.more-button {
  background: var(--main-color);
  border-radius: 3px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 15px;
  transition: 0.4s;
}

.more-button:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.8;
  transition: 0.4s;
}

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

.available-tools p,
.available-tools h5 {
  color: var(--main-bg) !important;
}

.available-tools p {
  font-size: 18px !important;
  font-weight: 300 !important;
}

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

footer img {
  width: 200px;
}

footer a.nav-link {
  color: var(--font-color) !important;
  transition: 0.5s;
}

footer a.nav-link:hover {
  color: var(--main-bg) !important;
  transition: 0.5s;
}

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

.btn-install-extension {
  background: var(--main-color);
  color: var(--main-bg);
  padding: 10px 24px;
  border-radius: 3px;
}

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

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

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

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

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

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

.how-to-use-container {
  margin-top: 50px;
}

.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(--main-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;
}

.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(--main-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: bold;
  font-size: 18px;
  line-height: 21px;
  color: var(--main-color);
}

.how-to-use-v2 svg.icons.apps.home .apps,
.how-to-use-v2 svg.icons.incognito.home .incognito,
.how-to-use-v2 svg.icons.blue-light-filter.home .blue-light-filter,
.how-to-use-v2 svg.icons.malware-scanner.home .malware,
.how-to-use-v2 svg.icons.password.home .password,
.how-to-use-v2 svg.icons.downloads.home .downloads,
.how-to-use-v2 svg.icons.bookmarks.home .bookmarks,
.how-to-use-v2 svg.icons.extensions.home .extensions,
.how-to-use-v2 svg.icons.print.home .print,
.how-to-use-v2 svg.icons.new-tab.home .new-tab,
.how-to-use-v2 svg.icons.search.home .search,
.how-to-use-v2 svg.icons.restore-tab.home .restore-tab,
.how-to-use-v2 svg.icons.notifications.home .notifications,
.how-to-use-v2 svg.icons.theme.home .theme,
.how-to-use-v2 svg.icons.update-browser.home .update-browser,
.how-to-use-v2 svg.icons.store.home .store,
.how-to-use-v2 svg.icons.audible-tab.home .audible-tab,
.how-to-use-v2 svg.icons.manage-lang.home .manage-lang,
.how-to-use-v2 svg.icons.forms.home .forms,
.how-to-use-v2 svg.icons.email.home .email,
.how-to-use-v2 svg.icons.social.home .social,
.how-to-use-v2 svg.icons.trip.home .trip,
.how-to-use-v2 svg.icons.gaming.home .gaming,
.how-to-use-v2 svg.icons.shopping.home .shopping,
.how-to-use-v2 svg.icons.appearance.home .appearance {
  fill: var(--main-color) !important;
}

.htu2-featured-item h5,
.htu2-featured-item p {
  font-weight: bold;
  line-height: 19px;
  font-size: 16px;
  color: #408AF1;
}

.htu2-featured-item p {
  color: #4B4B4B;
}


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

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

.fdbck-header-holder {
  background: linear-gradient(180deg, #123075 0%, #092056 100%);
}

.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(--primary-color);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/** scroller */

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

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

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

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