@font-face {
    font-family: 'freizeitregular';
    src: url('../fonts/freizeit-regular-webfont.woff2') format('woff2'), url('../fonts/freizeit-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'freizeitmedium';
    src: url('../fonts/freizeit-medium-webfont.woff2') format('woff2'), url('../fonts/freizeit-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
img,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
figure,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h2 {
    font-size: 3.332vw !important;
    line-height: 3vw;
}

h3 {
    font-size: 1.984vw !important;
    line-height: 2.37vw !important;
}

p,
a {
    font-size: 1.25em;
    line-height: 28px;
}

.one-card-section {
    background-color: #f9f8f3;
}

.one-card-section .wellness-info {
    max-width: 451px;
}
.one-card-section h2{
    color:#27152e;
}

.one-card-section .left-col h3 {
    font-family: 'freizeitregular';
    font-style: normal;
    font-weight: normal;
    font-size: 64px;
    line-height: 90%;
    color: #27152E;
}

.one-card-section .left-col p {
    font-family: 'freizeitregular';
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
    padding-top: 24px;
    color: #27152E;
}

.one-card-section .right-col img {
    float: right;
    width: 100%;
}

.how-it-work-green-section {
    padding: 40px 0px;
    background-color: #baf0a6;
    z-index: 9;
    position: relative;
}

.how-it-work-green-section h2 {
    font-family: 'freizeitregular';
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 120%;
    text-align: center;
    color: #270D2B;
}

.how-it-work-green-section h3{
    color:#270D2B;
}

.slider-section {
    background-color: #f4f1eb;
    padding: 120px 0px;
}

.slider-section h3 {
    font-family: 'freizeitregular';
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 120%;
    text-align: center;
    color: #E4846D;
    padding-bottom: 45px;
}

.slider-section .carousel-inner .slider-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-section div#carouselExampleIndicators {
    max-width: 1140px;
    margin: auto;
}

.slider-section .carousel-inner .slider-box div img {
    display: block;
    margin: auto;
}

.slider-section .carousel-inner .one {
    min-width: 125px;
}

.slider-section .carousel-inner .two {
    min-width: 152px;
}

.slider-section .carousel-inner .three {
    min-width: 183px;
}

.slider-section .carousel-inner .four {
    min-width: 152px;
}

.slider-section .carousel-inner .five {
    min-width: 178px;
}

.slider-section .carousel-control-prev-icon {
    background-image: url('../images/left-carousel.svg');
}

.slider-section .carousel-control-next-icon {
    background-image: url('../images/right-carousel.svg');
}

.slider-section .carousel-control-prev {
    left: -230px;
}

.slider-section .carousel-control-next {
    right: -253px;
}

.slider-section .carousel-indicators [data-bs-target] {
    background-color: #e4846d;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    margin-left: 8px;
}

.slider-section .carousel-indicators {
    bottom: -90px;
    right: 15px;
}

.slider-section .btn-danger {
    background: #E4846D;
    font-family: 'freizeitmedium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    padding: 26px 75px;
    text-align: center;
    text-decoration-line: underline;
    color: #fdfdfc;
    border: 1px solid #e4846d;
    border-radius: 0px;
}

.slider-section .view-list-btn {
    margin-right: 30px;
}

.faqs-section {
    background-color: #f9f8f3;
    padding: 120px 0px;
}

.faqs-section .left-col {
    padding-right: 32px;
}

.faqs-section .right-col {
    padding-left: 32px;
}

.faqs-section div#accordionExample {
    /* max-height:540px; */
    /* overflow-y:scroll; */
}

.faqs-section div#accordionExample::-webkit-scrollbar {
    display: none;
}

.faqs-section img {
    width: 100%;
    max-width: 666px;
}

.faqs-section div#accordionExample {
    margin-top: 32px;
}

.faqs-section .right-col h3 {
    font-family: 'freizeitregular';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 90%;
    color: #27152E;
}

.faqs-section .accordion-item {
    border-color: #938a97;
    background: transparent;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.faqs-section .accordion-button {
    background: transparent;
    padding: 16px 0px 16px 0px;
    font-family: 'freizeitmedium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #27152E;
}

.faqs-section .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.faqs-section .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: transparent;
    color: #27152e;
}

.faqs-section .accordion-body {
    padding: 0px 0px 32px 0px;
    font-family: 'freizeitregular';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    color: #27152E;
}

.faqs-section .accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus.svg');
}

.faqs-section .accordion-button::after {
    background-image: url('../images/plus.svg');
}

.faqs-section .full-faqs {
    margin-top: 48px;
}

.faqs-section .full-faqs a {
    font-family: 'freizeitmedium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-decoration-line: underline;
    color: #27152E;
}

.information-section {
    background: #f4f1eb;
}

.information-section .container .col-7,
.information-section .container .col-5 {
    padding: 0px;
}

.information-section img {
    width: 100%;
}

.information-section .left-col .info-box {
    max-width: 852px;
    margin: auto;
}

.information-section .left-col .contact-box {
    display: flex;
}

.information-section .left-col h3 {
    font-family: 'freizeitregular';
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 120%;
    color: #27152E;
}

.information-section .left-col p {
    padding: 32px 0px 48px 0px;
    font-family: 'freizeitregular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    color: #27152E;
}

.information-section .left-col .contact-box a:not(:first-child) {
    padding-left: 47px;
}

.information-section .left-col .contact-box a {
    font-family: 'freizeitmedium';
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration-line: underline;
    color: #27152E;
}

.information-section .left-col .contact-box a:hover {
    background-color: transparent;
    border-color: #e4846d;
    color: #e4846d;
}

.information-section .left-col .contact-box a img {
    max-width: 26px;
}

.information-section .left-col .contact-box a span {
    padding-left: 18px;
    font-family: 'freizeitmedium';
}

.information-section .right-col img {
    width: 100%;
}
/* .right-side-new img{
    width: 862px;
    height: 862px;
    position: absolute;
    top: 92px;
    right: 0;
    z-index: 0;
} */
@media (min-width:1500px) {
    .container {
        max-width: 1440px;
    }
}

@media (max-width:1500px) {
    .faqs-section .accordion-button,
    .faqs-section .accordion-body {
        font-size: 16px;
    }
}

@media (min-width:1400px) {
    .information-section {
        min-height: 442px;
    }
    .information-section .row {
        min-height: 442px;
    }
}

@media (min-width:1400px) {
    .one-card-section {
        min-height: 700px;
    }
    .one-card-section .row {
        min-height: 700px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .one-card-section {
        min-height: 600px;
    }
    .one-card-section .row {
        min-height: 600px;
    }
    .one-card-section .left-side h2 {
        font-size: 55px;
    }
    .information-section {
        min-height: 350px;
    }
    .information-section .row {
        min-height: 350px;
    }
    .information-section .left-col .contact-box a {
        font-size: 17px;
    }
    .information-section .left-col .contact-box a:not(:first-child) {
        padding-left: 20px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .one-card-section {
        min-height: 500px;
    }
    .one-card-section .row {
        min-height: 500px;
    }
    .one-card-section .wellness-info {
        max-width: 320px;
    }
    .one-card-section .left-col {
        padding-left: 24px;
    }
    .one-card-section .left-col h3 {
        font-size: 42px;
    }
    .information-section {
        min-height: 330px;
    }
    .information-section .row {
        min-height: 330px;
    }
    .information-section .left-col .contact-box {
        flex-direction: column;
    }
    .information-section .left-col .contact-box a:not(:first-child) {
        padding-left: 0px;
        padding-top: 20px;
    }
    .faqs-section .right-col h3 {
        font-size: 50px;
    }
    .faqs-section .left-col {
        padding-right: 24px;
    }
    .faqs-section .right-col {
        padding-left: 24px;
    }
    .faqs-section div#accordionExample {
        margin-top: 24px;
    }
    .faqs-section .full-faqs {
        margin-top: 24px;
    }
}
@media  (max-width:992px) {
    .information-section {
        background-image: none !important;
    }
}
@media (min-width:992px) {
    .one-card-section {
    background-color: #f9f8f3;
    background-image: url(../images/how-it-works-banner-18-july.png);
    background-repeat: no-repeat;
    background-position: right top -5em; 
    background-size: 55% 1200px !important;
}
    }
    .one-card-section .mobile-view {
        display: none;
    }
    .information-section {
        background-image: url('../images/need_more_information_new.jpeg');
        background-repeat: no-repeat;
        background-position: right;
        background-size: 656px 440px;
    }


@media (max-width:991px) {
    .how-it-works-container {
        max-width: 100%;
    }
    .how-it-works-container .right-side {
        padding: 0px;
    }
    .one-card-section .row {
        flex-direction: column-reverse;
        align-items: flex-start !important;
    }
    .one-card-section .desktop-view {
        display: none;
    }
    .one-card-section .left-col .wellness-info {
        max-width: 100%;
        margin-left: 0px;
        margin-right: auto;
    }
    .one-card-section .left-col {
        padding: 40px 16px 56px 16px;
    }
    .one-card-section .left-col h3 {
        font-size: 28px;
        line-height: 110%;
    }
    .one-card-section .left-col p {
        font-size: 14px;
        line-height: 140%;
        padding-top: 16px;
    }
    .one-card-section .right-side img {
        width: 100%;
    }
    .information-section .container {
        max-width: 100%;
    }
    .information-section .right-col {
        padding: 0px;
    }
    .faqs-section img {
        max-width: 100%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .one-card-section .left-col .wellness-info {
        max-width: 720px;
        margin: auto;
        padding: 0px 12px;
    }
    .one-card-section .left-col {
        padding-left: 24px;
    }
    .one-card-section .left-col h3 {
        font-size: 48px;
    }
    .one-card-section .left-col p {
        font-size: 16px;
    }
    .faqs-section .col-sm-12 {
        padding: 0px;
    }
    .faqs-section .right-col {
        padding: 40px 0px 0px 0px;
    }
    .information-section .row {
        flex-direction: column-reverse;
    }
    .information-section .left-col {
        padding: 40px 24px 40px 24px !important;
    }
    .information-section .left-col .info-box {
        margin: auto;
        max-width: 720px;
    }
}

@media (max-width:767px) {
    h2 {
        font-size: 6vw !important;
    }
    h3,
    h4 {
        font-size: 1.25em !important;
    }
    p,
    span {
        font-size: 0.938em !important;
        line-height: 16.8px;
    }
    .one-card-section .left-col .wellness-info {
        max-width: 540px;
        margin: auto;
    }
    .how-it-work-green-section {
        padding: 24px 0px;
    }
    .how-it-work-green-section h2 {
        font-size: 18px;
        line-height: 90%;
    }
    .exchange-cards-wrapper {
        padding: 80px 0px;
    }
    .faqs-section {
        padding: 48px 0px 80px 0px;
    }
    .faqs-section .row {
        flex-direction: column-reverse;
    }
    .faqs-section .col-6 {
        width: 100%;
        padding: 0px;
    }
    .faqs-section img {
        width: 100%;
        display: none;
    }
    .faqs-section .right-col {
        padding: 0px 16px;
    }
    .faqs-section .right-col h3 {
        font-size: 18px;
        line-height: 110%;
    }
    .faqs-section div#accordionExample {
        margin-top: 24px;
    }
    .faqs-section div#accordionExample::-webkit-scrollbar {
        display: none;
    }
    /* .faqs-section .accordion-button {
       font-size: 15px;
    } */
    .faqs-section .accordion-button:not(.collapsed)::after,
    .faqs-section .accordion-button::after {
        background-size: 8px;
        background-position: center;
    }
    .faqs-section .accordion-body {
        padding: 0px 0px 24px 0px;
    }
    .faqs-section .full-faqs a {
        /* font-size: 12px;
*/
    }
    .faqs-section .full-faqs {
        margin: 40px 0px 0px 0px;
    }
    .information-section .row {
        flex-direction: column-reverse;
    }
    .information-section .container .col-7,
    .information-section .container .col-5 {
        width: 100%;
    }
    .information-section .left-col .info-box {
        max-width: 540px;
    }
    .information-section .left-col {
        padding: 0px 16px 40px 16px !important;
    }
    .information-section .left-col h3 {
        font-size: 18px;
        padding-top: 40px;
    }
    .information-section .left-col p {
        font-size: 12px;
        padding: 16px 0px 28px 0px;
    }
    .information-section .left-col .contact-box {
        flex-direction: column;
    }
    .information-section .left-col .contact-box a {
        font-size: 12px;
    }
    .information-section .left-col .contact-box a:not(:first-child) {
        padding-left: 0px;
        padding-top: 23px;
    }
    .information-section .left-col .contact-box a img {
        max-width: 20px;
    }
    .information-section .left-col .contact-box a span {
        padding-left: 10px;
    }
}

@media (max-width: 450px) {
    h2 {
        font-size: 8.5vw !important;
        line-height: 8vw;
    }
    .text-box p {
        font-size: 1.13em !important;
    }
    .enjoy-totally h3 {
        font-size: 1em;
    }
    /*.slider-section .btn-danger {
    font-size: 0.75em;
}
*/
}

@media (min-width: 768px) and (max-width: 1200px) {
    h2 {
        font-size: 4.332vw;
    }
    h3 {
        font-size: 1.375em !important;
    }
    h4 {
        font-size: 1.25em !important;
    }
}

@media (min-width:992px) and (max-width:1500px) {
    p,
    a {
        font-size: 1em !important;
        line-height: 21.05px !important;
    }
    .faqs-section .accordion-button,
    .faqs-section .accordion-body {
        font-size: 16px;
    }
    .accordion-button::after {
        width: 1em;
        height: 1em;
        background-size: 1rem;
    }
    .one-card-section .wellness-info {
        max-width: 352px;
    }
}