/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Arima:wght@400;500;600;700&family=Playfair+Display:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arima:wght@400;500;600;700&family=Jost:wght@400;500;600&family=Playfair+Display:wght@400;700&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #C18B52;
    --secondary: #573B22;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: 'Jost', sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1380px;
    }
}

/* How to add New font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */


section {
    position: relative;
    /* padding: 6rem 0; */
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Playfair Display', serif;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

figure {
    margin: 0;
}

/* loader */
.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--black);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}

/* loader */

/* btn css */

.themeBtn {
    background: var(--primary);
    font-size: 20px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 0.6em 1.6em;
    line-height: normal;
}

.themeBtn:hover {
    background: var(--secondary);
    color: #fff;
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}

/* btn css */

/* mouse animation css  */

/* .bounce-element {
	animation: bounce 0.9s infinite alternate;
	-webkit-animation: bounce 0.9s infinite alternate;
}
@keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
.mouse {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11;
	text-align: center;
} */

/* mouse animation css  */

/* navigation css */

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 111;
    top: 0;
    width: 100%;
    /* padding: 1rem 0; */
    transition: 0.3s ease-in-out;
}


.navbar-nav .nav-item a i {
    color: #fff;
    font-size: 1rem;
}

.navbar-nav {
    align-items: center;
    justify-content: end;
    gap: 2rem;
}

a.phone {
    display: flex;
    align-items: center;
}


.navbar .drop-down ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
}

.navbar .drop-down li {
    min-width: 180px;
    position: relative;
    list-style: none;
}

.navbar .drop-down ul a {
    padding: 10px 20px;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: none;
    color: #151515;
    display: block;
}

.navbar .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .drop-down>a:after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    padding-left: 5px;
    color: #C18B52;
}


a.phone i {
    color: #C18B52 !important;
    font-size: 3rem !important;
    margin-right: 11px;
}

a.phone span {
    font-size: 15px;
    color: #fff;
}

a.phone h5 {
    font-size: 22px;
    color: #fff;
    font-family: 'Jost';
}

.navbar-nav .nav-item .nav-link {
    font-size: 20px;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 400;
    padding: 0 0;
    display: inline-block;
    font-family: 'Jost';
}


.an-navbar {
    background: var(--theme-color);
    padding: 0.8rem 0;
}

/* navigation css */

/* slider css */

.main-slider {
    height: 100vh;
    overflow:hidden;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    bottom: 8rem;
    width: fit-content;
    left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 53px;
    height: 53px;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 0%;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    opacity: 1;
    border: 1px solid #fff;
    transform: rotate(45deg);
}

.homeSlider .swiper-button-next {
    right: 5rem;
}

.homeSlider .swiper-button-prev {
    left: 4rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    background: var(--white);
    color: var(--black);
}

.swiper-pagination-bullet {
    height: 17px;
    width: 17px;
    display: inline-block;
    margin: 0 0.5rem !important;
    opacity: 1;
    /* border: 1px solid var(--white); */
    background: transparent;
    background: rgb(249 249 249 / 27%);
    border-radius: 0;
    transform: rotate(45deg);
}

.homeSlider .swiper-pagination {
    bottom: 15rem;
    left: 18rem;
}

.swiper-pagination-bullet-active {
    background: var(--white);
    position: relative;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.main-slider h1 {
    margin: 0;
    color: var(--white);
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}

.main-slider p {
    color: #C18B52;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 20px;
    font-size: 20px;
}

/* slider css */


/* mainitem css start */


.mainitemSec {
    background-color: #2B1807;
    padding-top: 4rem;
}

.mainitemSec h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 2rem;

}

.main {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 12px 18px;
    justify-content: space-between;
    height: 100%;
}

.main h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Jost';
}


/* mainitem css end */


.aboutSec h4 {
    font-weight: 400;
    font-size: 20px;
    color: #DCA76F;
    text-transform: uppercase;
    font-family: 'Jost';
}

.aboutSec h2 {
    font-size: 50px;
    color: #573B22;
    font-weight: 600;
    font-family: 'Playfair Display';
}

.aboutSec p {
    font-size: 20px;
    color: #74777A;
    font-family: 'Jost';
    font-weight: 400;
}


/* explore css start  */
.exploremain {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.explorebtn .themeBtn {
    background: unset;
    color: var(--secondary);
    border: 2px solid #C18B52;
    transition: all 0.3s ease;
}

.explorebtn .themeBtn:hover {
    background-color: var(--secondary);
    color: #fff;
    border-color: var(--secondary);
}

.exploretext h4 {
    font-size: 20px;
    font-family: 'Jost';
    font-weight: 400;
    text-transform: uppercase;
    color: #DCA76F;
}

.exploretext h2 {
    font-size: 50px;
    font-weight: 600;
    color: #573B22;
}

.exploretext p {
    font-size: 18px;
    color: #616161;
}

.ExploreSec {
    background: #F5F5F5;
    padding-bottom: 1rem;
}

.exploreimg {
    position: relative;
    margin-bottom: 2rem;
}

.explorecontnt {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 36, 45, 0);
    overflow: hidden;
    transition: all 0.3s ease;
}

.explorecontnt::before {
    content: '';
    position: absolute;
    inset: 50px;
    border: 1px solid white;
    opacity: 0;
    transition: 0.5s;
}

.exploreimg:hover .explorecontnt::before {
    opacity: 1;
}

.exploreimg:hover .explorecontnt {

    background-color: rgba(30, 36, 45, 0.74);
}

.explorecontnt .themeBtn {
    opacity: 0;
    transform: translateY(100%);
    transform: 0.5s;
}


.exploreimg:hover .explorecontnt .themeBtn {
    opacity: 1;
    transform: translateY(0);
}


.explorecontnt h5 {
    font-weight: 400;
    font-size: 40px;
    color: #fff;
}

/* explore css end  */


/* accountSec css start */

.accountSec {
    background: url(../images/accountbg.png) no-repeat bottom center;
    padding: 0;

}

.accountSec h3 {
    font-size: 50px;
    color: #fff;
    font-family: 'Playfair Display';
    margin-top: 7rem;
    font-weight: 600;
}

.accountSec .themeBtn.btn1 {
    background: var(--secondary);
    margin-right: 1rem;
    font-size: 20px;
    font-weight: 400;
}

.accountSec .themeBtn.btn2 {
    background: unset;
    border: 1px solid #fff;
    font-size: 20px;
    font-weight: 400;
}

.accountSec .themeBtn.btn1 i {
    margin-right: 9px;
}

.accountSec .themeBtn.btn2 i {
    margin-right: 10px;
}


/* accountSec css end*/

/* videosec css :start */
.videomain {
    position: relative;
}

.subvideoicon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}

.subvideoicon a i {
    color: #BD1E2C;
}

/* videosec css end */


/* aboutSection css start */


.aboutSection figure::before {
    content: "";
    border: 2px solid #69492C;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1.5rem;
    left: 2rem;
    z-index: -1;
}

.aboutSection figure {
    position: relative;
}

.aboutSection h5 {
    color: #DCA76F;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Jost';
    text-transform: uppercase;
}

.aboutSection h2 {
    font-size: 50px;
    font-weight: 600;
    color: var(--secondary);
}

.aboutSection p {
    font-size: 20px;
    font-weight: 400;
    color: #74777A;
}

/* aboutSection css end */


/* testimonials css start */


.testimonials .swiper {
    padding-bottom: 2rem;
}

.testimonials .swiper-slide p {
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    color: var(--black);
    /* text-align: center; */
    line-height: normal;
    font-weight: 400;
}

.testimonials .card {
    border: 0;
    border-radius: 1rem;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

.testimonials .card .quote {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    display: grid;
    place-content: center;
    z-index: 1;
}

.testimonials .card .quote::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 130px;
    height: 130px;
    background-color: #C18B52;
    border-radius: 50%;
    z-index: -1;
}

.testimonials .card .card-header {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0;
    padding: 0;
}

.testimonials .card .card-header img {
    margin-right: 1rem;
}

.testimonials .rating {
    margin-bottom: 1rem;
}

.testimonials .rating i {
    background-color: #00B67A;
    color: var(--white);
    width: 25px;
    height: 25px;
    display: inline-grid;
    place-items: center;
}

.testimonials {
    background: #69492C;
}

.testimonials h2 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 2rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.card-header h5 {
    font-size: 20px;
    font-family: 'Jost';
}

/* testimonials css end */


.contact-form textarea,
.contact-form input {
    width: 100%;
    background-color: #F5F5F5;
    height: 64px;
    /* border-radius: 50px; */
    border: 1px solid #979797;
    padding-left: 25px;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
}

.contact-form textarea {
    height: 212px;
    padding-top: 20px;
    resize: none;
    margin-bottom: 1rem;
}


.getSection {
    padding-bottom: 11rem;
}

.contact-info-sec {
    padding-top: 50px;
}

.contact-form input[type="submit"] {
    background-color: var(--primary);
    color: var(--white);
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
    border: none;
    width: fit-content;
    max-width: 225px;
    font-weight: 600;
    padding: 1em 1.5em;
}

.contact-form input[type="submit"]:hover {
    color: var(--white);
    background-color: var(--secondary);
}

.contact-form select {
    width: 100%;
    background-color: #F5F5F5;
    height: 64px;
    border: 1px solid #979797;
    padding-left: 25px;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    color: rgb(0 0 0 / 47%);
}

.getSection h3 {
    font-size: 50px;
    text-align: center;
    color: #573B22;
    font-weight: 600;
}

.getSection p {
    font-size: 18px;
    text-align: center;
    color: #616161;
    margin-bottom: 2rem;
}

form.contact-form .themeBtn {
    border: unset;
}


/* footer start*/
.newsHead h2 {
    font-size: 40px;
    color: #39210C;
    font-weight: 600;
    text-transform: capitalize;
}

.newsForm input {
    /* background: #F7F7F7; */
    height: 80px;
    border-radius: unset;
    border: unset;
    padding-left: 2rem;
    font-size: 1.375rem;
    border-bottom: 1px solid #707070;
}

.newsForm input::placeholder {
    color: rgb(0 0 0 / 60%);
}

.newsForm {
    display: flex;
    align-items: center;
    position: relative;
}

.newsForm i {
    position: absolute;
    /* right: 2rem; */
    font-size: 1.5rem;
    color: #686868;
}

footer {
    background: #2B1807;
    padding-top: 7rem;
    position: relative;
}

footer .quickList h2 {
    font-size: 33px;
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

footer li,
footer li a {
    color: var(--white);
    font-size: 18px;
    font-family: 'Jost';
}

footer a:hover {
    color: var(--black);
}

.newsHead p {
    font-size: 14px;
    color: #636363;
}

footer .footerContact li {
    margin-bottom: 10px;
}

footer .footerContact a {
    display: block;
}

footer .footerContact li:last-child a {
    /* text-decoration: underline !important; */
}

footer .copyRight {
    border-top: 1px solid #707070;
    margin-top: 2rem;
}

footer .copyRight .links {
    width: 80%;
    display: flex;
    justify-content: space-between;
}

footer .socialLinks {
    display: flex;
    justify-content: flex-end;
}

footer .socialLinks a {
    padding: 1em;
    display: inline-block;
}

footer .copyRight p {
    text-align: center;
    color: var(--white);
    padding-top: 1.5rem;
}

.whitebox {
    background: #fff;
    padding: 2.2rem 5rem;
    position: relative;
    margin-top: -12rem;
    width: 100%;
    box-shadow: 14px -23px 26px rgba(187 187 187 / 0.16);
    margin-bottom: 5rem;
}

form.newsForm button {
    border: unset;
    background: unset;
    white-space: nowrap;
    position: absolute;
    right: 2rem;
    font-size: 20px;
    color: #C18B52;
    text-transform: uppercase;
}

form.newsForm {
    padding-right: 2rem;
}

img.news1 {
    position: absolute;
    right: -5.7rem;
    top: -7px;
}


/* !footer */


/* Faq Sec Css Start */

.faq {
    background: #fff;
    margin-top: -5rem;
    z-index: -1;
    padding: 8rem 0 2rem 0;
}

.faq #accordion .card {
    border: none;
    padding: 0rem 1rem;
    background: transparent;
    margin-bottom: 2.5rem;
    border-radius: unset;
}

.faq #accordion .card .btn-link {
    --height: 3.5rem;
    --width: 4.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0;
    border: 0;
    font-size: 25px;
    border-radius: unset;
    text-decoration: none;
    overflow: hidden;
    border-bottom-left-radius: 0;
    text-align: left;
    /* border-bottom: 3px solid #231F20; */
    margin-bottom: 1.5rem;
    /* padding-bottom: 1rem; */
    padding: 10px 14px;
}

.faq #accordion .card .btn-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    width: var(--width);
    height: var(--height);
    margin-left: auto;
    border-radius: 50%;
    background: 000;
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
}

.faq #accordion .card .btn-link i::before {
    content: "\f107";
}

.faq #accordion .card .btn-link.collapsed i::before {
    content: "\f106";
}


.faq #accordion .card .btn-link.collapsed {
    /* background-color: var(--secondary); */
}

.faq #accordion .card .btn-link.collapsed i {
    color: #225743;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
}

.faq #accordion .card .btn-link {
    background-color: var(--secondary);
    margin: 0;
    border-bottom: 1px solid #8B6747;

}

.faq #accordion .card .btn-link i {
    color: #fff;
}

.faq #accordion .card .btn-link.collapsed {
    background-color: #F5F5F5;
    color: #000;
    border: unset;
}

.faq #accordion .card .btn-link.collapsed i {
    color: #231F20;
}

.faq #accordion .card .collapse {
    background-color: var(--secondary);
}

.faq #accordion .card+.card {
    margin-top: 0;
}

.faq #accordion .card .card-body {
    padding: 0rem 4rem 0.5rem 0rem;
}

.faq #accordion .card .card-body p {
    font-family: 'Jost';
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: 33px;
    padding-top: 1rem;
    padding-left: 4rem;
}

.faq .secHeading.subHeading {
    font-size: 70px;
    padding-bottom: 3rem;
}

.faq .card-header {
    padding: 0;
    background: unset;
    margin: 0;
    border: unset;
}

.card span {
    border-right: 1px solid #C18B52;
    margin-right: 1rem;
    padding-right: 1rem;
}

.faqPage h4 {
    font-size: 45px;
    text-align: center;
    color: #573B22;
    font-family: 'Playfair Display';
    font-weight: 600;
}

/* Faq Sec Css Start */

.homeSlider .swiper-button-prev:after,
.homeSlider .swiper-button-next:after {
    font-size: 15px;
    font-weight: 600;
    transform: rotate(-45deg);
}


/* innerpages Start */

.innerBan .overlay {
    position: absolute;
    text-align: left;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.innerBan h2 {
    font-size: 70px;
    color: var(--white);
    text-transform: capitalize;
    font-weight: bold;
}

.innerBan {
    position: relative;
}

.aboutSection.aboutinner figure::before {
    display: none;
}


.aboutSection.aboutinner {
    padding-bottom: 5rem;
}


.consultingSec h4 {
    font-weight: 400;
    font-size: 20px;
    color: #DCA76F;
    text-transform: uppercase;
    font-family: 'Jost';
}

.consultingSec h2 {
    font-size: 50px;
    color: #573B22;
    font-weight: 600;
    font-family: 'Playfair Display';
}

.consultingSec p {
    font-size: 20px;
    color: #74777A;
    font-family: 'Jost';
    font-weight: 400;
}

.cnsultcntnt h2 {
    margin-top: 1rem;
}

.consultingSec {
    padding-bottom: 0;
}

.testimonials.innertesti {
    background: #fff;
}

.testimonials.innertesti .card {
    box-shadow: 0px 10px 0px rgb(0, 0, 0, 0.16);
    border: 1px solid #B2B2B2;
    margin-bottom: 3rem;

}


section.contactinner {
    background: #F5F5F5;
}

.cntctimg {
    margin-top: -15rem;
    margin-bottom: -1rem;
}

.contactinner ul li {
    font-size: 1.5rem;
    color: #2B1807;
}

.contactinner ul li img {
    margin-right: 1rem;
}

.swiper-button-next,
.swiper-button-prev {
    border: 1px solid var(--primary);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
    background: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1rem;
    font-weight: 900;
    color: var(--primary);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--primary);
    color: var(--white);
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    color: var(--white);
}

.testimonials [class*='container'] {
    position: relative;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -70px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -70px;
}

.mainitemSec .row {
    gap: 2rem 0;
}

.main img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.contactinner ul li a {
    color: #2B1807;
    display: flex;
    align-items: center;
}