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


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

body {
    overflow-x: hidden;
    word-break: break-word;
    color: var(--textColor);
    background-color: var(--bodyColor);
    font: 15px/25px 'Montserrat', sans-serif;
}

:root {
    --black: #000;
    --white: #fff;
    --bodyColor: #f8f5f2;
    --textColor: #636261;
    --themeColor: #784324;
    --themeColor2: #281004;
    --headingColor: #190d10;
    --headingColor2: #281004;
}

a {
    white-space: initial;
    display: inline-block;
    text-decoration: none;
    color: var(--textColor);
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--headingColor);
}

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: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'bodera';
    src: url(../fonts/bodera-regular.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: 80px 0;
}

.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 {
    line-height: 1;
    margin: 0 0 0px;
    font-size: 120px;
    font-weight: 500;
    color: var(--black);
    font-family: 'bodera';
}

h2 {
    line-height: 1;
    font-size: 80px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'bodera';
}

h3 {
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 600;
    color: var(--black);
    font-family: 'bodera';
}

h4 {
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'bodera';
}

h5 {
    font-size: 18px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Montserrat';
}

h6 {
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--textColor);
    font-family: 'Montserrat';
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1500px;
}

.theme-btn-1 {
    gap: 10px;
    display: flex;
    font-size: 14px;
    border-width: 1px;
    width: max-content;
    color: var(--white);
    border-style: solid;
    border-radius: 50px;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    font-family: 'Montserrat';
    text-transform: uppercase;
    transition-duration: 0.5s;
    padding: 5px 7px 5px 20px;
    border-color: transparent;
    background-color: var(--themeColor2);
    box-shadow: 0px 11px 14px 0px rgba(34, 37, 68, 0.18);
}

.theme-btn-1 span {
    width: 45px;
    height: 45px;
    display: flex;
    font-size: 18px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--themeColor);
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.theme-btn-1 span i {
    transition: ease-in-out;
    transform: rotate(-45deg);
    transition-duration: 0.5s;
}

.theme-btn-1:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.theme-btn-1:hover span {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.theme-btn-2 {
    gap: 10px;
    display: flex;
    font-size: 14px;
    border-width: 1px;
    width: max-content;
    border-style: solid;
    border-radius: 50px;
    color: var(--white);
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    font-family: 'Montserrat';
    text-transform: uppercase;
    transition-duration: 0.5s;
    padding: 5px 7px 5px 20px;
    border-color: transparent;
    background-color: var(--themeColor);
    box-shadow: 0px 11px 14px 0px rgba(34, 37, 68, 0.18);
}

.theme-btn-2 span {
    width: 45px;
    height: 45px;
    display: flex;
    font-size: 18px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: ease-in-out;
    color: var(--themeColor);
    transition-duration: 0.5s;
    background-color: var(--white);
}

.theme-btn-2 span i {
    transition: ease-in-out;
    transform: rotate(-45deg);
    transition-duration: 0.5s;
}

.theme-btn-2:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}

.theme-btn-1:hover span i,
.theme-btn-2:hover span i {
    transition: ease-in;
    transform: rotate(0);
    transition-duration: 0.5s;
}

.theme-btn-2:hover span {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--white);
}

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

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 800px;
}

/* Header */

/* New Header Styles */

.header-new {
    color: #fff;
    position: relative;
    width: 100%;
    z-index: 999;
    background-color: var(--headingColor);
}

.header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
    font-size: 12px;
}

.header-top ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-top .top-nav ul {
    justify-content: flex-start;
    gap: 25px;
}

.header-top .top-right-info ul {
    justify-content: flex-end;
    gap: 25px;
}

.header-top a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-family: 'Montserrat';
}


.header-bottom {
    padding: 20px 4%;
    background-color: var(--bodyColor);
}

.header-bottom .logo h2 {
    font-size: 32px;
    color: #fff;
    margin: 0;
}

.search-bar .input-group {
    border-radius: 30px;
    overflow: visible;
    border: 1px solid #d0cfcd;
    background-color: var(--white);
}

.search-bar .input-group-text {
    background-color: transparent;
    border: none;
    color: #fff;
    padding-left: 20px;
}

.search-bar .form-control {
    background-color: transparent;
    border: none;
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 10px 10px 80px;
    margin: 0;
    height: auto;
}

.search-bar .form-control::placeholder {
    color: #888;
}

.search-bar .form-control:focus {
    box-shadow: none;
    background-color: transparent;
    color: #fff;
}

.search-bar .btn-search {
    width: 50px;
    border: none;
    height: 50px;
    display: flex;
    align-items: center;
    color: var(--white);
    justify-content: center;
    border-radius: 50% !important;
    background-color: var(--themeColor);
    transition: background-color 0.3s ease;
}

.search-bar .btn-search:hover {
    background-color: #eee;
}

.user-actions ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.user-actions li a {
    display: flex;
    font-size: 10px;
    font-weight: 500;
    position: relative;
    align-items: center;
    color: var(--black);
    text-decoration: none;
    flex-direction: column;
}

.user-actions li a i {
    font-size: 20px;
    margin-bottom: 5px;
}

.user-actions li a .badge {
    top: -9px;
    right: -4px;
    width: 18px;
    height: 18px;
    display: flex;
    font-size: 8px;
    padding: 2px 5px;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    color: var(--white);
    justify-content: center;
    background-color: var(--themeColor);
}

.user-actions li a:hover {
    color: #ccc;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .header-top {
        display: none;
        /* Hide top bar on smaller screens for now, or stack it */
    }

    .header-bottom .col-lg-3,
    .header-bottom .col-lg-6 {
        margin-bottom: 15px;
        text-align: center;
    }

    .header-bottom .logo {
        text-align: center;
    }

    .user-actions ul {
        justify-content: center;
    }
}


/* Dropdown styles */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
    border-radius: 4px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Filter styles */
.filter-container {
    padding: 15px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}

.filter-container label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

.filter-container select,
.filter-container input[type="text"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.filter-container button {
    background-color: #01A9BF;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.filter-container button:hover {
    background-color: #01A9BF;
}

ul.dropdown-menu {
    width: 100%;
    flex-direction: column;
    position: absolute !important;
    top: 100%;
    left: 0;
    gap: 10px !important;
    max-height: 0;
    overflow: hidden;
    justify-content: center !important;
    align-items: start;
    padding: 0 10px;
}

.dropdown-menu.show {
    display: flex;
}


.custom-dropdown {
    position: relative;
}

ul.dropdown-menu a {
    color: #000 !important;
    font-size: 13px !important;
}

.dropdown-toggle::after {
    display: none;
}

img.logo {
    object-fit: scale-down;
    width: auto;
}

.dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
    display: block;
}

.dropdown-menu.show {
    max-height: 350px;
    height: 150px;
    opacity: 1;
}

.dropdown-menu .form-check.dropdown-item {
    padding: 0px 46px 0px 36px;
    display: inline;
    align-items: center;
}

.dropdown-menu .form-check-input {
    margin-right: 8px;
    margin-top: 12px;
}

.dropdown-menu .form-check-label {
    cursor: pointer;
    padding: 10px 30px 17px 10px;
}

.input-group-prepend .dropdown-menu {
    flex-direction: column !important;
    width: 10%;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #01A9BF;
}

.form-check-input:checked {
    background-color: #01A9BF;
    border-color: #01A9BF;
}

.input-group-prepend.custom-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    z-index: 88;
}

.input-group-prepend.custom-dropdown button {
    width: 60px;
    height: 100%;
    border: none;
    background: transparent;
    border-right: 1px solid #d0cfcd;
}

img.search-icon {
    object-fit: scale-down;
    width: auto;
}

/* Header end*/



.top-bar-text {
    gap: 55px;
    display: flex;
    padding: 0 10px;
    align-items: center;
    white-space: nowrap;
}

.top-bar-text img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.topBarSlider {
    padding: 14px 0px;
    background-color: #dec7ae9f;
}

.top-bar-text h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 2px;
    font-family: 'bodera';
    text-transform: uppercase;
    text-underline-offset: 4px;
    color: var(--headingColor2);
}

.top-bar-text p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
}

.topBarSlider .slick-slide {
    opacity: 1;
    height: auto;
    display: flex;
    outline: none;
    align-items: center;
    width: auto !important;
}

.topBarSlider .slick-track {
    display: flex !important;
    align-items: center !important;
    transition-timing-function: linear !important;
}


/*banner css start */

.main_slider {
    padding: 0px 4%;
    overflow: hidden;
    position: relative;
    background-image: url(../images/banner-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner_img {
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-slider-wrapper {
    position: relative;
}

.banner-slider-btn {
    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
}

.banner-slider-btn button {
    width: 85px;
    height: 85px;
    border: none;
    display: flex;
    cursor: pointer;
    border-radius: 50%;
    color: var(--black);
    align-items: center;
    transition: 0.3s ease;
    justify-content: center;
    background-color: transparent;
    border: 1px solid var(--textColor);
}

.banner-slider-btn button:hover {
    color: var(--white);
    border-color: var(--themeColor);
    background-color: var(--themeColor);
}

.banner-slider-btn button.banner-slider-btn-left {
    margin-right: -20px;
}

.banner_text {
    max-width: 410px;
}

.banner_text h1 span {
    font-size: 180px;
}

.banner_text h2 {
    margin-top: -25px;
    letter-spacing: 3px;
    color: var(--themeColor);
}

.banner_text p {
    font-weight: 600;
    color: var(--black);
    margin-bottom: 20px;
}

.banner_text ul {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.main_slider .top-barline {
    left: -24%;
    top: -13%;
    width: 100%;
    z-index: 61;
    position: absolute;
    transform: rotate(-30deg);
}

.main_slider .bottom-bar-line {
    right: -24%;
    width: 100%;
    z-index: 61;
    bottom: -13%;
    position: absolute;
    transform: rotate(-30deg);
}

.banner-img {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 25px;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-slider-wrapper {
    max-width: 400px;
    margin: 0px 0px 0px auto;
}





/*banner css end*/

/* product-sec */


.product-sec {
    padding: 100px 4%;
}

.product-box {
    padding: 15px;
    border-radius: 24px;
    margin-bottom: 30px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.product-box:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}

.product-img {
    width: 100%;
    display: flex;
    height: 390px;
    overflow: hidden;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 10px;
    justify-content: center;
    background-color: var(--bodyColor);
}

.product-img img {
    height: 70%;
    width: fit-content;
    object-fit: contain;
}

.product-text {
    gap: 15px;
    display: flex;
    position: relative;
    border-radius: 20px;
    align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 35px 20px 15px;
    background-color: var(--bodyColor);
}

.product-text ul {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product-text ul li h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    font-family: 'Montserrat';
}

.product-text ul li h5 {
    font-weight: 600;
}

.product-text ul li h6 {
    font-size: 22px;
    font-weight: 600;
    color: var(--black);
}

.product-text ul li p {
    font-size: 12px;
    color: var(--black);
}

.product-text ul li span.product-review-star {
    gap: 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-text ul li span.product-review-star i {
    color: #ff9000;
}

.product-text-cart {
    top: -80px;
    right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    color: var(--white);
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.product-text-cart:hover {
    transition: ease-in;
    color: var(--bodyColor);
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}

/* product-sec */

/* text-slider-sec */

.text-slider-sec {
    left: -5%;
    width: 110vw;
    padding: 20px 0px;
    position: relative;
    margin-bottom: 150px;
    transform: rotate(-4deg);
    background-color: #f0ece8;
    border: 1px solid var(--white);
}

.text-slider-sec .topBarSlider {
    background-color: #f0ece8;
}

.text-slider-sec .top-bar-text img {
    width: 40px;
    height: 40px;
}

.text-slider-sec .top-bar-text h5 {
    font-size: 40px;
    margin-top: 12px;
}

/* text-slider-sec */

/* about-sec */

.about-sec {
    overflow: hidden;
    position: relative;
    padding: 150px 0px;
    background-image: url(../images/about-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-img {
    width: 100%;
    height: 450px;
    min-height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-text {
    padding: 40px 0px;
}

.about-text p {
    max-width: 450px;
    font-weight: 600;
    color: var(--black);
}

.about-text ul {
    z-index: 1;
    left: -150px;
    display: flex;
    margin: 30px 0px;
    position: relative;
    border-radius: 40px;
    align-items: center;
    justify-content: space-between;
    background-color: var(--themeColor);
}

.about-text ul li {
    width: 50%;
}

.about-text ul li img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 40px;
    aspect-ratio: 1 / 1;
}

.about-text ul li a {
    gap: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.about-text ul li a i {
    width: 90px;
    height: 90px;
    display: flex;
    color: var(--white);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff70;
}

.about-text ul li a h5 {
    font-size: 30px;
    color: var(--white);
    font-family: 'bodera';
}

.about-sec .top-barline {
    right: -19%;
    width: 100%;
    z-index: 61;
    top: -13%;
    position: absolute;
    transform: rotate(27deg);
}

.about-sec .bottom-bar-line {
    left: -19%;
    width: 100%;
    z-index: 61;
    bottom: -13%;
    position: absolute;
    transform: rotate(27deg);
}


/* about-sec */

/* glow-sec */

.glow-sec {
    overflow: hidden;
    padding: 150px 4%;
    position: relative;
    background-image: url(../images/glow-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.glow-sec .row {
    z-index: 1;
    position: relative;
}

.glow-img {
    position: relative;
}

.glow-img-1 {
    width: 380px;
    height: 480px;
    object-fit: cover;
    border-radius: 20px;
    transform: rotate(-3deg);
}

.glow-img-2 {
    right: 0;
    top: -20px;
    width: 400px;
    height: 540px;
    object-fit: cover;
    position: absolute;
    border-radius: 20px;
    transform: rotate(20deg);
    box-shadow: -17.619px 14.784px 68px 0px rgba(26, 26, 26, 0.25);
}

.glow-img-3 {
    top: 0;
    left: 0;
    bottom: 40%;
    margin: auto;
    position: absolute;
}

.glow-img-4 {
    top: 50%;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.glow-text h2 {
    color: var(--white);
}

.glow-text h2 span {
    display: block;
    font-size: 110px;
}

.glow-text p {
    max-width: 500px;
    color: var(--white);
    margin-bottom: 20px;
}

.glow-text ul {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

/* glow-sec */

/* What People Say Starts */

.testimonial_slider .slick-active,
.testimonial_slider .slick-slide {
    opacity: 1;
}

.testimonial-card-heading h4 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
    font-family: "Montserrat";
}

.testimonial-card-heading h5 {
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", serif;
    margin: 0;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #8d6c61;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    color: #71483d;
    font-weight: 600;
    margin-top: 8px;
}

.testimonial-card-bototm-star ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.testimonial-card-profile img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 100px;
    box-shadow: 0 0 20px 0 #00000096;
}

.testimonial-card-bototm {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
}


.testimonial-card-txt {
    padding: 10px 40px;
    border-right: 1px solid #dcdace;
}


.testimonial-card-txt p {
    margin-top: 20px;
    color: #9a938a;
    font-weight: 500;
    width: 100%;
}

.testimonial-sec {
    padding: 100px 0px;
}

.testimonial_slider .testimonial-card-bototm-star ul li a i {
    color: #f39f1e;
}

.testimonial_slider .slick-slide {
    margin: 20px 0;
}

.testimonial-heading.heading h2 {
    color: #000000;
    margin-bottom: 0;
    font-size: 60px;
}

.testimonial-heading.heading p {
    width: 58%;
    margin: 0 auto;
}

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

.view-all-testimonial {
    display: flex;
    min-height: 100%;
    padding: 40px 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor);
}

.view-all-testimonial::before {
    top: 0;
    bottom: 0;
    left: -1px;
    content: '';
    width: 20px;
    margin: auto;
    height: 55px;
    position: absolute;
    background-color: var(--white);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.testimonial-main-box {
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-radius: 30px;
    background-color: var(--white);
    border-color: rgb(235, 235, 235);
    box-shadow: 0px 11px 14px 0px rgba(83, 71, 65, 0.04);
}

.theme-btn-3 {
    display: block;
    font-size: 18px;
    padding: 16px 40px;
    letter-spacing: 3px;
    color: var(--white);
    border-radius: 10px;
    font-family: 'bodera';
    text-transform: uppercase;
    border: 1px solid var(--white);
}

.theme-btn-3:hover {
    color: var(--themeColor2);
    background-color: var(--white);
}


/* What People Say Ends */




























/* ----------------------------- Footer ------------------------*/

ul.footer-socials li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 100px;
    background-color: #0000;
    color: #ffffffcf;
    border: 1px solid #ffffff4d;
    transition: 0.2s;
}

ul.footer-socials li a:hover {
    background-color: #fff;
    color: #014b4a;
    border: transparent;
}

footer {
    padding: 0px 4%;
    background: var(--headingColor);
}

.bottom-footer .row {
    position: relative;
    border-top: 1px solid #ffffff23;
}

.bottom-footer .row::after {
    top: -1px;
    right: 100%;
    content: '';
    height: 1px;
    width: 100vw;
    position: absolute;
    border-top: 1px solid #ffffff23;
}

.bottom-footer .row::before {
    top: -1px;
    left: 100%;
    content: '';
    height: 1px;
    width: 100vw;
    position: absolute;
    border-top: 1px solid #ffffff23;
}

.ft-general {
    padding: 80px 0 80px;
    position: relative;
}

.footer-main .row {
    border-top: 1px solid #ffffff23;
}

.footerlogo {
    border-right: 1px solid #ffffff23;
    border-left: 1px solid #ffffff23;
    margin: 0 40px;
}

.footer-info {
    margin-left: 40px;
}

.footer-info a {
    color: #222;
}

.double-links ul li a {
    color: #222;
}

.double-links {
    gap: 90px;
}

.footer-links.ft-general {
    max-width: 240px;
    margin: 0px 0px 0px auto;
}

.text-center-bottm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerlogo h4,
.footer-info h4,
.footer-links h4 {
    font-size: 40px;
    color: var(--white);
    margin-bottom: 15px;
}

.footerlogo form {
    gap: 15px;
    display: flex;
    margin: 0 auto;
    max-width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.footerlogo form input {
    width: 100%;
    height: 50px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
    color: var(--white);
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid var(--white);
}

.footerlogo form input::placeholder {
    color: var(--white);
}

.footerlogo form button {
    gap: 10px;
    width: 100%;
    height: 50px;
    display: flex;
    font-size: 16px;
    border-radius: 10px;
    align-items: center;
    color: var(--white);
    justify-content: center;
    text-transform: uppercase;
    border: 1px solid var(--themeColor);
    background-color: var(--themeColor);
}

.footer-top-sec {
    padding-bottom: 50px;
}

.footer-top-main-box {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid var(--themeColor);
}

.footer-top-box {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-top-box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.footer-top-box h4 {
    font-size: 28px;
    font-weight: 500;
}

.footer-top-box h4 span {
    display: block;
    font-size: 14px;
    font-family: 'Montserrat';
}







/* ----------------------------- Footer ------------------------*/

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/