@font-face {
    font-family: "AmpleSoft W00 Light";
    src: url("https://db.onlinewebfonts.com/t/1ee0ba672e34b9d65f2388e7dc3506eb.eot");
    src: url("https://db.onlinewebfonts.com/t/1ee0ba672e34b9d65f2388e7dc3506eb.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/1ee0ba672e34b9d65f2388e7dc3506eb.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/1ee0ba672e34b9d65f2388e7dc3506eb.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/1ee0ba672e34b9d65f2388e7dc3506eb.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/1ee0ba672e34b9d65f2388e7dc3506eb.svg#AmpleSoft W00 Light")format("svg");
}
body {
    font-family: sans-serif;
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-decoration: none;
    list-style: none;

}
.fixed-tab {
    padding: 25px 0;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    transition: all .3s;
    background: #000;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    z-index: 1050;
}
nav ul {
    text-align: end;
    margin: 0;
    padding: 0;
}
nav ul li{
    display: inline-block;
    margin-left: 15px;
}
nav ul li:last-child {
    margin-right: 0;
}
nav ul li a {
    font-size: 15px;
    text-decoration: none;
    color: #FCD400;
    border: 2px solid #FCD400;
    border-radius: 30px;
    display: flex;
    line-height: 45px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
nav ul li a:hover {
    color: #000;
    background: #FCD400;
}
nav ul li a.active {
    background: #FCD400;
    color: #000;
}
.home-page {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.home-page .landing-page {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.home-page .landing-page img {
    width: 100%;
}
.home-page .box-img {
    position: absolute;
    top: -7px;
    left: -10px;
    right: 0;
    width: 102% !important;
    z-index: 1;
    display: block;
}
.home-page .content-text {
    position: absolute;
    top: 2%;
    left: 112px;
    right: 0;
    z-index: 1;
    display: inline-block;
}
.home-page .content-text p{
    color: #FCD400;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0;
}
.home-page .content-text span {
    color: #fff;
    font-size: 28px;
}
.home-page .product-find-secation {
    position: relative;
    overflow: hidden;
}
.home-page .product-find-secation img {
    width: 100%;
    height: 100%;
    background: black;
}
.home-page .product-find-secation .product-text {
    position: absolute;
    top: 11%;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    width: 50%;
    display: grid;
    align-items: center;
    justify-content: center;
}
.home-page .product-find-secation .product-text h3 {
    color: #fff;
    font-size: 33px;
    line-height: 50px;
    font-weight: bold;
}
.home-page .product-find-secation .product-text strong {
    color: #FCD400;
    font-weight: bold;
}
.home-page .product-find-secation .product-text .align-items-center {
    margin: 0 auto;
    width: 88%;
}
.home-page .product-find-secation .product-text .products {
    border: 2px solid #FCD400;
    border-radius: 15px;
    height: 287px;
    padding: 50px 60px;
    background: #00000085;
    margin: 50px 0 0;
}
.home-page .product-find-secation .product-text .products img {
    width: 82px;
    height: 86px;
    background: 0 0;
}
.swiper-container {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden; /* Disable vertical scrolling */
}
.swiper-slide {
    text-align: center;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-container-text p {
    font-size: 21px;
    font-weight: bold;
    color: #000000;
    background: #fff;
    padding: 15px 10px;
    margin: 0 auto 20px;
    width: 93%;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 3px 6px #00000029;
}
.swiper-container-text .btn-coming {
    position: absolute;
    top: 11px;
    left: 20px;
    right: 0;
    background: #3F38E8;
    color: #FFFFFF;
    width: 139px;
    border-radius: 15px;
    height: 30px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-container img {
    width: 100%;
    padding: 0 10px;
}
.swiper-pagination {
    display: none; /* Hide the pagination bullets */
}
.categories-coming-soon .swiper-container h1 {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 36px;
}

.home-page .product-find-secation .product-text .products p {
    color: #FCD400;
    padding-top: 10px;
}
.home-page .product-find-secation .product-text button {
    width: 34%;
    margin: 75px auto;
}
.home-page .product-find-secation .product-text .primary-btn {
    font-size: 15px;
    text-decoration: none;
    color: #FCD400;
    border: 2px solid #FCD400;
    border-radius: 30px;
    display: flex;
    line-height: 45px;
    font-weight: bold;
    background: 0 0;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 25px;
    justify-content: center;
    padding: 0 20px;
}
.home-page .product-find-secation .product-text .primary-btn:hover {
    background: #FCD400;
    color: #000;
}
.home-page .categories-coming-soon {
    padding: 100px 0;
}
.home-page .categories-coming-soon .categories-text {
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
}
.home-page .categories-coming-soon .coming-soon {
    background: #fff;
    position: relative;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.home-page .categories-coming-soon .coming-soon img {
    width: 100%;
}
.home-page .categories-coming-soon .coming-soon p {
    padding: 17px 0 22px;
    font-weight: bold;
    font-size: 21px;
    line-height: 18px;
    margin-bottom: 34px;
}
.home-page .categories-coming-soon .coming-soon .btn-coming {
    position: absolute;
    top: 11px;
    left: 14px;
    right: 0;
    background: #3F38E8;
    color: #FFFFFF;
    width: 139px;
    border-radius: 15px;
    height: 30px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-col-section .col-inner {
    display: flex;
    background-color: #fff;
}
.home-col-section .col-inner .col-text {
    position: relative;
    overflow: hidden;
}
.home-col-section .col-inner .col-text .col-inner-text {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0%;
    z-index: 1;
    padding: 0 112px;
    display: grid;
    align-items: center;
    justify-content: center;
}
.home-col-section .col-inner .col-text .col-inner-text h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
}
.home-col-section .col-inner .col-text .col-inner-text button {
    width: 44%;
}
.home-col-section .col-inner .col-text .col-inner-text .primary-btn {
    font-size: 15px;
    text-decoration: none;
    color: #FCD400;
    border: 2px solid #000000;
    border-radius: 30px;
    display: flex;
    line-height: 45px;
    font-weight: bold;
    background: #000000;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 25px;
    justify-content: center;
    padding: 0 20px;
}
.home-col-section .col-inner .col-text img {
    width: 100%;
    background: #FCD400;
}
.home-col-section .col-inner .col-img img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000d1;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.google-play {
    text-align: center;
    padding: 0;
}
.google-play img {
    margin: 15px 0 0px;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 50px;
    background: #FCD400;
    top: 30%;
    border-radius: 25px;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    position: relative;
    transition: all 5s ease-in-out;
}
.popup h2 {
    text-align: center;
    color: #000;
    font-size: 21px;
    font-weight: bold;
}
.close {
    position: absolute;
    top: 16px;
    right: 15px;
    transition: all 200ms;
    font-size: 23px;
    font-weight: 500;
    text-decoration: none;
    padding: 9px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    color: #333;
    border: 3px solid #333;
    border-radius: 50px;
}
.close:hover {
    color: #003049;
}

.content {
    max-height: 30%;
    overflow: auto;
}

.owl-stage-outer {
    padding: 100px 0;
}

.owl-stage-outer h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.owl-stage-outer .Salon-img {
    text-align: center;
}

.owl-stage-outer .Salon-img p {
    font-size: 21px;
    font-weight: bold;
    line-height: 28px;
    padding: 23px 16px 0;
}

.owl-stage-outer .Salon-img .Salon-image {
    background: #000;
    border-radius: 80px;
    width: 124px;
    height: 124px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    border: 5px solid #F6D448;
    padding: 10px;
    box-shadow: 0px 3px 6px #00000029;
    justify-content: center;
}

.owl-stage-outer .Salon-img .Salon-image img {
    width: 50px;
}

.owl-stage-outer button {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 69px;
}

.owl-stage-outer .primary-btn {
    font-size: 21px;
    text-decoration: none;
    color: #000000;
    border: 2px solid #FCD400;
    border-radius: 50px;
    display: flex;
    line-height: 25px;
    height: 67px;
    font-weight: bold;
    background: #FCD400;
    align-items: center;
    justify-content: center;
    padding: 0 65px;
}


.footer {
    background: #000;
    padding: 27px 0;
}

.footer .social-icon {
    padding-top: 15px;
}

.footer .social-icon ul {
    padding: 0;
    margin-bottom: 15px;
}

.footer .social-icon ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer .social-icon ul li:last-child {
    margin-right: 0;
}

.footer .footer-inner-content h3 {
    color: #fff;
    font-size: 14px;
}

.footer .footer-inner-content p {
    color: #fff;
    font-size: 14px;
    font-family: "AmpleSoft W00 Light";
    margin: 0;
}

.footer .footer-inner-content p em img {
    width: 10px;
    animation: circle 3s infinite;
    clip-path: circle(75%);
}

.payment-top {
    background: #fff;
    position: relative;
}
.payment-top img {
    width: 100%;
    height: 350px;
}
.payment-form .form h1 {
    display: none;
}
.payment-form .form p {
    display: none;
}
.payment-form .form h2 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 24px;
}
.payment-form .form h2 a {
    text-decoration: none;
    background-color: #FCD400;
    padding: 3px 8px;
    color: #000;
    border-radius: 50px;
    font-weight: 600;
}
.payment-summary-image {
    text-align: center;
}
.payment-summary-image img {
    width: 47px;
    margin-left: 5px;
    margin-right: 5px;
}
.payment-summary-image .payment-summary-content {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}
.payment-summary-image .payment-summary-content img {
    width: 35px;
    background-color: #c9ffea;
    padding: 6px 9px;
    border-radius: 90px;
}
.payment-summary-image .payment-summary-content p {
    color: #000000;
    display: block;
    margin-bottom: 0;
    font-size: 12px;
}
.payment-summary-heading-text {
    border: 0.25px solid #c7c7c7;
    box-shadow: 0px 3px 3px #0000000A;
    border-radius: 14px;
    padding: 20px 20px;
    margin-bottom: 25px;
}
.payment-summary-heading-text h3 {
    font-weight: 600;
}
.payment-summary-heading-text .payment-summary .payment-summary-section-inner {
    align-items: center;
/*    border-bottom: 1px dotted #E8E8E8;*/
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    position: relative;
}
.payment-summary-heading-text .payment-summary h5 {
    margin: 0;
    line-height: 0px;
    color: #E8E8E8;
    letter-spacing: 4px;
}
.payment-summary-heading-text .payment-summary .payment-summary-section-inner .payment-summary-text h6 {
    margin-bottom: 0;
    font-size: 14px;
}
.payment-summary-heading-text .payment-summary .payment-summary-section-inner .payment-title span {
    font-size: 14px;
    font-weight: 700;
    font-family: monospace;
}
.payment-summary-heading-text .payment-summary .payment-summary-section-inner-accordion {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    position: relative;
}
.payment-summary-heading-text .payment-summary .payment-summary-section-inner-accordion .payment-title span {
    font-size: 14px;
    font-weight: 600;
    color: #3F38E8;
    font-family: monospace;
}
.payment-summary-heading-text .payment-summary .payment-summary-section-inner-accordion .payment-summary-text h6 {
      font-size: 14px;
      color: #3F38E8;
}

.payment-top .banner-bg-color {
    background: #9b9797;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: auto;
    z-index: 0;
    opacity: 40%;
}
.payment-top .add-new-card {
    padding: 20px 0;
    display: flex;
    align-items: baseline;
    flex-direction: row-reverse;
    justify-content: center;
    position: absolute;
    top: 0;
}
.payment-top .payment-icon {
    position: absolute;
    top: 140px;
}
.payment-top .payment-icon img {
    width: 83px;
    height: 62px;
}
.payment-top .payment-icon h1 {
    color: #FCD400;
    font-size: 36px;
    font-weight: bold;
    margin: 10px 0;
}
.payment-top .payment-icon p {
    color: #dbdbdb;
    font-size: 17px;
    font-weight: bolder;
    font-family: sans-serif;
}
.payment-top .add-new-card h2 {
    color: #FCD400;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.payment-top .add-new-card a {
    display: flex;
    position: absolute;
    left: 8px;
}
.payment-top .add-new-card a img {
    width: 29px;
}
.payment-form {
    padding: 29px 0;
}
.payment-form .form button {
    text-align: center;
    margin: 30px auto;
}
.payment-form .form strong {
    font-weight: 800;
}
.primary-btn {
    font-size: 21px;
    text-decoration: none;
    color: #000000;
    border: 2px solid #FCD400;
    border-radius: 50px;
    display: flex;
    line-height: 25px;
    height: 50px;
    font-weight: bold;
    background: #FCD400;
    align-items: center;
    box-shadow: 0px 3px 6px #00000029;
    justify-content: center;
    padding: 0 65px;
}
.payment-form .form-group {
    margin-bottom: 1.5rem;
}
.payment-form p {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 25px;
    color: #000000;
}
.payment-form label {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 8px;
    text-align: left;
}

.payment-form .form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 30px;
    color: #000000;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    box-shadow: 0px 3px 6px #00000029;
    height: 3rem;
    line-height: 1.5;
    padding: 0.375rem 0.95rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}
.payment-form #card-number-element,#card-expiry-element,#card-cvv-element {
    width: 100%;
    display: grid;
    align-items: center;
}
.columns-3 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.faq-accodion {
    background: black;
}
.faq-accodion .faq-accodion-inner {
    position: relative;
    overflow: hidden;
}
.faq-accodion .faq-accodion-inner img {
    width: 100%;
    height: 900px;
    background: #000;
}
.faq-accodion .faq-accodion-inner .heading {
    position: absolute;
    top: 73px;
    left: 111px;
    color: #FCD400;
}
.faq-accodion .faq-accodion-inner .heading h4 {
    font-size: 36px;
    font-weight: bold;
}
.accordion {
    color: #fff;
    cursor: pointer;
    padding: 140px 0 20px;
    width: 85%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #8CA4C4;
    border-radius: 0;
}

.accordion-item:last-child {
    border-bottom: 0px solid #585858 !important;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/plus-icon.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus-icon.svg);
    transform: rotate(180deg);
}

.accordion-button {
    font-size: 21px;
    font-weight: bold;
    color: #FCD400;
    background: transparent;
    box-shadow: none;
    align-items: flex-start;
    padding: 2rem 0 2rem;
    position: relative;
    letter-spacing: 0.8px;
}
.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
    color: #FCD400;
}
.faq-accodion .faq-accodion-inner .download-btn {
    position: absolute;
    top: 78%;
    left: 0;
    right: 0;
}
.col-inner .col-text .col-inner-text a {
    text-decoration: none;
}
.faq-accodion .faq-accodion-inner .download-btn a {
    text-decoration: none;
}
.faq-accodion .faq-accodion-inner .download-btn button {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.faq-accodion .faq-accodion-inner .download-btn .primary-btn {
    font-size: 21px;
    text-decoration: none;
    color: #000000;
    border: 2px solid #FCD400;
    border-radius: 50px;
    display: flex;
    line-height: 25px;
    height: 67px;
    font-weight: bold;
    background: #FCD400;
    align-items: center;
    justify-content: center;
    padding: 0 65px;
}
.accordion-body {
    padding: 1rem 0;
}

@media (max-width: 1199px) {
    .home-page .box-img {
        width: 103% !important;
    }
    .home-page .content-text {
        top: 2%;
        right: 0%;
        left: 42px;
    }
    .home-page .content-text p {
        font-size: 46px;
    }
    nav ul li:last-child {
        margin-left: 0;
    }
    .home-page .product-find-secation .product-text {
        width: 70%;
    }
    .home-page .product-find-secation .product-text .products {
        height: 253px;
        padding: 30px 30px;
    }
    .home-page .categories-coming-soon {
        padding: 50px 0;
    }
    .home-col-section .col-inner .col-text .col-inner-text {
        padding: 0 50px;
        top: 34%;
    }
    .home-col-section .col-inner .col-text .col-inner-text h2 {
        font-size: 30px;
        line-height: 45px;
    }
    .home-col-section .col-inner .col-text .col-inner-text button {
        width: 75%;
    }
    .home-page .owl-stage-outer {
        padding: 50px 0;
    }
    .home-page .owl-stage-outer h2 {
        font-size: 30px;
        line-height: 45px;
        padding-bottom: 33px
    }
    .home-page .owl-stage-outer .Salon-img p {
        font-size: 18px;
        line-height: 22px;
        padding: 23px 0px 0;
    }
    .home-page .owl-stage-outer button {
        margin-top: 30px;
    }
    .home-page .faq-accodion .faq-accodion-inner .download-btn {
        top: 87%;
    }
    .home-page .faq-accodion .faq-accodion-inner .heading {
        left: 73px;
    }
}

@media (max-width: 991px) {
    .home-page .box-img {
        width: 103% !important;
    }
    .home-page .content-text {
        top: 1%;
        right: 0%;
        left: 35px;
    }
    .home-page .content-text p {
        font-size: 46px;
    }
    nav ul li:last-child {
        margin-left: 0;
    }
    .home-page .product-find-secation .product-text {
        width: 87%;
    }
    .home-page .product-find-secation .product-text .products {
        height: 253px;
        padding: 30px 30px;
    }
    .home-page .categories-coming-soon {
        padding: 50px 0;
    }
    .home-page .categories-coming-soon .categories-text {
        font-size: 26px;
        padding-bottom: 33px;
    }
    .home-page .categories-coming-soon .coming-soon p {
        font-size: 13px;
    }
    .home-page .categories-coming-soon .coming-soon .btn-coming {
        top: 8px;
        left: 9px;
        width: 96px;
        height: 25px;
        font-size: 10px;
    }
    .home-col-section .col-inner .col-text .col-inner-text {
        top: 21%;
        padding: 0 50px;
    }
    .home-col-section .col-inner .col-text .col-inner-text h2 {
        font-size: 25px;
        line-height: 36px;
    }
    .home-col-section .col-inner .col-text .col-inner-text button {
        width: 75%;
    }
    .owl-stage-outer {
        padding: 50px 0;
    }
    .home-page .owl-stage-outer h2 {
        font-size: 24px;
        line-height: 36px;
        padding-bottom: 33px
    }
    .home-page .owl-stage-outer .Salon-img p {
        font-size: 15px;
        line-height: 22px;
        padding: 23px 0px 0;
    }
    .home-page .owl-stage-outer button {
        margin-top: 30px;
    }
    .faq-accodion .faq-accodion-inner .download-btn {
        top: 87%;
    }
    .home-page .faq-accodion .faq-accodion-inner .heading {
        left: 58px;
    }
    .faq-accodion .faq-accodion-inner img {
        height: 722px;
    }
}


@media (max-width: 767px) {
    .fixed-tab {
        padding: 19px 0;
    }
    .logo {
        height: 40px;
        display: flex;
    }
    .logo img {
        width: 92px;
    }
    nav ul {
        position: absolute;
        top: 18px;
        right: 11px;
        display: flex;
    }
    nav ul li {
        margin-left: 7px;
    }
    nav ul li a {
        font-size: 12px;
        line-height: 37px;
        padding: 0 9px;
        font-weight: bold;
    }
    .columns-3 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .home-page .box-img {
        width: 105% !important;
    }
    .home-page .content-text {
        top: 77px;
        right: 0%;
        left: 0;
        text-align: center;
    }
    .home-page .content-text span {
        font-size: 18px;
        line-height: 40px;
        text-align: center;
    }
    .home-col-section .my-row {
        flex-direction: column-reverse;
    }
    .home-col-section .col-inner .col-text .col-inner-text {
        top: 29%;
        padding: 0 24px;
    }
    .home-col-section .col-inner .col-text .col-inner-text h2 {
        font-size: 24px;
        line-height: 35px;
        text-align: center;
        padding-bottom: 39px;
    }
    .faq-accodion .faq-accodion-inner img {
        height: auto;
    }
    .home-col-section .col-inner .col-text .col-inner-text .primary-btn {
        margin: 0 auto;
        color: #fff;
        font-size: 21px;
        width: 100%;
    }
    .owl-stage-outer {
        padding: 53px 0;
    }
    .home-page .owl-stage-outer h2 {
        font-size: 21px;
        line-height: 27px;
        padding-bottom: 22px;
    }
    .owl-stage-outer .Salon-img p {
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        padding: 14px 0px 0;
    }
    .content-text p {
        font-size: 45px;
        text-align: center;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .home-page .product-find-secation .product-text {
        top: 6%;
        width: 100%;
        padding: 0 20px;
    }
    .home-page .product-find-secation .product-text h3 {
        font-size: 21px;
        line-height: 25px;
    }
    .home-page .product-find-secation .product-text .align-items-center {
        width: 100%;
    }
    .home-page .product-find-secation .product-text .products {
        height: 140px;
        padding: 20px 12px;
        margin: 29px 0 0;
    }
    .home-page .product-find-secation .product-text button {
        width: 100%;
        margin: 35px auto;
    }
    .home-page .product-find-secation .product-text .primary-btn {
        font-size: 21px;
        color: #000;
        line-height: 25PX;
        height: 60px;
        font-weight: bold;
        background: #FCD400;
    }
    .home-page .product-find-secation .product-text .products img {
        width: 41px;
        height: 41px;
    }
    .home-page .product-find-secation .product-text .products p {
        font-size: 13px;
        line-height: 16px;
    }
    .home-page .categories-coming-soon {
        padding: 50px 0 30px;
    }
    .home-page .categories-coming-soon .categories-text {
        font-size: 21px;
        line-height: 25px;
        padding-bottom: 36px;
    }
    .accordion {
        padding: 75px 0 20px;
        width: 93%;
    }
    .home-page .faq-accodion .faq-accodion-inner .heading {
        top: 43px;
        left: 11px;
    }
    .faq-accodion .faq-accodion-inner .heading h4 {
        font-size: 24px;
        line-height: 32px;
    }
    .accordion-button {
        font-size: 18px;
        font-weight: bold;
        padding: 1.5rem 0 1.5rem;
    }
    .home-page .faq-accodion .faq-accodion-inner {
        padding-bottom: 30px;
    }
    .card-body p {
        font-size: 14px;
    }
    .faq-accodion .faq-accodion-inner .download-btn {
        top: 88%;
    }
    .accordion-button::after {
        background-image: url(../images/plus-icon1.svg);
    }
    .accordion-button:not(.collapsed)::after {
        background-image: url(../images/minus-icon1.svg);
    }
    .categories-coming-soon .container {
        padding: 0;
    }
    .faq-accodion .faq-accodion-inner .download-btn .primary-btn {
        height: 60px;
        width: 93%;
    }
}
