@font-face {
    font-family: 'Alice';
    src: url('../assets/fonts/Alice/Alice-Regular.ttf');
}

@font-face {
    font-family: 'Fraunces';
    src: url('../assets/fonts/Fraunces-VariableFont_SOFT\,WONK\,opsz\,wght.ttf');
}

@font-face {
    font-family: 'Futura';
    src: url('../assets/fonts/FuturaHandwritten.ttf');
}

@font-face {
    font-family: 'Poppins';
    src: url('../assets/fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Ames';
    src: url('../assets/fonts/Ames-Regular.otf');
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Fraunces', serif;
    overflow-x: hidden !important;
    margin: 0;
    padding: 0;
}

.navbar {
    background-color: #f8f9f9;
}

.font-alice {
    font-family: 'Alice', serif;
}


.font-poppins {
    font-family: 'Poppins', serif;
}

.font-futura {
    font-family: 'Futura', serif;
}

.font-ames {
    font-family: 'Ames', serif;
}

.text-brown {
    color: #8B7355;
}

.nav-item {
    border: 1px solid #8b7355;
    border-radius: 20px;
    padding: 0;
    margin: 0;
    min-width: 80px;
    text-align: center;
}

.nav-link {
    color: #8b7355;
}

.nav-link:hover {
    color: #8b7355;
    font-weight: bold;
}

.w-big {
    width: 185px;
}

.w-small {
    width: 100px;
}

.bg-yellow {
    background-color: #ffe671;
}

.active {
    color: #8b7355 !important;
    font-weight: bolder;
}

.btn-login:hover {
    color: #8b7355 !important;
    font-weight: bolder;
}

.hero {
    background: linear-gradient(180deg,
            #F5F8F9 0%,
            #E7F2F5 40%,
            #D4EAF1 100%);
    min-height: 500px;
    padding: 30px 0;
}

.hero-btn {
    color: #5d4b40;
    width: 70%;
    height: 27%;
    padding: 10px;
    font-size: 30px;
    background-color: #FFE671;
    border: 2px solid #5d4b40;
    border-radius: 35px;
}

.hero-btn:hover {
    color: #65543E;
    background-color: #FFD92E;
    border: 2px solid #5d4b40;
    border-radius: 35px;
}

.hero-box {
    background-image: url("../assets/heroImage.png");
    height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 10px;
}

.hero-text {
    background: rgba(255, 255, 255, 0.6);
    width: 52%;
    height: 75%;
    padding: 40px 0;
    text-align: center;

}

.tag {
    width: 150px;
    background-color: #8b7355;
    color: white;
    margin-top: 30px;
    border-radius: 15px;
}

.tagUser {
    width: 150px;
    background-color: #8b7355;
    color: white;
    margin-top: 42px;
    border-radius: 15px;
}


.products {
    background: #e6f2f5;
    background: linear-gradient(180deg,
            #D4EAF1 0%,
            #C5E1EB 40%,
            #BBDBE7 100%);
    min-height: 500px;
}

.placeholder-box {
    height: 400px;
    background: #d8e7ef;
    border: 2px solid #8d7464;
    /* border-radius: 8px; */
}

.placeholder-box img {
    border: 1px solid black;
}

.col-product-title {
    height: 350px;
}

.product-btn {
    background-color: #ffe671;
    width: 370px;
    padding: 0 0;
    font-size: 35px;
    border-radius: 35px;
}

.product-btn:hover {
    color: #65543E;
    background-color: #FFD92E;
}

.series {
    background: #BBDBE7;
    min-height: 500px;
    padding: 0 0;
}

.product-card {
    border: 1px solid black;
    border-radius: 15px;
    background-color: #FBE58B;
    height: 450px;
}

.card-btn {
    width: 300px;
    border-radius: 10px;
    background-color: #0163CB;
    color: white;
}

.card-btn:hover {
    background-color: #0163CB;
}

.series-subtitle {
    border: 1px solid black;
    border-radius: 20px;
    width: 150px;
    height: 35px;
    padding: 5px 0 2px 0;
    font-size: 14px;
}

.img-placeholder {
    height: 220px;
    background: #d8e7ef;
    border-radius: 15px;
    margin: 15px;
}

.img-placeholder img {
    border-radius: 15px;
    border: 1px solid black;
}

.features {
    background: linear-gradient(180deg,
            #BBDBE7 0%,
            #BDDCDF 33%,
            #C3DED9 66%,
            #C8E1D4 100%);
    min-height: 500px;
}

.text-our {
    margin-top: 30px;
    margin: 20px;
}

.should {
    background: linear-gradient(180deg,
            #C8E1D4 0%,
            #CFE4CC 25%,
            #D3E6C7 50%,
            #D7E7C4 75%,
            #D9E8C1 100%);
    min-height: 500px;
}

.should-title {
    background-color: #F6F3EE;
    margin: 0 30px 0 30px;

}

.should-circle {
    height: 150px;
    width: 150px;
    background: #FBE58B;
    border-radius: 100%;
    margin-bottom: 20px;
}

.should-img {
    border-radius: 100%;
}

.row-should {
    margin-top: 30px;
}

.where {
    background: linear-gradient(180deg,
            #D9E8C1 0%,
            #CEE0B4 25%,
            #C9DDAE 50%,
            #B3CD93 75%,
            #AAC788 100%);
    min-height: 500px;
    margin: 0;
}

.row-where {
    background-color: white;
    text-align: center;
    width: 100%;
    margin: 0;
    margin-top: 2rem;
}

.where-box {
    height: 200px;
    margin-bottom: 10px;
    margin: 20px 0 20px 0;
}

.box-border {
    border-right: 3px solid #d3c5b5;
}

.footer {
    background: #8B7355;
    color: white;
    padding-top: 40px;
}

.credit {
    margin-top: 70px;
}

.pg-about {
    text-align: justify;
    line-height: 1.7rem;
    font-size: 17px;
    margin-right: 25px;
    margin-left: 25px;
}

.img-about1 {
    margin-top: -25px;
}

.img-about2 {
    margin-top: -70px;
    margin-left: 110px;
}

.aboutus {
    background: linear-gradient(180deg,
            #f8f9f9 0%,
            #d4eaf1 50%);
}

.how {
    background: linear-gradient(180deg,
            #d4eaf1 0%,
            #b7d9e6 50%);
}

.borderEnd {
    border-right: 1.5px solid #8b7355;
}

.how-1 {
    border: 1.5px solid #8b7355;
    background-color: #fff3b6;
    width: 16rem;
}

.how-2 {
    border: 1.5px solid #8b7355;
    background-color: #bad899;
    margin-top: 65px;
    width: 16rem;
}

.how-3 {
    border: 1.5px solid #8b7355;
    background-color: #f8d2d2;
    width: 16rem;
}

.how-4 {
    border: 1.5px solid #8b7355;
    background-color: #d9d9d9;
    margin-top: 65px;
    /* width: 16rem; */
}

.body_relative {
    position: relative;
}

.dot_about {
    position: absolute;
    left: 1%;
    top: 29%;
    width: 40px;
}

.body_profile {
    background: linear-gradient(180deg, #f8f9f9 0%, #e0d4f1 50%);
}

.value {
    border: 1px solid black;
    margin-left: 10px;
    border-radius: 15px;
    padding: 10px 10px;
    margin-left: -5px;
    font-size: 17px;
}

.profileMenuBox {
    background-color: #f8d2d2;
    border: 1px solid #8b7355;
    min-height: 220px;
}

.profileMenu {
    border-bottom: 3px solid #8b7355;
}

.profileLogo {
    background-color: #fff3b6;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.stampColumn {
    padding-left: 70px;
}

.imgCard {
    width: 100%;
    display: block;
}

.btn_req {
    background-color: #ffe671;
    border: 2px solid #8b7355;
    border-radius: 35px;
    width: 200px;
    font-weight: bold;
    font-size: 20px;
    color: #8b7355;
    margin: 0;
}

.btn_req:hover {
    background-color: #FFD92E;
    border: 2px solid #8b7355;
    border-radius: 35px;
    width: 200px;
    font-weight: bold;
    font-size: 20px;
    color: #7f694d;
}

.btn_redeem {
    background-color: #8B7355;
    border: 2px solid #ffe671;
    border-radius: 35px;
    width: 220px;
    font-weight: bold;
    font-size: 20px;
    color: #ffe671;
    margin: 0;
}

.btn_redeem:hover {
    background-color: #7f694d;
    border: 2px solid #ffe671;
    border-radius: 35px;
    width: 220px;
    font-weight: bold;
    font-size: 20px;
    color: #FFD92E;
    margin: 0;
}

.img-tokped {
    margin-top: -20px;
}

.img-tiktok {
    margin-top: 10px;
}

.edit-tokped {
    margin-top: -55px;
}

.stampCard {
    position: relative;
    width: 70%;
    margin: 0;
}

.stamp {
    position: absolute;
    width: 19%;
}

.swiper {
    width: 100%;
    padding: 10px 10px 50px;
    overflow: hidden;
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
}

/* LINK */
.card-link {
    width: 100%;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

/* IMAGE */
.collection-img {

    width: 90%;

    max-width: 320px;

    height: auto;

    display: block;

    object-fit: contain;

    transition: 0.3s ease;
}

.collection-img:hover {
    transform: scale(1.03);
}

/* PAGINATION */
.swiper-pagination {
    position: absolute !important;
    bottom: 120px !important;
    left: 0;
    width: 100%;
}

/* DOT */
.swiper-pagination-bullet {

    width: 10px;
    height: 10px;

    background: #8b292c;

    opacity: 0.3;

    transition: 0.3s;
}

.swiper-pagination-bullet-active {

    opacity: 1;

    width: 28px;

    border-radius: 20px;
}

.btn-profile {
    background: none;
    border: none;
    width: 190px;
    height: 190px;
}

.logoFooter {
    width: 250px;
}

.list {
    margin-top: -80px;
}

.dataColumn {
    padding-right: 70px;
}

.accordion,
.accordion-item,
.accordion-button,
.accordion-body {
    background-color: transparent !important;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #8b7a63;
}

.accordion-button {
    box-shadow: none !important;
    color: black;
    font-size: 1rem;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
}

/* HILANGKAN WARNA BIRU */
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: black !important;
    box-shadow: none !important;
}

/* SAAT DIKLIK / FOCUS */
.accordion-button:focus {
    box-shadow: none !important;
    border-color: transparent !important;
}

/* ICON PANAH */
.accordion-button::after {
    filter: brightness(0.5);
}

/* BODY */
.accordion-body {
    padding-left: 0;
    padding-top: 0;
}

.text-pikard {
    position: absolute;
    top: 6.5%;
    left: 39%;
    color: #62442f;
}

.img-feature {
    width: 100%;
    height: 100%;
}

.feature-box {
    height: 350px;
    background: #d8e7ef;
    border-radius: 48% 48% 0 0;
    margin-bottom: 10px;
}

.feature-box img {
    border: 1px solid black;
    border-radius: 48% 48% 0 0;
}

.feature-gap {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}

.feature-gap>* {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.text-feature {
    font-size: 1.25rem;
}

.series-container {
    background-image: var(--bg-desktop);
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-why {
    font-size: 3.5rem !important;
    margin-bottom: 0 !important;
}

.hero-text img {
    width: 450px;
    height: 100px;
}

.img-sosmed {
        width: 40px;
}

.img-profile {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 1px solid black;

    object-fit: cover;
    object-position: center;
}


@media screen and (min-width: 1500px) {
    .series-container {
    background-image: var(--bg-desktop);
    height: 750px;
    width: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
    
    .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 135px;
    }
    
    .img-tokped {
        margin-top: -25px;
        width: 50%;
    }

    .img-shopee {
        margin-top: 5px;
        width: 25%;
    }

    .img-tiktok {
        width: 35%;
        margin-top: 10px;
    }
    
}

@media screen and (min-width: 896.1px) and (max-width: 1080.99px) {
    .hero-img{
        width: 80% !important;
    }
    
    .hero-btn {
        font-size: 30px;
        width: 80%;
    }
    .tagUser {
    width: 120px;
    font-size: 12px !important;
    background-color: #8b7355;
    color: white;
    margin-top: 42px;
    border-radius: 15px;
    }
    
    .series-container {
    background-image: var(--bg-desktop);
    height: 600px;
    width: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
    
    .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    }
    
    .img-tokped {
        width: 60%;
        margin-top: -10px;
    }

    .img-shopee {
        width: 32%;
        margin-top: 15px;
        
    }

    .img-tiktok {
        width: 45%;
        margin-top: 15px;
    }
    
    .nav-item {
        border: 1px solid #8b7355;
        border-radius: 20px;
        padding: 0;
        margin: 0;
        width: 150px !important;
        text-align: center;
    }
    
    .how-1,.how-2,.how-3,.how-4{
        width: 13rem !important;
    }
    
    .how-2,.how-4{
        margin-top: 20px;
    }
    
    .profile{
        margin-start: 2px !important;
        width: 50px !important;
    }
    
    .feature-box {
        height: 300px;
        background: #d8e7ef;
        border-radius: 48% 48% 0 0;
        margin-bottom: 10px;
    }
    .text-pikard{
        font-size: 20px;
        left: 39%;
    }
    .bi-person-circle{
        color: black !important;
    }
}

@media screen and (max-width: 896px) {
    .navbar-collapse {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar-nav {
        width: 100%;
        align-items: center;
        padding-top: 10px;
    }

    .nav-item {
        text-align: center;
        width: 100%;
    }

    .navbar-nav .nav-link {
        display: block;
        width: 100%;
    }

    .navbar-collapse .d-flex {
        justify-content: center;
        width: 100%;
    }

    .hero {
        min-height: 200px;
    }

    .hero-box {
        background-position-x: left;
    }

    .hero-text {
        margin-top: 60px;
        width: 80%;
        height: 65%;

    }

    .hero-text img {
        width: 350px;
        height: 90px;
    }

    .hero-btn {
        font-size: 25px;
        width: 80%;
        padding-top: 10px;
    }

    .products {
        padding: 0;
        margin: 0;
        min-height: 200px;
    }

    .placeholder-box {
        visibility: collapse;
        height: 0;
    }

    .placeholder-box img {
        visibility: collapse;
    }

    .series {
        min-height: 300;
        padding-bottom: 3rem;
    }

    .features {
        min-height: 300px;
    }

    .text-our {
        margin: 0;
    }

    .should {
        min-height: 300px;
    }

    .should-title {
        margin: 0 40px;
    }

    .text-why {
        font-size: 40px !important;
        margin-bottom: 1rem;
    }

    .row-should {
        margin-top: 20px;
    }

    .where {
        min-height: 300px;
        margin: 0;
    }

    .row-where {
        background-color: white;
        width: 100%;
        margin: 0;
        margin-bottom: 1rem;
        margin-top: 1rem;
        padding: 0;
    }

    .where-box {
        height: 200px;
        margin-bottom: 10px;
    }

    .box-border {
        border-right: 3px solid #d3c5b5;
    }

    .row-where {
        background-color: white;
        width: 100%;
        height: 160px;
        margin: 0;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0
    }

    .where {
        min-height: 300px;
    }

    .where-box {
        height: 100px;
        margin: 0;
        padding: 0;
        margin-bottom: 0;
    }

    .link-ecom {
        margin: 20px 0 20px 0;
        padding: 0;
    }

    .link-shopee {
        margin-left: -20px;
    }

    .footer {
        background: #8B7355;
        color: white;
        padding-top: 20px;
    }

    .credit {
        margin-top: 40px;
        font-size: 10px;
    }

    .edit-tokped {
        margin-top: -25px;
    }

    .carousel-inner {
        padding: 0;
    }

    .credit {
        margin-top: 40px;
        font-size: 10px;
    }

    .img-about2 {
        margin-top: 0px;
    }

    .how-1,
    .how-2,
    .how-3,
    .how-4 {
        width: 20rem !important;
        margin: 25px auto;
    }

    .stampColumn {
        padding: 0 30px;
    }

    .stampCard {
        width: 100%;
    }

    .profileMenuBox {
        margin-top: 50px;
    }

    .dataColumn {
        padding-top: 30px;
        padding-right: 0px;
    }

    .img-tokped {
        margin-top: -50px !important;
        width: 70% !important;
    }

    .img-shopee {
        width: 32% !important;
        margin-top: -10px !important;
    }

    .img-tiktok {
        width: 45% !important;
        margin-top: -15px !important;
    }

    .btn_req {
        font-size: 13px;
        width: 150px;
    }

    .btn_req:hover {
        font-size: 13px;
        width: 150px;
    }

    .btn_redeem {
        font-size: 13px;
        width: 170px;
    }

    .btn_redeem:hover {
        font-size: 13px;
        width: 170px;
    }

    .swiper {
        padding: 10px 5px 45px;
    }

    .collection-img {
        max-width: 100%;
    }

    .text-product {
        font-size: 15px !important;
    }

    .our-box {
        background-color: #F6F3EE;
        padding: 15px 0;
        margin: 0 40px;
    }

    .series-title {
        background-color: #F6F3EE;
        padding: 10px 0 8px 0;
        margin: 0 20px;
    }
    
    .series-container {
    background-image: var(--bg-desktop);
    height: 420px !important;
    width: cover !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
    
    .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    }

    .text-series {
        font-size: 30px;
        margin: 0;
    }

    .product-btn {
        width: 250px;
    }

    .logoFooter {
        width: 250px;
        margin-top: 0px;
    }

    .list {
        margin-top: -60px;
    }

    .text-pikard {
        position: absolute;
        top: 6.5%;
        left: 38.8%;
        font-size: 13px;
        color: #62442f;
    }

    .img-feature {
        width: 100%;
        height: 100%;
    }

    .feature-box {
        height: 250px;
        background: #d8e7ef;
        border-radius: 48% 48% 0 0;
        margin-bottom: 10px;
    }

    .feature-gap {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }

    .feature-gap>* {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .text-feature {
        font-size: 0.75rem;
    }

    .swiper-pagination {
        position: absolute !important;
        bottom: 70px !important;
        left: 0;
        width: 100%;
    }
    
    .text-desc2{
        width: 350px !important;
        margin: auto;
    }
    
    .profile-text{
        display: block !important;
    }
    
    .profile-icon{
        display: none !important;
    }
    
    .bi-person-circle{
        color: black !important;
    }
    
    .text-pikard{
        font-size: 25px;
        left: 39.5%;
    }
}

@media screen and (max-width: 440px) {
    .navbar-collapse {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar-nav {
        width: 100%;
        align-items: center;
        padding-top: 10px;
    }

    .nav-item {
        text-align: center;
        width: 100%;
    }

    .navbar-nav .nav-link {
        display: block;
        width: 100%;
    }

    .navbar-collapse .d-flex {
        justify-content: center;
        width: 100%;
    }

    .hero {
        min-height: 200px;
    }

    .hero-box {
        background-position-x: left;
    }

    .hero-text {
        margin-top: 60px;
        width: 100% !important;
        height: 65%;

    }

    .hero-text img {
        width: 280px !important;
        height: 70px !important;
    }

    .hero-btn {
        font-size: 20px;
        width: 80%;
    }

    .products {
        padding: 0;
        margin: 0;
        min-height: 200px;
    }

    .placeholder-box {
        visibility: collapse;
        height: 0;
    }

    .placeholder-box img {
        visibility: collapse;
    }

    .series {
        min-height: 300;
        padding-bottom: 3rem;
    }

    .features {
        min-height: 300px;
    }

    .text-our {
        margin: 0;
    }

    .should {
        min-height: 300px;
    }

    .should-title {
        margin: 0 40px;
    }

    .text-why {
        font-size: 30px !important;
        margin-bottom: 1rem;
    }

    .row-should {
        margin-top: 20px;
    }

    .where {
        min-height: 300px;
        margin: 0;
    }

    .row-where {
        background-color: white;
        width: 100%;
        margin: 0;
        margin-bottom: 1rem;
        margin-top: 1rem;
        padding: 0;
    }

    .where-box {
        height: 200px;
        margin-bottom: 10px;
    }

    .box-border {
        border-right: 3px solid #d3c5b5;
    }

    .row-where {
        background-color: white;
        width: 100%;
        height: 160px;
        margin: 0;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0
    }

    .where {
        min-height: 300px;
    }

    .where-box {
        height: 100px;
        margin: 0;
        padding: 0;
        margin-bottom: 0;
    }

    .link-ecom {
        margin: 20px 0 20px 0;
        padding: 0;
    }

    .link-shopee {
        margin-left: -20px;
    }

    .footer {
        background: #8B7355;
        color: white;
        padding-top: 20px;
    }

    .credit {
        margin-top: 40px;
        font-size: 10px;
    }

    .edit-tokped {
        margin-top: -25px;
    }

    .carousel-inner {
        padding: 0;
    }

    .credit {
        margin-top: 40px;
        font-size: 10px;
    }

    .img-about2 {
        margin-top: 0px;
    }

    .how-1,
    .how-2,
    .how-3,
    .how-4 {
        width: 18rem;
        margin: 25px auto;
    }

    .stampColumn {
        padding: 0 30px;
    }

    .stampCard {
        width: 100%;
    }

    .profileMenuBox {
        margin-top: 50px;
    }

    .dataColumn {
        padding-top: 30px;
        padding-right: 0px;
    }

    .img-tokped {
        margin-top: -2px !important;
        width: 80% !important;
    }

    .img-shopee {
        margin-top: 10px !important;
        width: 40% !important;
    }

    .img-tiktok {
        width: 53% !important;
        margin-top: 15px !important;
    }

    .btn_req {
        font-size: 13px;
        width: 150px;
    }

    .btn_req:hover {
        font-size: 13px;
        width: 150px;
    }

    .btn_redeem {
        font-size: 13px;
        width: 170px;
    }

    .btn_redeem:hover {
        font-size: 13px;
        width: 170px;
    }

    .swiper {
        padding: 10px 5px 45px !important;
    }

    .collection-img {
        max-width: 100%;
    }

    .text-product {
        font-size: 15px !important;
    }

    .our-box {
        background-color: #F6F3EE;
        padding: 15px 0;
        margin: 0 40px;
    }

    .series-title {
        background-color: #F6F3EE;
        padding: 10px 0 8px 0 !important;
        margin: 0 20px !important;
    }

    .series-container {
        background-image: var(--bg-mobile) !important;
        height: 380px !important;
        background-size: cover !important;
        background-position: center top !important;
        background-repeat: no-repeat;
        padding-bottom: 40px !important;
    }

    .text-series {
        font-size: 30px;
        margin: 0;
    }

    .product-btn {
        width: 250px;
    }

    .logoFooter {
        width: 180px;
        margin-top: -20px;
    }

    .list {
        margin-top: -60px;
    }

    .text-pikard {
        position: absolute;
        top: 6.5%;
        left: 38.8%;
        font-size: 13px;
        color: #62442f;
    }

    .img-feature {
        width: 100%;
        height: 100%;
    }

    .feature-box {
        height: 140px !important;
        background: #d8e7ef;
        border-radius: 48% 48% 0 0;
        margin-bottom: 10px !important;
    }

    .feature-gap {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }

    .feature-gap>* {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .text-feature {
        font-size: 0.75rem;
    }

    .swiper-slide {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 55px !important;
    }

    .swiper-pagination {
        position: absolute !important;
        bottom: 35px !important;
        left: 0;
        width: 100% !important;
    }

    .text-gap3 {
        padding: 0 1rem !important;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .img-sosmed {
        width: 20px;
    }
    
    .text-desc2{
        width: 300px !important;
        margin: auto;
    }
}
