@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    background: #efefef;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'lavendula';
    src: url(../fonts/Lavendula.otf);
}

@font-face {
    font-family: 'nexabold';
    src: url(../fonts/NexaBold.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 100px 0;
}

.all-section-btm {
    padding: 0 0 100px;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'lavendula';
    font-size: 82px;
    color: #1a1a1a;
    font-weight: 400;
    margin: 10px 0 10px;
    text-align: center;
}

h2 {
    font-family: 'lavendula';
    font-size: 50px;
    color: #1a1a1a;
    font-weight: 400;
    margin: 0 0 10px;
}

h3 {
    font-family: 'lavendula';
    font-size: 30px;
    color: #ac4868;
    font-weight: 400;
    margin: 0 0 0px;
}

h4 {
    font-family: 'lavendula';
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin: 0 0 10px;
}

h5 {
    font-family: 'lavendula';
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h6 {
    font-family: 'lavendula';
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

p {
    color: #474747;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px 0 20px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ad4868;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*header css start */


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: #f8e2eaeb;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}

/* end search box css */


.container-fluid {
    padding: 0 5%;
    position: relative;
    z-index: 99;
}

.theme_btn {
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    background: #ab4867;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    border-radius: 5px;
    /* border: 1px solid #fff; */
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    height: 55px;
}

.theme_btn:hover {
    background-color: #fff;
    color: #ab4867;
    border: 1px solid #ab4867;
}

.theme_btn .txt {
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.theme_btn .arrow_btn {
    padding: 21px 23px;
    background-color: #fff;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.theme_btn:hover .arrow_btn {
    background-color: #ab4867;
    /* border: 1px solid #fff; */
}

.theme_btn .arrow_btn img {
    width: 12px;
    height: 12px;
    object-fit: contain;
    transform: rotate(0deg);
    transition: transform 0.5s ease, filter 0.4s ease;
}

.theme_btn:hover .arrow_btn img {
    transform: rotate(360deg);
    filter: brightness(0) saturate(100%) invert(100%) sepia(43%) saturate(5%) hue-rotate(303deg) brightness(103%) contrast(100%);
}

.header_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.header_right a {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: #b2b8b0;
    border: 1px solid #b2b8b0;
    transition: all 0.4s ease
}

.header_right a:hover {
    color: #000000;
    background: #f8e2ea;
    border: 1px solid #f8e2ea;
}

.topSec {
    background: #f8e2ea;
    padding: 10px 0;
}

.top-bar-center p {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    color: #211e1f;
    margin-bottom: 0;
}

.menuSection {
    background: #efefef;
    padding: 10px 0;
}

img.bnr_bg {
    height: 750px;
    width: 100%;
    object-fit: cover;
}

.d_block {
    display: block;
}

.bnr_img {
    text-align: center;
}

.bnr_list ul li {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}

.bnr_list ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background: url(../images/arrow_btn.png);
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
    background-size: contain;
}

.bnr_list {
    margin-top: 24%;
}

.bnr_ecllipse {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    z-index: 0;
    transform: translateX(-50%);
    left: 50%;
}

.bnr_ecllipse img {
    width: 100%;
    height: 240px;
    object-fit: fill;
}

.main_slider {
    position: relative;
}

.bnr_txt p {
    width: 102%;
    margin-bottom: 30px;
}

/* Make Your Brand */

.heading {
    text-align: center;
    margin-bottom: 30px;
}

.brand_icon {
    background: #f3f3f3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
}

.brand_icon img {
    height: 35px;
    width: 35px;
    object-fit: contain;
}

.brand_top {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.brand_main a {
    color: #ac4868;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline;
    transition: all .4s ease-in;
}

.brand_main h4 {
    transition: all .4s ease-in;
    margin-bottom: 0;
}

.brand_main {
    background: #f8e2ea;
    padding: 40px;
    border-radius: 20px;
    transition: all .4s ease-in;
}

.brand_main:hover {
    background: #ac4868;
}

.brand_main:hover h4 {
    color: #ffffff;
}

.brand_main:hover a {
    color: #ffffff;
}

.brand_main:hover p {
    color: #e6c8d2;
}

.brand_slider .slick-slide {
    opacity: 1;
    margin: 0 15px;
}

.brand-prev,
.brand-next {
    height: 60px;
    width: 60px;
    background: #f2f2f2;
    border: 1px solid #dddddd;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.4s ease;
}

.brand-prev {
    left: -50px;
}

.brand-next {
    right: -50px;
}

.brand-prev img,
.brand-next img {
    filter: brightness(0) saturate(100%) invert(89%) sepia(1%) saturate(0%) hue-rotate(62deg) brightness(90%) contrast(87%);
    width: auto;
    height: 13px;
    object-fit: contain;
    transition: 0.3s;
}

.brand-prev:hover,
.brand-next:hover {
    border: 1px solid #ac4868;
    background: #ac4868;
}

.brand-prev img {
    transform: rotate(180deg);
}

.brand-prev:hover img,
.brand-next:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(33%) saturate(6815%) hue-rotate(287deg) brightness(128%) contrast(93%);
}


.brand_slider .slick-center .brand_main {
    background: #ac4868;
}

.brand_slider .slick-center .brand_main h4 {
    color: #ffffff;
}

.brand_slider .slick-center .brand_main a {
    color: #ffffff;
}

.brand_slider .slick-center .brand_main p {
    color: #e6c8d2;
}

/* Make Your Brand */

/* about */

.about_img>img {
    height: 520px;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

img.abt_sm {
    height: 280px;
    width: 220px;
    border: 4px solid #fff;
    position: absolute;
    right: -45px;
    bottom: -40px;
    object-fit: cover;
}

.about_img {
    position: relative;
    padding-right: 30px;
}

.about_padding {
    margin-left: 45px;
    margin-top: 30px;
}

/* about */

/* products */

.product_btn {
    text-align: end;
}

.border_btm {
    border-bottom: 1px solid #ccc;
}

.serv_main_img img {
    width: 180px;
    object-fit: contain;
    height: 220px;
    border-radius: 10px;
}

.serv_main_img {
    text-align: center;
    margin-bottom: -110px;
    padding: 20px;
    position: relative;
    z-index: 99;
}

.serv_main_txt {
    padding: 120px 30px 30px;
    border-radius: 15px;
    background: #f8e2ea;
    transition: 0.5s ease-in;
    text-align: center;
    position: relative;
}

.serv_main_txt p {
    color: #544e50;
    transition: 0.5s ease-in;
    margin: 0 auto 20px;
    width: 80%;
}

ul.serv_top_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 25px;
    left: 50%;
    width: 85%;
    transform: translateX(-50%);
    z-index: 99;
    opacity: 0;
    transition: all 0.4s ease;
}

.serv_main_txt h3 a {
    color: #181818;
    font-size: 22px;
    transition: all 0.4s ease;
}

.serv_main_txt h4 {
    font-size: 25px;
    transition: all 0.4s ease;
    font-family: 'nexabold';
}

.serv_main {
    transition: all 0.4s ease;
    margin: 30px 5px;
}

.serv_top_ul a {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ac4868;
    background: #ffffff;
    border: 1px solid #ffffff;
    transition: all 0.4s ease;
    font-size: 16px;
}

.serv_top_ul a:hover {
    color: #ffffff;
    background: #ac4868;
    border: 1px solid #ffffff;
}

.serv_main:hover .serv_main_txt h3 a,
.serv_main:hover .serv_main_txt h4 {
    color: #ffffff;
}

.serv_main:hover .serv_main_txt p {
    color: #e9ced7;
}

.serv_main:hover .serv_main_txt {
    background: #ac4868;
}

.serv_main:hover ul.serv_top_ul {
    opacity: 1;
}

/* products */

/* testimonial */


.community_faq .accordion-button {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    padding: 20px 0px;
    font-family: 'lavendula';
    background: #efefef;
}

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

.community_faq .accordion-body {
    padding: 0 0 20px;
    width: 100%;
}

.community_faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: unset;
    box-shadow: unset;
}

.community_faq .accordion-button::after {
    position: absolute;
    content: "\2b";
    background: #fff;
    color: #ffffff;
    border: 1px solid #010101;
    background: #010101;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 0;
    font-size: 12px;
    border-radius: 50%;
    transition: all 0.3s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.community_faq .accordion-button:not(.collapsed)::after {
    background: #ac4868;
    color: #ffffff;
    border: 1px solid #ac4868;
    top: 20px;
    content: "\f068";
}

.community_faq .accordion-item {
    background-color: #efefef;
    border: 1px solid rgb(0 0 0 / 15%);
    border-left: unset;
    border-right: unset;
    border-top: none;
    position: relative;
}

.community_faq {
    background-color: #efefef;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
}

.faq_no {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #010101;
    background: #010101;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
}

.community_faq .accordion-button:not(.collapsed) .faq_no {
    background: #ac4868;
    border: 1px solid #ac4868;
}

.community_faq .accordion-item:last-of-type {
    border: none;
}

.community_faq h4 {
    font-size: 30px;
    margin-bottom: 20px;
}

.community_faq h4 span {
    display: block;
    color: #ac4868;
    margin-bottom: 15px;
}

.community_faq .theme_btn {
    margin-top: 20px;
}

section.testimonial {
    background: #ac4868;
    padding: 80px 0 10px;
    position: relative;
}

.testimonial_top h3 {
    color: #ffffff;
}

.testimonial_top h2 {
    color: #ffffff;
}

.testimonial_top p {
    color: #deb7c4;
    width: 80%;
}

.test_main {
    padding: 30px;
    border: 2px solid #efefef;
    background: #efefef;
    transition: all ease-in .3s;
    overflow: hidden;
    margin-bottom: 20px;
}

.rating {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 2px;
    color: #f9ae0e;
    transition: all ease-in .3s;
}

.test_txt p {
    transition: all ease-in .3s;
    margin: 20px 0;
}

.test_txt h3 {
    transition: all ease-in .3s;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: capitalize;
    color: #151515;
}

.test_txt span {
    transition: all ease-in .3s;
    color: #4c4c4c;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #d5d5d5;
}

.ts_btm {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.avatar img {
    box-shadow: 2px 3px 15px rgb(0 0 0 / 39%);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.testi_slider .slick-slide {
    opacity: 1;
}

.test_main:hover {
    border: 2px solid #aa4767;
    background: #aa4767;
}

.test_main:hover * {
    color: #ffffff;
}

.testi_slider {
    background: #efefef;
    padding: 40px 0;
}

.testimonial_top {
    margin-bottom: 15%;
}

section.testimonial::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #efefef;
    height: 57%;
    width: 67%;
}

.testi_slider .slick-slide {
    opacity: 1;
}

.testi_slider_btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.testi-prev,
.testi-next {
    height: 60px;
    width: 60px;
    background: #a74568;
    border: 1px solid #f8e2ea;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s ease;
}

.testi-prev img,
.testi-next img {
    width: auto;
    height: 13px;
    object-fit: contain;
    transition: 0.3s;
    filter: brightness(0) saturate(100%) invert(85%) sepia(35%) saturate(83%) hue-rotate(289deg) brightness(102%) contrast(95%);
}

.testi-prev:hover,
.testi-next:hover {
    border: 1px solid #f8e2ea;
    background: #f8e2ea;
}

.testi-prev img {
    transform: rotate(180deg);
}

.testi-prev:hover img,
.testi-next:hover img {
    filter: brightness(0) saturate(100%) invert(30%) sepia(96%) saturate(431%) hue-rotate(290deg) brightness(96%) contrast(82%);
}

.testi-prev img {
    transform: rotate(180deg);
}

/* testimonial */

/* contact */

.contact_left form input,
.contact_left form textarea,
.contact_left form select {
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #d0d0d0;
    font-size: 14px;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000;
    border-radius: 7px;
}

.contact_left form input::placeholder,
.contact_left form textarea::placeholder {
    color: #7c7c7c;
}

.contact_left form select {
    appearance: none;
    background: url(../images/down-chevron.png) no-repeat right 20px center;
    background-size: 10px;
}

.contact_left form textarea {
    resize: none;
    min-height: 145px;
}

button.theme_btn {
    padding: 0;
    border: none;
}

.contact_left {
    padding-right: 20px;
}

.contact_img img {
    border-radius: 20px;
    object-fit: cover;
    height: 630px;
    width: 100%;
}

.contact_left p {
    width: 80%;
}

/* contact */

/* footer */

.footerSec {
    background: #ac4868;
}

.ftr_top {
    padding: 20px 0;
}

.ftr_socials {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.ftr_socials a {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c57f96;
    font-size: 16px;
    border: 1px solid #c57f96;
    border-radius: 50%;
}

.footerSec h5 {
    color: #fff;
    margin-bottom: 35px;
    font-size: 25px;
}

.footerSec p {
    color: #f9f3f5;
    width: 65%;
}

.quick_links ul {
    column-count: 2;
}

.quick_links ul li a {
    color: #ffffff;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    transition: all .3s ease-in;
}

.quick_links ul li a:hover,
.service_links ul li a:hover,
.ftr_contact ul li a:hover {
    color: #000;
    transform: translateX(10px);
}

.service_links ul li a {
    color: #ffffff;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 50px;
    transition: all .3s ease-in;
}

.ftr_contact ul li a {
    color: #e6c8cf;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 40px;
    gap: 15px;
    transition: all .3s ease-in;
}


.ftr_contact ul li a i {
    color: #ffffff;
    font-size: 16px;
}

.footerSec {
    background: #ac4868;
}

.ftr_top,
.footer_btm {
    padding: 20px 0;
}

.ftr_socials {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.ftr_socials a {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c57f96;
    font-size: 16px;
    border: 1px solid #c57f96;
    border-radius: 50%;
    transition: all .3s ease-in;
}

.ftr_socials a:hover {
    color: #ab4867;
    background: #ffffff;
    border: 1px solid #ab4867;
}

.footerSec h5 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 25px;
}

.footerSec p {
    color: #f9f3f5;
    width: 65%;
    margin-bottom: 0;
}

.quick_links {
    padding-right: 50px;
}

.ftr_contact {
    padding: 0 40px;
}

.ftr_mid {
    position: relative;
    padding: 40px 0;
}

.ftr_mid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 90%;
    background: #bd6d86;
}

.ftr_mid::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 90%;
    background: #bd6d86;
}

.credits {
    text-align: end;
}

/* footer */

html,
body {
    overflow-x: hidden;
}

.fontchange {
    font-family: 'nexabold';
}