:root {
    /* Font Family */
    --montserrat: "Montserrat", sans-serif;

    /* Font Size */
    --fs-content: 16px;

    /* Font Color */
    --fc-dark: #0a0a0a;

    /* Color */
    --red-clr: #eb2f59;
    --green-clr: #e4f3f0;
    --yellow-clr: #f4d24c;
    --dark-clr: #000000;
    --pink-clr: #fbd5de;
    --grey-clr: #757575;
    --bg-dark: #161616;
    --light-clr: #ffffff;
}

body {
    font-family: var(--montserrat);
}

/* =================================
        Section Navbar
================================= */

.nav-link {
    color: var(--fc-dark);
    font-family: var(--montserrat);
}

.btn-register {
    background-color: var(--red-clr);
    border: 1.5px solid var(--dark-clr);
}
.btn-register:hover {
    background-color: var(--light-clr);
    color: var(--red-clr) !important;
    border: 1px solid var(--red-clr) !important;
}

.btn-login {
    border: 1px solid var(--red-clr);
    color: var(--red-clr);
}
.btn-login:hover {
    border: 1px solid var(--dark-clr);
    color: var(--light-clr);
    background-color: var(--red-clr);
}

.btn-login,
.btn-register {
    padding: 10px 16px;
}

.logo img {
    width: 100px;
}

/* Section Hero */
.hero-wrap {
    background-color: var(--green-clr);
}

.head-text-red {
    color: var(--red-clr);
}

.head-description {
    color: var(--fc-dark);
    font-family: var(--montserrat);
    width: 90%;
    font-size: 18px!important;
}

.heroes-text.mt-4 {
    margin-top: 2.5rem!important;
}

.btn-consult {
    background-color: var(--red-clr);
    border: 1.5px solid var(--dark-clr);
}
.btn-consult:focus {
    background-color: var(--red-clr) !important;
}
.btn-consult:hover {
    background-color: var(--red-clr);
    color: var(--light-clr);
    box-shadow: 5px 8px 0px 0px rgba(0, 0, 0, 0.2);
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}


.navbar-nav .nav-item .nav-link:hover {
    color: var(--red-clr) !important;
}

.offcanvas-backdrop {
    background-color: transparent;
}

/* =================================
        Section Hero
================================= */
@media (min-width: 768px) {
    .img-hero.img-fluid {
        max-width: 68%;
    }    
}
@media (min-width: 992px) {
    .hero .img-hero.img-fluid {
        max-width: 100%;
    }
}

/* =================================
        Section Step
================================= */

section.step {
    border-top: 1px solid var(--fc-dark);
}

.line {
    position: relative;
}
.line::after {
    content: "";
    height: 2px;
    width: 70%;
    display: flex;
    position: absolute;
    transform: translate(30px, 0px);
    background-color: var(--dark-clr);
}

.step-description {
    font-family: var(--montserrat);
    font-size: 18px;
}

.step-title {
    margin-bottom: 5rem;
    margin-top: 0rem;
}

.btn-step {
    background-color: var(--red-clr);
    border: 1.5px solid var(--dark-clr);
    font-size: 18px!important;
}
.btn-step:hover {
    background-color: var(--red-clr) !important;
    color: var(--light-clr);
    border: 1px solid var(--dark-clr) !important;
    box-shadow: 5px 8px 0px 0px rgba(0, 0, 0, 0.2);
}

/* =================================
        Section Desain
================================= */

section.desain .container-fluid {
    border-top: 1px solid var(--dark-clr);
    border-bottom: 1px solid var(--dark-clr);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--dark-clr);
    background-color: var(--yellow-clr);
    border-bottom: 0px;
    border-radius: 0;
    margin: 0;
}

.nav-tabs {
    --bs-nav-tabs-border-width: 0;
}
.nav-tabs .nav-link {
    margin: 0;
    border-radius: 0;
    color: var(--grey-clr);
    font-family: var(--montserrat);
    width: 100%;
    /* padding: 17px 100px 17px 100px; */
    /* padding: 20px; */
}

.nav-tabs .nav-link.tab-1 {
    border-left: 1px solid var(--dark-clr);
}
.nav-tabs .nav-link.tab-2 {
    border-left: 1px solid var(--dark-clr);
    border-right: 1px solid var(--dark-clr);
}
.nav-tabs .nav-link.tab-3 {
    border-right: 1px solid var(--dark-clr);
}


.card {
    border-radius: 25px;
    box-shadow: -8px 8px 14px -5px rgba(170, 170, 170, 0.2);
    --bs-card-border-width: 0px;
}

.design-body .rowDesain.row-gap-4 {
    row-gap: 2rem!important;
}
.rowDesain .col-lg-3 {
    max-width: 290px;
}
.customDesain {
    max-width: 290px;
}

.card-title {
    font-family: var(--montserrat);
}

.card-img-top.template-desain {
    height: 350px;
    object-position: top;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

.card-img-top {
    height: 368px;
    object-fit: cover;
    border-radius: 20px;
}

.btn-card {
    border-radius: 0px 0px 20px 20px;
    --bs-btn-border-width: 0;
    font-size: 12px;
    color: #404040;
}
.btn-card:hover {
    background-color: var(--yellow-clr);
}

.card-body .color-wrap .circle-color {
    width: 25px;
    height: 25px;
    background-color: var(--grey-clr);
    border-radius: 100px;
    margin: 5px;
}

.card-body .name {
    /* font-weight: bold; */
    text-transform: uppercase;
}

.preview-details .preview-text {
    font-family: var(--montserrat);
}

.preview-details .pilih-warna {
    font-size: 13px;
}

.preview-details .color-wrap .circle-color {
    width: 35px;
    height: 35px;
    background-color: var(--grey-clr);
    border-radius: 100px;
    margin: 5px;
}

.rowDesain::-webkit-scrollbar {
    display: none;
}

/* Design Label */
.card .design-label-wrap {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 15;
    display: flex;
    align-items: center;

    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.card .design-label-item {
    margin-right: 8px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-out;
}
.card .design-label-text {
    position: relative;
    z-index: 1;
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
    background-color: #000;
    color: #fff;
    padding: 3px 8px 3px 12px;
    border-radius: 0px 12px 12px 0px;
    transition: all 0.3s ease-out;
    margin-left: -19px;
    width: 0;
    overflow: hidden;    
    opacity: 0;
    white-space: nowrap;
}
.card .design-label-item:hover .design-label-text {
    margin-left: -10px;
    width: auto;
    overflow: visible;
    opacity: 1;
}
.card .design-label-icon {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;    
    cursor: pointer;
    position: relative;
    z-index: 2;
}

@media (max-width:767px) {
    .rowDesain .col-lg-3 {
        padding-bottom: 1rem;
    }
}
/* =================================
    Section Hero Bottom
================================= */

.hero-bottom {
    border-top: 1px solid var(--dark-clr);
}
.hero-bottom .image-wrap {
    background-color: var(--yellow-clr);
}

/* Text -bottom */
section .text-bottom-wrapper {
    background-color: var(--bg-dark);
}

.btn-text-bottom {
    color: var(--red-clr);
    border: 1.5px solid var(--red-clr);
}
.btn-text-bottom:hover {
    box-shadow: 5px 8px 0px 0px rgba(255, 255, 255, 0.2);
}

.nav-item .nav-link {
    font-size: 14px;
}

.riwayat {
    font-size: 14px;
}

.image-position .img {
    border-radius: 30px;
}

/* =================================
        Section Footer
================================= */

.footer {
    background: var(--fc-dark);
}

footer .nav-item .nav-link a {
    font-family: var(--montserrat);
    font-size: 16px;
}
footer .nav-item .nav-link p {
    font-family: var(--montserrat);
    font-size: 16px;
}

footer .footer-text-heading {
    font-size: 18px;
}

.btn-contact-wa {
    background-color: var(--red-clr);
    font-size: 12px;
    font-family: var(--montserrat);
}
.btn-contact-wa:hover {
    box-shadow: 5px 8px 0px 0px rgba(255, 255, 255, 0.2);
    background-color: var(--red-clr);
}
.btn-contact-login {
    background-color: var(--red-clr);
    font-size: 12px;
    font-family: var(--montserrat);
}
.btn-contact-register {
    background-color: var(--fc-dark);
    font-size: 12px;
    font-family: var(--montserrat);
    border: 1px solid var(--light-clr);
}

.icon-wrap {
    width: 18rem;
}

.accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-bg: transparent;
}

.accordion-body {
    background-color: var(--fc-dark);
}

.accordion-button {
    font-size: 18px;
    font-family: var(--montserrat);
    background-color: var(--fc-dark);
}

.accordion-button:not(.collapsed) {
    background-color: var(--fc-dark);
}

.accordion-button::after {
    background-image: url("./../assets/svg/down_arrow.svg");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("./../assets/svg/down_arrow.svg");
}

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

/* =================================
      Section Footnote
================================= */
.footnote {
    background-color: #0a0a0a;
}

.text-copyright {
    font-family: var(--montserrat);
}

.rounded-icon {
    background-color: var(--red-clr);
    border-radius: 60px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fw-bold {
    font-weight: 700 !important;
}

/* =================================
        Section Footer
================================= */

.offcanvas.offcanvas-end {
    width: 300px;
}

/* =================================
          Responsive
================================= */

/* Tablet to mobile */
@media screen and (max-width: 767px) {
/* =================================
          Section Step
================================= */

    .step-wrap {
        display: flex;
        gap: 20px;
    }

    .line {
        position: relative;
        flex-direction: column;
    }
    .line::after {
        content: "";
        height: 100%;
        width: 2px;
        display: flex;
        position: relative;
        transform: translate(0px);
        background-color: var(--dark-clr);
    }

    #portofolioInfluencer {
        justify-content: flex-start;
    }

/* =================================
        Section Footer
================================= */
    .btn-contact-wa {
        color: var(--red-clr);
    }
}

@media screen and (max-width: 991px) {
/* =================================
            Section Hero Bottom
================================= */
    section.hero-bottom .container-fluid .row {
        flex-direction: column-reverse;
    }
    section.hero-bottom .container-fluid .row .text-wrap {
        background-color: var(--yellow-clr);
    }

    .image-wrap {
        /* padding: 2rem !important; */
    }

    .image-position {
        padding: 20px;
        border: 1px solid #000;
        border-radius: 30px;
        max-width: 650px;
    }
    .image-position img {
        border-radius: 30px !important;
    }

    .heroes-bottom-btn {
        max-width: 80%;
        white-space: nowrap;
    }
/* 
    .text-dekstop {
        display: none;
    } */
}

/* tablet to Dekstop */
@media screen and (min-width: 992px) {

/* =================================
        Section Hero Bottom
================================= */
.hero-bottom .image-wrap {
    padding: 5rem;
}

.hero-bottom .text-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.w-90 {
    width: 90%;
}

/* =================================
        Section Footer
================================= */

    .row.wrap-hero-bottom::after{
        content: "";
        position: absolute;
        width: 1px;
        right: 0;
        height: 105%;
        transform: translate(-3rem, 0rem);
        background-color: #000;
        z-index: -1;
    }

    .width-col-footer.satu {
        width: 11.33333333%;
    }
    .width-col-footer.dua {
        width: 9.33333333%;
    }
    .width-col-footer.tiga {
        width: 8.33333333%;
    }
    .width-col-footer.empat {
        width: 12.33333333%;
    }

    .w-40 {
        width: 40% !important;
    }

    .w-60 {
        width: 60% !important;
    }

    .w-70 {
        width: 75% !important;
    }
}
