@charset "UTF-8";
/*
Version: 1.0.0
*/
/* custom scrollbar */
::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background-color: #f0e6d8
}

::-webkit-scrollbar-thumb {
    background-color: #4b4b4b;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

h1.font-title.trendy-slogan {
    background-image: url(https://demo.artureanec.com/themes/agrarium/wp-content/uploads/2021/10/Layer-559.jpg);
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 20px;
    font-size: 55px;
    line-height: 95px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;font-weight: 900;
}
/* vietnamese */
@font-face {
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../font/great-vibes/RWmMoKWR9v4ksMfaWd_JN9XKiaIoDmlrMlY.woff) format('woff');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../font/great-vibes/RWmMoKWR9v4ksMfaWd_JN9XLiaIoDmlrMlY.woff) format('woff');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../font/great-vibes/RWmMoKWR9v4ksMfaWd_JN9XFiaIoDmlr.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.box-voucher {
    background: #beb9ac;
    padding: 25px;
}
.box-voucher::after {
    content: " ";
    background: url(../img/textbox-foot.svg);
    background-size: auto 100%;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 40px;
}
@media (min-width: 992px){
	.box-voucher::before {
    background-image: url(../img/bunting-textbox-left.svg);
    bottom: -110px;
    right: -65px;
		content: " ";
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 280px;
    height: 225px;
    z-index: 1;
}
}

@media (max-width: 549px) {
    h1.font-title.trendy-slogan {
        font-size: 61px;
        line-height: 75px;
    }

}



