@font-face {
    font-family: 'Satoshi';
    src: url('../src/assets/fonts/Satoshi/Satoshi-Light.otf') format('opentype');
    ;
}

@font-face {
    font-family: 'Satoshi-Bold';
    src: url("../src/assets/fonts/Satoshi/Satoshi-Bold.otf") format("opentype");
    ;
}

html {
    scroll-behavior: smooth;
}

.font-satoshi {
    font-family: 'Satoshi';
}

.satoshi-bold {
    font-family: 'Satoshi-Bold';
}

.noise svg {
    width: 100%;
    opacity: .4;
}

body {
    background: #ebd9be;
    background-size: cover;
    min-height: 100vh;
    margin: 0;
    padding: 0px;
    font-family: 'violeta';
    /* filter: contrast(100%) brightness(100%);
    background:
        #ebd9be,
        url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"); */

}

/* .noise {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-image: url("./assets/images/noise.png");
    background: radial-gradient(rgba(235, 217, 190, .01),
            rgba(156, 107, 52, .02)),
        url("./assets/images/noise.png");
    opacity: .09;
    mix-blend-mode: screen;
    background-repeat: repeat;
    z-index: 1;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .noise {
        filter: contrast(89%) brightness(650%) invert(100%);
        mix-blend-mode: color-dodge;
    }
} */

.noise {
    position: relative;
    /* z-index: 1; */
}

.noise::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("./assets/images/noise.png");
    background-repeat: repeat;
    opacity: 0.03;
    z-index: 0;
    pointer-events: none;
}

.grain {
    position: relative;
    /* z-index: 1; */
}

.grain::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("./assets/images/noise.png");
    background-repeat: repeat;
    opacity: 0.03;
    z-index: 0;
    pointer-events: none;
}

.none {
    display: none;
}

.menu ul li {
    display: inline;
    padding: 10px;
}


.content {
    padding: 20px;
    text-align: center;
}

/* header */
.dropdown-header-menu .dropbtn {
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-header-menu {
    position: relative;
    display: inline-block;
}

.dropdown-header-menu .wrap-dropdown {
    padding: 16px;
    border-radius: 20px;
    background: rgba(235, 217, 190, .95);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-header-menu .dropdown-content {
    padding: 12px;
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 360px;
    z-index: 1;
    right: -50px;
    color: rgba(156, 107, 52, 1);
}

.dropdown-header-menu .dropdown-content .dropdown-list {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content .dropdown-list:hover {
    background-color: rgba(216, 160, 93, 0.3);
    border-radius: 12px;
    color: rgba(112, 23, 19, 1);
    cursor: pointer;
}


.dropdown-content .dropdown-list.active {
    background-color: rgba(216, 160, 93, 0.3);
    border-radius: 12px;
    color: rgba(112, 23, 19, 1);
    cursor: pointer;
}

.dropdown-content .dropdown-list {
    p:not(.text-xl) {
        font-family: 'Satoshi';
        padding-top: 0.8rem;
    }
}

.dropdown-header-menu:hover {
    color: rgba(112, 23, 19, 1);
}

.dropdown-header-menu:hover button {
    color: rgba(112, 23, 19, 1);
    /* text-decoration: underline; */
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

.dropdown-header-menu button.active {
    color: rgba(112, 23, 19, 1);
    /* text-decoration: underline; */
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

.dropdown-header-menu button.active .menu-arrow {
    /* transform: rotate(45deg);
    -webkit-transform: rotate(45deg); */
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    border-color: rgba(112, 23, 19, 1);
    transition: .2s ease;
}

.dropdown-header-menu:hover .menu-arrow {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    border-color: rgba(112, 23, 19, 1);
    transition: .2s ease;
}

.dropdown-header-menu:hover .dropdown-content {
    display: block;
}

.dropdown-header-menu:has(.dropdown-content:hover) button {
    color: rgba(112, 23, 19, 1);
    /* text-decoration: underline; */
}

.menu-arrow {
    border: solid rgba(156, 107, 52, 1);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    border-radius: 1px;
    vertical-align: baseline;
    transition: .2s ease;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dropdown-header-menu:has(.dropdown-content:hover) button .menu-arrow {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    border-color: rgba(112, 23, 19, 1);
}

.dropdown-content .dropdown-list:hover:has(.mask-well-woman) .mask-well-woman,
.dropdown-content .dropdown-list.active .mask-well-woman {
    background-color: rgba(112, 23, 19, 1);
    cursor: pointer;
}

.dropdown-content .dropdown-list:hover:has(.mask-prenatal) .mask-prenatal,
.dropdown-content .dropdown-list.active .mask-prenatal {
    background-color: rgba(112, 23, 19, 1);
    cursor: pointer;
}

.dropdown-content .dropdown-list:hover:has(.mask-intrapartum) .mask-intrapartum,
.dropdown-content .dropdown-list.active .mask-intrapartum {
    background-color: rgba(112, 23, 19, 1);
    cursor: pointer;
}

.dropdown-content .dropdown-list:hover:has(.mask-postpartum) .mask-postpartum,
.dropdown-content .dropdown-list.active .mask-postpartum {
    background-color: rgba(112, 23, 19, 1);
    cursor: pointer;
}

.dropdown-content .dropdown-list:hover:has(.mask-newborn) .mask-newborn,
.dropdown-content .dropdown-list.active .mask-newborn {
    background-color: rgba(112, 23, 19, 1);
    cursor: pointer;
}

.dropdown-content .dropdown-list:hover:has(.mask-family) .mask-family,
.dropdown-content .dropdown-list.active .mask-family {
    background-color: rgba(112, 23, 19, 1);
    cursor: pointer;
}

/* mask Icon */
.mask-well-woman {
    padding: 1rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    mask-image: url('../src/assets/images/nav-bar/well-women.png');
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
}

.mask-prenatal {
    padding: 1rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    mask-image: url('../src/assets/images/nav-bar/prenatal-care.png');
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
}

.mask-intrapartum {
    padding: 1rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    mask-image: url('../src/assets/images/nav-bar/intrapartum-care.png');
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
}

.mask-postpartum {
    padding: 1rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    mask-image: url('../src/assets/images/nav-bar/postpartum-care.png');
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
}

.mask-newborn {
    padding: 1rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    mask-image: url('../src/assets/images/nav-bar/newborn-care.png');
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
}

.mask-family {
    padding: 1rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    mask-image: url('../src/assets/images/nav-bar/family-planning.png');
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
}


.mask-star {
    padding: 1rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    mask-image: url('../src/assets/images/icon/star-icon.png');
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
}





/* .well-woman-icon:after {
    content: '';
    display: block;
    margin-top: 15px;
    height: 50px;
    width: 50px;
    background: url('../src/assets/images/nav-bar/well-women.png') no-repeat 0px 0px;
    background-size: contain;
} */

/* .prenatal-icon:after {
    content: '';
    display: block;
    margin-top: 15px;
    height: 50px;
    width: 50px;
    background: url('../src/assets/images/nav-bar/prenatal-care.png') no-repeat 0px 0px;
    background-size: contain;
} */

/* .intrapartum-icon:after {
    content: '';
    display: block;
    margin-top: 15px;
    height: 50px;
    width: 50px;
    background: url('../src/assets/images/nav-bar/intrapartum-care.png') no-repeat 0px 0px;
    background-size: contain;
} */

/* .postpartum-icon:after {
    content: '';
    display: block;
    margin-top: 15px;
    height: 50px;
    width: 50px;
    background: url('../src/assets/images/nav-bar/postpartum-care.png') no-repeat 0px 0px;
    background-size: contain;
} */

/* .newborn-icon:after {
    content: '';
    display: block;
    margin-top: 15px;
    height: 50px;
    width: 50px;
    background: url('../src/assets/images/nav-bar/newborn-care.png') no-repeat 0px 0px;
    background-size: contain;
} */

/* .family-planning-icon:after {
    content: '';
    display: block;
    margin-top: 15px;
    height: 50px;
    width: 50px;
    background: url('../src/assets/images/nav-bar/family-planning.png') no-repeat 0px 0px;
    background-size: contain;
} */

.hamburger {
    color: #701713
}

.header-overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(156, 107, 52, 1);
    overflow-y: scroll;
    transition: 0.5s;
    z-index: 100;
}

.overlay-content {
    position: relative;
    top: 70px;
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.header-overlay div {
    /* margin-top: 14px; */
    padding:8px 5px;
    text-decoration: none;
    color: #EBD9BE;
    display: block;
    transition: 0.3s;
    padding-top: 0;
}

.header-overlay div:hover,
.overlay a:focus {
    /* color: #f1f1f1; */
}

.header-overlay .logo {
    position: absolute;
    top: 18px;
    left: 0px;
    font-size: 40px;
    cursor: pointer;
    color: rgba(235, 217, 190, 1);
}

.header-overlay .closebtn {
    position: absolute;
    top: 16px;
    right: 24px;
    font-size: 48px;
    cursor: pointer;
    font-family: 'Satoshi';
    color: rgba(235, 217, 190, 1);
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 55px;
        right: 15px;
    }
}

.splide__slide .testimonial-card {
    transform: scale(0.95);
    opacity: 0.3;
    transition: all 0.5s ease-in-out;
}

.splide__slide.is-prev .testimonial-card, .splide__slide.is-next .testimonial-card {
    opacity: 0.7;
}

.splide__slide.is-active .testimonial-card {
    transform: scale(1.07);
    opacity: 1;
    z-index: 15;
}

.splide__arrow {
    background: rgba(119, 81, 40, 1) !important;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
}

.splide__arrow:hover {
    background: rgba(119, 81, 40, 1) !important;
    width: 2.5rem;
    height: 2.5rem;
    opacity: .7;
}

button.disabled {
    background-color: rgba(195, 195, 195, 1);
    color: rgba(96, 96, 96, 1);
    cursor: not-allowed;
    display: block;
}

/* input select */
.select-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 1px;
    border-bottom: 1px solid #C1C7CD;
}

.select-box__current {
    position: relative;
    cursor: pointer;
    outline: none;
}

.select-box__current:focus+.select-box__list {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
}

.select-box__current:focus+.select-box__list .select-box__option {
    cursor: pointer;
}

.select-box__current:focus .select-box__icon {
    transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 15px;
    opacity: 0.3;
    transition: 0.2s ease;
}

.select-box__value {
    display: flex;
}

.select-box__input {
    display: none;
}

.select-box__input:checked+.select-box__input-text {
    display: block;
}


.select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: 15px;
}


.select-box__input:checked+.select-box__input-text {
    display: block;
}

.select-box__list {
    margin-top: 5px;
    position: absolute;
    width: 90%;
    padding: 0;
    list-style: none;
    border-radius: 16px;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
    -webkit-animation-name: HideList;
    animation-name: HideList;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.select-box__option {
    display: block;
    padding: 15px;
    background-color: rgba(241, 244, 249, 1);
    color: #697077;
}

.select-box__option:hover,
.select-box__option:focus {
    color: #697077;
}

@-webkit-keyframes HideList {
    from {
        transform: scaleY(1);
    }

    to {
        transform: scaleY(0);
    }
}

@keyframes HideList {
    from {
        transform: scaleY(1);
    }

    to {
        transform: scaleY(0);
    }
}




select {
    /* Reset Select */
    appearance: none;
    outline: 10px red;
    border: 0;
    border-bottom: 1px solid #C1C7CD;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 0 1em;
    /* color: rgba(105, 112, 119, 1); */
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    font-family: 'Satoshi';
}

option[value=""][disabled] {
    color: gray;
}

/* Remove IE arrow */
select::-ms-expand {
    display: none;
}

/* Custom Select wrapper */
.select {
    position: relative;
    display: flex;
    width: 100%;
    height: 57px;
    border-radius: .25em;
    overflow: hidden;
}

/* Arrow */
.select::after {
    content: '\02C7';
    color: rgba(105, 112, 119, 1);
    font-size: 35px;
    position: absolute;
    top: 0;
    right: 0;
    padding: .3em;
    transition: .25s all ease;
    pointer-events: none;
}


/* Tab Resource */
.tab-btn {
    position: relative;
}

.underline-tab {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #701713;
    transition: width 0.3s ease;
}

.tab-btn.active .underline-tab {
    width: 100%;
}

.active {
    color: #701713;
}

/* Comming Soon */
.coming-soon {
    display: none;
}

.coming-soon.visible {
    display: block;
}

/* Transition */
/* .select:hover::after {
  color: #D3DCF7;
} */


/* modal */

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    margin: auto;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    position: absolute;
    color: #6a7282;
    right: 15px;
    font-size: 28px;
    font-weight: 400;
    padding: 15px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.intro {
    background-color: rgba(235, 217, 190, 1);
    display: block;
    height: 100vh;
    overflow: hidden;
}

.intro img {
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    overflow: hidden;
    object-fit: cover;
}

@media (max-width:987px) {
    .intro img {
        width: 80%;
        height: auto;
    }
}

/* contact  */
.custom-date-wrapper {
    color: #222;
}

.custom-date-input {
    position: relative;
    border-bottom: 1px solid #C1C7CD;
    display: flex;
    align-items: center;
}

.custom-date-input .active {
    color: inherit;
}

.custom-date-input input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 16px;
    background: transparent;
}

.calendar-icon {
    cursor: pointer;
    margin-left: 8px;
    font-size: 18px;
}

.flatpickr-day.selected {
    background: rgba(100, 116, 139, 1) !important;
    border: 0;
}

.flatpickr-day {
    font-family: 'satoshi';
}

.flatpickr-calendar {
    background: rgba(241, 244, 249, 1);
    border: 0;
    border-radius: 16px;
    box-shadow: none;
}

.flatpickr-current-month {
    left: 0;
}

.flatpickr-months .flatpickr-month {
    height: 60px;
    padding-top: 7px;
}

.flatpickr-months .flatpickr-prev-month {
    right: 30px;
    top: 10px;
    left: auto !important;
}

.flatpickr-months .flatpickr-next-month {
    color: rgba(30, 42, 59, 1);
    top: 10px;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: rgba(100, 116, 139, 1);
}

.flatpickr-innerContainer {
    padding-bottom: 10px;
}


.flatpickr-current-month .flatpickr-monthDropdown-months {
    margin: -1px 0px 0px -80px;
}

.flatpickr-weekdays {
    color: rgba(100, 116, 139, 1);
    font-family: 'violeta';
    font-weight: 300;
    font-size: 16px;
}

flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    left: 0
        /* /*rtl:end:ignore*/
    ;
}

/* contact  */


/* maquee */
/* .marquee-wrapper {
    text-align: center;
    overflow: hidden;
    position: relative;
}


.marquee-inner span {
    float: left;
    width: 50%;
}

.marquee-wrapper .marquee-block {
    height: 70px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.marquee-inner {
    display: block;
    width: 230%;
    position: absolute;
}

.marquee-inner p {
    font-family: 'violeta';
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    vertical-align: baseline;
}


.marquee-inner p:nth-child(1) {
    --total-marquee-items: 5;
    padding-right: calc(10px * (var(--total-marquee-items)));
}

.marquee-inner.to-left {
    animation: marqueeLeft 25s linear infinite;
}

.marquee-item {
    width: 20%;
    height: auto;
    display: inline-block;
    float: left;
    transition: all .2s ease-out;
    padding-top: 12px;
}

@media (max-width:987px) {

    .marquee-item {
        width: 325px;
    }
}

@keyframes marqueeLeft {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

@media (max-width: 1410px) {

    .marquee-inner {
        display: block;
        width: 330%;
        position: absolute;
    }

    .marquee-wrapper .container {
        max-width: 200%;
    }
} */

/* maquee */


/* footer */

.contact-footer {
    line-height: 1.6;
    .widget_block {
        padding: 4px 0;
    }
}


.onyx-footer {
    font-size: calc(100vh/2.3);
    line-height: .8;
}

.onyx-footer div {
    line-height: .8;
}

@media (max-width:1200px) {

    .onyx-footer {
        font-size: calc(100vh/3);
    }
}

@media (max-width:987px) {

    .onyx-footer div {
        line-height: 1;
    }

    .onyx-footer {
        font-size: calc(100vh/7.5);
    }

    .cky-consent-container .cky-consent-bar {
        border-top-right-radius: 40px !important;
        border-top-left-radius: 40px !important;
        padding-top: 40px !important;
    }
}


/* how-it-works */
#how-it-works {
    width: 95%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: width 0.6s cubic-bezier(0.4,0,0.2,1);
}
#how-it-works.scaled {
    width: 100%;
}

/* Hide scrollbar while maintaining scroll functionality */
.scrollbar-hide {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.scrollbar-hide::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.cky-preference-center, .cky-consent-bar {
    font-family: 'Satoshi' !important;
}