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

@font-face {
    font-family: thundernovabold;
    src: url(../fonts/thundernovabold.ttf);
}
/***** General CSS *****/

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

@font-face {
    font-family: 'queensila';
    src: url('../fonts/Queensila.ttf');
}

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

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



h1,
h2,
h3,
h4,
h5 {
    font-family: 'queensila', sans-serif;
}

h1 {
    font-size: 75px;
    line-height: 1.1;
    color: #000;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-size: 64px;
    line-height: 1;
    color: #000;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

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

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

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

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

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


/* BEGIN: HEADER SEC CSS */

.slicknav_menu {
    display: none;
}

@media only screen and (min-width:0px) and (max-width:767px) {
    .slicknav_menu {
        display: block;
    }
}

a {
    text-decoration: none;
}

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

ul#menu {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

ul#menu>li>a {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
.btn-1 {
    height: 50px;
    border-radius: 6px;
    border: 2px solid #ddbea9;
    display: inline-flex;
    align-items: center;
    padding: 0 0px 0 15px;
    background: #ddbea9;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    gap: 10px;
    box-shadow: 4px 6px 5px 0 #00000014;
}

.btn-1>i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background: #bb9087;
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
    color: #fff;
}

.btn-1:hover {
    color: #000;
    background: #fff;
    transition: 0.4s all;
}

.btn-1:hover>i {
    background: #fff;
    color: #bb9087;
}


/*header css*/
.top-br {
    background: #ddbea9;
    padding: 10px 20px;
}

.top-br p {
    margin-bottom: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.middle-br {
    padding: 20px 0;
}

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

.hd-account ul li a {
    color: #000;
    text-align: center;
}

.hd-account ul li a span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.hd-account ul li a i {
    display: block;
}

.hd-account ul li a i {
    font-size: 25px;
    position: relative;
}

.hd-account ul li a i span {
    position: absolute;
    top: -2px;
    right: -3px;
    width: fit-content;
    background: #ddbea9;
    font-size: 9px;
    color: #fff;
    padding: 3px 4px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.menuSec {
    background: #ddbea9;
    padding: 30px 0;
}

.menuSec .row {
    display: flex;
    align-items: center;
}

.middle-br .row {
    display: flex;
    align-items: center;
}

ul#menu {
    justify-content: start !important;
    gap: 55px;
}

ul#menu>li>a {
    color: #fff !important;
    font-size: 16px;
}

.menu-right ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 29px;
}

.menu-right ul li select {
    background: unset;
    border: none;
    width: fit-content;
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding-left: 0;
    text-transform: uppercase;
}

.menu-right ul li select:focus {
    outline: none;
}

.menu-right ul li img {
    width: 18px;
    margin-right: 6px;
}

.menu-right ul li select option {
    background: #ddbea9;
}

.menu-right ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
/*header css*/


/*banner css*/
section.banner {
    position: relative;
    padding: 100px 0;
    background: #fcfaf8;
}

.banner-bg {
    position: absolute;
    top: 0;
    z-index: 0;
}

.banner-bg {
    width: 100%;
    height: 75%;
}

.banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-img img {
    width: 100%;
}
section.banner .container {
    position: relative;
}
.banner-txt .btn-1 img {
    background: #fff;
    width: 43px;
    height: 48px;
    object-fit: contain;
    padding: 0 11px;
    border: 1px solid #888888;
    border-radius: 5px;
    margin-right: -2px;
}













/*banner css*/



/*after banner css*/
section.afterf-bnn {
    background: #fcfaf8;
    padding: 40px 0 120px 0;
}

.art-bx {
    background: #f3e8e0;
    text-align: center;
    padding: 70px 30px 20px 30px;
    border-radius: 15px;
    position: relative;
}

.art-bx img {
    background: #fff;
    padding: 30px 30px;
    border-radius: 100%;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.art-bx  h5 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
}

.art-bx p {
    color: #000;
    font-size: 14px;
}

.art-bx.art-center {
    padding: 40px 30px 50px 30px;
}

.art-bx.art-center img {
    bottom: -55px !important;
    top: unset;
}

/*after banner css*/


/*catogries section*/
.cat-bx {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition:0.3s ease-in-out;
}
.cat-bx:hover img{
    transform:scale(1.1);
    transition:0.3s ease-in-out;
}
.cat-bx:hover h5{
    background:#f3e8e0;
    transition:0.3s ease-in-out;
}
.cat-bx img {
    width: 100%;
}

section.categories {
    padding: 80px 0;
}

.cat-bx h5 {
    position: absolute;
    bottom: 6px;
    margin-bottom: 0;
    background: #fff;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 17px;
}

.cat-top {
    margin-bottom: 30px;
    text-align: center;
}
.seller-tx a {
    display: flex;
    justify-content: end;
}

.seller-tx  p {
    font-weight: 600;
    font-size: 17px;
    color: #000;
    margin-bottom: 7px;
}

.seller-tx p a {
    color: #000;
    display: unset;
}

.stars i {
    color: #fd8f00;
}

.stars {
    margin-bottom: 12px;
}

.slr-price span {
    font-size: 11px;
    font-weight: 500;
    color: #000;
}

.slr-price p {
    font-size: 23px;
    font-family: 'Montserrat';
    font-weight: 300;
}

.slr-price {
    display: flex;
    justify-content: space-between;
}

.seller-tx a i {
    box-shadow: 0px 11px 35px 0px rgba(182, 182, 182, 0.22);
    padding: 14px;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    margin-top: -30px;
    background: #fff;
    margin-bottom: 10px;
    animation: 1.5s ease-in-out float infinite;
}


@keyframes float {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
        filter: drop-shadow(2px 4px 6px #ffffff);
    }
    100% {
        transform: scale(1);
    }
}

.seller-tx {
    padding: 8px 29px;
}

.seller-bx img {
    width: 100%;
}
.seller-tx:hover {
    background: #f3e8e0;
}
.seller-bx {
    box-shadow: 0px 21px 54px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    width: 95%;
}
/*catogries section*/

/*get a quote section*/

.getintouch-form input {
    width: 77%;
    margin-bottom: 25px;
    border-bottom: solid 0.5px #2f2f2f;
    background: transparent;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    color: white;
    padding: 10px 0;
}
.getintouch-form input::focus{
    outline:none;
}
.getintouch-form input::focus-visible{
    outline:none;
}
.getintouch-form textarea {
    width: 77%;
    margin-bottom: 25px;
    border-bottom: solid 0.5px #2f2f2f;
    background: transparent;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    color: white;
    padding: 10px 0;
    height: 115px;
}
section.get-quote.pt-8.pb-8::before {
    position: absolute;
    content: "";
    background: #ddbea9;
    height: 670px;
    width: 53%;
    z-index: -1;
    top: 0;
    left: 0;
}

.cont-txt h2 {
    font-size: 60px;
    color: #131212;
}

.quote-button .btn-1 img {
    background: #fff;
    width: 43px;
    height: 48px;
    object-fit: contain;
    padding: 0 11px;
    border: 1px solid #888888;
    border-radius: 5px;
    margin-right: -2px;
}

.quote-button a.btn-1 {
    background: #f3e8e0;
}

section.get-quote.pt-8.pb-8 {
    position: relative;
    margin-top: 5%;
    margin-bottom: 5%;
}


.insta {
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(-50%);
}
.insta-img {
    position: relative;
}


.productdtl-mn-nv .slick-slide {
    opacity: 1;
    margin: 0 6px;
   /* border: 1px solid #7C7C7C;*/
    padding: 9px;
  /*  border-radius: 6px;*/
}


.container-fluid.sect.padd {
    padding-left: 14%;
    padding-right: 4%;
}

.prdct-dt1-sl::before {
    position: absolute;
    content: "";
    background: #f3e8e0;
    height: 680px;
    width: 540%;
    top: -40%;
    left: -147px;
    z-index: -1;
}
.prdct-dt1-sl {
    position: relative;
}
.insta-head h3 {
    font-size: 49px;
    line-height: 49px;
    color: #111010;
    font-weight: 500;
   
}
button.slick-next.slick-arrow {
    border: transparent;
    background: transparent;
    color: antiquewhite;
}




.productdtl-mn-nv .insta img {
    height: 34px;
}




.productdtl-mn-nv  .insta {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%);
}


.productdtl-mn-fr .slick-next:before {
    content: '';
    position: absolute;
    background-image: url(../images/arrow-right.png);
    width: 77px;
    height: 60px;
    background-repeat: no-repeat;
    /* transform: rotate(180deg); */
    top: -79px;
    right: 19%;
}

.productdtl-mn-fr button.slick-prev.slick-arrow {
    opacity: 0;
}




/*testi start*/
.testi-text h2 {
    font-size: 58px;
    font-family: times-regular;
    line-height: 80px;
    text-transform: uppercase;
    margin-bottom: 10px;
    animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite both;
}



@keyframes tracking-in-expand {

  0% {

    letter-spacing: -0.5em;

    opacity: 0;

  }

  40% {

    opacity: 0.6;

  }

  100% {

    opacity: 1;

  }

}



.testi-text h2 span {
    color: #ddbea9;
    display: block;
}

.testi-text p {
    color: #8d8d8d;
    font-size: 14px;
}
html {
    overflow-x: hidden;
}
.testi-slider i {
    color: #f39f1e;
}

.testi-box p {
    color: #8d8d8d;
    margin-top: 20px;
}

.testi-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

.testi-box ul li h6 {
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 0;
}

.testi-box ul li p {
    color: #ddbea9;
}

.testi-box {
    position: relative;
}

.testi-fold:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 30px;
    width: 90%;
    height: 90%;
    border: 1px dashed #ddbea9;
    z-index: 0;
    border-radius: 10px;
}

.testi-fold {
    background: #fff;
    box-shadow: 0 0 10px #00000017;
    padding: 50px;
    position: relative;
}


[data-slick-index="-1"] .testi-fold {
    transform: translateY(45%);
    width: 90%;
    margin: 0 auto;
}
.testi-fold:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 7px;
    height: 28%;
    border-radius: 24px;
    background: #ddbea9;
}
.testi-slider .slick-current +.slick-slide {
    transform: translateY(10px);
    width: 80% !important;
    margin: 0 auto;
    display: block;
    transform: translateX(65px) translateY(-280px);
}

.testi-slider .slick-current {
    background: white;
    z-index: 99;
    position: relative;
}
/*.testi-slider .curnt-prev {
    width: 80% !important;
    margin: 0 auto;
    transform: translateX(65px) translateY(295px);
}*/
.testi-slider .slick-next:before {
        content: '';
    position: absolute;
    background-image: url(../images/arrow2.png);
    width: 70px;
    height: 60px;
    background-repeat: no-repeat;
    /*transform: rotate(180deg);*/
}
.testi-slider .slick-next {
    right: -25px;
    top: 40%;
}
.testi-slider .slick-prev {
    left: -25px;
    left: inherit;
    right: -6px;
    top: 50%;
}
.testi-slider .slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/arrow2.png);
    width: 70px;
    height: 60px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
section.testi-wrap.all-section {
    position: relative;
    padding: 100px 0px;
}

.testi-img img:nth-child(1) {
    position: absolute;
    top: 18%;
}

.testi-img img:nth-child(2) {
    position: absolute;
    top: 25%;
    left: 40%;
}

.testi-img img:nth-child(3) {position: absolute;bottom: 150px;}

.testi-img img:nth-child(4) {
    position: absolute;
    left: 40%;
}
.testi-img img:nth-child(5) {
    position: absolute;
    top: 12%;
    right: 1%;
}
.testi-img img {
   animation: scale-a 3s ease-in-out infinite;
}


@keyframes scale-a {

    0% {

        transform: scale(0.7)

    }

    50% {

        transform: scale(1.1);

    }

    100% {

        transform: scale(0.7);

    }

}


img.testi-shape {
    position: absolute;
    width: 50%;
    top: 10%;
    left: 25%;
}
.testi-slider .slick-next {
    right: -25px;
    top: 40% !important;
}
.testi-slider .slick-prev {
    left: -25px;
    left: inherit;
    right: -12px;
    top: 50%;
}
section.testi-wrap .row {
    align-items: center;
}
.testi-slider button.slick-next.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    /* padding: 0; */
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.testi-slider button.slick-prev.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    /* padding: 0; */
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.seller-top h2 {
    margin-bottom: 0px;
}
.seller-top {
    text-align: center;
    margin-bottom: 20px;
}
/*testi end*/



/*FOOTER STRT*/
footer {
    background-color: #0d0d0d;
    padding: 80px 0 60px 0;
}

.footer_col h3 {
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin: 25px 0 20px;
    position: relative;
    font-family: 'queensila';
    text-transform: capitalize;
    margin-bottom: 20px;
}

.footer_col h3:after {
    /* position: absolute; */
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 3px;
    background-color: #fff;
    content: '';
}

.footer_col p {
    color: #b3b3b3;
    font-size: 13px;
    line-height: 23px;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: 'Montserrat';
}


.contact_list p {
    margin: 0;
}

.contact_list p span {
    color: #fff;
}

.quick_links a {
    font-size: 14px;
    line-height: 35px;
    color: #b3b3b3;
    text-transform: capitalize;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.footer_call a {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #e0dacc;
    font-family: 'Poppins';
}


.footer_social li:hover{
  background: linear-gradient(#fdd459,#c79128,#9d5e02);
}

.footer_social li {
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border-radius: 100px;
    position: relative;
    border: 2px solid #fff;
    transition: 0.3s ease-in-out;
}

.footer_social li a {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
}

.footer_form form {
    position: relative;
}

.footer_form form input {
    width: 100%;
    height: 51px;
    padding: 10px 25px;
    border: 1px solid #101010;
    border-radius: 0px;
    background-color: #101010;
    color: #fff;
}

.footer_form form button {
    position: absolute;
    right: 0;
    height: 45px;
    border-radius: 0px;
    padding: 0px 20px;
    border: 0;
    color: #fff;
    background: #2b2b2b;
}


.copyRight_sec p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    font-family: 'Montserrat';
}

.copyRight_sec ul {
    margin: 0;
}

.copyRight_sec {
    background-color: #0d0d0d;
    border-top: 1px solid #f2f2f25e;
    padding: 20px 0;
}

.copyRight_sec a {
    margin: 0;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    padding: 0px 20px;
    border-right: 1px solid #b3b3b3;
}
.footer_call {
    margin-top: 55px;
}
.socialmedia-icons ul li a {
    /* border: 1px solid #ffffff; */
    /* padding: 8px 13px; */
    font-size: 20px;
    border-radius: 70px;
    color: #ffffff;
    background: #191919;
}
.socialmedia-icons ul li a:hover {
    background: #ff9a00;
    border-color: #ff9a00;
}
.socialmedia-icons ul {
    display: flex;
    gap: 10px;
}
.socialmedia-icons h3 {
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin: 25px 0 20px;
    position: relative;
    font-family: 'Montserrat';
    text-transform: capitalize;
    margin-bottom: 40px;
}
.socialmedia-icons {
    margin-top: 50px;
}
.contact_list p a {
    color: #b3b3b3;
}
.socialmedia-icons h3:after {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 3px;
    background-color: #fff;
    content: '';
}
.footer_form form input::placeholder {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
}
.quick_links a:hover {
    color: #fff;
}
h3.logo-text {
    FONT-SIZE: 35PX;
}

.footer_form form input::placeholder {
    font-family: 'Montserrat';
    color: #ffffff85;
}
.pro-links .quick_links a {
    text-transform: capitalize;
}
h3.call-text {
    margin-bottom: 0px;
    margin: -25px 0 0px;
}
.socialmedia-icons ul li {
    border: 1px solid #ffffff70;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
/*FOOTER END*/