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

:root {
    --primary-color: #442F21;
    --cta-color: #FC6605;
    --footer-bg: transparent;
    --background: #F1F1F1;
    --bg-gradient: linear-gradient(180deg, #F1F1F1 0%, #FFCEAF 100%);
}

html,
body {
    font-family: 'Inter', sans-serif;
    background: var(--background);
    color: var(--primary-color);
}

main {
    padding-top: 100px;
}

#website-widget-container {
    width: 100%;
    height: 100vh;
    margin: auto;
}

@media (min-width: 1200px) {

    .container,
    .main-menu {
        min-width: 1380px;
    }
}

h1 {
    color: var(--primary-color);
    font-size: 44px;
    font-weight: 400;
}

p {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.huge-title {
    font-family: 'Inter', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    color: #FC6605;
}

a,
a:hover,
a:focus,
a:active {
    color: var(--cta-color);
}

/** Header **/
.header {
    font-family: 'Inter', sans-serif;
    background: transparent !important;
}

.navbar .nav-item.active .nav-link,
.navbar .nav-item:hover .nav-link {
    color: var(--cta-color) !important;
    background: transparent !important;
}

.navbar .nav-item.active,
.navbar .nav-item:hover {
    opacity: 1 !important;
    color: var(--cta-color) !important;
    background: transparent !important;
}

.navbar .nav-item {
    height: 34px;
    margin-right: 10px;
}

div[data-disclosures-text="1"] span {
    text-transform: uppercase;
}

.navbar .nav-item .nav-link {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.add-ext-btn,
.add-ext-btn:hover,
.add-ext-btn:active,
.add-ext-btn:focus {
    background: var(--cta-color);
    color: var(--primary-color);
}

.navbar-toggler svg path {
    fill: var(--primary-color);
}


/** getting-started **/
#getting-started .container-fluid {
    background: linear-gradient(0deg, #F1F1F1 0%, #FFCEAF 100%);
    min-height: 444px;
}

/** htu1 */

#htu-carousel {
    background: var(--bg-gradient);
}

#htu-carousel .btn {
    background: var(--cta-color);
    border-radius: 55px;
    font-weight: 700;
    font-size: 18px;
    color: var(--background);
}

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

#htu-carousel h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    color: var(--primary-color);
}

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

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

#htu-carousel p {
    color: #FFCEAF;
    font-weight: 400;
}

#htu-carousel .carousel-indicators li {
    background-color: var(--cta-color) !important;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    border: 1px solid transparent;
}

#htu-carousel .btn-prew:hover,
#htu-carousel .btn-next:hover,
#htu-carousel #pin-extension .gotit:hover {
    opacity: 0.8;
    text-decoration: none;
}

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

#htu-carousel .item-card {
    background-color: var(--primary-color);
    border-radius: 20px;
    min-height: 623px;
}

#htu-carousel .inactive-item {
    opacity: 0.5;
}

#htu-carousel h5 {
    text-align: center;
    font-weight: 600;
    font-size: 29px;
    line-height: 41px;
    color: #FFCEAF;
}

#htu-carousel .welcome {
    color: var(--primary-color);
    font-size: 26px;
}

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

.feedback-holder {
    margin-top: -100px;
}

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

.fdbc-img-holder {
    background: var(--background);
}

.feedback-btn,
.feedback-btn:hover {
    background: var(--cta-color) !important;
    color: var(--background) !important;
    font-weight: 700;
    border: none;
}

.feedback-btn:hover:hover {
    filter: brightness(1.2);
}

/** Footer **/
.footer .container-fluid {
    background-color: var(--footer-bg);
}

.footer .nav-item .nav-link {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    color: var(--primary-color) !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 30px;
    padding-top: 10px;
}

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

#web-widget {
    width: 440px;
    height: 576px;
    margin-left: auto;
    margin-right: auto;
}

.web-widget-holder {
    background: url(../img/widget-bg.svg) center center no-repeat;
    background-size: contain;
    padding-top: 25px !important;
    padding-bottom: 140px !important;
}

/** features */
#features-section {
    background: var(--bg-gradient);
}

.features-section-bgl {
    background: url(../img/features-left-bg.svg) top left no-repeat;
}

#features-section .container {
    background: url(../img/features-center-bg.svg) 0% 80% no-repeat;
    background-size: contain;
}

.features-text {
    font-size: 20px;
}
/** how it works */
.how-it-wotks-item {
    border: 2px solid var(--cta-color);
    border-radius: 30px;
    background: var(--bg-gradient);

}

.how-it-wotks-item h4 {
    font-size: 24px !important;
    font-weight: 700 !important;
}

.how-it-wotks-item p {
    font-size: 16px !important;
}

.how-it-wotks-item span {
    color: var(--background);
    background-color: var(--cta-color);
}

/** scroller */

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

::-webkit-scrollbar-track {
    background: transparent;
}

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

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

@media (max-width: 1000px) {
    .web-widget-holder {
        background: none;
    }
}