:root {

    --primary-clr: #452812;
    --secondary-clr: #f6eed7;
    --tertiary-clr: #d4cfc2;
    --wood-clr: #d9b680;
    --dark-clr: #000000;
    --light-clr: #fafafa;
    --info-clr: #1a8cb8;
    --font-clr: #1c1c1c;

    --landing-orange: #ef9918;
    --landing-gold: #ef9918;  

    --primary-dark-clr: #371e0b;
    --sea-clr: #4455aa;
    --smoke-clr: #878787;
    --white-clr: #ffffff;

    --success-clr: #5cb85c;
    --error-clr: #d9534f;
    --error-light-clr: #f6bdc0;

}

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

*::after, *::before {
    box-sizing: border-box;
}

ul {
  list-style: none;
}

html, body {
    font-family: var(--roboto);
    scroll-behavior: smooth;
}

body {
    /* Font Size */
    --fs-hero-title: 45px;
    --fs-title: 38px;
    --fs-sub-title: 28px;
    --fs-content: 16px;

    --fs-heading-s : 28px;
    --fs-heading-m : 36px;
    --fs-heading-l : 44px;
    --fs-heading-xl : 52px;

    /* Color */    
    --primary-clr: #eb2f59;
    --secondary-clr: #f4d24c;
    --tertiary-clr: #f2d1d8;
    --light-clr: #ffffff;
    --dark-clr: #000000;

    /* RGB */
    --primary-rgb: 235, 47, 89;
    --secondary-rgb: 244, 210, 76;
    --tertiary-rgb: 242, 209, 216;
    --light-rgb: 255, 255, 255;
    --dark-rgb: 0, 0, 0;

    background: #fff;
}


/* MODAL */
.modal {
  background-color: rgba(0, 0, 0, 0.5)!important;
}
.modal-preview-design .preview-design .details .acts > button:hover {
    background: #000;
    color: #fff;
}

.close-modal-head {
    color: #B22222;
}

/* Modal */
.modal-content {
    overflow: hidden;
}
.modal-content.close-top {
    padding-top: 30px;
}

/* Close Modal Button */
.close-modal-btn {
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    border: none;
    outline: none;            
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.2s ease-out;

    position: absolute;
    z-index: 10;
    top: 15px;
    right: 15px;
}
.close-modal-btn:hover {
    opacity: 1;
}
.close-modal-icon {
    display: block;
    width: 24px;
}

/* Modal Head */
.modal-head {
    text-align: center;
    padding: 20px;
    border-radius: 0;
    border-color: rgba(0, 0, 0, 0.15);
}
.modal-head .modal-head-icon {
    display: block;
    width: 28px;
    margin: 0 auto 15px;
}
.modal-head .modal-title {
    color: #000;
    font-size: 29px;
    line-height: 1;
    margin: 0;
}

/* Modal Body */
.modal-body {
    padding: 0;
}

/* Modal Foot */
.modal-foot {
    padding: 20px;
    border-color: rgba(0, 0, 0, 0.15);
}
.modal-content .done-btn {
    display: block;
    margin: 0 auto;
    border-radius: 25px;
    padding: 12px 36px;
    background-color: var(--primary-clr);
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--light-clr);
    opacity: 1;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
.modal-content .done-btn:hover {
    background-color: rgba(var(--primary-rgb), 0.75);
}
.modal-content .done-btn:disabled {
    background-color: #343434;
    opacity: 0.25;
}



/* Modal Basic Feature */
.modal-content.modal-basic-features {
    width: 100%;
    max-width: 640px;
}
.modal-content.modal-basic-features.addons {
    max-width: 460px;
}

.modal-content .basic-feature-lists {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
.modal-content .basic-feature-lists > ul {
    width: 100%;
}
.modal-content .basic-feature-lists > ul > li {
    padding: 6px 0;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.modal-content .basic-feature-lists img.basic-feature-icon {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}
.modal-content .basic-feature-lists img.basic-feature-icon.bullet {
    width: 7px;
    height: 7px;
}

.modal-content .basic-feature-lists span.price {
    display: inline-block;
    vertical-align: top;
    margin-left: auto;
    font-weight: 600;
}

@media only screen and (min-width: 768px) {
    .modal-content .basic-feature-lists {
        justify-content: center;
        gap: 20px;
    }
    .modal-content .basic-feature-lists > ul {
        width: 48%;
    }

    .modal-content.addons .basic-feature-lists > ul {
        width: 100%;
    }
}



/* Modal Add Ons */
.modal-add-ons .head h1,
.modal-add-ons .head h2 {
    color: var(--font-clr);
}
.modal-add-ons .body table tbody tr td {
    color: var(--font-clr);
}
.modal-add-ons .foot button {
    background: var(--secondary-clr);
    color: var(--font-clr);
}
.modal-add-ons .foot button:hover {
    background: #000;
    color: #fff;
}



.modal-preview-design .preview-design .details .title .category {
    color: var(--dark-clr);
}
.modal-preview-design .preview-design .details .title .design {
    color: var(--dark-clr);
}
.modal-preview-design .preview-design .details .title .design-name {
    color: var(--dark-clr);
}

.modal-preview-design .preview-design .details .title .category.active {
    background: var(--secondary-clr);
    line-height: 1.4;
    padding: 0px 10px;
}

.modal-preview-design .preview-design .details .body {
    border-color: rgba(0, 0, 0, 0.15);
}

.modal-preview-design .colour-group .bucket > .colour::before {
    border-color: rgba(0, 0, 0, 0.1);
}





/* Shaded Button NEW */
.shaded-button__wrap {
    position: relative;
}
.shaded-button__wrap > div {
    position: relative;
    z-index: 1;
}
.shaded-button__btn {
    position: relative;
    top: -7px;
    left: -5px;
    background-color: #030303;
    border: none;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    padding: 20px 25px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    display: block;
    width: 100%;
    cursor: pointer;
    transition: all 0.15s ease-out;
}
.shaded-button__btn::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 7px;
    left: 5px;
    border-radius: 12px;
    transition: all 0.15s ease-out;
    background-color: #F0A22D;
}

.shaded-button__btn.btn-light {
    background-color: #ffffff;
    color: #000000;
}
.shaded-button__btn.btn-light::before {
    background-color: #EF9918;
}

.shaded-button__btn:hover {
    top: 0;
    left: 0;
}
.shaded-button__btn:hover::before {
    top: 0;
    left: 0;
}

.shaded-button__icon {
    display: block;
    width: 22px;
    height: auto;
    margin-right: 12px;
}



/* =======================================================
        NAVBAR
======================================================= */

/* Navbar Default */
.navbar-outer .navbar-inner {
    position: relative;
    z-index: 1;
}

.navbar-inner .nv-links .nv-link {
    color: var(--dark-clr);
}
.navbar-outer .navbar-inner .nv-links .nv-link:hover {
    color: var(--primary-clr);
}

.navbar-outer .navbar-inner .nv-links .nv-link.round {
    border-color: var(--primary-clr);
}
.navbar-outer .navbar-inner .nv-links .nv-link.round:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

/* Navbar White */
.navbar-outer.white .nv-logo > div .logo.logo-svg * {
    fill: #fff;
}
.navbar-outer.white .navbar-inner .nv-links .nv-link {
    color: #fff;   
}
.navbar-outer.white .navbar-inner .nv-links .nv-link:hover {
    color: var(--primary-clr);
}
.navbar-outer.white .navbar-inner .nv-links .nv-link.round {
    color: #000;
}
.navbar-outer.white .navbar-inner .nv-links .nv-link.round:hover {
    color: #fff;
}

/* Mobile Style */
.navbar-inner .nv-btn #open-navbar {
    background: #fff;
    border: 2px solid #fff;
    color: var(--dark-clr);
    transition: all 0.25s ease-in-out;
}
.navbar-outer .navbar-inner .register-outer a.register,
.navbar-outer .navbar-inner .register-outer a.register:focus {
    background: #fff;
    border: 2px solid var(--primary-clr);
    color: var(--dark-clr);
}
.navbar-inner .nv-btn #open-navbar:hover,
.navbar-outer .navbar-inner .register-outer a.register:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}


@media screen and (max-width: 850px) {
    .navbar-inner .nv-btn {
        display: none;
    }    
}

@media screen and (max-width: 767px) {
    .navbar-inner .nv-center {
        width: auto;
    }
}

@media screen and (min-width: 768px) {
    .navbar-inner .nv-btn {
        display: block;
    }    
}

@media screen and (min-width: 851px) {
    .navbar-inner .nv-btn {
        display: none;
    }    
}



/* Blurry Navbar */
.navbar-outer.scrolled {
    background: transparent;
    box-shadow: none;
}
.navbar-outer,
.navbar-outer.scrolled.blur::before,
.navbar-outer.scrolled.blur::after {
    transition: all 0.25s ease-in-out;
}
.navbar-outer.scrolled.blur::before {
    content: '';    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    /* background-color: #fff; */
    backdrop-filter: blur(6px);
}
.navbar-outer.scrolled.blur::after {
    content: '';    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    background: rgba(255, 255, 255, 0.5);
}



/* Dropdown */
.dropdown-content .dropdown-head {
    background: var(--tertiary-clr);
}
.dropdown-content .dropdown-head::before {
    background: var(--tertiary-clr);
}
.dropdown-head h4 {
    color: var(--dark-clr);
}
.dropdown-head small {
    color: var(--dark-clr);
}
.dropdown-content {
    box-shadow: -2px 2px 10px var(--tertiary-clr);
    border: 0.5px solid var(--tertiary-clr);
}
.dropdown-body .dropdown-item {
    color: var(--dark-clr);
}
.dropdown-body .dropdown-item:hover {
    background: rgba(var(--tertiary-rgb), 0.5);
    color: var(--dark-clr);
}



/* ===================================
        WhatsApp Chat Widget
=================================== */
.wa-chat-widget .wa-chat-send {
    margin-bottom: 90px;
    box-shadow: 0px 8px 14px -4px rgba(255, 201, 119, 0.25);
}
.wa-chat-widget.show .wa-chat-box {
    margin-bottom: 140px;
}

@media only screen and (min-width: 920px) {
    .wa-chat-widget .wa-chat-send {
        margin-bottom: 30px;
    }
    .wa-chat-widget.show .wa-chat-box {
        margin-bottom: 90px;
    }
}



/* =================================== q
        Bell Wrapper
=================================== */
.bell_wrapper {
    bottom: 140px;
}

@media only screen and (min-width: 920px) {
    .bell_wrapper {
        bottom: 90px;
    }
}



/* ===================================
        Navbar Mobile
===================================*/
.navbar-mobile {
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999;
    width: 100%;
    transition: transform 0.7s, -webkit-transform 0.7s, opacity 0.7s, visibility 0.7s;
}
.navbar-mobile.hide {
    -webkit-transform: translateX(-50%) translateY(100px);
    transform: translateX(-50%) translateY(100px);
    opacity: 0;
    visibility: hidden;
}

.navbar-mobile .nav-inner {
    background: #FEFEFE;
    box-shadow: 0px 0px 20px -10px rgb(255 201 119 / 70%);
    width: calc(100% - 40px);
    max-width: 420px;
    display: flex;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    justify-content: center;
}
.navbar-mobile .nav-item {
    position: relative;
    flex-grow: 1;
}
.navbar-mobile .nav-link {
    height: 60px;
    text-decoration: none;
    text-align: center;
    color: #000;
    padding: 5px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.25s ease-in-out 0.025s;
}
.navbar-mobile .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.navbar-mobile .nav-icon {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 auto 7px;
    object-fit: contain;
    transition: all 0.25s ease-in-out 0.05s;
}
.navbar-mobile .nav-text {
    font-family: var(--bebas-neue);
    font-weight: 300;
    display: block;
    font-size: 14px;
    line-height: 1;
}

@media only screen and (min-width: 768px) {
    .navbar-mobile {
        display: none;
    }   
}



/* =======================================================
        PRIVACY
======================================================= */
.privacy {
  background-color: #fff;
  padding: 20px 0;
}
.privacy .inner {
  display: block;
  margin: 60px auto 30px auto;
  padding: 10px 0;
  width: 100%;
  max-width: 1024px;
}
.privacy .inner > div {
  padding: 10px 15px;
}
.privacy .inner p {
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
}



/* =======================================================
        TERMS
======================================================= */
.terms {
    background-color: #fff;
    padding: 20px 0;
}
.terms .inner {
    display: block;
    margin: 60px auto 20px auto;
    padding: 10px 0;
    width: 100%;
    max-width: 1024px;
}
.terms .inner > div {
    padding: 10px 15px;
}
.terms .inner p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}
.terms .inner a {
    color: var(--sea-clr);
}
.terms .inner ol.sub-01 {    
    list-style-type: decimal;
    padding: 5px;
    padding-left: 20px;
}
.terms .inner ol.sub-01 > li {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}
.terms .inner ol.sub-01 > li h3 {
    font-size: 18px;
}
.terms .inner ol li p {
  font-weight: 400;
}
.terms .inner ol.sub-01 ol.sub-02 {
    list-style-type: lower-alpha;
    padding: 5px;
    padding-left: 20px;
}
.terms .inner ol.sub-01 ol.sub-02 > li {
    font-weight: 400;
    font-size: 15px;
}



.navbar-inner .nv-logo > div .logo.logo-svg * {
    fill: #000;
}

.navbar-outer .navbar-inner .register-outer a.register, 
.navbar-outer .navbar-inner .register-outer a.register:focus {
    color: #000;
}
.navbar-inner .nv-btn #open-navbar:hover,
.navbar-outer .navbar-inner .register-outer a.register:hover {
    color: #fff;
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
body::-webkit-scrollbar-track {
    background: #fafafa;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--primary-clr);
    border-radius: 20px;
    border: 2px solid #fafafa;
}



/* +++++++++++++++++++++++++++++++++++++++++++ */

/* Accordion */
.accordion {
    position: relative;    
    display: flex;
    flex-direction: column;
}
.accordion .accordion-item {
    width: 100%;
    border-bottom: 1px solid var(--dark-clr);
    margin-bottom: 20px;
    position: relative;
    transition: all 0.4s ease;    
}
.accordion .accordion-item:last-of-type {
    margin-bottom: 0;
}
.accordion .accordion-item.show {
    border: none;
}

.accordion .accordion-item .accordion-label {
    cursor: pointer;
    font-family: var(--roboto);    
    margin: 10px auto;
    padding: 10px 0px;

    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}
.accordion .accordion-item .accordion-label::before {
    content: none;
}
.accordion .accordion-item.show .accordion-label::before {
    content: none;
}

.accordion .accordion-item .accordion-label label {
    font-size: calc(var(--fs-sub-title) - 2px);
    margin-right: 15px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
}

/* toggle */
.accordion .accordion-item .accordion-label .toggle-plus {
    position: relative;
    width: 30px;
    height: 30px;
}
.accordion .accordion-item .accordion-label .toggle-plus .toggle-line {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transform-origin: center;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.accordion .accordion-item .accordion-label .toggle-plus .toggle-line.line-01 {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}
.accordion .accordion-item .accordion-label .toggle-plus .toggle-line.line-02 {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}
.accordion .accordion-item.show .accordion-label .toggle-plus .toggle-line.line-02 {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

.accordion .accordion-item .accordion-label .toggle-plus .toggle-line path {
    stroke: var(--primary-clr);
    stroke-width: 50px;
}

.accordion .accordion-item .accordion-panel {
    width: 100%;
}
.accordion .accordion-item .accordion-panel.collapse {
    display: none;
}
.accordion .accordion-item .accordion-panel p {
    font-family: var(--roboto);
    font-size: calc(var(--fs-content) + 1px);
    font-weight: 400;
    line-height: 1.6;
}



/* +++++++++++++++++++++++++++++++++++++++++++ */

/* One */
.one-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
}

/* inner */
.one-wrapper .one-inner {
    position: relative;
    z-index: 2;
    margin: 100px auto 40px;
}

/* text */
.one-inner .one-text-wrap {
    text-align: center;
    padding: 0px 10px;
    margin-bottom: 30px;
}
.one-inner .one-text-wrap.desktop {
    display: none;
}
.one-text-wrap .one-title {
    font-size: calc(var(--fs-title) + 17px);
    font-family: var(--butler-bold);
    font-weight: normal;    
    line-height: 1.3;
}
.one-text-wrap .one-title > span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: var(--primary-clr);
    display: block;
}
.one-text-wrap .one-caption {
    font-size: calc(var(--fs-content) + 3px);
    font-weight: 400;    
    line-height: 1.8;
}
.one-text-wrap .one-caption:first-of-type {
    margin-top: 20px;
}

/* buttons */
.one-inner .one-buttons {
    padding: 0px 15px;
    margin: 0px auto;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.one-buttons .one-button {
    min-width: 120px;
    display: inline-block;
    vertical-align: top;
    padding: 4px 20px;
    margin: 0px;
    border-radius: 20px;
    font-family: var(--roboto);
    font-size: calc(var(--fs-content) + 3px);
    line-height: 2.4;
    font-weight: 600;
    border: 2px solid var(--dark-clr);
    color: var(--dark-clr);
    background-color: transparent;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.one-buttons .one-button.primary {
    color: var(--primary-clr);
    border-color: var(--primary-clr);
}
.one-buttons .one-button.primary:hover {
    background-color: var(--primary-clr);
    color: var(--light-clr);
}
.one-buttons .one-button.dark {
    background-color: var(--dark-clr);
    color: var(--light-clr);
}
.one-buttons .one-button.dark:hover {
    color: var(--secondary-clr);
}

/* Video */
.one-wrapper .one-video-wrap {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.one-wrapper .one-video-wrap::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.one-wrapper .one-video-wrap .one-video {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


@media (min-width: 380px) {
    
    .one-text-wrap .one-title {
        font-size: calc(var(--fs-title) + 22px);
    }

    .one-inner .one-buttons {
        padding: 0px 30px;
    }

}

@media (min-width: 768px) {

    .one-wrapper {
        padding: 140px 0px 120px;
    }

    .one-wrapper .one-inner {
        width: 100%;
        max-width: 1024px;
        margin: 0px auto;
    }

    .one-inner .one-text-wrap {
        display: none;        
        padding: 0px 30px;
    }
    .one-inner .one-text-wrap.desktop {
        display: block;
    }

    .one-inner .one-buttons {
        display: flex;
        justify-content: center;
    }
    .one-buttons .one-button {
        
    }
    .one-buttons .one-button.primary {
        width: 160px;
    }
    .one-buttons .one-button.dark {
        width: 260px;
    }

}

@media (min-width: 1024px) {

    .one-wrapper {
        padding: 22.5vh 0px 20vh;
    }

    .one-inner .one-text-wrap {
        text-align: left;
    }
    .one-text-wrap .one-title {
        font-size: calc(var(--fs-title) + 40px);
    }
    .one-text-wrap .one-caption {
        font-size: calc(var(--fs-content) + 7px);
    }

    .one-inner .one-buttons {
        justify-content: flex-start;
    }

}

@media (min-width: 1440px) {

    .one-text-wrap .one-title {
        font-size: calc(var(--fs-title) + 50px);
    }
    .one-text-wrap .one-caption {
        font-size: calc(var(--fs-content) + 9px);
    }

    .one-buttons .one-button {
        font-size: calc(var(--fs-content) + 5px);
    }

}



/* +++++++++++++++++++++++++++++++++++++++++++ */

/* two */
.two-wrapper {
    width: 100%;
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

/* inner */
.two-wrapper .two-inner {
    width: 100%;
    margin: 40px auto;
    padding: 40px 0px;
    background: var(--secondary-clr);
    border-radius: 40px;
}

/* img */
.two-inner .two-img-wrap {
    margin-bottom: 30px;
}
.two-img-wrap .two-img {
    display: block;
    margin: 0px auto;
    margin-left: -10px;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: auto;
}

/* text */
.two-inner .two-text-wrap {
    padding: 0px 20px;
}
.two-text-wrap .two-caption {
    font-size: calc(var(--fs-content) + 5px);
    font-weight: 700;
    line-height: 1.3;
}

@media (min-width: 380px) {
    .two-inner .two-text-wrap {
        padding: 0px 30px;
    }
    .two-text-wrap .two-caption {
        font-size: calc(var(--fs-content) + 8px);
    }
}

@media (min-width: 480px) {
    .two-wrapper {
        padding: 0px;
    }
    .two-wrapper .two-inner {
        border-radius: 0px;
    }
    .two-img-wrap .two-img {
        max-width: 440px;
        margin: 0px auto;
    }
    .two-text-wrap .two-caption {
        font-size: calc(var(--fs-content) + 12px);
        text-align: center;
    }
}

@media (min-width: 768px) {

    .two-wrapper {
        background-color: var(--secondary-clr);
        padding: 0px 0px;
    }
    .two-wrapper .two-inner {
        max-width: 768px;
        background-color: transparent;
        margin: 0px auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .two-inner .two-img-wrap {
        margin-bottom: 0px;
        margin-right: 30px;
    }
    .two-img-wrap .two-img {
        max-width: 299px;
    }

    .two-inner .two-text-wrap {
        padding: 0px;
    }
    .two-text-wrap .two-caption {
        text-align: left;
    }

}

@media (min-width: 1024px) {

    .two-wrapper .two-inner {
        max-width: 1024px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .two-inner .two-img-wrap {
        margin-right: 0px;
        padding: 20px 30px;
    }
    .two-img-wrap .two-img {
        max-width: none;
    }

    .two-inner .two-text-wrap {
        padding: 20px 30px;
    }
    .two-text-wrap .two-caption {
        font-size: calc(var(--fs-content) + 13px);
        line-height: 1.5;
    }

}

@media (min-width: 1440px) {

    .two-text-wrap .two-caption {
        font-size: calc(var(--fs-content) + 15px);
        line-height: 1.5;
    }

}



/* +++++++++++++++++++++++++++++++++++++++++++ */

/* three */
.three-wrap {
    position: relative;
    overflow: hidden;
}

/* inner */
.three-wrap .three-inner {
    
}

/* head */
.three-inner .three-head {
    padding: 20px 0px;
}
.three-inner .three-head.desktop {
    display: none;
}
.three-head .three-title {
    font-family: var(--butler);
    font-size: calc(var(--fs-title) + 0px);
    font-weight: normal;
    line-height: 1.2;
    color: #000;
    margin: 0px auto;
    font-style: italic;
    text-align: center;
}

/* Box */
.three-slider .three-box-wrapper {

}
.three-box-wrapper .three-box {
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease-in-out;
}

/* Img */
.three-box .three-img-wrap {
    position: relative;
    width: 100%;
    height: 420px;
}
.three-box .three-img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}
.three-box .three-img.desktop {
    display: none;
}
.three-box .three-img.mobile {
    display: block;
}

.three-box.contain .three-img {
    object-fit: contain;
}

/* Details */
.three-box .three-details {
    position: relative;
    width: 100%;
    padding: 20px 20px 40px;
    margin-top: -45px;
    background-color: #fff;
    border-radius: 0px 45px 0px 0px;
    box-shadow: -2px 2px 10px rgb(220 187 137 / 25%);
}
.three-box .three-step {
    font-family: var(--roboto);
    font-size: calc(var(--fs-content) + 4px);
    color: #ef9918;
    margin-bottom: 15px;
    font-weight: 400;
}
.three-box .three-title {
    font-family: var(--butler);
    font-weight: normal;
    font-size: calc(var(--fs-sub-title) + 4px);
}
.three-box .three-caption {
    font-family: var(--roboto);
    font-size: calc(var(--fs-content) + 2px);
    line-height: 2;
    font-weight: 300;
    margin-top: 15px;
}

.three-box.contain .three-details {
    margin-top: 0px;
}
.three-box.mt-0 .three-details {
    margin-top: 0px;
}

.three-box-wrapper:last-of-type .three-box .three-details {
    padding: 20px 20px 60px;
}


/* Appended Dot */
.appended-coolest-dot {
    width: 100%;
    position: relative;
}
.appended-coolest-dot ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.appended-coolest-dot ul.slick-dots li {
    display: flex;
}
.appended-coolest-dot ul.slick-dots li span.dot {
    width: 9px;
    height: 9px;
    margin: 0px 3px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(var(--tertiary-rgb), 0.5);
}
.appended-coolest-dot ul.slick-dots li.slick-active span.dot {
    background: var(--primary-clr);
}


@media (min-width: 380px) {
    
    .three-head .three-title {
        font-size: calc(var(--fs-title) + 4px);
    }

}

@media (min-width: 768px) {

    .three-wrap .three-inner {
        padding: 30px 0px 0px;
    }

    .three-inner .three-head {
        display: none;
    }
    .three-inner .three-head.desktop {
        display: block;
    }    

    .three-head .three-title {
        font-size: calc(var(--fs-title) + 6px);
    }

    .three-box .three-img-wrap {
        height: 520px;
    }

}

@media (min-width: 1024px) {

    .three-wrap .three-inner {
        padding: 60px 0px 120px;
    }

    .three-inner .three-head {
        margin-bottom: 20px;
    }    
    .three-head .three-title {
        font-size: calc(var(--fs-title) + 14px);
    }

    .three-box-wrapper .three-box {
        padding-left: 12%;
    }

    .three-box .three-img-wrap {
        height: 75vh;
        min-height: 600px;
    }
    .three-box .three-img {
        border-top-left-radius: 80px;
        border-bottom-left-radius: 80px;
    }
    .three-box .three-img.desktop {
        display: block;
    }
    .three-box .three-img.mobile {
        display: none;
    }
    .three-box.bottom .three-img {
        object-position: bottom;
    }

    .three-box .three-details {
        position: absolute;
        top: 50%;
        left: 4%;
        transform: translateY(-50%);
        max-width: 360px;
        border-radius: 60px 60px 0px 60px;
        margin-top: 0;
        padding: 40px 30px;
    }    

    .appended-coolest-dot {
        margin-top: 60px;
    }

}

@media (min-width: 1440px) {    

    .three-box .three-details {
        margin-top: 0px;
        max-width: 500px;
        padding: 40px 40px;
    }
    .three-box .three-step {
        font-size: calc(var(--fs-content) + 7px);
    }
    .three-box .three-title {
        font-size: calc(var(--fs-sub-title) + 9px);
    }
    .three-box .three-caption {
        font-size: calc(var(--fs-content) + 5px);
    }

    .three-box .three-img-wrap {
        height: 85vh;
    }

    .appended-coolest-dot {
        margin-top: 80px;
    }

}



/* +++++++++++++++++++++++++++++++++++++++++++ */

/* six */
.six-wrap {
    position: relative;
    overflow: hidden;
    margin-top: 24px;
}

/* inner */
.six-wrap .six-inner {
    
}

/* head */
.six-inner .six-head {
    padding: 32px 0px;
}
.six-inner .six-head.desktop {
    display: none;
}
.six-head .six-title {
    font-family: var(--butler);
    font-size: calc(var(--fs-heading-m) + 0px);
    font-weight: normal;
    line-height: 1.2;
    color: #000;
    margin: 0px auto;
    font-style: italic;
    text-align: center;
}
.six-head .six-title > span{
    color: var(--primary-clr);
    font-family: var(--butler);
}

/* Box */
.six-slider .six-box-wrapper {
    margin-top: -25px;
}
.six-slider .six-box-wrapper:first-of-type {
    margin-top: 0;
}
.six-slider .six-box-wrapper:nth-child(1) .six-box .six-img.mobile {
    width: auto;
    height: 380px;
    left: -7px;
    top: -8px;
}
.six-slider .six-box-wrapper:nth-child(2) .six-box .six-img.mobile  {
    width: 380px;
    height: 380px;
    left: -6px;
    top: 6px;
}
.six-slider .six-box-wrapper:nth-child(3) .six-box .six-img.mobile  {
    width: 360px;
    height: 360px;
    left: -4px;
}
.six-slider .six-box-wrapper:nth-child(4) .six-box .six-img.mobile  {
    width: 380px;
    height: 380px;
    left: -6px;
    top: 25px;
}
.six-slider .six-box-wrapper:nth-child(5) .six-box .six-img.mobile  {
    left: -12px;
}
.six-slider .six-box-wrapper:nth-child(6) .six-box .six-img.mobile  {
    width: 360px;
    height: 360px;
    left: -6px;
    top: 12px;
    margin: 0;
}
.six-slider .six-box-wrapper:nth-child(7) .six-box .six-img.mobile  {
    width: 380px;
    height: 380px;
    left: -5px;
    top: -5px;
}
.six-slider .six-box-wrapper:nth-child(8) .six-box .six-img.mobile  {
    width: 360px;
    height: 360px;
    left: -5px;
    top: 4px;
}
.six-slider .six-box-wrapper:nth-child(9) .six-box .six-img.mobile  {
    width: 360px;
    height: 360px;
    left: -5px;
}
.six-box-wrapper .six-box {
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease-in-out;
}
.six-box-wrapper:nth-child(6) .six-box .six-img-wrap{
    align-items: flex-start;
}
/* Img */
.six-box .six-img-wrap {
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* margin-top: -40px; */
    margin-bottom: -60px;
    /* margin-top: -40px; */
}
.six-box .six-img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}
.six-box .six-img.mobile {
    position: relative;
    width: 340px;
    height: 340px;
    object-fit: contain;
    margin-top: -80px;
}
.six-box .six-img.desktop {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.six-box .six-img.desktop {
    /* display: none; */
}
.six-box .six-img.mobile {
    /* display: block; */
}

.six-box.contain .six-img {
    /* object-fit: contain; */
    /* object-fit: cover; */
}

/* Details */
.six-box .six-details {
    position: relative;
    width: 100%;
    padding: 20px;
    margin-top: -45px;
    background-color: #fff;
    border-radius: 0px 80px 0px 30px;
    border: 1px solid var(--dark-clr);
    z-index: 3;
}
.six-box .six-step {
    font-family: var(--roboto);
    font-size: calc(var(--fs-content) + 4px);
    color: var(--primary-clr);
    margin-bottom: 8px;
    font-weight: 400;
}
.six-box .six-title {
    font-family: var(--butler);
    font-weight: normal;
    font-size: calc(var(--fs-heading-s) + 4px);
    color: var(--primary-clr);
}
.six-box .six-caption {
    font-family: var(--roboto);
    font-size: calc(var(--fs-content));
    line-height: 1.6;
    font-weight: 300;
    margin-top: 8px;
}

.six-box.contain .six-details {
    margin-top: 0px;
}
.six-box.mt-0 .six-details {
    margin-top: 0px;
}

.six-box-wrapper:last-of-type .six-box .six-details {
    border-width: 1px 1px 0px 0px;
border-style: solid;
border-color: #1A1A1A;
}


/* Appended Dot */
.appended-coolest-dot {
    width: 100%;
    position: relative;
}
.appended-coolest-dot ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.appended-coolest-dot ul.slick-dots li {
    display: flex;
}
.appended-coolest-dot ul.slick-dots li span.dot {
    width: 9px;
    height: 9px;
    margin: 0px 3px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(var(--tertiary-rgb), 0.5);
}
.appended-coolest-dot ul.slick-dots li.slick-active span.dot {
    background: var(--primary-clr);
}


@media (min-width: 380px) {
    
    .six-head .six-title {
        font-size: calc(var(--fs-heading-m) + 2px);
    }

}
@media (min-width: 400px) {
    
    .six-slider .six-box-wrapper:nth-child(1) .six-box .six-img.mobile  {
        /* width: 420px;
        height: 420px; */
        left: -12px;
        top: -8px;
    }
    .six-slider .six-box-wrapper:nth-child(2) .six-box .six-img.mobile  {
        width: 400px;
        height: 400px;
        /* width: 420px;
        height: 420px; */
        left: -12px;
        /* top: -8px; */
    }
    .six-slider .six-box-wrapper:nth-child(3) .six-box .six-img.mobile  {
        width: 350px;
        height: 350px;
        /* width: 380px;
        height: 380px; */
        top: 4px;
    }
    .six-slider .six-box-wrapper:nth-child(4) .six-box .six-img.mobile  {
        width: 390px;
        height: 390px;
        /* width: 420px;
        height: 420px; */
        left: -8px;
        top: 25px;
    }
    .six-slider .six-box-wrapper:nth-child(5) .six-box .six-img.mobile  {
        left: -12px;
        width: 310px;
        height: 310px;
        /* width: 360px;
        height: 360px; */
    }
    .six-slider .six-box-wrapper:nth-child(6) .six-box .six-img.mobile  {
        width: 400px;
        height: 400px;
        left: 0;
        top: 0px;
        margin: 0;
    }
    .six-slider .six-box-wrapper:nth-child(7) .six-box .six-img.mobile  {
        width: 410px;
        height: 410px;
        left: -5px;
        /* width: 436px;
        height: 436px;
        left: -16px; */
        top: 0;
    }
    .six-slider .six-box-wrapper:nth-child(8) .six-box .six-img.mobile  {
        width: 420px;
        height: 420px;
        left: -5px;
        top: 4px;
    }
    .six-slider .six-box-wrapper:nth-child(9) .six-box .six-img.mobile  {
        width: 420px;
        height: 420px;
        left: -8px;
        top: 4px;
    }
}
@media (min-width: 600px) {
    .six-head .six-title {
        font-size: calc(var(--fs-heading-l));
    }
    .six-box .six-caption {
        font-size: calc(var(--fs-content) + 2px);
    }
    .six-box .six-img.mobile {
        position: relative;
        width: 500px;
        height: 360px;
        object-fit: contain;
    }
    .six-box .six-img-wrap {
        position: relative;
        width: 100%;
        height: 600px;
    }
    .six-box.contain .six-details {
        margin-top: -60px;
    }
    .six-slider .six-box-wrapper:nth-child(1) .six-box .six-img.mobile  {
        width: 480px;
        height: 480px;
        left: -7px;
        top: -8px;
    }
    .six-slider .six-box-wrapper:nth-child(2) .six-box .six-img.mobile  {
        width: 580px;
        height: 580px;
        left: -6px;
        top: 6px;
    }
    .six-slider .six-box-wrapper:nth-child(3) .six-box .six-img.mobile  {
        width: 500px;
        height: 500px;
        left: -4px;
    }
    .six-slider .six-box-wrapper:nth-child(4) .six-box .six-img.mobile  {
        width: 500px;
        height: 500px;
        left: -6px;
        top: 0;
    }
    .six-slider .six-box-wrapper:nth-child(5) .six-box .six-img.mobile  {
        width: 450px;
        height: 450px;
        left: -12px;
    }
    .six-slider .six-box-wrapper:nth-child(6) .six-box .six-img.mobile  {
        width: 600px;
        height: 600px;
        left: 0;
        top: 38px;
    }
    .six-slider .six-box-wrapper:nth-child(7) .six-box .six-img.mobile  {
        width: 580px;
        height: 580px;
        left: -5px;
        top: -5px;
    }
    .six-slider .six-box-wrapper:nth-child(8) .six-box .six-img.mobile  {
        width: 560px;
        height: 560px;
        left: -5px;
        /* top: 4px; */
    }
    .six-slider .six-box-wrapper:nth-child(9) .six-box .six-img.mobile  {
        width: 520px;
        height: 520px;
        left: -5px;
    }
}
@media (min-width: 768px) {
    /* Details */
    .six-box .six-details {
    position: relative;
    width: 100%;
    padding: 28px;
    margin-top: -45px;
    background-color: #fff;
    border-radius: 0px 80px 0px 30px;
    border: 1px solid var(--dark-clr);
    z-index: 3;
    }
    .six-box .six-title {
        font-size: calc(var(--fs-heading-s) + 6px);
    }
    .six-box .six-caption {
        font-size: calc(var(--fs-content) + 4px);
    }
    .six-box .six-img-wrap{
        position: relative;
        width: 100%;
        height: 640px;
    }
    .six-slider .six-box-wrapper:nth-child(1) .six-box .six-img.mobile  {
        width: 560px;
        height: 560px;
        left: -7px;
        top: -8px;
    }
    .six-slider .six-box-wrapper:nth-child(2) .six-box .six-img.mobile  {
        width: 680px;
        height: 680px;
        left: -6px;
        top: 6px;
    }
    .six-slider .six-box-wrapper:nth-child(3) .six-box .six-img.mobile  {
        width: 540px;
        height: 540px;
        left: -4px;
        top: 5px;
    }
    .six-slider .six-box-wrapper:nth-child(4) .six-box .six-img.mobile  {
        width: 560px;
        height: 560px;
        left: -6px;
        top: 0;
    }
    .six-slider .six-box-wrapper:nth-child(5) .six-box .six-img.mobile  {
        width: 500px;
        height: 500px;
        left: -12px;
    }
    .six-slider .six-box-wrapper:nth-child(6) .six-box .six-img.mobile  {
        width: 680px;
        height: 680px;
        left: 0;
        top: 0;
        margin: 0;
    }
    .six-slider .six-box-wrapper:nth-child(7) .six-box .six-img.mobile  {
        width: 650px;
        height: 650px;
        left: -5px;
        top: 0;
    }
    .six-slider .six-box-wrapper:nth-child(8) .six-box .six-img.mobile  {
        width: 620px;
        height: 620px;
        left: 0;
        top: 4px;
    }
    .six-slider .six-box-wrapper:nth-child(9) .six-box .six-img.mobile  {
        width: 600px;
        height: 600px;
        left: -5px;
        top: 4px;
    }
}

@media (min-width: 1024px) {

    .six-wrap .six-inner {
        padding: 60px 0px 120px;
    }

    .six-inner .six-head {
        margin-bottom: 20px;
    }    
    .six-head .six-title {
        font-size: calc(var(--fs-heading-m) + 14px);
    }
    .six-box .six-img-wrap {
        position: relative;
        width: 100%;
        height: 640px;
    }
    .six-box.contain .six-details {
        margin-top: -60px;
    }
    .six-slider .six-box-wrapper:nth-child(2) .six-box .six-img.mobile  {
        width: 660px;
        height: 660px;
        left: 0;
        top: 8px;
    }
    .six-slider .six-box-wrapper:nth-child(3) .six-box .six-img.mobile  {
        width: 500px;
        height: 500px;
        left: -4px;
    }
    .six-slider .six-box-wrapper:nth-child(4) .six-box .six-img.mobile  {
        width: 540px;
        height: 540px;
        left: 0;
        top: 8px;
    }
    .six-slider .six-box-wrapper:nth-child(5) .six-box .six-img.mobile  {
        width: 480px;
        height: 480px;
        left: -12px;
    }
    .six-slider .six-box-wrapper:nth-child(6) .six-box .six-img.mobile  {
        width: 800px;
        height: 800px;
        left: 0;
        top: 38px;
    }
    .six-slider .six-box-wrapper:nth-child(7) .six-box .six-img.mobile  {
        width: 680px;
        height: 680px;
        left: -5px;
        top: -5px;
    }
    .six-slider .six-box-wrapper:nth-child(8) .six-box .six-img.mobile  {
        width: 560px;
        height: 560px;
        left: -5px;
        /* top: 4px; */
    }
    .six-slider .six-box-wrapper:nth-child(9) .six-box .six-img.mobile  {
        width: 600px;
        height: 600px;
        left: -5px;
    }
    .six-slider .six-box-wrapper:nth-child(10) .six-box .six-img.mobile  {
        width: 600px;
        height: 600px;
        left: -5px;
    }
    /* Details */
    .six-box .six-details {
        position: relative;
        width: 100%;
        padding: 20px;
        margin-top: -45px;
        background-color: #fff;
        border-radius: 0px 80px 0px 30px;
        border: 1px solid var(--dark-clr);
        z-index: 3;
    }
    .six-box .six-step {
        font-family: var(--roboto);
        font-size: calc(var(--fs-content) + 8px);
        color: var(--primary-clr);
        margin-bottom: 8px;
        font-weight: 400;
    }
    .six-box .six-title {
        font-family: var(--butler);
        font-weight: normal;
        font-size: calc(var(--fs-heading-s) + 8px);
        color: var(--primary-clr);
    }
    .six-box .six-caption {
        font-family: var(--roboto);
        font-size: calc(var(--fs-content) + 8px);
        line-height: 1.6;
        font-weight: 300;
        margin-top: 8px;
    }

}
@media (min-width: 1220px) {
    .six-box .six-img-wrap {
        height: 75vh;
        min-height: 600px;
    }
    .six-box .six-img {
        border-top-left-radius: 120px;
        border-bottom-left-radius: 120px;
    }
    /* .six-wrap .six-inner {
        padding: 30px 0px 0px;
    } */

    .six-inner .six-head {
        display: none;
    }
    .six-inner .six-head.desktop {
        display: block;
    }    
    .six-box.bottom .six-img {
        object-position: bottom;
    }    
    .appended-coolest-dot {
        margin-top: 60px;
    }
    .six-head .six-title {
        font-size: calc(var(--fs-heading-l) + 8px);
    }
    .six-box-wrapper .six-box{
        padding-left: 12%;
    }
    .six-box .six-details {
        position: absolute;
        top: 50%;
        left: 4%;
        transform: translateY(-50%);
        max-width: 320px;
        border-radius: 60px 60px 0px 60px;
        margin-top: 0;
        padding: 40px 30px;
    }
    /* Box */
    .six-slider .six-box-wrapper {
        margin-top: 0;
    } 
    .six-box .six-img-wrap {
        margin-bottom: 0;

    }
    .six-slider .six-box-wrapper:nth-child(2) .six-box .six-img.mobile{
        width: 760px;
        height: 760px;
        left: 0;
        top: 50px;
    }
    .six-slider .six-box-wrapper:nth-child(3) .six-box .six-img.mobile  {
        width: 880px;
        height: 880px;
        left: 50px;
        top: 50px;
    }
    .six-slider .six-box-wrapper:nth-child(4) .six-box .six-img.mobile  {
        width: 800px;
        height: 800px;
        left: 50px;
        top: 50px;
    }
    .six-slider .six-box-wrapper:nth-child(5) .six-box .six-img.mobile  {
        width: 780px;
        height: 780px;
        left: 50px;
        top: 50px;
    }
    .six-slider .six-box-wrapper:nth-child(6) .six-box .six-img.mobile  {
        width: 720px;
        height: 720px;
        left: 0;
        top: 0;
        transform: translateX(50%);
    }
    .six-slider .six-box-wrapper:nth-child(7) .six-box .six-img.mobile  {
        width: 100%;
        height: 100%;
        left: 50%;
        top: 32%;
        transform: translateX(-50%);
        /* bottom: 50px; */
    }
    .six-slider .six-box-wrapper:nth-child(8) .six-box .six-img.mobile  {
        width: 900px;
        height: 900px;
        left: 80px;
        top: 40px;
        /* transform: translateX(50%); */
    }
    .six-slider .six-box-wrapper:nth-child(9) .six-box .six-img.mobile  {
        width: 900px;
        height: 900px;
        left: 100px;
        top: 50px;
    }
    .six-slider .six-box-wrapper:nth-child(10) .six-box .six-img.mobile  {
        width: 800px;
        height: 800px;
        left: 50px;
        top: 50px;
    } 

}
@media (min-width: 1440px) {    

    .six-head .six-title {
        font-size: calc(var(--fs-heading-xl) + 8px);
    }
    .six-box .six-details {
        margin-top: 0px;
        max-width: 500px;
        padding: 40px 40px;
    }
    .six-box .six-step {
        font-size: calc(var(--fs-content) + 7px);
    }
    .six-box .six-title {
        font-size: calc(var(--fs-heading-s) + 9px);
    }
    .six-box .six-caption {
        font-size: calc(var(--fs-content) + 5px);
    }

    .six-box .six-img-wrap {
        height: 85vh;
        min-height: 600px;
    }

    .appended-coolest-dot {
        margin-top: 80px;
    }

}




/* +++++++++++++++++++++++++++++++++++++++++++ */

/* four */
.four-wrapper {
    background-color: var(--secondary-clr);
    position: relative;
    overflow: hidden;
    padding: 55px 0px 40px;
}

/* inner  */
.four-wrapper .four-inner {

}

/* head */
.four-inner .four-head {
    margin-bottom: 30px;
}
.four-head .four-title {
    margin-left: 15px;
    font-size: calc(var(--fs-title) + 10px);
}

/* body */
.four-inner .four-body {

}

/* img */
.quality-img-wrapper {
    position: relative;
    width: 375px;
    height: 375px;
    left: 50%;
    transform: translateX(-50%);
}

.quality-img-wrapper .quality-img-box {    
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transform-origin: 50% 150%;
    width: 275px;
    height: 275px;
    opacity: 0;
    transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}
.quality-img-wrapper .quality-img-box.show {
    opacity: 1;
}
.quality-img-wrapper .quality-img-box.hide {
    -webkit-transform: translate(-50%, -50%) rotate(-50deg);
    transform: translate(-50%, -50%) rotate(-50deg);
    opacity: 0;
}

.quality-img-box .quality-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.quality-img-wrapper .quality-img-box.show:nth-child(1) .quality-img {
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg);
}
.quality-img-wrapper .quality-img-box.show:nth-child(2) .quality-img {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.quality-img-wrapper .quality-img-box.show:nth-child(3) .quality-img {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

/* quality */
.quality-grand-wrap {

}
.quality-grand-wrap .quality-grand-title {
    font-size: calc(var(--fs-title) + 10px);
    display: none;
}

.quality-wrapper {
    margin-bottom: 20px;
}
.quality-wrapper .quality-item {

}

.quality-item .quality-box {
    padding: 20px 15px;
}
.quality-box .quality-title {
    font-weight: 700;
    font-size: calc(var(--fs-content) + 15px);
    color: var(--primary-clr);
    line-height: 1.8;
}
.quality-box .quality-caption {
    font-weight: 400;
    font-size: calc(var(--fs-content) + 2px);
    line-height: 2;
}   

/* dot */
.quality-dot-wrapper {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s;
}
.quality-dot-wrapper.show {
    opacity: 1;
}
.quality-dot-wrapper .quality-dot {
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px;
    border-radius: 50%;
    border: 1px solid var(--primary-clr);
    background-color: transparent;
    transition: background-color 0.2s;
}
.quality-dot-wrapper .quality-dot.active {
    background-color: var(--primary-clr);
}

@media (min-width: 380px) {

    .four-head .four-title {
        margin-left: 30px;
        font-size: calc(var(--fs-title) + 12px);
    }

    .quality-item .quality-box {
        padding: 20px 30px;
    }

}

@media (min-width: 500px) {

    .four-head .four-title {
        margin-left: 0px;
        text-align: center;
    }

    .quality-item .quality-box {
        width: 100%;
        max-width: 420px;
        margin: 0px auto;
    }

}

@media (min-width: 768px) {

    .four-inner .four-head {
        display: none;
    }

    .four-inner .four-body {
        width: 100%;
        max-width: 768px;
        margin: 0px auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }    

    .quality-img-wrapper {
        left: auto;
        transform: none;
        margin-right: 30px;
    }

    .quality-grand-wrap {
        width: 100%;
        max-width: 320px;
    }
    .quality-grand-wrap .quality-grand-title {
        display: block;
        margin-bottom: 20px;
        margin-top: 50px;
    }

    .quality-wrapper {        
        margin-bottom: 0px;
    }
    .quality-item .quality-box {
        max-width: none;
        padding: 0px;
        padding-right: 20px;
    }

    .quality-dot-wrapper {
        grid-column: 1/-1;
        margin-top: 20px;
    }

}

@media (min-width: 1024px) {
    
    .four-wrapper {
        padding: 80px 0px;
    }

    .four-inner .four-body {
        max-width: 1300px;
    }

    .quality-img-wrapper {
        margin: 0px auto;
        margin-right: auto;
        width: 100%;
        height: 450px;
    }
    .quality-img-wrapper .quality-img-box {    
        width: 350px;
        height: 350px;
    }

    .quality-grand-wrap {
        width: 100%;
        max-width: 500px;
        overflow: hidden;
        padding: 20px;
        /* margin: 0px auto; */
    }
    .quality-grand-wrap .quality-grand-title {
        font-size: calc(var(--fs-title) + 20px);
    }

    .quality-box .quality-title {
        font-size: calc(var(--fs-content) + 24px);
    }

    .quality-box .quality-caption {
        font-size: calc(var(--fs-content) + 5px);
    }

}

@media (min-width: 1440px) {

    .quality-img-wrapper {
        height: 500px;
    }
    .quality-img-wrapper .quality-img-box {    
        width: 400px;
        height: 400px;
    }

    .quality-grand-wrap .quality-grand-title {
        font-size: calc(var(--fs-title) + 31px);
    }

}



/* +++++++++++++++++++++++++++++++++++++++++++ */

/* five */
.five-wrapper {
    background-color: var(--secondary-clr);
    padding: 20px 0px;
    position: relative;
    overflow: hidden;
}

/* inner */
.five-wrapper .five-inner {

}

/* head */
.five-inner .five-head {
    margin-top: 30px;
}
.five-head .five-title {
    font-family: var(--butler);
    font-size: calc(var(--fs-title) + 0px);
    font-style: italic;
    font-weight: normal;
    line-height: 1.2;
    color: #000;
    margin: 0px auto;    
    text-align: center;    
}

/* body */
.five-inner .five-body {
    width: 100%;
    max-width: 1150px;
    position: relative;
    margin: 40px auto;
}

/* testi */
.testi-wrapper {

}

/* item */
.testi-wrapper .testi-item {
    padding: 20px 0px;
}

/* box */
.testi-item .testi-box {
    width: 270px;
    height: 420px;
    border-radius: 20px;
    padding: 20px 15px;
    margin: 0px auto;

    display: flex;
    flex-direction: column;

    background-color: var(--primary-clr);
    background-image: var(--bg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    transition: width 0.7s, height 0.7s;
}

/* details */
.testi-box .testi-details {
    background-color: var(--light-clr);
    margin-top: auto;
    padding: 15px 15px 20px;
    border-radius: 20px;
}
.testi-details .testi-link {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.testi-details .testi-name {
    display: inline-block;
    vertical-align: top;
    color: var(--primary-clr);
    font-family: var(--butler);
    font-weight: normal;
    font-size: calc(var(--fs-content) + 6px);
}
.testi-details .testi-work {
    font-weight: 300;
    font-style: italic;
    font-size: calc(var(--fs-content) - 3px);
}
.testi-details .testi-caption {
    font-weight: 300;
    font-size: calc(var(--fs-content) - 3px);
    line-height: 1.3;
}
.testi-details .testi-ig {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 3px;
    height: 20px;    
    cursor: pointer;
}
.testi-details .testi-ig path {
    fill: var(--tertiary-clr);
}

/* rating */
.testi-details .rating-wrap {
    display: flex;
    align-items: center;
    margin: 10px -1.5px 7px;
}
.testi-details .rating-wrap .rating {
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 13px;
    margin: 1.5px;
    background-image: url("https://katsudoto.id/media/icon/ic-rating-normal.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.testi-details .rating-wrap .rating.checked {
    background-image: url("https://katsudoto.id/media/icon/ic-rating-checked.svg");
}

/* arrow */
.five-body .testi-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: none;
    border: 2px solid var(--primary-clr);
    background-color: var(--primary-clr);
    color: var(--light-clr);
    font-size: 1.2em;
    transition: all 0.25s ease-in-out;

    opacity: .5;
    cursor: not-allowed;
}

.five-body .testi-arrow.slick-arrow {
    opacity: 1;
    cursor: pointer;
}
.five-body .testi-arrow.slick-arrow:hover {
    background-color: transparent;
    border-color: var(--light-clr);
    color: var(--primary-clr);
}

.five-body .testi-arrow.prev {
    left: 10px;
}
.five-body .testi-arrow.next {
    right: 10px;
}

@media (min-width: 400px) {
 
    .five-body .testi-arrow.prev {
        left: 15px;
    }
    .five-body .testi-arrow.next {
        right: 15px;
    }

}

@media (min-width: 500px) {

    .testi-wrapper .testi-item {
        display: flex!important;
        min-height: 460px;
        
        padding: 20px 10px;
        opacity: 0.5;
        transition: opacity 0.4s, min-height 0.4s;
    }
    .testi-wrapper .testi-item.slick-current.slick-center {
        opacity: 1;
    }

    .testi-item .testi-box {
        margin-top: auto;
    }
    .testi-item:not(.slick-current.slick-center) .testi-box {
        height: 340px;
    }

}

@media (min-width: 768px) {    

    .five-head .five-title {
        font-size: calc(var(--fs-title) + 6px);        
    }

    .testi-wrapper .testi-item {        
        min-height: 540px;        
    }

    .testi-item .testi-box {
        width: 320px;
        height: 500px;
    }
    .testi-item:not(.slick-current.slick-center) .testi-box {
        height: 400px;
    }

}

@media (min-width: 1024px) {

    .four-wrapper + .five-wrapper {
        margin-top: -80px;
    }

    .five-head .five-title {
        font-size: calc(var(--fs-title) + 14px);        
    }

    .testi-details .testi-name {
        font-size: calc(var(--fs-content) + 12px);
    }
    .testi-details .testi-caption {
        font-size: calc(var(--fs-content) - 2px);
    }
    .testi-details .testi-work {
        font-size: calc(var(--fs-content) - 2px);
    }

    .testi-details .testi-ig {
        height: 23px;
    }

    .testi-details .rating-wrap .rating {
        width: 18px;
        height: 18px;
    }

}

@media (min-width: 1440px) {

    .five-wrapper {
        padding: 80px 0px;
    }
    .five-inner .five-body {
        
    }
    .testi-wrapper .testi-item {        
        min-height: 600px;
    }
    .testi-item .testi-box {
        width: 360px;
        height: 560px;
    }

    .five-body .testi-arrow.prev {
        left: -50px;
    }
    .five-body .testi-arrow.next {
        right: -50px;
    }

}




/* +++++++++++++++++++++++++++++++++++++++++++ */

/* six */
.six-wrapper {
    padding: 70px 0px;
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* inner */
.six-wrapper .six-inner {

}

/* live wedding */
.lw-wrapper {
    margin-bottom: 50px;
}
.lw-wrapper:last-of-type {
    margin-bottom: 0px;
}

/* live wedding head */
.lw-wrapper .lw-head {

}
.lw-wrapper .lw-head.desktop {
    display: none;
}

.lw-head .lw-title {
    margin-left: 15px;
    font-size: calc(var(--fs-title) - 5px);
    font-weight: 600;
}
.lw-head .lw-title > span {
    color: var(--primary-clr);
}

/* live wedding body */
.lw-wrapper .lw-body {
    position: relative;    
    padding-top: 57px;
}
.lw-body .lw-item-wrap {
    padding: 0;
    display: flex;
}

/* live wedding item */
.lw-item-wrap .lw-item {
    padding: 0;
    padding-left: 10px;
    width: 140px;
    position: relative;
    transition: all 0.25s ease-in-out;
}
.lw-item .img-wrap {
    padding: 7.5px 0;
}
.lw-item .img-wrap .img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    border-radius: 40px;
    object-position: center;
    object-fit: cover;
    transition: all 0.25s ease-in-out;
}
.lw-item .caption-wrap {
    padding: 7.5px 0;
    text-align: center;
}
.lw-item .caption-wrap .title {
    font-size: calc(var(--fs-content) + 1px);
    font-weight: 600;
    margin-bottom: 5px;
}
.lw-item .caption-wrap .title > a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: inherit;    
    font-size: inherit;
    font-weight: inherit;
    transition: all 0.15s ease-out;
}
.lw-item .caption-wrap .title > a:hover {
    color: var(--primary-clr);
}
.lw-item .caption-wrap .date {
    font-size: calc(var(--fs-content) - 3px);
    font-weight: 300;
}

/* arrow */
.lw-body .arrow {
    position: absolute;
    top: 5px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: var(--primary-clr);
    color: var(--light-clr);
    font-size: 1em;
    transition: all 0.25s ease-in-out;

    opacity: .5;
    cursor: not-allowed;
}

.lw-body .arrow.slick-arrow {
    opacity: 1;
    cursor: pointer;
}
.lw-body .arrow.slick-arrow:hover {
    background-color: var(--dark-clr);
}

.lw-body .arrow.prev {
    left: 20px;
}
.lw-body .arrow.next {
    right: 20px;
}

@media (min-width: 400px) {

    .lw-head .lw-title {
        margin-left: 30px;
        font-size: calc(var(--fs-title) + 0px);
    }

}

@media (min-width: 600px) {

    .lw-wrapper .lw-head {
        display: none;
    }
    .lw-wrapper .lw-head.desktop {
        display: block;
    }

}

@media (min-width: 768px) {

    .six-wrapper .six-inner {
        width: 100%;
        max-width: 768px;
        margin: 0px auto;
    }

    .lw-item-wrap .lw-item {
        width: 152px;
    }

}

@media (min-width: 1024px) {

    .lw-wrapper .lw-body {
        padding-top: 0px;
        margin-top: 20px;
    }

    .six-wrapper .six-inner {
        max-width: 880px;
    }

    .lw-item-wrap .lw-item {
        width: 175px;
    }

    .lw-item .img-wrap .img {
        width: 150px;
        height: 150px;
    }

    .lw-item .caption-wrap .title {
        font-size: calc(var(--fs-content) + 3px);
    }
    .lw-item .caption-wrap .date {
        font-size: calc(var(--fs-content) - 2px);
    }

    .lw-body .arrow {
        top: 50px;
    }
    .lw-body .arrow.next {
        right: -62px;
    }

}

@media (min-width: 1440px) {

    .lw-wrapper .lw-body {
        margin-top: 40px;
    }

}





/* +++++++++++++++++++++++++++++++++++++++++++ */

/* seven */
.seven-wrapper {
    background-color: var(--dark-clr);
    padding: 40px 0px;
}

/* Inner */
.seven-wrapper .seven-inner {

}

/* cards */
.seven-inner .seven-cards {
    width: 100%;
    padding: 0px 15px;
    margin: 0px auto 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.seven-cards .seven-card {
    background: var(--primary-clr);
    border-radius: 15px;
    padding: 20px 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.seven-cards .seven-card > p {
    color: var(--light-clr);
    font-size: calc(var(--fs-content) + 1px);
    font-weight: 300;
    line-height: 1.3;
}
.seven-cards .seven-card .count {
    color: var(--light-clr);
    font-size: calc(var(--fs-content) + 10px);
    font-weight: 700;
}

/* caption */
.seven-inner .seven-caption {
    color: var(--light-clr);
    font-size: calc(var(--fs-content) + 16px);
    font-weight: 700;
    margin-left: 15px;
    text-align: left;
}

@media (min-width: 380px) {

    .seven-inner .seven-cards {
        padding: 0px 30px;
    }

    .seven-inner .seven-caption {
        margin-left: 30px;
    }

}

@media (min-width: 768px) {

    .seven-wrapper {
        padding: 60px 0px;
    }

    .seven-wrapper .seven-inner {
        width: 100%;
        max-width: 680px;
        margin: 0px auto;
    }

    .seven-inner .seven-cards {
        gap: 30px;
    }
    .seven-cards .seven-card {
        padding: 30px 10px;        
        margin-bottom: 30px;
    }

    .seven-cards .seven-card > p {
        font-size: calc(var(--fs-content) + 6px);
    }
    .seven-cards .seven-card .count {
        font-size: calc(var(--fs-content) + 24px);
    }

    .seven-inner .seven-caption {
        text-align: center;
        margin-left: 0px;
        font-size: calc(var(--fs-content) + 26px);
    }

}

@media (min-width: 1024px) {

    .seven-wrapper {
        padding: 100px 0px;
    }
    .seven-wrapper .seven-inner {
        max-width: 768px;
    }

}



/* +++++++++++++++++++++++++++++++++++++++++++ */

/* eight */
.eight-wrapper {
    width: 100%;
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

/* inner */
.eight-wrapper .eight-inner {    
    position: relative;
    width: 100%;
    margin: 60px auto;
    padding: 40px 0px;
    background-color: var(--primary-clr);
    border-radius: 20px;

    display: flex;
    flex-direction: column-reverse;
}

/* head */
.eight-inner .eight-head {
    padding: 0px 15px;
    margin-top: 20px;
}

.eight-head .eight-title-wrap {
    margin-top: 10px;
}
.eight-head .eight-title-wrap.desktop,
.eight-head .eight-title-wrap.desktop-lg {
    display: none;
}

.eight-head .eight-title {
    color: var(--light-clr);
    font-weight: 900;
    font-size: calc(var(--fs-title) - 5px);
    line-height: 1.3;
    display: inline-block;
    vertical-align: top;
}
.eight-head .eight-buttons {
    margin-top: 20px;
}

.eight-buttons .eight-button {
    width: 100%;
    display: block;
    padding: 2px 20px;
    margin: 10px 0px;
    border-radius: 15px;
    font-family: var(--roboto);
    font-size: calc(var(--fs-content) + 3px);
    line-height: 2.3;
    font-weight: 600;
    border: none;
    color: var(--light-clr);
    background-color: var(--dark-clr);
    text-decoration: none;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.eight-buttons .eight-button.light {
    background-color: var(--light-clr);
    color: var(--dark-clr);
}

.eight-buttons .eight-button:hover {
    color: var(--secondary-clr);
}
.eight-buttons .eight-button.light:hover {
    color: var(--primary-clr);
}

/* video */
.eight-inner .eight-video-wrap {
    padding: 0px 15px;
}
.eight-video-wrap .eight-video {
    display: block;
    width: 70%;
    margin: 0px auto;
    height: auto;
    box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.4);
}
.eight-video-wrap .eight-video::-webkit-media-controls {
    display: none;
}

@media (min-width: 375px) {
    .eight-wrapper {
        padding: 0px 10px;
    }
    .eight-wrapper .eight-inner {    
        flex-direction: column;
    }

    .eight-inner .eight-head {
        margin-top: 0px;
        padding: 0px 20px;
    }

    .eight-head .eight-title-wrap {
        margin-top: 0px;
    }
    .eight-head .eight-title { 
        display: block;
        font-size: calc(var(--fs-title) - 6px);
    }

    .eight-head .eight-buttons {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .eight-buttons .eight-button {
        width: auto;
        min-width: 140px;
        display: inline-block;
        vertical-align: top;
        margin: 7px 0px;
    }

    .eight-inner .eight-video-wrap {
        padding: 0px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -10px;
        margin-right: -5px;
        transform: translateY(-50%);
    }
    .eight-video-wrap .eight-video {
        width: 163px;
    }
}

@media (min-width: 400px) {
    .eight-head .eight-title { 
        font-size: calc(var(--fs-title) - 3px);
    }

    .eight-inner .eight-video-wrap {
        margin-top: 0px;
    }

    .eight-video-wrap .eight-video {
        width: 173px;
    }
}

@media (min-width: 425px) {
    .eight-head .eight-title { 
        font-size: calc(var(--fs-title) + 0px);
    }

    .eight-video-wrap .eight-video {
        width: 183px;
    }
}

@media (min-width: 500px) {
    .eight-inner .eight-video-wrap {
        margin-top: -30px;
    }

    .eight-video-wrap .eight-video {
        width: 220px;
    }
}

@media (min-width: 768px) {

    .eight-wrapper .eight-inner {
        max-width: 768px;
        /* margin: 100px auto 40px; */
        margin: 60px auto 40px;
    }

    .eight-inner .eight-head {
        margin-top: 0px;
        padding: 0px 40px;
    }

    .eight-head .eight-title-wrap {
        display: none;
    }
    .eight-head .eight-title-wrap.desktop {
        display: block;
    }

    .eight-head .eight-title {
        font-size: calc(var(--fs-title) + 10px);
    }

    .eight-inner .eight-video-wrap {
        margin-top: 0px;
    }

    .eight-buttons .eight-button {
        min-width: 160px;
        font-size: calc(var(--fs-content) + 5px);
        line-height: 2.5;
        padding: 2px 40px;
    }

}

@media (min-width: 1024px) {

    .eight-wrapper .eight-inner {
        max-width: 860px;
    }

    .eight-inner .eight-head {
        padding: 10px 40px;
    }
    .eight-head .eight-title {
        font-size: calc(var(--fs-title) + 13px);
    }

    .eight-head .eight-title-wrap.desktop {
        display: none;
    }
    .eight-head .eight-title-wrap.desktop-lg {
        display: block;
    }

    .eight-inner .eight-video-wrap {
        margin-right: 45px;
    }
    .eight-video-wrap .eight-video {
        width: 260px;
    }

    .eight-buttons .eight-button {
        font-size: calc(var(--fs-content) + 3px);
        padding: 3px 40px;
    }

}




/* +++++++++++++++++++++++++++++++++++++++++++ */

/* nine */
.nine-wrapper {
    padding: 40px 10px 80px;
}

/* inner */
.nine-wrapper .nine-inner {
    position: relative;
    width: 100%;
    /* margin: 60px auto; */
    margin: 0px auto;
    padding: 30px 0px;
    border-radius: 20px;
    background-color: var(--primary-clr);
}

/* video */
.nine-inner .nine-video-wrap {
    margin: 20px auto 24px;
}
.nine-inner .nine-video {
    display: block;
    width: 75%;
    min-width: 250px;
    max-width: 280px;
    height: auto;
    margin: 0px auto;
    box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.4);
}

/* head */
.nine-inner .nine-head {
    padding: 20px 15px;
    margin-bottom: 20px;
}
.nine-inner .nine-head.desktop,
.nine-inner .nine-head.desktop-lg {
    display: none;
}
.nine-head .nine-title {
    font-weight: 600;
    font-size: calc(var(--fs-title) + 5px);
    color: var(--light-clr);
}
.nine-head .nine-caption {
    font-size: calc(var(--fs-content) + 2px);
    font-weight: 400;
    line-height: 1.4;
    color: var(--light-clr);
}
.nine-head .nine-caption:first-of-type {
    margin-top: 20px;
}

/* body */
.nine-inner .nine-body {
    padding: 0px 15px;
}

/* pricelist */
.nine-inner .nine-pricelist {
    display: grid;
}
.nine-pricelist > ul {
    display: block;
}
.nine-pricelist > ul > li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    font-size: calc(var(--fs-content) + 2px);
    font-weight: 600;
    line-height: 1.4;
    padding: 5px 0px;
    color: var(--light-clr);
}
.nine-pricelist .nine-icon {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    object-fit: contain;
    object-position: center;
    margin-top: -5px;
    margin-right: 10px;
}

/* foot */
.nine-inner .nine-foot {
    padding: 20px 15px;
}
.nine-foot .nine-price-label {
    font-size: calc(var(--fs-content) + 2px);
    font-weight: 600;
}
.nine-foot .nine-price {
    font-size: calc(var(--fs-content) + 12px);
    font-weight: 800;
    color: var(--primary-clr);
}
.nine-foot .nine-link {
    min-width: 240px;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    background-color: var(--dark-clr);
    color: var(--light-clr);
    font-family: inherit;
    font-size: calc(var(--fs-content) + 2px);
    line-height: 2.5;
    font-weight: 800;
    text-align: center;
    text-decoration: none;    
    padding: 5px 20px;
    border-radius: 15px;
    transition: all 0.2s ease-in-out;
}
.nine-foot .nine-link:hover {
    color: var(--primary-clr);
    background-color: var(--light-clr);
}

@media (min-width: 380px) {

    .nine-inner .nine-head {
        padding: 20px 0px 20px 20px;
    }
    .nine-head .nine-title {
        font-size: calc(var(--fs-title) + 7px);
    }

    .nine-inner .nine-body {
        padding: 0px 20px;
    }
    .nine-pricelist > ul > li {
        padding: 9px 0px;
    }

    .nine-inner .nine-foot {
        padding: 20px;
    }
    .nine-foot .nine-link {
        min-width: 270px;
    }

}

@media (min-width: 600px) {

    .nine-inner .nine-head {
        display: none;
    }
    .nine-inner .nine-head.desktop {
        display: block;
    }

}

@media (min-width: 768px) {

    .nine-wrapper .nine-inner {
        width: 100%;
        max-width: 768px;
        margin: 0px auto;
    }    

    .nine-inner .nine-video-wrap {
        margin: 0px auto;
        position: absolute;
        bottom: 110px;
        right: -10px;
    }
    .nine-inner .nine-video {
        width: 100%;
        max-width: 300px;
    }

    .nine-inner .nine-head {
        padding: 20px 40px;
    }
    .nine-head .nine-title {
        font-size: calc(var(--fs-title) + 12px);
    }

    .nine-inner .nine-body {
        padding: 0px 300px 0px 40px;
    }

    .nine-foot .nine-price-wrap {
        display: flex;
        align-items: flex-end;
    }

    .nine-foot .nine-price-label {
        margin-right: 10px;
        font-size: calc(var(--fs-content) + 16px);
        font-weight: 800;
    }
    .nine-foot .nine-price {
        font-size: calc(var(--fs-content) + 16px);
    }

    .nine-inner .nine-foot {
        padding: 20px 40px;
    }

    .nine-foot .nine-link {
        min-width: 260px;
        font-size: calc(var(--fs-content) + 5px);
        padding: 2px 20px;
        min-width: 300px;
    }

}

@media (min-width: 1024px) {
    
    .nine-wrapper .nine-inner {
        max-width: 860px;
    }

    .nine-inner .nine-video-wrap {
        right: -50px;
    }

    .nine-head .nine-title {
        font-size: calc(var(--fs-title) + 13px);
    }

    .nine-head .nine-caption {
        font-size: calc(var(--fs-content) + 5px);
    }

    .nine-pricelist > ul > li {
        font-size: calc(var(--fs-content) + 5px);
    }

}

@media (min-width: 1200px) {

    .nine-wrapper .nine-inner {
        max-width: 1280px;
        padding-right: 230px;
    }

    .nine-inner .nine-video-wrap {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }

    .nine-inner .nine-body {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0px 40px;
    }

}

@media (min-width: 1440px) {

    .nine-wrapper {
        padding: 0px 10px 100px;
    }

}


/* =================================
            Your Plan Section
================================= */
section.your-plan {
    background-color: var(--secondary-clr);
    padding: 50px;
    text-align: center;
}

.your-plan-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.top-text .title-your-plan {
    font-size: calc(var(--fs-title) + 7px);
    margin-bottom: 20px;
}
.top-text .sub-title-your-plan {
    font-size: calc(var(--fs-content) + 2px);
    font-weight: 400;
}
.top-text .red-text {
    color: var(--primary-clr);
}

.image-wrap {
    border: 1px solid #000;
    padding: 30px;
    border-radius: 20px;
    width: 93%;
    margin: 0 auto;
    max-width: 50rem;
}
.image-wrap img {
    border-radius: 20px;
    width: 100%;
}

.highlight-text {
    font-weight: 700;
}

.bottom-text .bottom-title {
    font-size: calc(var(--fs-heading-m) - 4px);
    margin-bottom: 20px;
    font-weight: 400;
}
.bottom-text .bottom-sub-title {
    font-size: calc(var(--fs-content) + 2px);
    font-weight: 400;
    margin-bottom: 20px;
}

.btn-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
}

.btn-your-plan {
    background-color: var(--primary-clr);
    padding: 18px;
    border: 1px solid var(--dark-clr);
    border-radius: 100px;
    font-size: 20px;
    color: white;
    font-weight: 600;
    width: 20rem;
    text-decoration: none;
    display: block;
}

@media (min-width: 769px) {
    .mobile-img {
        display: none;
    }

    .dekstop-img {
        display: block;
    }
}

@media (max-width: 768px) {

    .dekstop-img {
        display: none;
    }
    .mobile-img {
        display: block;
    }

    .image-wrap {
        padding: 10px;
    }
    .image-wrap img{
        border-radius: 20px;
        width: 100%;
        /* height: 270px; */
        object-fit: cover;
    }

    section.your-plan {
        padding: 50px 20px 50px;
    }

    .top-text .sub-title-your-plan {
        font-size: calc(var(--fs-content) + 2px);
    }

    .your-plan-wrapper {
        gap: 25px;
    }

    .bottom-text .bottom-title {
        font-size: 6vw;
    }
    .bottom-text .bottom-sub-title {
        font-size: calc(var(--fs-content) + 2px);
    }

    .btn-wrap {
        margin-bottom: 20px;
    }

    .icon-wrap {
        position: absolute;
        transform: translate(49%, 14rem);
    }
}

/* label */
.wpl-item .wpl-label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.wpl-item .wpl-label > h3 {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    white-space: nowrap;
    font-weight: 900;
    font-size: calc(var(--fs-content) + 2px);
    font-family: var(--roboto);
    line-height: 1.6;
}
.wpl-item.recommended .wpl-label > h3 {
    background-color: var(--primary-clr);
}
.wpl-item.priority .wpl-label > h3 {
    background-color: var(--secondary-clr);
    color: var(--dark-clr);
}

/* head */
.wpl-item .wpl-head {
    padding: 10px 20px;
}
.wpl-head .wpl-title {
    font-size: calc(var(--fs-content) + 18px);
    font-weight: 600;
    text-transform: uppercase;
}

.wpl-head .basic-feature {
    display: block;
    margin-top: 15px;
    padding: 2px 20px;
    border-radius: 15px;
    font-size: calc(var(--fs-content) - 3px);
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    color: var(--light-clr);
    background-color: var(--primary-clr);
    border: none;
    cursor: pointer;
    transition: 0.25s ease-in-out;
}
.wpl-head .basic-feature:hover {
    background-color: var(--tertiary-clr);
    color: var(--dark-clr);
}

.wpl-item.priority .wpl-head .basic-feature {    
    background-color: var(--secondary-clr);
    color: var(--dark-clr);
}
.wpl-item.priority .wpl-head .basic-feature:hover {    
    background-color: var(--light-clr);
}

/* body */
.wpl-item .wpl-body {
    display: grid;
    gap: 20px;
    padding: 20px 20px;
}
.wpl-body > ul {
    display: block;
}
.wpl-body > ul > li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    font-size: calc(var(--fs-content) + 1px);
    font-weight: 400;
    line-height: 1.4;
    padding: 4px 0px;
}
.wpl-body .wpl-icon {
    display: inline-block;
    vertical-align: top;
    width: 19px;
    height: 19px;
    object-fit: contain;
    object-position: center;
    margin-top: -5px;
    margin-right: 10px;
}

/* foot */
.wpl-item .wpl-foot {
    padding: 10px 20px;
}

.wpl-foot .fake-price {
    color: rgba(0, 0, 0, 0.5);
    font-size: calc(var(--fs-content) + 2px);
    font-weight: 500;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}
.wpl-item.priority .wpl-foot .fake-price {
    color: rgba(255, 255, 255, 0.5);
}
.wpl-foot .real-price {
    font-weight: 600;
    font-size: calc(var(--fs-content) + 12px);
}

.wpl-foot .wpl-link {
    border-radius: 15px;
    border: 2px solid var(--primary-clr);
    display: block;
    width: 100%;
    font-family: inherit;
    font-size: calc(var(--fs-content) + 2px);
    line-height: 2.4;
    font-weight: 600;
    padding: 7px 10px;
    margin-top: 20px;
    background-color: transparent;
    color: var(--primary-clr);
    text-decoration: none;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.wpl-foot .wpl-link:hover {
    background-color: var(--primary-clr);    
    color: var(--light-clr);
}

.wpl-item.priority .wpl-foot .wpl-link {
    background-color: var(--secondary-clr);
    color: var(--dark-clr);
    border-color: var(--secondary-clr);
}
.wpl-item.priority .wpl-foot .wpl-link:hover {
    background-color: var(--light-clr); 
    border-color: var(--light-clr);
}

@media (min-width: 425px) {

    .ten-pricelist .wpl-item {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (min-width: 768px) {

    .ten-inner .ten-head {
        display: none;
        margin-bottom: 20px;
    }
    .ten-inner .ten-head.desktop {
        display: block;
    }
    .ten-head .ten-title {
        font-size: calc(var(--fs-title) + 6px);
    }

    .ten-inner .ten-body {
        width: 100%;
        max-width: 1024px;
        margin: 0px auto;
    }

    .ten-body .ten-pricelist {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        padding: 0px 10px;
    }
    .ten-pricelist .wpl-item {
        margin-left: 7.5px;
        margin-right: 7.5px;
    }

    .wpl-item .wpl-label > h3 {
        font-size: calc(var(--fs-content) + 10px);
    }

}

@media (min-width: 1024px) {

    .ten-head .ten-title {
        font-size: calc(var(--fs-title) + 14px);
    }

}

@media (min-width: 1440px) {

    .ten-wrapper {
        margin-bottom: 100px;
    }

    .ten-inner .ten-body {
        max-width: none;
    }

    .ten-pricelist .wpl-item {
        margin-top: 80px;
        max-width: 320px;
    }


    .wpl-item .wpl-body {
        gap: 15px;
        padding: 15px 20px;
    }
    .wpl-body > ul > li {
        padding: 2px 0px;
        font-size: calc(var(--fs-content) + -1px);
    }
    .wpl-item .wpl-label > h3 {
        font-size: calc(var(--fs-content) + 5px);
    }

    .wpl-head .wpl-title {
        font-size: calc(var(--fs-content) + 17px);
    }

    .wpl-foot .real-price {
        font-size: calc(var(--fs-content) + 10px);
    }
    .wpl-foot .fake-price {
        font-size: calc(var(--fs-content) + 1px);
    }
    .wpl-foot .wpl-link {
        font-size: calc(var(--fs-content) + 1px);
        padding: 5px 10px;
    }

}





/* +++++++++++++++++++++++++++++++++++++++++++ */

/* apaya */






/* +++++++++++++++++++++++++++++++++++++++++++ */

/* eleven */
.eleven-wrapper {
    position: relative;
    background-color: var(--tertiary-clr);
    padding: 40px 0px;
}

/* inner */
.eleven-wrapper .eleven-inner {

}

/* head */
.eleven-inner .eleven-head {
    padding: 20px 15px;
}
.eleven-head .eleven-title {
    font-weight: 600;
    font-size: calc(var(--fs-title) + 10px);
    margin: 7px 0px 21px;
}
.eleven-head > p {
    font-size: calc(var(--fs-content) + 2px);
    font-weight: 400;
}
.eleven-head > p > strong {
    font-weight: 500;
}
.eleven-head .eleven-head-link {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    padding: 4px 20px;
    border-radius: 15px;
    border: 2px solid var(--primary-clr);
    line-height: 2.4;
    font-size: calc(var(--fs-content) + 2px);
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: var(--primary-clr);
    transition: all 0.2s ease-in-out;
}
.eleven-head .eleven-head-link:hover {
    background-color: var(--primary-clr);
    color: var(--light-clr);
}

/* body */
.eleven-inner .eleven-body {
    padding: 20px 15px;
}

@media (min-width: 380px) {

    .eleven-inner .eleven-head {
        padding: 20px 30px;
    }
    .eleven-head .eleven-title {
        font-size: calc(var(--fs-title) + 12px);
    }

    .eleven-inner .eleven-body {
        padding: 20px 30px;
    }

}

@media (min-width: 768px) {

    .eleven-wrapper .eleven-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

}

@media (min-width: 1024px) {

    .eleven-wrapper {
        padding: 40px 0px 80px;
    }

    .eleven-wrapper .eleven-inner {
        width: 100%;
        max-width: 1024px;
        margin: 0px auto;
    }

}




/* +++++++++++++++++++++++++++++++++++++++++++ */

/* twelve */
.twelve-wrapper {
    padding: 40px 0px;
}

/* inner */
.twelve-wrapper .twelve-inner {

}

/* head */
.twelve-inner .twelve-head {
    padding: 10px 0px;
    padding-left: 15px;
}
.twelve-inner .twelve-head.desktop {
    display: none;
}
.twelve-head .twelve-title {
    margin-right: 0.25em;
    font-size: calc(var(--fs-title) + 10px);
}

/* card */
.twelve-inner .twelve-cards {
    padding: 20px 15px;
}
.twelve-cards .twelve-card {
    width: 100%;
    display: grid;
    padding: 25px 10px;
    margin-bottom: 20px;
    text-decoration: none;
    grid-template-columns: auto 1fr;
    background-color: transparent;
    border: 2px solid var(--dark-clr);
    color: #000;
    border-radius: 15px;
    transition: all 0.25s ease-in-out;
}
.twelve-cards a.twelve-card:last-of-type {
    margin-bottom: 0px;
}

.twelve-cards .twelve-card.active {
    background-color: var(--dark-clr);
    color: var(--light-clr);
}
.twelve-cards .twelve-card.stay {
    border-color: var(--primary-clr);
}
.twelve-cards .twelve-card:not(.active):hover {
    background-color: var(--tertiary-clr);
}

.twelve-card .twelve-card-icon {
    display: block;
    width: auto;
    height: 50px;
    margin-left: 5px;
    margin-right: 20px;
}

.twelve-card .twelve-card-text-wrap {
    
}
.twelve-card .twelve-card-title {
    font-size: calc(var(--fs-content) + 9px);
    font-weight: 700;
    margin-bottom: 7px;
}
.twelve-card .twelve-card-caption {
    font-size: calc(var(--fs-content) + 2px);
    font-weight: 300;
}
.twelve-card .twelve-card-link {
    display: inline-block;
    vertical-align: top;
    background-color: var(--primary-clr);
    font-size: calc(var(--fs-content) + 2px);
    color: var(--light-clr);
    line-height: 2;
    border-radius: 15px;
    margin: 15px 0px 5px;
    padding: 2px 20px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.twelve-card .twelve-card-link:hover {
    background-color: rgba(var(--primary-rgb), 0.75);
}

@media (min-width: 380px) {
    
    .twelve-inner .twelve-head {
        padding-left: 30px;
    }
    .twelve-head .twelve-title {
        font-size: calc(var(--fs-title) + 12px);
    }

    .twelve-inner .twelve-cards {
        padding: 20px 30px;
    }

}

@media (min-width: 768px) {

    .twelve-wrapper {
        padding: 80px 0px 50px;
    }

    .twelve-wrapper .twelve-inner {
        width: 100%;
        max-width: 820px;
        margin: 0px auto;
        display: grid;
        grid-template-columns: auto 1fr;
    }

    .twelve-inner .twelve-head {
        padding-top: 30px;
        display: none;
    }
    .twelve-inner .twelve-head.desktop {
        display: block;
    }

    .twelve-cards .twelve-card {
        grid-template-columns: 1fr;
        padding: 25px 20px;
    }
    .twelve-card .twelve-card-icon {
        margin: 0px 0px 10px;
    }

}

@media (min-width: 1024px) {

    .twelve-wrapper .twelve-inner {
        max-width: 1024px;
    }

}



/* =======================================================
        Thirteen Wrapper
======================================================= */
.thirteen-wrapper {
    padding: 60px 0px 40px;
    position: relative;
    overflow: hidden;
}

/* inner */
.thirteen-wrapper .thirteen-inner {
    
}

/* head */
.thirteen-inner .thirteen-head {
    text-align: center;
    margin-bottom: 50px;
}
.thirteen-inner .thirteen-head.desktop,
.thirteen-inner .thirteen-head.desktop-lg {
    display: none;
}   
.thirteen-head .thirteen-title {
    font-size: calc(var(--fs-title) + 0px);
    font-weight: 600;
    color: var(--dark-clr);
    font-family: var(--butler);
    font-weight: normal;
    font-style: italic;
}

/* design wrapper */
.thirteen-inner .design-wrapper {
    display: block;
}

/* box */
.design-wrapper .design-box {
    position: relative;
}

/* product */
.design-box .design-products {
    position: relative;
    padding: 20px 0x;
}
.design-box.normal .design-products {    
    margin-bottom: 40px;
}
.design-box.exclusive .design-products {
    
}

/* head */
.design-products .design-head {
    text-align: center;
}
.design-head .design-title {
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    color: var(--dark-clr);
    font-weight: normal;
    font-family: var(--bebas-neue);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-size: calc(var(--fs-content) + 13px);
    line-height: 1.7;
    padding: 3px 20px 0px;
    border-radius: 40px;
}

.design-box.normal .design-head .design-title {
    background-color: var(--tertiary-clr);
    color: var(--dark-clr);
}
.design-box.exclusive .design-head .design-title {
    background-color: var(--secondary-clr);
}



/* cards */
.design-products .design-cards {

}

/* DESIGN CARD */
.design-card {
    padding: 40px 15px;
    overflow: visible;
    position: relative;
}
.design-card:focus {
    outline: none;
    border: none;
}

/* design card inner */
.design-card .inner {
    width: 270px;
    height: 420px;
    margin: 0px auto;
    background: #fafafa;

    overflow: hidden;
    isolation: isolate;
    border-radius: 20px;

    display: flex;
    flex-direction: column;    

    position: relative;
    /* box-shadow: -6px 6px 13px rgba(220, 187, 137, 0.4),
                -12px 12px 26px rgba(220, 187, 137, 0.5); */

    box-shadow: -6px 6px 13px rgba(var(--tertiary-rgb), 0.1),
                -12px 12px 26px rgba(var(--tertiary-rgb), 0.2);

    transition: all 0.25s ease-in-out;
}

/* Preview */
.design-card .inner .preview {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;    

    /* -webkit-mask-image: -webkit-radial-gradient(white, black); */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.design-card .inner .preview::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.design-card .inner .preview .picture {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
    display: block;
}


/* Details */
.design-card .inner .details {
    position: relative;
    z-index: 10;
    margin-top: auto;
    width: 100%;    
    transition: all 0.35s ease-in-out;

    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Colour */
.design-card .inner .details .colours-outer {
    overflow: auto;
    width: 100%;
    padding: 5px 0px;
    margin-bottom: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-clr);
}
.design-card .inner .details .colours-outer::-webkit-scrollbar {
    width: auto;               /* width of the entire scrollbar */
    height: 5px;
}
.design-card .inner .details .colours-outer::-webkit-scrollbar-track {
    background: #fafafa;        /* color of the tracking area */
}
.design-card .inner .details .colours-outer::-webkit-scrollbar-thumb {
    background-color: var(--wood-clr);    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 2px solid #fafafa;  /* creates padding around scroll thumb */
}

.design-card .inner .details .colours-outer .colour-group {
    padding: 0;
}
.design-card .inner .details .colours-outer .colour-group .bucket {
    padding: 0px;
}
.design-card .inner .details .colours-outer .colour-group .bucket .colour {
    width: 30px;
    height: 30px;
}
.design-card .inner .details .colours-outer .colour::before {
    width: 32px;
    height: 32px;
}

/* view design */
.design-card .inner .details .view-design {
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    font-size: calc(var(--fs-content) + 0px);
    display: block;
    width: 100%;
    cursor: pointer;
    font-family: inherit;
    font-weight: 500;
    line-height: 3;
    color: var(--dark-clr);
    background: var(--light-clr);
    transition: background 0.25s, color 0.25s;
}
.design-card .inner .details .view-design:hover {
    background: var(--tertiary-clr);
    color: var(--dark-clr);
}
.design-box.exclusive .design-card .inner .details .view-design:hover {
    background: var(--secondary-clr);
    color: var(--dark-clr);
}

/* Design Label */
.design-card .inner .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;
}
.design-card .inner .design-label-item {
    margin-right: 8px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-out;
}
.design-card .inner .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;
}
.design-card .inner .design-label-item:hover .design-label-text {
    margin-left: -10px;
    width: auto;
    overflow: visible;
    opacity: 1;
}
.design-card .inner .design-label-icon {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;    
    cursor: pointer;
    position: relative;
    z-index: 2;
}

/* Design Buttons */
.design-btns {
    padding: 20px 0px;
    display: none;
    align-items: center;
    justify-content: center;
}
.design-btns button {
    width: 37px;
    height: 37px;
    margin: 0px 5px;
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: none;
    border: 2px solid var(--primary-clr);
    background-color: var(--primary-clr);
    color: var(--light-clr);
    font-size: 1.2em;
    transition: all 0.25s ease-in-out;

    opacity: .5;
    cursor: not-allowed;
}
.design-btns button:focus {
    outline: none;
    border: none;
}
.design-btns button.slick-arrow {
    opacity: 1;
    cursor: pointer;
}
.design-btns button.slick-arrow:hover {
    background-color: var(--dark-clr);
    border-color: var(--dark-clr);
    color: var(--light-clr);
}
.design-btns button.slick-arrow.slick-disabled {
    opacity: 0.25;
}

@media (min-width: 380px) {

    .thirteen-head .thirteen-title {
        font-size: calc(var(--fs-title) + 4px);
    }

}

@media (min-width: 768px) {

    .thirteen-inner .thirteen-head {
        display: none;
    }
    .thirteen-inner .thirteen-head.desktop {
        display: block;
    }

    .thirteen-head .thirteen-title {
        font-size: calc(var(--fs-title) + 6px);
    }

}

@media (min-width: 1024px) {        

    .thirteen-head .thirteen-title {
        font-size: calc(var(--fs-title) + 14px);
    }

    .design-box .design-products {
        display: grid;
        grid-template-columns: auto 1fr;
    }
    .design-box.normal .design-products {    
        margin-bottom: 0px;
    }

    .design-products .design-head {
        width: 260px;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .design-head .design-title {
        min-width: 160px;
        font-size: calc(var(--fs-content) + 15px);
        padding: 6px 20px 0px;
    }

    .design-card {
        padding: 30px 10px 30px 40px;
    }
    .design-card .inner {
        width: 200px;
        height: 280px;
    }

}

@media (min-width: 1440px) {

    .thirteen-wrapper {
        padding: 80px 0px 100px;
    }

    .thirteen-inner .thirteen-head.desktop {
        display: none;
    }
    .thirteen-inner .thirteen-head.desktop-lg {
        display: block;
    }

    .design-wrapper .design-box {
        width: 100%;
        max-width: 1440px;
        margin: 0px auto;
        display: grid;
        grid-template-columns: 1fr auto;
    }

    .design-box .design-products {
        border-top-right-radius: 70px;
        border-bottom-right-radius: 70px;
        overflow: hidden;
    }

    .design-card .inner {
        width: 220px;
        height: 280px;
        border-radius: 40px;
    }

    .design-btns {
        display: flex;
        padding: 20px 40px;
    }

}

@media (min-width: 1600px) {

    .design-products .design-head {
        width: 200px;
        padding: 20px 0px;
        justify-content: flex-start;
    }    

    .design-btns {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 100%;
        padding: 20px;
        gap: 20px;
        flex-direction: column;
    }

}

@media (min-width: 1750px) {

    .design-btns {
        gap: 0px;
        flex-direction: row;
    }

}






/* +++++++++++++++++++++++++++++++++++++++++++ */

/* twelve */
.lf-wrapper {
    background-color: var(--dark-clr);
    padding: 15px 0px 20px;
}

/* inner */
.lf-wrapper .lf-inner {

}

/* link */
.lf-inner .lf-link-wrap {
    text-align: center;
    margin-bottom: 10px;
}
.lf-link-wrap .lf-link {
    display: inline-block;
    vertical-align: top;
    color: var(--light-clr);
    font-size: calc(var(--fs-content) - 3px);
    text-decoration: none;
    font-weight: 300;
    margin: 3px 5px;
    transition: all 0.2s ease-in-out;
}
.lf-link-wrap .lf-link-icon {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--primary-clr);
}
.lf-link-wrap .lf-link-icon > svg {
    display: block;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lf-link-wrap .lf-link-icon > svg path {
    fill: var(--light-clr);
}
.lf-link-wrap .lf-link:hover {
    opacity: 0.75;
}

/* copy */
.lf-inner .lf-copy {
    text-align: center;
    color: var(--light-clr);
    font-weight: 300;
    font-size: calc(var(--fs-content) - 4px);
}
.lf-inner .lf-copy > a {
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
}
.lf-inner .lf-copy svg {
    display: block;
    width: auto;
    height: 13px;    
}
.lf-inner .lf-copy path {
    fill: var(--light-clr);
}





