/* Webfont: Lato-Heavy */@font-face {
    font-family: 'LatoWebHeavy';
    src: url('/fonts/Lato-Heavy.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Lato-Heavy.woff2') format('woff2'), /* Modern Browsers */
    url('/fonts/Lato-Heavy.woff') format('woff'), /* Modern Browsers */
    url('/fonts/Lato-Heavy.ttf') format('truetype');
    font-style: normal;
    font-weight: 800;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-HeavyItalic */@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-HeavyItalic.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Lato-HeavyItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Lato-HeavyItalic.woff2') format('woff2'), /* Modern Browsers */
    url('/fonts/Lato-HeavyItalic.woff') format('woff'), /* Modern Browsers */
    url('/fonts/Lato-HeavyItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 800;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Italic */@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Italic.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Lato-Italic.woff2') format('woff2'), /* Modern Browsers */
    url('/fonts/Lato-Italic.woff') format('woff'), /* Modern Browsers */
    url('/fonts/Lato-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Medium */@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */
    url('/fonts/Lato-Medium.woff') format('woff'), /* Modern Browsers */
    url('/fonts/Lato-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-MediumItalic */@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-MediumItalic.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Lato-MediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Lato-MediumItalic.woff2') format('woff2'), /* Modern Browsers */
    url('/fonts/Lato-MediumItalic.woff') format('woff'), /* Modern Browsers */
    url('/fonts/Lato-MediumItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Regular */@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('/fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

:root {
    --green-color: #036666;
    --title-color: #212529;
    --paragraph-color: #212121;
    --orange-color: #e16f67;
    --brown-color: #B4462F;
    --footer-color: #0f1113;
    --dark-color: #212121;
    --white-color: #ffffff;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
}

.container {
    max-width: 1200px !important;
}

.logo {
    margin-left: 20px;
    max-height: 30px;
}

.logo-text {
    color: var(--title-color);
    font-size: 30px;
    margin: 0 !important;
}

.languages-text {
    font-family: "Reem Kufi", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--title-color);
    transition: 0.1s ease-in-out color;
}

.big-title {
    font-size: 46px;
    font-weight: 800;
    font-family: "Lato", sans-serif;
    color: var(--title-color);
}

.regular-title {
    font-size: 36px;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    color: var(--title-color);
}

.small-title {
    font-size: 30px;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    color: var(--title-color);
}

.text {
    font-size: 18px;
    color: var(--paragraph-color);
    font-weight: 400;
    margin-top: 10px;
}

.accent {
    color: var(--brown-color);
}

.number {
    font-size: 36px;
    font-weight: bolder;
    color: var(--brown-color);
}

.header {
    height: 120px;
    background: #B4462F;
    border-bottom: 3px solid #212121;
}

.header .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header .header-container .logo-webstore-container {
    align-items: center;
}

.logo-container {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    background: #ffffff;
    border-radius: 10px;
}

.header-dropdown-menu {

}

.header-dropdown-menu .btn {
    min-width: 163px;
    padding: 5px 15px;
    background: #FBC02D;
    border-radius: 26px;
    border: 3px solid #212121;
    transition: border 0.2s;
}

.header-dropdown-menu .btn.show {
    border: 3px solid #212121 !important;
    background: #FBC02D !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.header-dropdown-menu .btn:hover {
    background: #FBC02D;
    border-color: #FBC02D;
}

.header-dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid #212121;
    border-bottom: 0 #212121;
}

.header-dropdown-menu .dropdown-menu {
    min-width: auto;
    top: -5px !important;
    width: 100%;
    border: 3px solid #212121;
    background: #FBC02D;
    border-radius: 0 0 26px 26px;
}

.header-dropdown-menu .dropdown-item:focus,
.header-dropdown-menu .dropdown-item:hover {
    background: transparent;
}

.languages-btn {
    //background-color: transparent !important;
    //border-color: transparent !important;
}

.languages-text:hover {
    color: var(--paragraph-color);
}

.welcome-section {
    margin: 113px 0 95px 0;
    display: flex;
}

.welcome-question {
    font-size: 22px;
}

.texts {
    height: 100%;
    display: flex;
    color: var(--dark-color);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 0.5;
}

.welcome-texts .title-2 {
    color: #BEB7A4;
    font-weight: 400;
}

.img-container {
    display: flex;
    flex: 0.5;
    justify-content: flex-end;
    align-items: center;
}

.animation img {
    /* max-height: 339px;
    max-width: 602px; */
    object-fit: contain;
    position: relative;
    width: 100%;
}

.chrome-btn {
    position: relative;
    background-color: var(--dark-color) !important;
    border: transparent !important;
    color: #FAC05E !important;
    font-family: "Lato", sans-serif;
    font-weight: 800 !important;
    padding: 20px 30px 20px 75px !important;
    transition: 0.1s ease-in-out opacity !important;
    margin-top: 20px !important;
    border-radius: 40px !important;
}

.chrome-btn:hover {
    background-color: var(--dark-color) !important;
    color: #FAC05E !important;
    outline: none !important;
}

.chrome-btn .chrome-button-icon {
    position: absolute;
    left: 10px;
    top: 7px;
    width: 50px;
    height: 50px;
    //transform: translateY(-50%);
    transition: transform 1s;
}

.chrome-btn:hover .chrome-button-icon {
    transform: rotate(360deg);
}

.how-it-works {
    width: 100%;
    margin-top: 100px;
    font-family: "Lato", sans-serif;
}

.how-it-works h2 {
    font-size: 50px;
    text-align: left;
}

.how-it-works h2:after {
    content: '';
    display: block;
    width: 160px;
    height: 3px;
    margin-top: 20px;
    border-radius: 2px;
    background: var(--brown-color);
}

.step {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 100px;
}

.step.reverse .step-img {
    margin-right: 50px;
}

.step.step-2 .step-img {
    position: relative;
    left: -93px;
}

.step-texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 25px 20px;
    background: #F5F5F5;
    border: 3px solid var(--dark-color);
    border-radius: 25px;
}

.step-texts .number-image {
    width: 100px;
    height: 100px;
}

.step-text {
    display: flex;
    flex-flow: row nowrap;
}

.step-text-number {
    flex: 100px 0 0;
    margin-right: 25px;
}

.step-text-content {
    flex: auto 1 1;
}

.step-text .small-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
}

.step-text .text {
    font-size: 18px;
}

.step-img {
    justify-content: center;
}

.save-money {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: url("/assets/img/add_coupons.jpg") center;
    background-size: cover;
    height: auto;
    padding: 75px 100px 55px 100px;
    z-index: 20;
    font-family: "Lato", sans-serif;
    text-align: center;
}

.save-money:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
    z-index: -1;
}

.save-money .save-money-title {
    display: block;
    margin-bottom: 25px;
    font-size: 50px;
    color: #FAC05E;
    font-weight: 800;
    line-height: 1.1;
}

.save-money p {
    display: block;
    max-width: 500px;
    margin: 0 auto 35px auto;
    text-align: center;
    color: var(--white-color) !important;
}

.save-money-logo-list-container {
    display: none;
}

.pt .save-money-logo-list-container {
    display: block;
}

.save-money-logo-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.save-money-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    margin: 0 20px 20px 0;
    background: #ffffff;
    border-radius: 5px;
}

.save-money-logo img {
    width: 100%;
    max-width: 100%;
}

.save-2 {
    background-color: transparent;
    background-image: url('/assets/img/yellow-wave-bg.svg');
    background-position: top;
    z-index: 1;
    height: auto;
    padding: 320px 0;
    max-height: 523px;
}

.save-2:before {
    content: none;
}

.save-2 .small-title {
    font-size: 50px;
}

.save-2 .small-title:first-child {
    color: #ffffff !important;
    margin-bottom: 0 !important;
}

.save-money.save-2 p {
    max-width: 90%;
}

.save-money.save-2 .text {
    max-width: 680px;
    font-size: 22px;
}

.save-texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80% !important;
}

.save-2 p {
    color: var(--title-color) !important;
}

.footer {
    background-color: var(--footer-color);
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 20px;
}

.footer-links-container {
    /* display: flex; */

}

.footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
    align-items: center;
}

.footer-links .footer-copyright {
    margin: 0 5px;
}

.flex-spacer {
    flex-grow: 1;
}

.footer-links a {
    display: inline-block;
    margin: 0 20px;
    text-decoration: none !important;
    color: var(--white-color) !important;
}

.footer-links a:hover {
    color: #FBC02D !important;
    text-decoration: underline !important;
}

.footer-links p {
    text-decoration: none !important;
    color: var(--white-color) !important;
}

.footer-facebook-link {
    display: flex;
    align-items: center;
}

.footer-facebook-link a {
    margin-right: 10px;
}

.has-text-centered {
    text-align: center;
}

.chrome-button-icon {
    width: 30px;
    margin-right: 10px;
}

.chrome-web-store-header-container {
    display: block;
}

.chrome-web-store-header-container img {
    width: 100%;
}

.chrome-web-store-under-header-container {
    display: none;
}

@media (max-width: 1280px) {
    .animation img {
        max-height: 100%;
    }

    .save-texts {
        width: 70vw !important;
    }
}

@media (max-width: 1000px) {
    .chrome-web-store-header-container {
        display: none;
    }

    .welcome-section {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-top: 5vh;
    }

    .animation img {
        margin-top: 5vh;
        max-height: 100%;
    }

    .logo-text {
        /* font-size: 30px; */
        font-size: 2.5vw;
    }

    .languages-text {
        /*font-size: 20px;*/
        font-size: 2vw;
    }

    .big-title {
        /* font-size: 40px; */
        font-size: 5vw;
    }

    .regular-title {
        /* font-size: 30px; */
        font-size: 4vw;
    }

    .small-title {
        /* font-size: 24px; */
        font-size: 2vw;
    }

    .text {
        /* font-size: 18px; */
        font-size: 1.75vw;
    }

    .number {
        font-size: 4vw;
    }

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

    .step {
        flex-direction: column;
        margin-bottom: 15vh;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .step-texts {
        margin-bottom: 15vh;
    }

    .step-text {
        max-width: 100%;
        text-align: center;
        margin-bottom: 5vh;
    }

    .step-img img {
        max-height: none;
    }

    .step.step-2 .step-img {
        left: inherit;
    }

    .step.step-2 .step-img img {
        width: 100%;
        max-width: 100%;
    }

    .save-money.save-2 {
        padding: 55px 0;
    }
}

@media (max-width: 600px) {
    .header {
        height: 90px;
    }

    .header-container .logo-container img {
        width: 125px;
    }

    .header-container .logo-container {
        padding: 10px;
    }

    .chrome-btn .chrome-button-icon {
        width: 45px;
        top: 50%;
        transform: translateY(-50%);
    }

    .chrome-btn:hover .chrome-button-icon {
        transform: translateY(-50%);
    }

    .welcome-section {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-top: 0;
    }

    .animation img {
        margin-top: 50px;
        max-height: 100%;
        width: 100%;
    }

    .logo-text {
        /* font-size: 30px; */
        font-size: 5vw;
    }

    .languages-text {
        /*font-size: 20px;*/
        font-size: 4vw;
    }

    .big-title {
        /* font-size: 40px; */
        font-size: 8.5vw;
    }

    .regular-title {
        /* font-size: 30px; */
        font-size: 8vw;
    }

    .small-title {
        /* font-size: 24px; */
        font-size: 4vw;
    }

    .number {
        font-size: 6vw;
    }

    .text {
        /* font-size: 18px; */
        font-size: 4vw;
        margin-top: 25px;
    }

    .chrome-btn {
        margin-top: 35px;
        font-size: 4vw !important;
    }

    .save-money {
        padding: 40px 10px;
    }

    .save-texts {
        width: 90vw !important;
    }

    .footer {
        height: auto !important;
        padding: 10px !important;
    }

    .footer-links-container {
        flex-direction: column-reverse;
        height: auto !important;
        padding: 0 !important;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .step-texts {
        margin-bottom: 15vh;
    }

    .save-2 .small-title {
        font-size: 22px;
        margin-bottom: 0;
    }

    .save-money.save-2 .text {
        max-width: 100%;
        margin: 15px 0;
    }
}

.couponuts-logo a {
    color: white;
    text-decoration: none;
}
