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

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

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

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: '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: 'NTSEAWAVE';
    src: url(../fonts/NTSEAWAVE.otf);
}

@font-face {
    font-family: 'Blender';
    src: url(../fonts/fonnts.com-Blender_Pro_Medium.ttf);
}


/***** 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 {
    font-size: 55px;
    margin: 0 0 0px;
    color: #1f1f1f;
    font-weight: 500;
    font-family: 'NTSEAWAVE';
}

h2 {
    font-size: 70px;
    margin: 0 0 0px;
    color: #1f1f1f;
    font-weight: 500;
    font-family: 'NTSEAWAVE';
}

h3 {
    font-size: 25px;
    margin: 0 0 0px;
    color: #1f1f1f;
    font-weight: 500;
    font-family: 'NTSEAWAVE';
}

h4 {
    color: #000;
    font-size: 20px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'NTSEAWAVE';
}

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

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

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #111110;
    letter-spacing: 0px;
    font-family: 'Montserrat';
}

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

.add-padding-2 {
    margin: 0 auto;
    max-width: 1700px;
}

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

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

.section-heading p {
    width: 70%;
    margin: 0px auto;
    text-align: center;
}

.theme-btn-1 {
    color: #fff;
    font-size: 15px;
    padding: 20px 50px;
    position: relative;
    font-family: 'Blender';
    text-transform: uppercase;
    background-color: #5a4140;
}

.theme-btn-1 span {
    z-index: 1;
    position: relative;
}

.theme-btn-1:hover {
    color: #5a4140;
    background-color: #fff;
}

.theme-btn-1:hover::before {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.theme-btn-1:hover::after {
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.theme-btn-1::before {
    top: 2px;
    left: 2px;
    width: 10px;
    content: '';
    height: 10px;
    position: absolute;
    transition: ease-in;
    background-color: #fff;
    transition-duration: 0.5s;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

.theme-btn-1::after {
    right: 2px;
    bottom: 2px;
    width: 10px;
    content: '';
    height: 10px;
    position: absolute;
    transition: ease-in;
    background-color: #fff;
    transition-duration: 0.5s;
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
}

/*header css start */

.menuSection {
    padding: 15px 0px;
}

.menuSection .row {
    align-items: center;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    text-align: center;
    align-items: center;
    text-transform: capitalize;
    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 {
    padding: 0;
    font-size: 15px;
    color: #181d23;
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-family: 'Blender';
    text-transform: uppercase;
}

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

.mobile-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-right-box ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-btn {
    position: relative;
    z-index: 10;
}

.menu-box {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    z-index: 9;
    display: none;
}

.menu-box>nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.menu-box>nav a {
    font-size: 30px;
    color: white;
    text-transform: uppercase;
    font-family: 'Cinzel';
    line-height: 1;
    transition: 0.4s ease-in-out;
    position: relative;
    font-weight: bold;
}

/* menu-icon */

.menu-btn svg {
    width: 35px;
    height: 35px;
}

.path1,
.path2 {
    stroke-dasharray: 104;
    stroke-dashoffset: -71;
    transition: 1s all ease;
}

.cross {
    stroke-dashoffset: 68;
    stroke: #fff;
}

.mline {
    stroke-dasharray: 41;
    stroke-dashoffset: -82;
    transition: 1s all ease;
}

.hide {
    stroke-dasharray: 43;
    stroke-dashoffset: 130;
}

.header_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* menu-icon */


/*header css start */


/*banner css start */

.main_slider {
    height: 750px;
    margin: 0 auto;
    display: flex;
    padding: 0px 1%;
    max-width: 2000px;
    position: relative;
    align-items: flex-end;
    justify-content: space-between;
}

.main_slider .bannerBgSlider {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.main_slider .bannerBgSlider .slick-track {
    height: 100%;
}

.main_slider .add-padding {
    max-width: 1700px;
}

.main_slider .bannerBgSlider .slick-list.draggable {
    height: 100%;
}

.main_slider .row {
    z-index: 1;
    position: relative;
    align-items: center;
}

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

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

.banner_text h1 {
    gap: 10px;
    display: flex;
    height: fit-content;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.banner_text h1 span {
    background-color: #fff;
}

.banner_img-prev {
    left: 7px;
    width: 100%;
    float: right;
    height: 250px;
    display: flex;
    max-width: 480px;
    position: relative;
    padding: 50px 40px;
    align-items: flex-end;
    justify-content: center;
    border-top: 15px solid #f6f4f0;
    border-left: 15px solid #f6f4f0;
    border-right: 15px solid #f6f4f0;
}

.banner_img-prev::before {
    left: 0;
    bottom: 0;
    z-index: 2;
    content: '';
    width: 100%;
    height: 130px;
    position: absolute;
    background-color: #5a4140;
}

.banner_img-prev .bannerSmallSlider {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.banner_img-prev .bannerSmallSlider::before {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #000000c2;
}

.banner-silder-text h5 {
    color: #fff;
    font-size: 20px;
    font-family: 'Blender';
    text-transform: uppercase;
    text-transform: uppercase;
}

.banner-silder-text h6 {
    font-size: 15px;
    color: #ada0a0;
    font-family: 'Blender';
    text-transform: uppercase;
}

.banner-slider-btn {
    gap: 10px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.banner-slider-btn button {
    width: 35px;
    height: 35px;
    border: none;
    display: flex;
    font-size: 20px;
    color: #7b6766;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.banner-slider-btn button:hover {
    color: #c19b7b;
}

.bannerSmallSlider .slick-slide {
    margin: 0;
}

.banner-small-slider-img {
    width: 100%;
    height: 235px;
}

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

.banner-slider-conterl {
    z-index: 2;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.banner-slider-conterl .custom-flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nike-zoom-progress-barchg .progress {
    display: block;
    width: 100%;
    height: 1px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #7e6b6a;
    background-image: linear-gradient(to right, #c19b7b, #c19b7b);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
}


/*banner css end*/

/* a-track-sec */

.a-track-sec {
    padding: 100px 5%;
}

.track-img {
    width: 100%;
    height: 380px;
}

.track-box h4 {
    font-size: 25px;
    margin-top: 20px;
    text-align: center;
}

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

.a-track-slider .slick-slide {
    opacity: 1;
    margin: 0 10px 0;
    transition: margin 0.3s ease;
}

.a-track-slider-contorl {
    display: flex;
    margin: 50px 0px 25px;
    align-items: center;
    justify-content: center;
}

.a-trackr-btn {
    gap: 25px;
    width: 50%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.a-trackr-btn button {
    border: none;
    background-color: transparent;
}

.a-track-number {
    width: 500px;
    position: relative;
}

.a-track-number .slide_counter h2 {
    color: #fff;
    margin-bottom: 0;
    display: flex;
    height: 100%;
    gap: 190px;
    font-size: 25px;
    font-weight: 400;
    align-items: center;
    justify-content: space-between;
}

.a-track-number .progress {
    display: block;
    width: 80%;
    height: 1px;
    border-radius: 10px;
    overflow: hidden;
    bottom: 0%;
    background-color: #ffffff4b;
    background-image: linear-gradient(to right, #080e28, #ffffff4b);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}

.a-track-slider .slick-track {
    height: 455px;
}

/* a-track-sec */

/* about-sec */

.about-sec {
    padding: 0px 5% 100px;
}

.about-img {
    width: 100%;
    height: 550px;
    min-height: 100%;
}

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

.about-text {
    padding-left: 15px;
}

.about-text h2 {
    margin-bottom: 15px;
}

.about-text ul {
    gap: 35px;
    display: flex;
    align-items: flex-start;
}

.about-text ul li h5 {
    font-size: 14px;
    color: #d9c3b0;
    padding: 35px 20px;
    letter-spacing: 3px;
    border-radius: 50px;
    writing-mode: sideways-lr;
    text-transform: uppercase;
    border: 1px solid #d9c3b0;
}

.about-text ul li p {
    margin-bottom: 25px;
}

/* about-sec */

/* bespoke-sec */

.bespoke-sec {
    margin: 0 auto;
    max-width: 2000px;
    padding: 0px 2% !important;
}

.bespoke-bg-img {
    width: 100%;
    display: flex;
    height: 100vh;
    margin: 0;
    padding: 0;
    min-height: 800px;
    align-items: center;
    justify-content: center;
    background-image: url(../images/Bespoke.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.bespoke-content {
    z-index: 2;
    padding: 10px;
    text-align: center;
}

.bespoke-title {
    gap: 10px;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.bespoke-title span {
    display: block;
    padding: 5px;
    color: #5a4140;
    background: #fff;
    line-height: 1.1;
    width: fit-content;
    will-change: transform;
}

/* bespoke-sec */

.service-sec {
    padding: 100px 5%;
}

.service-heading {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    padding-bottom: 5px;
    justify-content: space-between;
    border-bottom: 1px solid #dedcd8;
}

.serviceSlider-btn {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.serviceSlider-btn::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    content: '';
    height: 100%;
    margin: auto;
    position: absolute;
    background-color: #dedcd8;
}

.serviceSlider-btn button {
    width: 45px;
    border: none;
    height: 40px;
    font-size: 15px;
    color: #c6c5c2;
    transition: ease-out;
    transition-duration: 0.5s;
    background-color: transparent;
}

.serviceSlider-btn button:hover {
    color: #c19b7b;
    transition: ease-in;
    transition-duration: 0.5s;
}

.service-box {
    padding: 10px;
    background-color: #fff;
}

.service-img {
    width: 100%;
    height: 190px;
    overflow: hidden;
    position: relative;
}

.service-img::before {
    top: 50%;
    left: 50%;
    height: 0%;
    z-index: 1;
    content: "";
    width: 200%;
    position: absolute;
    background-color: #5a4140;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.service-box:hover .service-img::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

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

.service-box:hover .service-text h5::before {
    left: 70%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.service-text {
    padding: 20px 10px;
}

.service-text h4 {
    padding: 15px 0px;
}

.service-text h5 {
    color: #1f1f1f;
    max-width: 100px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.service-text h5::before {
    left: 0;
    width: 30%;
    height: 1px;
    content: '';
    bottom: -1px;
    position: absolute;
    transition: ease-out;
    transition-duration: 0.5s;
    background-color: #c19b7b;
}

.serviceSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

/* service sec */

/* why-choose-sec */

.why-choose-sec {
    padding: 100px 5%;
}

.why-choose-img {
    width: 100%;
    height: 570px;
    min-height: 100%;
}

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

.why-choose-text h2 {
    margin-bottom: 15px;
}

.why-choose-text h5 {
    font-size: 16px;
    font-family: 'NTSEAWAVE';
}

.why-choose-text ul {
    gap: 30px;
    display: flex;
    margin-top: 25px;
    justify-content: flex-start;
}

.why-choose-text ul li .why-choose-ul-line {
    width: 50px;
    display: flex;
    height: 300px;
    min-height: 100%;
    position: relative;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
    border: 1px solid #eae0d6;
}

.why-choose-text ul li .why-choose-ul-line::before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 80%;
    margin: auto;
    position: absolute;
    background-color: #eae0d6;
}

.why-choose-text ul li p {
    margin-bottom: 20px;
}

.why-choose-text ul li h6 {
    gap: 10px;
    display: flex;
    font-size: 14px;
    align-items: center;
    margin-bottom: 15px;
    font-family: 'Blender';
    justify-content: flex-start;
}

/* why-choose-sec */

/* prodject-sec */

.prodject-sec {
    position: relative;
    padding: 100px 5% 0px;
    background-color: #fff;
}

.prodject-sec::before {
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100px;
    position: absolute;
    background-color: #f6f4f0;
}

.projectSlider .slick-list {
    overflow: visible;
}

.projectSlider .slick-slide {
    opacity: 1;
    margin: 0px 25px;
}

.projectSlider .slick-slide .project-img-box {
    height: 500px;
}

.projectSlider .slick-active .project-img-box {
    width: 100%;
    height: 600px;
}

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

/* prodject-sec */

/*testimonial_sec start*/

.testimonial_sec {
    padding: 100px 5%;
}

.testimonial_sec .custom-space {
    margin-top: 50px;
}

.testimonial_top_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.testimonial_top_bar p {
    text-align: center;
    color: #666666;
    margin: 0 auto;
    width: 50%;
}

.testimonial_top_bar {
    padding: 30px 0 15px 0;
}

.checked {
    color: #c19b7b;
}

.testimonial_boxspan {
    color: #f3b15c;
}

.testimonial_box {
    padding: 50px 24px;
    height: 320px;
    margin: 25px 0px;
    position: relative;
}

.testimonial_box i {
    position: absolute;
    color: #000000;
    top: -7%;
    opacity: 0;
    padding: 20px;
    border-radius: 50%;
    background-color: #ffffff;
}

.testimonial_box p {
    padding: 0;
    max-height: 100px;
    font-weight: 500;
    color: #8a8b8d;
    overflow-y: scroll;
    font-family: 'Montserrat';
}

.profile {
    padding: 30px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.profile img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.profile_text p {
    margin: 0;
    padding: 0;
    overflow-y: visible;
}

.profile_text h6 {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-family: 'NTSEAWAVE';
}

.profile_text p {
    padding: 0;
    text-transform: uppercase;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box i {
    background-color: #ffffff;
    color: #51483f;
    opacity: 1;
}

.testimonial_slider .slick-slide.slick-current.slick-active .profile_text p {
    padding: 0 !important;
    color: #fff
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box h6 {
    color: #fff;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box p {
    padding: 20px 0 16px 0;
    color: #fff;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box {
    border-width: 1px;
    border-color: rgb(244, 244, 244);
    border-style: solid;
    border-radius: 0px;
    background-color: #5a4140;
    box-shadow: 23.013px 9.768px 59px 0px rgba(193, 193, 193, 0.2);
}

.testimonial_box:hover {
    background-color: #5a4140 !important;
    box-shadow: 23.013px 9.768px 59px 0px rgba(193, 193, 193, 0.2);
}

.testimonial_box:hover i {
    opacity: 1;
    background-color: #ffffff;
    color: #51483f;
}

.testimonial_slider .slick-slide.slick-current.slick-active {
    width: 11% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active {
    width: 7% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active {
    width: 7% !important;
}

.testimonial_slider .slick-list.draggable {
    height: 463px;
    padding: 60px 0;
}

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

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active .testimonial_box {
    background-color: #fff;
    border-radius: 0px;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active .testimonial_box {
    background-color: #fff;
}

.profile i {
    position: relative;
    top: 0;
    left: 0;
    background-color: #000000 !important;
    border: 1px solid #fff;
    color: #fff !important;
}

.testimonial_slider .slick-slide.slick-active+.slick-slide.slick-active .testimonial_box p {
    color: #8a8b8d;
    margin: 0 0 10px;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active .testimonial_box {
    background-color: #fff;
    border-radius: 0px;
}

.testimonial_slider-btn {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
}

.testimonial_slider-btn button {
    height: 60px;
    width: 60px;
    display: flex;
    flex-shrink: 0;
    color: #cccccc;
    border-radius: 50%;
    align-items: center;
    transition: ease-out;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid #cccccc;
    background-color: transparent;
}

.testimonial_slider-btn button:hover {
    color: #000;
    transition: ease-in;
    border-color: #5a4140;
    transition-duration: 0.5s;
    background-color: #5a4140;
}

.abouttestimonial_sec {
    overflow-x: hidden;
    padding: 80px 5% 100px;
}

/*testimonial_sec end*/


/*Footer Start*/

.footer-sec {
    padding: 80px 5% 0px;
    background: #5a4140;
}

.footer-newsletter form {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #7e6b6a;
}

.footer-sec .footer-newsletter h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 40px;
}

.footer-newsletter {
    margin-bottom: 60px;
}

.footer-newsletter form input {
    width: 100%;
    border: none;
    color: #fff;
    background-color: transparent;
}

.footer-newsletter form button {
    border: none;
    color: #ffffff94;
    background-color: transparent;
}

.footer-newsletter form input::placeholder {
    color: #ffffff94;
}

.footer-sec h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-support ul li a {
    color: #999999;
    font-weight: 500;
    font-size: 14px;
}

.custom-border {
    border-top: 1px solid #ffffff8f;
}

.footer-copy-right-sec p {
    margin-bottom: 0;
    color: #ffffffa2;
}

.footer-copy-right-sec {
    border-top: 1px solid #ffffff8f;
    text-align: center;
    padding: 20px 0;
}

.footer-latest-update ul {
    gap: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.footer-latest-update ul li a {
    gap: 20px;
    display: flex;
    color: #ffffffb4;
    font-size: 16px;
    align-items: baseline;
    justify-content: flex-start;
}

.footer-support ul {
    line-height: 40px;
}

.footer-support ul {
    column-count: 2;
}

.footer-logo {
    text-align: center;
    border-left: 1px solid #ffffff8f;
    border-right: 1px solid #ffffff8f;
    padding: 60px 70px 80px 70px;
    margin: 0 20px;
}

.footer-latest-update form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background: #282828;
    border: none;
    text-transform: uppercase;
    color: #747474;
    font-weight: 500;
    border-radius: 8px;
}

.footer-support {
    padding-top: 60px;
}

.footer-latest-update {
    padding-top: 60px;
}


.footer-logo h2 {
    margin-bottom: 0;
}

.footer-logo p {
    margin: 15px 0px;
    color: #ffffff94;
}

.footer-logo ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 60px;
}

.footer-logo ul li a:hover {
    background: #c19b7b;
    color: #fff;
    transition: 0.5s;
    border: 2px solid #c19b7b;
}

.footer-logo ul li a {
    border: 1px solid #ffffffcb;
    color: #ffffffcb;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.5s;
}

.footer-logo a img {
    width: 150px;
    height: 55px;
    object-fit: contain;
    margin-bottom: 15px;
}

/*Footer Ends*/

/*Media Query Start*/

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

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bespoke-bg-img {
        min-height: 600px;
    }

    .bespoke-title span {
        font-size: 3.5rem;
    }


}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bespoke-bg-img {
        min-height: 500px;
    }

    .bespoke-title span {
        font-size: 3rem;
    }


}

@media only screen and (min-width: 0px) and (max-width: 575px) {

    .bespoke-bg-img {
        min-height: 400px;
    }

    .bespoke-title span {
        font-size: 2.5rem;
    }

    .header_btn {
        margin-top: 25px;
        justify-content: center;
    }

    .theme-btn-1 {
        font-size: 13px;
        padding: 14px 30px;
    }

    .banner_text {
        padding: 10px;
        text-align: center;
    }

}


/*Media Query End*/