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

:root {
    --primary-color: -webkit-linear-gradient(-45deg, rgb(112 151 160) 0%, rgb(65 109 125) 100%);
}


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

a {
    text-decoration: none;
    color: #628b96;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

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;
}

img {
    max-width: 100%;
}

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;
}

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

p {
    font-weight: 400;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
    color: #121212;
    font-size: 14px;
}


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

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

}

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

}

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

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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    border-radius: 40px;
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 13px;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    border: 1px solid #fff;
    text-transform: uppercase;
    height: 55px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px 0px 15px;
    font-weight: 500;
    gap: 20px;
    background: var(--primary-color);
}
.add_to_cart_button{
	border-radius: 40px;
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 13px;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    border: 1px solid #fff;
    text-transform: uppercase;
    height: 55px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px 0px 15px;
    font-weight: 500;
    gap: 20px;
    background: var(--primary-color);
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: transparent;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.theme_btn:hover {
    border: 1px solid rgb(42, 46, 145);
    background: transparent;
    color: rgb(42, 46, 145);
    background: #fff;
}

.theme_btn:hover::before {
    width: 100%;
}

.theme_btn i {
    background: var(--primary-color);
    width: 20px;
    height: 20px;
    font-size: 16px;
    clip-path: polygon(40% 50%, 25% 10%, 100% 50%, 25% 90%);
}

.theme_btn:hover i {
    background: #fff;
}

.theme_btn span {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme_btn:hover span {
    background: var(--primary-color);
}

.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: 'Queensila';
    font-size: 65px;
    line-height: 1.2;
    color: #121212;
    font-weight: 500;
    margin: 0 0 17px;
    border-bottom: 1px solid #c1b5aa;
    width: 60%;
}

h2 {
    font-family: 'Queensila';
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h3 {
    font-family: 'FinestRomance';
    font-size: 30px;
    line-height: 1;
    color: #000000;
    font-weight: 400;
    margin: 0 0 20px;
}

h4 {
    font-family: 'Queensila';
    font-size: 40px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
     font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
     font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    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;
}


/*header css start */

.logo img{width:150px;}

.menuSec img {
    margin: 0;
}

ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
}

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

.menuSec li:hover ul {
    opacity: 1;
}

.menuSec ul li a {
    position: relative;
    text-decoration: none;
    color: #181818;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding-right: 40px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.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: #d5a468;
}

.menuSec li>ul {
    position: absolute;
    z-index: 0;
    background-color: #000000;
    left: 0px;
    width: 200px;
    text-align: left;
    top: -80px;
    opacity: 0;
    transition: 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.menuSec li:hover ul {
    transition: 0.5s ease-in-out;
    top: 40px;
    z-index: 99;
}

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

.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;
    width: 100%;
}

.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;
}

.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;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

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


/*header css start */

.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;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.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: rgba(0, 0, 0, 0.1); */
}

.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*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */
/* ++++++++++++++++++++++++++++++ Home ++++++++++++++++++++++++++++++ */
.container-fluid {
    padding: 0 5%;
}
.topSec {
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
}

header .row {
    align-items: center;
}
.search input {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 30px;
    padding: 12px;
}

.search button {
    border: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    background: -webkit-linear-gradient(-45deg, rgb(112 151 160) 0%, rgb(65 109 125) 100%);
    border-radius: 50%;
    color: #fff;
    transition: 0.4s;
}
.search button:hover {
    background: -webkit-linear-gradient(-45deg, rgb(213 164 103) 0%, rgb(194 136 75) 100%);
}

.search {
    position: relative;
}
ul.contact-info {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 20px;
}

ul.contact-info a {
    display: flex;
    align-items: center;
    justify-content: right;
    color: #222222;
    gap: 10px;
    font-size: 14px;
    position: relative;
}
ul.contact-info a:hover {
    color: #d7ab81;
}
ul.contact-info a i {
    background: -webkit-linear-gradient(#bc7f41, #dbad71);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 17px;
}
.menuSec {
    padding: 20px 0;
}
ul.contact-info.acct-header a:before {
    position: absolute;
    content: '';
    background: #000;
    width: 1px;
    height: 100%;
    right: -15px;
}
ul.contact-info.acct-header {
    gap: 0;
}

ul.contact-info.acct-header a {
    padding-left: 30px;
}

img.img-fluid {
    width: 100%;
}
.carousel-indicators .active {
    background-image: linear-gradient(45deg, #ba7c3e, #e3bc8a);
}

.carousel-indicators [data-bs-target] {
    border-radius: 50px;
    border: 1px solid #855a2e;
    width: 10px;
    height: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
}


.banner_text h3 {
    font-size: 75px;
    color: #d7ab81;
    margin-bottom: 10px;
}
.banner_text h1 span {
    font-family: 'Saudagar';
}
.banner_text p {
    width: 56%;
    margin-bottom: 30px;
}
.banner_text {
    margin-top: -200px;
}
.banner_buy {
    width: fit-content;
    margin: 0 0 0 auto;
    margin-top: 71%;
	display:none;
}
.banner_buy h6 {
    font-size: 18px;
    color: #313131;
    font-weight: 400;
}

.banner_buy h2 {
    font-size: 47px;
    color: #313131;
    font-family: 'Saudagar';
    font-weight: 400;
}

.banner_buy .btn01 {
    font-size: 18px;
    color: #313131;
    border-bottom: 1px solid;
}

.banner_buy a:hover {
    color: #d7ab81;
}
/* Testimonial Section Start */

.our-client-sec .head-effect::after {
    width: 50%;
}

.client-sli .slick-slide {
    opacity: 1;
}

.client-sli .slick-prev,
.client-sli .slick-next {
    top: 2%;
}

.client-sli .slick-prev {
    left: -50px;
}

.client-box {
    margin: 0px 0;
}

.client-sli {
    position: relative;
    z-index: 1;
}

.client-sli::after {
    content: '';
    position: absolute;
    left: 0;
    top: 9%;
    border: 1px dotted #cccccc;
    width: 100%;
    z-index: -1;
}

.client-box h6 {
    color: #3c3c3c;
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
}

.client-box .quotess {
    margin-left: 20px;
    position: relative;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #a9886273;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.client-box .quotess::after {
    content: '';
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: -webkit-linear-gradient(0deg, rgb(194 161 119) 0%, rgb(166 133 95) 100%);
    color: #fff;
    font-size: 30px;
}

.client-box .quotess::before {
    z-index: 2;
    color: #fff;
    font-size: 20px;
}

.client-ineer-box::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 5%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #af8e67;
    border-bottom: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    transform: rotate(180deg);
    filter: drop-shadow(2px 4px 6px #00000021);
}

.client-ineer-box {
    z-index: 2;
    padding: 60px 30px;
    position: relative;
    box-shadow: 0 0 10px 0 #00000022;
    background: #fff;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(0deg, rgb(194 161 119) 0%, rgb(166 133 95) 100%);
}

.client-ineer-box ul {
    display: flex;
    justify-content: space-between;
}

.client-ineer-box ul li h4 {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'Saudagar';
}

.client-ineer-box ul li h4 span {
    font-size: 16px;
    display: block;
    color: #fff;
    text-transform: capitalize;
    margin-top: 0px;
}

.client-ineer-box ul li i {
    color: #ffb503;
    margin-right: 5px;
}

section.our-client-sec.themes-padd {
    padding-bottom: 0;
    background: transparent;
    padding: 80px 0 40px;
}

section.our-client-sec.themes-padd .slick-track {
    margin-bottom: 30px;
}

h2.themes-h2.head-effect {
    font-size: 62px;
    color: #000;
    margin: 0 0 5px;
}


.client-ineer-box p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}
section.our-client-sec .container-fluid{
    padding: 0;
}

/* Testimonial Section End */

/* ===================================  Make it personal sec Start ===================================  */
section.make-it-personal-sec {
    margin: 100px 0;
}

.make-it-personal-sec .col-lg-6 {
    padding: 0;
}

.make-it-personal-sec .col-xl-6 {
    padding: 0;
}

section.make-it-personal-sec .container-fluid {
    padding: 0 5%;
}

.make-it-personal-right img {
    object-fit: cover;
    width: 100%;
    height: 740px;
    object-fit: cover;
}

.make-it-personal-left {
    width: 100%;
    height: 740px;
    background: url(../images/personal1.png) no-repeat center center;
    background-size: cover;
}

.make-it-personal-left img {
    width: 100%;
    height: 740px;
}

.make-it-personal-left {
    padding: 80px;
}

.make-it-personal-left p {
    color: white;
    width: 75%;
    margin-bottom: 30px;
}

.make-it-personal-left h2 {
    border-bottom: 1px solid #ffffff6b;
    padding: 0 0 10px 0;
    font-size: 88px;
    color: #fff;
}

/* ===================================  Make it personal sec Ends ===================================  */

/* ===================================   Send Love Sec Start ===================================  */
.send-love {
    background: url(../images/send-love-bg.png) no-repeat center center;
    background-size: cover;
    
}
.send-love-left h2 {
    font-size: 62px;
}

section.send-love .row {
    align-items: center;
}

.send-love-right-content {
    margin-bottom: 120px;
}
.send-love-left h1 {
    color: black;
    font-size: 66px;
}

.send-love-right-img {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.send-love-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px 0 30px;
}

.send-love-middle {
    padding: 68px 0 0 0;

}


.send-love-right-content h2 {
    line-height: 50px;
    /* padding: 70px 0 0 0; */
    position: relative;
}

.send-love-right-content img {

object-fit: cover;

margin: 20px 0 0 0;

margin-bottom: -420px;
}

/* ===================================   Send Love Sec Ends===================================  */

/* ===================================   About Us Start===================================  */
.about-left-img img {
    width: 715px;
    height: 525px;
    object-fit: cover;
    border-radius: 10px;
}

section.about-us .container-fluid {
    padding: 0 5%;
}

section.about-us {
    margin: 0px 0 80px 0;
}
section.about-us .row {
    align-items: center;
}
.about-right-img h1 {
    color: black;
    font-size: 70px;
}

.about-right-img h1 {
    color: black;
    font-size: 70px;
    padding-bottom: 0;
    margin: 0 0 0 0;
}

.about-right-img p {
    font-size: 14px;
}

.about-right-img {
    position: relative;
}

.about-right-img div:after {
    position: absolute;
    content: '';
    width: 500px;
    height: 1px;
    background-color: #00000036;
}

.about-right-img div {
    padding: 0 0 10px 0;
}

.about-right-img>h2 {
    font-size: 20px;
    color: black;
    font-weight: 600;
    margin: 15px 0 4px;
	letter-spacing:3px;
}

/* ===================================   About Us Ends===================================  */
/*section.got-an-ecard start*/
section.got-an-ecard {
    padding: 80px 0px 0;
}
.got-an-ecard-img:hover {
    background: -webkit-linear-gradient(-45deg, rgb(112 151 160) 0%, rgb(65 109 125) 100%);
}

.got-an-ecard-img:hover img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(73%) saturate(245%) hue-rotate(150deg) brightness(97%) contrast(91%);
}

.got-an-ecard-img:hover a {
    background: #fff;
}

.got-an-ecard-img:hover * {
    color: #fff;
}


.got-top-txt {
    text-align: center;
    margin-bottom: 40px;
}

.got-top-txt h2 {
    color: #181818;
}

.got-an-ecard-img a {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    margin: 0 auto;
}

.got-an-ecard-img a img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.got-an-ecard-img {
    text-align: center;
    padding: 40px 0;
    border-radius: 3px;
    transition: 0.5s;
}

.got-an-bot-txt {
    margin-top: 20px;
}

.got-an-bot-txt h6 {
    font-size: 16px;
    color: #888888;
    margin: 0;
}



/*section.got-an-ecard end*/
/*section.latest start*/

section.latest .container-fluid {
    padding: 0 5%;
}
.lat-txt-top {
    text-align: center;
    margin-bottom: 35px;
}

.lat-txt-top h2 {
    font-size: 70px;
    color: #121212;
    line-height: 80px;
    margin-bottom: 0px;
}
.lat-txt-top p {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    width: 48%;
}
.lat-img img {
    height: 310px;
    object-fit: cover;
    width: 100%;
}
.lat-main-bx:hover * {
    color: #fff;
}

.lat-main-bx:hover {
    background: var(--primary-color);
}

.lat-main-bx:hover  ul.star li h6 {
    color: #fff;
}

.lat-img .cart-sm-img img {
    height: 20px;
    width: 22px;
    object-fit: contain;
}
.lat-img .cart-sm-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    position: absolute;
    bottom: -19px;
    right: 22px;
    background: var(--primary-color);
}

.lat-img {
    position: relative;
    z-index: 99;
}

.lat-bot-bx {
    padding: 20px;
    border: 1px solid #cccccd;
    border-radius: 10px;
    border-top: unset;
    padding-top: 34px;
    margin-top: -10px;
	height: 258px;
}

.lat-bot-bx a h5 {
    font-size: 17px;
    color: #0d0b21;
    line-height: 28px;
    margin-bottom: 0px;
}

.lat-bot-bx p {
    font-size: 13px;
    font-weight: 500;
    color: #7c7c7c;
}
.lat-bot-bx ul.star {
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #cccccd;
    padding-bottom: 20px;
}

.lat-bot-bx ul.star li h6 {
    font-size: 13px;
    margin: 0;
    color: #252525;
}
.lat-bot-bx ul.star li a i{
    color: #fd8f00;
}
.lat-bot-bx ul.star li a.last i {
    color: #febc66;
}
.lat-bot-bx-txt {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.lat-bot-bx-txt a {
    font-size: 13px;
    color: #252525;
    font-weight: 600;
}

.lat-bot-bx-txt h4 {
    margin: 0;
    font-size: 20px;
    color: #232834;
    font-family: 'Montserrat';
}
section.latest {
    padding-bottom: 100px;
    margin-top:50px;
}
/*section.latest end*/

/*newsletter*/

.newsletter {
    padding: 30px;
    background: -webkit-linear-gradient(0deg, rgb(194 161 119) 0%, rgb(166 133 95) 100%);
}

.email-detail h2 {
  font-family: 'Queensila';
  font-size: 36px;
  line-height: 55px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  color: #fff;
}

.email-detail p {
  color: #fff;
  font-size: 14px;
}

.news_formm {
  position: relative;
}

.news_formm form input {
  width: 100%;
  height: 60px;
  background: #FFF;
  border: 1px solid #ffffff;
  color: #fff;
  padding: 10px 30px;
  border-radius: 0;
  color: #fff;
  background-color: unset;
  border-radius: 100px;
}



button.theme_btn i {
  height: 59px;
  width: 63px;
    /* border: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #ed472f;
}

.news_formm form input::placeholder {
  color: #fff;
}

.news_formm form .wpcf7-submit {
   border-radius: 40px;
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 13px;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    border: 1px solid #fff;
    text-transform: uppercase;
    height: 55px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px 0px 15px;
    font-weight: 500;
    gap: 20px;
    background: var(--primary-color); 
  position: absolute;
  top: 3px;
  right: 1px;
  border: none;
  padding: 15px 37px;
  border-radius: 100px;
  
}

/*Footer Start*/

.quick-link ul li a:hover {
  padding-left: 4%;
  transition: 1s;
}

.footer-main {
  padding: 80px 0 20px;
  background: #141414;
  position: relative;
  width: 100%;
  background-size: cover;
}
.footer-logo-box h3 {
    color: #fff;
    font-size: 20px;
    font-family: 'Queensila';
    line-height: 1.2;
	margin-top:20px;
}
.footer-logo-box img{
	width:150px;
}

.footer-logo-box p {
  font-size: 14px;
  color: #fff;
  font-family: 'Montserrat';
  text-align: left;
  margin-top: 20px;
}

.footer-logo-box a img {
  margin-bottom: 35px;
}

.foot-social-1 ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 10px;
  margin-top: 40px;
}

.foot-social-1 ul li a:hover {
  background: #000;
  color: #fff;
}



.quick-link {
  padding-left: 40px;
  border-left: 1px solid #525252;
  margin-left: 29px;
  position: relative;
  height: 110%;
}

.contact-info {
  padding-left: 30px;
  position: relative;
  height: 110%;
}
.news_formm form input::placeholder {
    color: #fff;
}
.new-letter p {
  color: #acacac;
}

.copy-right {
  padding: 18px 0;
  border-top: 1px solid #ffffff63;
  /* text-align: center; */
  background: #141414;
}

.copy-right p {
  font-size: 14px;
  text-transform: capitalize;
  color: white;
  font-family: 'Montserrat';
  margin: 0;
  /* text-align: end; */
}


ul.foot-list {
  margin-top: 40px;
}


.footer-main h2 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px;
}

.quick-link ul li a {
  font-size: 13px;
  color: #fff;
  font-family: 'Montserrat';
  text-transform: capitalize;
}

.quick-link ul {
  line-height: 38px;
    /* column-count: 2; */
    /* margin-top: 40px; */
    /* column-count: 2; */;
}

.contact-info ul li a i {
  font-size: 18px;
  color: #fff;
}

.contact-info ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}

.contact-info ul li a {
  font-size: 13px;
  color: #ffffffb5;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: 'Montserrat';
}

.contact-info ul li:last-child a {
  margin-bottom: 0;
}

a.footbtn.btn10 {
  width: 100%;
  background: #ff0000 !important;
  background: azure;
  color: #fff;
}

.crd-img {
  text-align: end;
}

.prod-tage {
  width: 70%;
}

.footer-main .container-fluid {
    padding: 0 4%;
}

.newsletter .container-fluid {
    padding: 0 4%;
}
ul.quick-links.tw.mb-0 {
    column-count: 2;
}
/* ++++++++++++++++++++++++++++++ end ++++++++++++++++++++++++++++++ */

.contact-form{width:45%; float:left;}
.contact-form input{width:100%; margin-bottom:15px; padding:10px; border-radius: 10px; border:1px solid lightgray;}
.contact-form textarea{
    width:100%; margin-bottom:15px; padding:10px; border-radius: 10px;border:1px solid lightgray;
}
.contact-form h3{
    font-size: 45px;
	font-family: "Montserrat", sans-serif;
}
.contact-form .wpcf7-submit{
    border-radius: 40px;
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 13px;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    border: 1px solid #fff;
    text-transform: uppercase;
    height: 55px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px 0px 25px;
    font-weight: 500;
    gap: 20px;
    background: var(--primary-color);
}
.contact-infos{
	width:45%;
	float:right;
}
.contact-infos h3{
	font-size: 45px;
    margin-bottom: 10px;
    padding: 0px;
	font-family: "Montserrat", sans-serif;
}
.contact-infos ul{margin-top: 0px;}
.contact-infos ul li {
    padding: 20px 20px 20px 20px;
    border: 1px solid #d3d3d3;
    margin-bottom: 20px;
    border-radius: 10px;
}
.contact-infos ul li b{display:block;}
.contact-infos ul li a{color:#000;}
.contact-infos ul li i{
	margin-right: 10px;
    font-size: 25px;
    background: #527c8a;
    padding: 20px;
    color: #fff;
    border-radius: 100px;
}

/* shop single page */
/* Product Detail Section */
.productdetailsec {
    padding: 80px 0;
}
.productdetailportion img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.productdetailtext {
    padding-left: 20px;
}
.product_top h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Queensila';
    font-style: italic;
    letter-spacing: 4px;
}
.product_top h4 {
    font-size: 24px;
    color: var(--primary-color);
}
.woocommerce-product-rating {
    font-size: 16px;
}

/* Tabs Section */
.description {
    padding: 60px 0;
}
.description .nav-tabs .nav-link {
    border: none;
    font-weight: 500;
    color: #333;
}
.description .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #688f9a;
    border-radius: 5px;
}
.tab-content p,
.tab-content ul {
    margin-top: 20px;
    font-size: 15px;
}

/* Review Form */
form textarea,
form input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.rev-btn .rating label {
    color: #ffa500;
    font-size: 18px;
}
.btn-1.tabs-btn {
    background-color: var(--primary-color);
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.btn-1.tabs-btn:hover {
    background-color: var(--primary-color);
}

/* Best Seller Section */
.product_sec {
    padding: 70px 0;
    background-color: #f9f9f9;
}
.product_box {
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}
.product_box h5 {
    font-size: 18px;
    margin-top: 10px;
}
.product_box h4 {
    color: var(--primary-color);
    font-size: 18px;
}
.product_box .cart {
    background: var(--primary-color);
    color: white;
    padding: 6px 10px;
    border-radius: 5px;
    margin-left: 10px;
}
.product_box .cart:hover {
    background-color: var(--primary-color);
}


.justify-content-between{
    justify-content: space-between;
}
.btn-1.alt{
border-radius: 40px;
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 13px;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    border: 1px solid #fff;
    text-transform: uppercase;
    height: 55px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px 0px 25px;
    font-weight: 500;
    gap: 20px;
    background: var(--primary-color);
}

.btn-1.alt:hover{
    
}

.wc-block-cart__submit-button{
	background: #618994;
    color: #fff;
    border-radius: 40px;
}

.product-side-bar{
	border: 1px solid lightgray;
    padding: 10px 30px;
}
.product-side-bar ul{}
.product-side-bar ul li{
	border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* qty css */
.qty-input {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.qty-input .product-qty,
.qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
	
}
.qty-input .product-qty{
	border: 1px solid #000f;
    margin-top: 11px;
}
.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.qty-input .qty-count--minus {
  border-right: 1px solid #e2e2e2;
}
.qty-input .qty-count--add {
  border-left: 1px solid #e2e2e2;
}
.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}

.qty-input {
  border-radius: 4px;
  
}
.qty-add-cart {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.qty-add-cart .tm-extra-product-options .tmcp-field-wrap .tc-price{
	display:none!important;
}


.woocommerce-button.button.woocommerce-form-login__submit, .woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit{
	border-radius: 40px;
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 13px;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    border: 1px solid #fff;
    text-transform: uppercase;
    height: 55px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px 0px 25px;
    font-weight: 500;
    gap: 20px;
    background: var(--primary-color);
}
.woocommerce-button.button.woocommerce-form-login__submit:hover, .woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover{
	background:#d3a164;
	color:#fff;
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    flex-direction: column;
    display: flex;
}


.woocommerce-form__input.woocommerce-form__input-checkbox{
	width: auto;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
	display:block!important;
	order: 2;
    margin-top: 10px;
}


 .calendar {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      padding: 20px;
      width: 100%;
      max-width: 870px;
	  margin:0 auto;
    }
    .calendar-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
      flex-wrap: wrap;
      gap: 10px;
    }
    .calendar-header select {
      padding: 5px;
      border-radius: 6px;
      border: 1px solid #ccc;
      font-size: 1rem;
    }
    .calendar-header button {
      background: none;
      border: none;
      cursor: pointer;
      font-size: 1.2rem;
      color: #555;
    }
    .calendar-days {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 5px;
      margin-top: 10px;
    }

.calendar-days .selected{
    background: #b4936b;
    color: white;
    font-weight: bold;
    border: 2px solid #b4936b;
    transform: scale(1.05);
    pointer-events: none;
}
    .day-name, .day {
      text-align: center;
      padding: 10px;
    }
    .day-name {
      font-weight: bold;
      color: #888;
    }
    .day {
      background: #f9f9f9;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.3s, transform 0.2s;
    }
    .day:hover:not(.today) {
      background: #e0e0e0;
    }
    .today {
		background: #b4936b;
		color: white;
		font-weight: bold;
		border: 2px solid #b4936b;
		transform: scale(1.05);
		pointer-events: none;
	}
    @media (max-width: 600px) {
      .calendar {
        padding: 15px;
      }
      .day, .day-name {
        padding: 8px;
        font-size: 0.85rem;
      }
      .calendar-header {
        flex-direction: column;
        align-items: stretch;
      }
      .calendar-header select {
        width: 100%;
      }
    }

h2.gform_title {
    text-align: center;
}
div#gform_wrapper_1 {
    text-align: left;
}

/* Radio buttons styling */
.gfield_radio div input[type="radio"] {
  display: inline;
  width: auto;
}

.gfield_radio div label {
  display: inline-block;
  margin-top: -16px;
}
.calendar-days,.calendar-header{
	display:none;
}

/* Calendar header styling */
#gappointments_calendar h3 {
  font-family: monospace!important;
  font-weight: 600;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #ddb590;
    padding: 20px;
    text-align: center;
}


.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
    display: none;
}