html {
    line-height: 1.15; 
    -webkit-text-size-adjust: 100%; 
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box; 
    height: 0; 
    overflow: visible; 
}

pre {
    font-family: monospace, monospace; 
    font-size: 1em; 
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none; 
    text-decoration: underline; 
    text-decoration: underline dotted; 
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace; 
    font-size: 1em; 
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    line-height: 1.15; 
    margin: 0; 
}

button,
input { 
    overflow: visible;
}

button,
select { 
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box; 
    color: inherit; 
    display: table; 
    max-width: 100%; 
    padding: 0; /* 3 */
    white-space: normal; 
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield; 
    outline-offset: -2px; 
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button; 
    font: inherit; 
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*-------------------- 共用樣式 --------------------*/
:root{
    /* font */
    --text-dark:#333;
    --text-hint:#00544e;
    --text-emphsis:#ff6600;
    --local-fontFamily: 'Noto Sans TC','微軟正黑體',system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --num-fontFamily: 'Sriracha', cursive;
    /* section*/
    --section-note: #595757;
    --section-productList: #d5ebe1;
    --section-usageFlow: #c8e4b2;
    --section-fulaDiscount:#f6dea2;
    --section-specialOffer:#92dbe4;
    --hot-item-bg:#e1fff8;
    --section-nav:#59908d;
    --section-nav:#47b592;

    
    /* content */
    --green:#1bbf75;
    --light-green:#f1f8c0;
    --discount-bg:#f3fde8;
    --yellow: #ffe919;
    --title-bg:#2cc99c;

    --hot-item-gradient: linear-gradient(315deg, var(--green) 0% , var(--light-green) 100%);

    /*box-shadow*/
    --box-shadow:rgba(0, 0, 0, 0.1) 0px 4px 12px;
    --coupon-shadow:rgba(0, 0, 0, 0.16) 0px 1px 4px;
    /*animation*/
    --easing:cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /*swiper*/
    --swiper-navigation-size: 36px;
    --swiper-theme-color: var(--text-emphsis);
    
}

*,*:before,*:after {
    box-sizing: border-box;
}

html,body {
    font-family:var(--local-fontFamily);
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.4;
}

h1,h2,h3,h4,h5,h6,p,figure,blockquote,ol,ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    width: 100%;
    vertical-align: middle;
}

a {
    color: #1677ff;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    transition: color 0.3s;
}

a:hover,a:focus {
    text-decoration: none;
    color: #69b1ff;
    outline: 0;
}

a:active {
    text-decoration: none;
    color: #0958d9;
    outline: 0;
}

.btn {
    display: block;
}

.btn-cta {
    text-align: center;
}

/*-------------------- format --------------------*/

@property --green01-bg {
    syntax: '<color>';
    inherits: false;
    initial-value:#1bbf75;
}
@property --green02-bg {
    syntax: "<color>";
    inherits: false;
    initial-value: #f1f8c0;
}

.wrapper{
    max-width: 1140px;
    margin: 0 auto;
}

[class^='section__'] {
    padding: 40px 0;
}

[class^='block__'] {
    padding: 0 15px;
}

[class^='title__'] {
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 30px;
}

[class^='title__'] h2 {
    font-size: inherit;
    width: min( 100%,var(--imgWidth));
    height: 60px;
    margin: 0 auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: var(--imgUrl);
}

[class^='title__'] span {
    width: 1px;
    height: 1px;
    display: block;
    overflow: hidden;
    font-size: 1px;
    text-indent: 101%;
    white-space: nowrap;
}

@media screen and (min-width:768px) {
    [class^='section__'] {
        padding: 60px 0;
    }
}

@media screen and (min-width:992px){

    [class^='title__'] {
        font-size: 2.5rem;
    }

    [class^='section__'] {
        padding: 80px 0;
    }

}



/*-------------------- HERO IMAGE --------------------*/
/*- Maybe you can change classname -*/
#main_top>h1 {
    display: block;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 1px;
    padding: 0;
    margin: 0;
}

#main_top {
    width: 100%;
    height: 0;
    padding-bottom: 20.8334%;
    position: relative;
    background: url(https://event.cdn-gunnarworks.com/events/coop_fula/spring_vacation06_ol_1920x408.jpg) no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    #main_top {
        padding-bottom: 57.8125%;
        background: url(https://event.cdn-gunnarworks.com/events/coop_fula/spring_vacation06_ol_768x400.jpg) no-repeat center;
        background-size: cover;
    }
}

/*----------------- optional setting -----------------*/
.swiper-button-prev::after{
    content:'\e5cb';
    font-family:'Material Icons';
    background-color: #fff;
    border-radius: 50%;
    filter: drop-shadow(var(--coupon-shadow));
}
.swiper-button-next::after{
    content:'\e5cc';
    font-family:'Material Icons';
    background-color: #fff;
    border-radius: 50%;
    filter: drop-shadow(var(--coupon-shadow));
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
  }

/*----------------- nav -----------------*/
.section-nav {
    background-color: var(--section-nav);
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.nav-link {
    color: #fff;
    display: block;
    padding: 0.5rem 1.5rem;
    font-size: 1.125rem;
    text-align: center;
    position: relative;
}

.nav-link:before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: var(--yellow);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(4px);
    transition: 500ms ease;
}

.nav-link:hover,
.nav-link:active {
    color: var(--yellow);
}

.nav-link:hover:before,
.nav-link:active:before {
    transform: translateY(0);
}

.mobile-show,
.arrow {
    display: none;
}

@media screen and (max-width:767.98px) {
    .section-nav {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .block__nav {
        position: relative;
    }
    .navbar {
        flex-direction: column;
        justify-content: flex-start;
        height: calc((41.2px)*0);
        transition: 500ms var(--easing);
        position: relative;
    }
    
    .nav-link {
        width: 100%;
    }

    .nav-link:before {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .current {
        color: #fff;
        display: block;
        padding: 0.5rem 1.5rem;
        font-size: 1.125rem;
        text-align: center;
    }

    .arrow {
        display: block;
        width: 41.2px;
        aspect-ratio: 1/1;
        background-color: transparent;
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        outline: none;
        outline-offset: 0;
        border: none;
        z-index: 2;
    }

    .navbar.open {
        height: calc((41.2px)*6);
        z-index: 1;
    }

    .navbar.open ~ .mobile-show {
        display: none;
    }
}

/*----------------- btn-top setting -----------------*/
#btn_top {
    position: fixed;
    right: 5px;
    z-index: 999;
    width: 120px;
    filter: drop-shadow(var(--coupon-shadow));
}

@media screen and (max-width:992.99px) {
    #btn_top {
        width: 48px;
    }
}

/*----------------- section__note setting -----------------*/

.section__note {
    background: var(--section-note) url(https://event.cdn-gunnarworks.com/events/coop_fula/note-bg.png); 
}

.title__note h2{
    --imgUrl: url(https://event.cdn-gunnarworks.com/events/coop_fula/title-note.png);
    --imgWidth : calc((204px)*0.67);
}

.note-list,
.note-nest-list {
    padding-left: 1rem;
    position: relative;
    color: #fff;
    padding-bottom: 0.5rem;
    letter-spacing: 0.01em;
}

.note-list:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 6px;
}

.nest-list {
    padding-top: 0.5rem;
}

.note-nest-list {
    list-style: decimal inside;
}

.content__note p {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

.content__note ul:last-child {
    padding-top: 20px;
}

.link-item {
    color: var(--text-emphsis);
}
.link-item:hover,
.link-item:active {
    color: #ff3600;
    text-decoration: underline ;
    text-underline-offset: 2px;
}

@media screen and (min-width:768px){
    .title__note h2{
        --imgWidth : calc((204px)*0.8);
    }
}

@media screen and (min-width:992px){
    .title__note h2{
        --imgWidth : calc((204px)*1);
    }
}

/*----------------- section__productList setting -----------------*/

.section__productList {
    background: var(--section-productList) url(https://event.cdn-gunnarworks.com/events/coop_fula/productList-bg.png) repeat-y left top / 100% auto;
}

.title__productList h2{
    --imgUrl: url(https://event.cdn-gunnarworks.com/events/coop_fula/title-productList.png);
    --imgWidth : calc((298px)*0.67);
}

.title-list {
    text-align: center;
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.hot-group {
    display: flex;
    flex-wrap: wrap;

}

.hot-item {
    padding: 1rem 1rem 2rem;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.hot-item a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 1rem;
    border-radius: 50%;
    background-color: var(--hot-item-bg);
    transition: 500ms var(--easing);
    position: relative;
}

.hot-item a:after {
    content: '';
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    border-radius: 50%;
    box-shadow: 0 0 0 #fff;
    background: var(--hot-item-gradient);
    transition: background 1s ease-in-out , box-shadow 1s var(--easing) 500ms;
    z-index: -1;
}

.hot-item a:hover:after,
.hot-item a:active:after {
    background: var(--green01-bg);
    box-shadow: var(--box-shadow);
}

.hot-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(150%);
    color: var(--text-dark);
}

.selected-item {
    margin-bottom: 20px;
}

.selected-item a {
    display: block;
    filter: drop-shadow(var(--coupon-shadow));
    transition: 500ms var(--easing);
    transform: translateY(5px);
}

.selected-item a:hover,
.selected-item a:active {
    filter: drop-shadow(var(--box-shadow));
    transform: translateY(0);
}

@media screen and (min-width:425px) {
    .hot-item a {
        padding: 2rem;
    }

}

@media screen and (min-width:768px) {

    .title__productList h2{
        --imgWidth : calc((298px)*0.8);
    }
    
    .hot-item {
        width: 16.6%;
    }

    .hot-item a {
        padding: 1rem;
    }

    .selected-group {
        display: flex;
        flex-wrap: wrap;
    }

    .selected-item {
        width: 50%;
        box-sizing: border-box;
        padding: 0 1rem;
        margin-bottom: 30px;
    }
}

@media screen and (min-width:992px){
    .title__productList h2{
        --imgWidth : calc((298px)*1);
    }
}

/*----------------- section__usageFlow setting -----------------*/

.section__usageFlow {
    background-color: var(--section-usageFlow);
}

.title__usageFlow h2{
    --imgUrl: url(https://event.cdn-gunnarworks.com/events/coop_fula/title-usageFlow.png);
    --imgWidth : calc((346px)*0.67);
}

.stepNum-bar {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    position: initial;
}

.numItem + .numItem {
    margin-left: 20px;
    position: relative;
}

.numItem + .numItem:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: rgba(255,255,255,0.5);
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}

.numItem p {
    display: none;
}

.numItem span {
    color: var(--text-hint);
    font-weight: 600;
    background-color: rgba(255,255,255,0.5);
    display: block;
    width: 24px;
    text-align: center;
    line-height: 24px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.numItem-active span {
    background-color: #45454d;
    color: #fff;
}

.step-group {
    padding-top: 20px;
}

.step-item {
    background-color: #fff;
    border: 8px solid var(--section-nav);
    border-radius: 40px;
    box-sizing: border-box;
    filter: grayscale(1);
    opacity: 0.3;
    transition: 1s var(--easing);
}

.step-item h3 {
    background-color: var(--section-nav);
    color: #fff;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0.375rem 1rem;
    transform: translateY(-50%);
    border-radius: 87px;
}

.step-img,
.step-text {
    padding: 0 2rem 2rem;
}

.step-text p {
    text-align: center;
}

.swiper-slide-active {
    filter: grayscale(0);
    opacity: 1;
}

@media screen and (min-width:768px) {
    .title__usageFlow h2{
        --imgWidth : calc((346px)*0.8);
    }
}

@media screen and (min-width:992px){
    .title__usageFlow h2{
        --imgWidth : calc((346px)*1);
    }

    .flow-list {
        display: flex;
        align-items: center;
    }

    .stepNum-bar {
        display: block;
        box-sizing: border-box;
        padding: 0 20px;
        width: 30%;
    }

    .numItem p {
        display: block;
        padding: 8px 16px;
        background-color: rgba(255,255,255,0.5);
        color: var(--text-hint);
        border-radius: 87px;
    }

    .numItem span {
        width: 36px;
        line-height: 36px;
        margin-right: 20px;
    }

    .numItem + .numItem {
        margin-left: initial;
        margin-top: 20px;
    }

    .numItem + .numItem:before {
        width: 4px;
        height: 22px;
        top: -10px;
        left: 16px;
    }

    .numItem {
        display: flex;
        align-items: center;
    }

    .step-wrap {
        width: 70%;
        margin-right: initial;
    }

    .numItem-active span {
        position: relative;
    }

    .numItem-active p {
        background-color: #45454d;
        color: #fff;
    }

    .numItem-active span:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 4px;
        background-color: #45454d;
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
    }
}

/*----------------- section__fulaDiscount setting -----------------*/

.section__fulaDiscount {
    background-image: url(https://event.cdn-gunnarworks.com/events/coop_fula/wave-bg.png), url(https://event.cdn-gunnarworks.com/events/coop_fula/fulaDiscount-bg.png);
    background-color: var(--section-fulaDiscount);
    background-repeat: no-repeat ,repeat;
    background-position: center top,left top;
    background-size: 100% auto , 300px;
}

.title__fulaDiscount h2{
    --imgUrl: url(https://event.cdn-gunnarworks.com/events/coop_fula/title-fulaDiscount.png);
    --imgWidth : calc((251px)*0.67);
}

.discount-list {
    --bdrs:40px;
    padding: 2.5rem 1.5rem;
    background-color: var(--discount-bg);
    border-radius: 0 var(--bdrs) 0 var(--bdrs);
    text-align: center;
}

.discount-list + .discount-list {
    margin-top: 30px;
    border-radius: var(--bdrs) 0 var(--bdrs) 0;
}

.discount-list h3 {
    font-size: 1rem;
    font-weight: normal;
    position: relative;
    z-index: 1;
}

.discount-list span {
    display: inline-block;
    font-size: 1.375rem;
    font-family: var(--num-fontFamily);
    letter-spacing: 0.05em;
    font-weight: 600;
    position: relative;
}

.discount-list span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    background-color: var(--yellow);
    box-shadow: var(--box-shadow);
    z-index: -1;
}

.discount-item {
    margin-top: 20px;
    position: relative;
}

.discount-item:after {
    content: '';
    pointer-events: none;
    position: absolute;
    bottom: 0.3rem;
    right: 0;
    width: 30px;
    aspect-ratio: 1/1;
    animation: showUp 1.875s ease-in-out infinite;
    background: url(https://event.cdn-gunnarworks.com/events/coop_fula/cursor.png) no-repeat center / contain;
}

.btn-coupon {
    position: absolute;
    inset: 0;
}

.discount-item img {
    filter: drop-shadow(var(--coupon-shadow));
    transition: 500ms var(--easing);
    transform: translateY(5px);
}



.discount-item:hover img,
.discount-item:active img {
    filter: drop-shadow(var(--box-shadow));
    transform: translateY(0);
}

.emphasis-txt {
    line-height: 1.2;
    padding-top: 1rem;
    color: var(--text-emphsis);
    text-align: start;
}

/***關掉折扣碼用***/
.discount-item.__end:after {
    display: none;
}

.discount-item.__end::before {
content: '活動已結束';
display: inline-block;
position: absolute;
font-weight: 600;
font-size: 1.25rem;
white-space: nowrap;
color: #fff;
border-radius: 0.5rem;
border: 1px solid #fff;
padding: 0.25rem 0.5rem;
top: 50%;
left: 50%;
transform: translate(-50%,-50%) rotate(-8deg);
z-index: 100;
}

.discount-item.__end img,
.discount-item.__end:hover img,
.discount-item.__end:active img{
    filter:brightness(0.4);
    transform: translateY(5px);
}

.discount-item.__end .btn {
    pointer-events: none;
}

.discount-item.__end:has(.travelfair-text)::before {
    top: calc(50% + 11px);
}
/***關掉折扣碼用***/

.discount-list .travelfair-text {
    font-size: 0.95rem;
    font-family: var(--local-fontFamily);
    padding-left: 4px;
    color: var(--text-emphsis);
}

.discount-list .travelfair-text:before {
    display: none;
}

@media screen and (min-width:425px) {
    .discount-list h3 {
        font-size: 1.225rem;
    }

    .discount-list span {
        font-size: 1.5rem;
    }
}

@media screen and (min-width:768px) {
    .title__fulaDiscount h2{
        --imgWidth : calc((251px)*0.8);
    }

    .discount-list {
        padding: 40px;
        --bdrs:60px;
    }

    .discount-list h3 {
        font-size: 1.5rem;
    }

    .discount-list span {
        font-size: 1.875rem;
    }

    .discount-group {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .discount-item {
        width: 50%;
    }

    .discount-item + .discount-item {
        margin-left: 20px;
    }

    .hidden {
        display: none;
    }
}

@media screen and (min-width:992px) {
    .title__fulaDiscount h2{
        --imgWidth : calc((251px)*1);
    }

    .discount-list {
        --bdrs:100px;
    }

    .break-txt {
        display: none;
    }
}

/*----------------- section__specialOffer setting -----------------*/

.section__specialOffer {
    background: var(--section-specialOffer) url(https://event.cdn-gunnarworks.com/events/coop_fula/specialOffer-bg.png) left bottom; 
    --bdrs:40px;
}

.title__specialOffer h2{
    --imgUrl: url(https://event.cdn-gunnarworks.com/events/coop_fula/title-specialOffer.png);
    --imgWidth : calc((203px)*0.67);
}

.card-offer {
    --margin:40px;
    padding: 2.5rem 1.5rem;
    background-color: var(--discount-bg);
    border-radius: var(--bdrs) 0 var(--bdrs) 0;
    margin-top: var(--margin);
}

.card-head {
    margin-top: calc(var(--margin)*-1);
}
.card-head h3 {
    transform: translateY(-20px);
}
.card-head h3 span{
    display: block;
    padding: .5rem .375rem;
    color: #fff;
    font-weight: 600;
    font-size: 1.375rem;
    background-color: var(--title-bg);
    width: fit-content;
    box-shadow: var(--box-shadow);
}
.card-head h3 span + span {
    margin-top: 0.375rem;
}

.card-body li {
    padding-bottom: 1rem;
}

.offer-title {
    padding: 0.375em 1rem;
    border-radius: 87px;
    background-color: var(--yellow);
    font-weight: 600;
    width: fit-content;
}

.offer-descr {
    font-size: .9rem;
    padding-left: 1rem;
    padding-top: .5rem;
}

.offer-descr .offer-subtitle{
    display: inline-block;
    font-weight: 600;
    padding: 0.22rem 0.75rem;
    margin-bottom: 0.2rem;
    border: 2px solid var(--title-bg);
    border-radius: 500px;
}

.offer-descr figcaption{
    font-size: 0.9rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    color: var(--text-emphsis);
}

.offer-descr .offer-subtitle:not(:first-of-type){margin-top: 0.6rem;}

.card-footer p {
    font-size: 0.9rem;
    color: var(--text-emphsis);
}

.card-footer p.p-focus{
    font-size: 1.375rem;
    font-weight: 600;
}

@media screen and (min-width:768px) {
    .section__specialOffer {
        --bdrs:60px;
    }

    .title__specialOffer h2{
        --imgWidth : calc((203px)*0.8);
    }

    .card-head h3 span, .card-footer p.p-focus{
        font-size: 1.5rem;
    }

    .card-head h3 span:last-child{
        margin-left: 40px;
    }

    .card-offer {
        padding: 40px 80px;
    }

    .card-body li {
        display: flex;
        align-items: flex-start;
    }

    .offer-sec{
        flex-shrink: 1;
    }

    .offer-title {
        font-size: 1.125rem;
        height: fit-content;
        white-space: nowrap;
    }
    
    .offer-descr {
        font-size: 1rem;
        padding-top: 0;
    }

    .card-footer p {
        font-size: 1rem;
        text-align: center;
    }
}

@media screen and (min-width:992px){
    .section__specialOffer {
        --bdrs:100px;
    }

    .title__specialOffer h2{
        --imgWidth : calc((203px)*1);
    }

    .card-offer {
        background-image: url(https://event.cdn-gunnarworks.com/events/coop_fula/card-img.png);
        background-repeat: no-repeat;
        background-position: 95% 85%;
    }

    .card-offer [class^="card-"] {
        width: 56%;
    }

    .card-head h3 span{
        font-size: 1.875rem;
    }
}

/*----------------- section__fulaIntro setting -----------------*/

.section__fulaIntro {
    background-color: #45454d;
    background-image: url(https://event.cdn-gunnarworks.com/events/coop_fula/circle.png) , url(https://event.cdn-gunnarworks.com/events/coop_fula/circle.png);
    background-repeat: no-repeat;
    background-position: -150px -50px,110% 300px;
    background-size: 300px 300px,150px 150px;
    color: #fff;
}

.title__fulaIntro h2{
    --imgUrl: url(https://event.cdn-gunnarworks.com/events/coop_fula/title-fulaIntro.png);
    --imgWidth : calc((396px)*0.67);
}

.content__fulaIntro h3 {
    font-size: 1.5rem;
    width: fit-content;
    margin: 0 auto 30px;
}

.intro-list {
    width: fit-content;
    margin: 0 auto 40px;
}

.intro-txt {
    display: flex;
    align-content: center;
    padding-bottom: 8px;
    font-weight: 600;
}

.intro-txt:before {
    content:'\e5ca';
    font-family:'Material Icons';
    display: block;
    width: 24px;
    height: 24px;
    background-color: var(--green);
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-right: 8px;
}

.intro-group li {
    width: 95%;
    filter: drop-shadow(6px 6px 0 #fff3);
    margin: 0 auto 1.5rem;
}

@media screen and (min-width:768px) {
    .section__fulaIntro {
        background-position: -200px -150px,110% 200px;
        background-size: 400px 400px,200px 200px;
    }

    .title__fulaIntro h2{
        --imgWidth : calc((396px)*0.8);
    }

    .content__fulaIntro {
        display: grid;
        column-gap: 30px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        "title descr "
        "card card ";
    }

    .content__fulaIntro h3 {
        grid-area: title;
        font-size: 2rem;
    }

    .intro-list {
        grid-area: descr;
    }

    .intro-txt {
        font-size: 1.125rem;
    }

    .intro-group {
        grid-area: card;
        display: flex;
        flex-wrap: wrap;
    }

    .intro-group li {
        width: calc((100% - 45px)/2);
    }
}

@media screen and (min-width:992px) {
    .section__fulaIntro {
        background: #45454d url(https://event.cdn-gunnarworks.com/events/coop_fula/fula-bg.png) no-repeat 90% 35% / 500px 500px;
    }

    .title__fulaIntro h2{
        --imgWidth : calc((396px)*1);
    }

    .intro-group li {
        width: calc((100% - 75px)/4);
    }

    .content__fulaIntro {
        grid-template-columns: 1fr 2fr;
        justify-items:flex-start;
        column-gap: 40px;
    }

    .intro-list {
        margin: 0;
    }
}

/*----------------- keyframes -----------------*/

@keyframes showUp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
