/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*@font-face{font-family:'brandon_text';src:url(./fonts/brandontext-bold-webfont.ttf) format('truetype');font-weight:bold;font-style:normal}
@font-face{font-family:'brandon_text';src:url(./fonts/brandontext-regular-webfont.ttf) format('truetype');font-weight:normal;font-style:normal;}*/

/*body{font-family:  "Custom Font Name",  sans-serif}
.nav > li > a {font-family:  "Custom Font Name", sans-serif;}
h1,h2,h3,h4,h5,h6, .heading-font{font-family: "Custom Font Name", sans-serif;}
.alt-font{font-family: "Custom font name", sans-serif;}*/
/*
a,p,h1, h2, h3, h4, h5, h6,span.widget-title,li{font-family: "brandon_text" !important;}
.stars a{font-family:'fl-icons'!important}
body {
    overflow: hidden;
}


.header-main .nav > li.menu-item > a {
    font-size: 14px;
    color: #2b2b2b;
    padding: 15px 20px;
}
.header-main .nav > li.menu-item {
    margin: 0;
}
*/




:root {
    --font-awe: "Font Awesome 5 Free";
    --primary-color-light: color-mix(in srgb, var(--primary-color) 70%, white);
    --primary-color-dark: color-mix(in srgb, var(--primary-color) 70%, black);
    --intro_title_bg: linear-gradient(360deg,var(--primary-color-dark),var(--primary-color-light));
    --primary-color-light-1: color-mix(in srgb, var(--primary-color) 5%, white);
    --primary-color-light-2: color-mix(in srgb, var(--primary-color) 8%, white);
}



header {
    display: none;
}



.ani_shake {
    animation-name: shake;
    animation-delay: 0s;
    animation-duration: 30s;
    animation-iteration-count: infinite;
}
@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}
.ani_bounce {
    animation-name: bounce;
    animation-delay: 0s;
    animation-duration: 25s;
    animation-iteration-count: infinite;
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}





.sec-1 .img_1 {
    top: 10%;
    left: 0;
}
.sec-1 .img_2 {
    top: 10%;
    right: 0;
}
.sec-1 .img_3 {
    top: 70%;
    left: 10%;
}

.sec-1 .img_4 {
    top: 50%;
    right: 0;
}
.sec-1 h2 {
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 58px;
    margin-bottom: 0;
    background-image: var(--intro_title_bg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec-1 .c-left p:nth-child(1) {
    text-align: center;
    margin-bottom: -30px;
    z-index: -1;
}
.sec-1 h3:nth-child(3) {
    text-align: center;
    border-radius: 33px 0px;
    background-color: rgb(195, 214, 125);
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.6;
    color: rgb(21, 38, 0);
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.sec-1 h3:nth-child(3):before {
    content: "";
    width: 18px;
    position: absolute;
    height: 3px;
    background-color: rgb(20, 38, 0);
    top: 50%;
    transform: translate(-50%);
    left: 10%;
}
.sec-1 h3:nth-child(3)::after {
    content: "";
    width: 18px;
    position: absolute;
    height: 3px;
    background-color: rgb(20, 38, 0);
    top: 50%;
    transform: translate(-50%);
    right: 5%;
}
.sec-1 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    gap: 20px;
}
.sec-1 ul li {position: relative;margin: 0 !important;padding-left: 20px;
    font-size: 18px;
    white-space: nowrap;
}
.sec-1 ul li:before {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 6px;
    content: "";
    background-image: url(/wp-content/uploads/2025/09/check.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: -4px;
}
.sec-1 .c-left .col-inner .txt-1 {
    display: flex;
    flex-direction: column;
}
.sec-1 .c-left .r-discount p:nth-child(1) {
    margin: 0;
}
/* .sec-1 .r-discount {
    background-image: url(/wp-content/uploads/2025/09/bg-tiket.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */
.sec-1 .r-discount {
    background-color: var(--primary-color);
    border-radius: 10px;
}
.sec-1 .r-discount .c-left p {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.sec-1 .r-discount .c-left p strong {
    text-decoration: line-through;
    font-weight: bold;
}
.sec-1 .r-discount .c-left h3 {
    font-size: 35px;
    margin-bottom: 0;
    line-height: 1.6;
    color: rgb(224, 36, 33);
    animation-name: flash;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    text-shadow:
            -2px -2px 0 #fff,
            2px -2px 0 #fff,
            -2px 2px 0 #fff,
            2px 2px 0 #fff;
}
@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}
.sec-1 .r-discount .c-right p {
    color: #fff;
}
.sec-1 .r-discount .c-right h3 {
    color: var(--fs-color-secondary);
    margin-bottom: 0;
}
.sec-1 .r-discount .c-left {
    border-right: 1px dashed #fff;
    padding: 15px 0 !important
}
.sec-1 .r-discount .c-left:after {
    content: "";
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -3.2%;
    top: -3%;
    border-radius: 50%;
}
.sec-1 .r-discount .c-left::before {
    content: "";
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -3.2%;
    bottom: -3%;
    border-radius: 50%;
}
.r-discount {overflow: hidden;margin-bottom: 30px;}
a.main_btn span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
}
a.main_btn {
    padding: 5px 40px;
    background-image: linear-gradient(rgb(243, 188, 49), rgb(224, 36, 32));
}
.ani_pulse {
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.sec-2 .r-1 {
    border-radius: 20px;
/*     background-image: linear-gradient(360deg, rgba(255, 255, 255, 0.2), rgb(255, 255, 255)); */
    padding: 46px;
}
.intro_title h2 {
    font-size: 35px;
    line-height: 1.6;
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-align: center;
    background-image: var(--intro_title_bg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}
.sec-2 .c-left h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 0;
}
.sec-2 .c-left p {
    font-size: 18px;
    line-height: 1.6;
    color: rgb(51, 51, 51);
    text-align: center;
}
.sec-2 .box-text-inner p {
    font-size: 18px;
}
.sec-3 .txt-before {
    background-image: linear-gradient(rgb(246, 255, 233), rgb(242, 255, 220));
    padding: 20px 100px 20px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
}
.sec-3 .txt-before::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-width: 1px;
    border-radius: 20px;
    border-color: rgb(255, 255, 255);
    background-color: rgba(247, 255, 233, 0.6);
    top: 7%;
    left: 2%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: -1;
}
.sec-3 .txt-before p {
    margin-bottom: 0;
    position: relative;
    display: flex;
}
.sec-3 .txt-before::before {
    content: "\f00c";
    font-family: var(--font-awe);
    font-weight: 900;
    font-size: 36px;
    right: 4%;
    position: absolute;
    width: 64px;
    height: 64px;
    background: var(--primary-color);
    color: var(--fs-color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 16%;
}
.sec-3 .c-right .txt-before {
    padding: 20px 20px 20px 100px;
}
.sec-3 .c-right .txt-before::before {
    left: 4%;
}
#main .sec-3 {
    padding-bottom: 100px;
}
.sec-4 .r-1 {
    padding: 40px;
    border-radius: 20px;
    background-image: url(/wp-content/uploads/2025/09/bg-r.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
.sec-4 .intro_title h2 {
    margin-bottom: 0;
}
.sec-4 .r-2 {
    margin-top: 100px;
}
.sec-4 .r-2 p {
    text-align: justify !important;
    min-height: 300px;
}
.sec-4 .r-2 h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: var(--primary-color);
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    z-index: 2;
}
.sec-4 .r-2 .col .col-inner {
    padding: 36px 20px;
    border-width: 2px;
    border-radius: 30px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    -webkit-background-clip: initial;
    position: relative;
    overflow: hidden;
    display: flex;
    box-shadow: rgba(18, 29, 1, 0.2) 5px 5px 15px 0px;
    background-image: linear-gradient(rgb(246, 255, 233), rgb(242, 255, 220));
}
.sec-4 .r-2 .col .col-inner:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/09/bg-4-bot.png) no-repeat center / cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
.sec-4 .r-2 .col .col-inner .txt {
 z-index: 2;
}
.sec-4 .r-1::before {
    content: "";
    background: url(/wp-content/uploads/2025/09/pro-3.png) no-repeat center/cover;
    position: absolute;
    width: 368px;
    height: 396px;
    right: 0;
    bottom: -10%;
}
.sec-5 .c-right .col-inner {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
}
.sec-5 .c-right .col-inner .intro_title {
    grid-column: 1 / -1;
}
.sec-5 .c-right .col-inner .intro_title h2 {
    margin-bottom: 0;
}
#main .sec-5 {
    padding-top: 120px;
}
.sec-5 .img_1 {
    top: 20%;
}
.sec-5 .img_2 {
    top: 25%;
    right: 23%;
}
.sec-5 .img_3 {
    top: 0%;
    right: 8%;
}
.sec-6 .r-1 {
    border-radius: 20px;
    background-image: linear-gradient(360deg, rgba(255, 255, 255, 0.2), rgb(255, 255, 255));
    padding: 46px;
}
.sec-6 .r-1 .intro_title h2 {
    margin-bottom: 10px;
}
.sec-6 .r-1 .intro_title p {
    margin-bottom: 60px;
}
.sec-6 .icon-inner {
    border-radius: 50%;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}
.sec-6 .icon-inner img {
    position: absolute;
    padding: 0 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.sec-6 .icon {
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px dashed;
}
.sec-6 .icon-box-text h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: var(--primary-color);
}
.sec-6 .icon-box-text p {
    font-size: 15px;
    line-height: 1.6;
}
.sec-6 .icon-box {
    padding: 0 24px 75px;
    position: relative;
}
.sec-6 .icon-box::after {
    content: "";
    position: absolute;
    height: 85%;
    width: 100%;
    bottom: 0;
    left: 0;
    border-width: 1px;
    border-radius: 20px;
    border-style: solid;
    border-color: rgb(46, 72, 12);
    box-shadow: rgb(46, 72, 12) 2px 2px 0px 0px;
    background-color: rgb(255, 255, 255);
    z-index: -1;
}
.sec-6 .icon-box::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(/wp-content/uploads/2025/09/decor.png) no-repeat center/contain;
    bottom: 3%;
    z-index: 2;
    right: 10%;
}
#main .flickity-button {
    opacity: 1 !important;
}
#main .flickity-prev-next-button  {
    transform: translateX(0%);
}
#main .flickity-button svg {
    fill: var(--primary-color) !important;
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
}
#main .flickity-prev-next-button.next {
    right: 0%;
}
#main .flickity-prev-next-button.previous {
    left: 0%;
}
.sec-7 .r-in .col .col-inner {
    padding: 21px 21px 40px;
    border-radius: 15px;
    box-shadow: rgba(15, 35, 1, 0.2) 0px 0px 20px 0px;
    background-color: #fff;
}
.sec-7 .r-in .icon-box-img {
    background-color: var(--fs-color-success);
    border-radius: 50%;
    padding: 22px;
    margin-bottom: 22px;
}
.sec-7 .r-in .icon-box-img img {
    padding: 0 !important;
}
.sec-7 .r-in h3,
.sec-7 .r-in p {
    font-size: 16px;
    color: #333;
}
.sec-8 .c-right .c-top .col-inner {
    background-image: radial-gradient(circle, rgb(66, 131, 34), rgb(8, 82, 33));
    border-radius: 20px 20px 0 0;
    padding: 20px 40px;
}
.sec-8 .c-right .c-top h2 {
    font-size: 30px;
    color: var(--fs-color-secondary);
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0;
}
.sec-8 .c-right .c-top p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.sec-8 .ux-timer.light span {
    color: var(--fs-color-primary);
}
.sec-8 .c-right .c-bot .col-inner {
    padding: 20px 40px;
    border-radius: 0 0 20px 20px;
    background-image: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.29));
}
.wpcf7 input {
    border-radius: 4px;
    background-color: rgb(228, 240, 220);
}
.wpcf7 p {
    text-align: center;
}
.wpcf7 .wpcf7-spinner {
    display: none;
}
.wpcf7 .wpcf7-submit {
    margin: 10px 0 0;
    padding: 5px 40px;
    background-image: linear-gradient(rgb(243, 188, 49), rgb(224, 36, 32));
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    border-radius: 99px;
}
#main .sec-8 .c-right {
    padding-bottom: 90px !important;
}
.sec-8 .c-left .img,
.sec-8 .c-left .img .img-inner,
.sec-8 .c-left .img .img-inner img {
    height: 100%;
}
footer .absolute-footer {display: none;}
.sec-footer .c-left p {
    font-size: 14px;
    position: relative;
    display: flex;
    gap: 15px;
}
.sec-footer .c-left p::before {
    content: '\f015';
    font-family: var(--font-awe);
    font-weight: 900;
    color: #fff;
}
.sec-footer .c-left p {width: 90%;}
.sec-footer .c-left p:nth-child(3):before {
    content: '\f2a0';
}
.sec-footer .c-left p:nth-child(4):before {
    content: '\f0e0';
}
.sec-footer .c-right p,
.sec-footer-bot p {
    margin-bottom: 0 !important;
}
.sec-footer-bot p {
    color: #98a2b3;
    font-size: 12px;
}
.sec-footer-bot {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.sec-footer-bot a {
    color: var(--fs-color-secondary);
    font-weight: 900;
}
.sec-footer a {
	color: #fff !important
}
.mktld-wheel,.mktld-wheel .mktld-actions {position:relative;}
.mktld-wheel .mktld-wheel-container,
.mktld-wheel .mktld-actions {
	z-index: 2;
}
.mktld-wheel:after {
	content: "";
	position:absolute;
	width: 110%;
	height: 110%;
	top: 45%;
	left: 54%;
	transform: translate(-50%, -50%);
	background: url(/wp-content/uploads/2025/11/Asset-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0
}
.mktld-wheel:before {
	content: "";
	position:absolute;
	width: 239px;
	height: 434px;
	bottom: -14%;
	left: -12%;
	background: url(/wp-content/uploads/2025/11/Asset-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 7;
	transform: rotate(-10deg);
}
.mktld-wheel .mktld-wheel-container:after {
	content: "";
	position:absolute;
	width: 239px;
	height: 434px;
	bottom: -15%;
	right: -30%;
	background: url(https://pub-b2eddeeb92ae444d848d347a6b3a9fc5.r2.dev/mktpharma/file/1763969562_69240a1acbb6d.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
	transform: rotate(10deg);
}
.sec-2 .intro_title h2 {
	margin-bottom: 0;
	font-size: 1.5vw;
	line-height: 1.3;
}
.sec-7 .r-in p {
	min-height: 128px;
}
.sec-7 .r-in .icon-box-img img {
	filter: brightness(0) saturate(100%) invert(99%) sepia(73%) saturate(0%) hue-rotate(309deg) brightness(107%) contrast(101%);
}
.sec-1 ul li,
.sec-1 ul li a {
	color: #fff;
}
#mktld-btn-spin {margin: 0;}
.mktld-wheel .mktld-actions {
	position: absolute !important
}











/* responsive */
/* r1 */
@media screen and (max-width: 1024px) {
    #main .sec-1 {
        height: auto !important;
        min-height: auto !important;
    }
    #main .section.sec-4,
    #main .section.sec-6,
    #main .section.sec-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sec-7 .row.r-in .col  {
        max-width: 50%;
        flex-basis: 50%;
        padding-bottom: 30px !important;
    }
    .sec-8 .c-left .img .img-inner img {
        height: 100%;
        object-fit: cover;
    }



}



/* r9 */
@media screen and (max-width: 992px) and (min-width: 768px) and (orientation: landscape) {
    .sec-1 ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .sec-1 h3:nth-child(3) {
        font-size: 15px;
    }
    .sec-2 .c-left,
    .sec-2 .c-right {
        max-width: 100%;
        flex-basis: 100%;
    }
    .sec-4 .r-2 .col {
        max-width: 33.33%;
        flex-basis: 33.33%;
    }
}



/* r7 */
@media screen and (max-width: 768px) {
    .sec-1 ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .sec-2 .r-1 .c-left {
        padding-bottom: 40px !important;
    }
    .sec-3 .r-2 .col:nth-child(1) {
        order: 2;
    }
    .sec-3 .r-2 .col:nth-child(3) {
        order: 3;
    }
    .sec-3 .txt-before {
        text-align: left !important;
        padding: 20px 20px 20px 100px !important;
    }
    .sec-3 .txt-before::before {
        left: 4%;
    }
    .sec-3 .txt-before p {
        min-height: 50px;
    }
    #main .sec-3 {
        padding-bottom: 0;
    }
    .sec-4 .intro_title h2 br {display: none;}
    #main .slick-prev:before,
    #main .slick-next:before {
        font-size: 36px;
        color: var(--fs-color-primary);
    }
    .sec-8 .c-left {
        order: 2;
    }
    #main .sec-8 .c-right {
        padding-bottom: 0px !important;
    }
    #main .col.only-desktop {
        display: none !important;
    }



}



/* r3 */
@media screen and (max-width: 549px) {
	.sec-7 .r-in h3 {
		font-size: 22px
	}
	.sec-7 .r-in p {
		font-size: 16px;
		color: #333;
	}
	.sec-7 .r-in p {
		min-height: initial;
	}
	.mktld-wheel:before {
		content: none	}
	.mktld-wheel .mktld-wheel-container:after {
		content: none
	}

	#main .section.sec-2 {
		padding: 0 0 100px !important
	}
	.sec-2 .intro_title h2 {
		font-size: 4vw;
		margin-bottom: 20px;
	}
	.sec-2 .intro_title h2 br {
		display: none;
	}
	.sec-7 .row.r-in .col {
		max-width: 100%;
		flex-basis: 100%;
	}
    .sec-footer-bot p {
        text-align: center;
    }
    .sec-8 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sec-7 .r-in .col .col-inner {
        padding: 11px 11px 40px;
    }
    #main .slick-next {
            right: -16px;
        }
    .sec-5 .c-left{
        order: 2;
    }
    .sec-3 .txt-before.txt-last {
        margin-bottom: 0;
    }
    .sec-2 .c-last {padding-bottom: 0 !important;}
	.sec-2 .r-1 {padding: 0}
    .sec-4 .r-1,
    .sec-6 .r-1 {
        padding: 20px;
    }
    .intro_title h2 {
        font-size: 24px;
    }
    .r-discount {
        margin-top: 40px !important;
    }
    .sec-1 .c-left p:nth-child(1) img {
        max-width: 80% !important;
    }
    #main .sec-1 {
        padding-top: 0px !important;
    }
    .sec-1 h2 {font-size: 40px;}
    .sec-1 h3:nth-child(3) {font-size: 16px;}
    .sec-1 ul {
        width: 70%;
        margin: auto;
    }
	.sec-2 .intro_title h2 {padding-top: 30px;}





}