@import url(layout.min.css);
@import url('https://fonts.cdnfonts.com/css/dm-serif-display');
@import url('https://fonts.cdnfonts.com/css/manrope');

html {
    font-size: 16px;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
}

:root {
    --white: #ffffff;
    --black: #000;
    --theme-color: #e8bf96;
    --primary: #000000;
}

p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.67;
    margin-bottom: 2rem;
    font-family: 'Manrope', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DM Serif Display', sans-serif;
}

h1 {
    color: #000;
    font-size: 5rem;
    font-weight: 400;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.4rem;
    line-height: normal;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 18px;
}

h2 span {
    font-weight: 600;
}

h1 span {
    font-weight: 800;
}

h3 span {
    font-weight: 600;
}

h4 span {
    font-weight: 600;
}

h1 div {
    display: inline-block;
}

.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;
}

section {
    padding: 5rem 0;
    position: relative;
}

.themeBtn i {
    transform: rotate(-35deg);
    transition: transform 0.4s ease;
}

.themeBtn:hover i {
    transform: rotate(0deg);
}


/* Home Page CSS Start  */

.main-Banner {
    background: url(../images/banner/8.jpeg) top center / cover no-repeat;
    height: calc(100vh - 8vh);
    display: flex;
    align-items: end;
    min-height: 50rem;
}

.main-Banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #23201d99;
}

.bannertext h1 {
    font-size: 4rem;
    text-transform: capitalize;
    /* font-weight: 700; */
    color: var(--white);
}

.main-Banner p {
    color: #ffffff;
}
.leftTopBtm

/* Home Page CSS End */


/* Inner Pages CSS Start */




/* Inner Pages CSS End */

.bannerRight {
    position: absolute;
    bottom: 0;
    right: 13rem;
}

/* .bannerRight img {
    width: 30rem;
} */

.bannerLeft {
    transform: scale(-1);
    writing-mode: vertical-lr;
    margin: 0;
    position: absolute;
    left: 10px;
}

.bannerLeft h4 {
    font-size: 3rem;
    margin: 0;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px var(--theme-color);
    text-stroke: 1px var(--theme-color);
    text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
}

.leftTopBtm {
    display: flex;
    gap: 10px;
    align-items: center;
}

.leftTopBtm .top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.leftTopBtm .top .right h5 {
    font-weight: 400;
}

.leftTopBtm .top .right p {
    font-weight: 100;
}

.leftTopBtm .top .right h5,
.leftTopBtm .top .right p {
    margin: 0;
    color: #fff;
    font-family: 'Manrope', sans-serif;
}

.serviceSec {
    padding: 80px 0;
    background: #f9f9f9;
}

.serviceSec h3 {
    margin: 1rem 0;
}

.serviceSec .serviceText .section-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 10px;
}

.serviceSec .readMoreBtn {
    padding: 10px 25px;
    background: #e2b87c;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.serviceSec .serviceSwiper {
    position: relative;
    overflow: visible;
    /* allows slider to overflow container */
}


/* .serviceSec .swiper {
    padding-left: 40px;
} */

.serviceSec {}

.serviceCard {
    background: #1a1a1a;
    color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.serviceCard .icon {
    font-size: 30px;
    margin-bottom: 15px;
}

.serviceCard .icon img {
    width: 4rem;
}

.serviceCard h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.serviceCard p {
    font-size: 14px;
    line-height: 1.5;
    margin: 1rem 0;
}

.serviceSec.short .serviceCard p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.serviceCard a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.serviceSec .swiper-button-next,
.serviceSec .swiper-button-prev {
    background: transparent;
    color: #000000;
    top: auto;
    transform: translateY(-50%);
    border: 1px solid var(--theme-color);
    bottom: -1rem;
}

.serviceSec .sliderBtn {
    /* position: absolute; */
    /* bottom: 1rem; */
    /* right: 24rem; */
}

.serviceSec .swiper-wrapper {
    padding-bottom: 5rem;
}

.serviceSec .rightSlider {
    position: absolute;
    width: 60%;
    right: 0;
    top: 7rem;
}

.serviceSec {
    padding: 8rem 0;
}

.headTag {
    display: flex;
    gap: 10px;
}

.abouSec {
    background: #f5f2ed;
    position: relative;
}

.abouSec.innerAbout {
    background: #ffffff;
}

.abouSec.innerAbout .boxes {
    display: flex;
    gap: 20px;
    margin-bottom: 2rem;
}

.abouSec.innerAbout .boxes .inner {
    border-radius: 20px;
    background-color: #faf2ea;
    padding: 1rem 2.4rem;
}

.abouSec.innerAbout .boxes .inner p {
    margin-bottom: 1rem;
}

.aboutImages {
    position: relative;
    display: flex;
    gap: 20px;
    margin-top: 4rem;
}

.abouSec .box {
    background: #1e1e1e;
    color: #fff;
    padding: 25px 30px;
    border-radius: 10px;
    text-align: center;
}

.abouSec .box p {
    margin: 0;
}

.aboutImages .left {
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin-top: -4rem;
}

.aboutImages .left img {
    height: 26rem;
}

.abouSec .quote p {
    margin: 2rem 0;
    font-weight: 400;
}

.authorBox {
    display: flex;
    gap: 10px;
    align-items: center;
}

.authorBox .right h5 {
    font-weight: 400;
}

.authorBox .right p {
    font-weight: 100;
}

.authorBox .right h5,
.authorBox .right p {
    margin: 0;
    color: #000000;
    font-family: 'Manrope', sans-serif;
}

.processSec {
    background-color: #1c1d20;
}

.processSec .tagLine {
    color: #ffffff;
}

.processSec h2 {
    color: #ffffff;
}

.processSec .stck {
    position: sticky;
    top: 1rem;
}

.processSec .box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    position: relative;
}

.processSec .headTag .right {
    color: #ffffff;
}


/* .processSec .box .left {} */

.processSec .box .right {
    background-color: #262629;
    color: #ffffff;
    padding: 22px;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.processSec .box .right p {
    margin: 0;
}

.processSec .box .left .numbs {
    background-color: #ffffff;
    color: #262629;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    padding: 4px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    border: 4px solid #1c1d20;
}

.processSec .box::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #ffffff;
    z-index: 0;
}

.processSec .box:last-child::before {
    content: none;
}

.teamSec .teamBox {
    display: flex;
    flex-direction: column;
    background: #faf6f3;
    border-radius: 20px;
    margin-bottom: 2rem;
}

.teamSec .tagLine {
    justify-content: center;
    text-align: center;
}


/* .teamSec .headTag {
    justify-content: center;
} */

.teamBox .top img {
    width: 100%;
    max-width: 100%;
}

.teamBox .bottom {
    /* text-align: center; */
    padding: 2rem;
}

.teamBox .bottom p {
    margin: 6px 0px 0px;
}

.teamSec .headTag {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.teamSec h2 {
    text-align: center;
}

.counterSec {
    background: url(../images/bg/1.webp) top center / cover fixed no-repeat;
    display: flex;
    align-items: center;
    margin-top: 10rem;
    padding: 0;
}

.counterSec .row {
    margin-top: -8rem;
}

.counterSec .inner {
    background-color: #e8bf96;
    padding: 2rem;
    text-align: center;
}

.counterSec .inner .box {
    background-color: #ffffff;
    padding: 2rem;
    margin-bottom: 1rem;
    border-radius: 20px;
}

.counterSec .inner .box p {
    margin: 0;
}


/* .counterSec .inner .box h2 {
    color: #000000;
} */


/* .counterSec h2 {
    color: #ffffff;
} */

.reviewSec {
    padding: 60px 0;
}

.reviewSec .inner {
    display: flex;
    align-items: stretch;
    border: 1px solid #e8bf96;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

.reviewSec .inner .left {
    width: 40%;
}

.reviewSec .inner .left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.reviewSec .inner .right {
    /* width: 60%; */
    padding: 2rem;
}

.reviewSec .inner .right p {
    margin: 10px 0 0;
}

.reviewSec .inner .right h4 {
    margin-top: 15px;
    font-family: 'Manrope';
    margin-bottom: 0;
    font-size: 20px;
}

.reviewNav {
    display: flex;
    gap: 10px;
    align-items: center;
}

.reviewNav .swiper-button-prev,
.reviewNav .swiper-button-next {
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
    color: #000;
    border: 1px solid #000000;
    position: unset;
}

.reviewNav .swiper-button-prev::after,
.reviewNav .swiper-button-next::after {
    font-size: 16px;
}

.contactSec {
    background-color: #FAF6F3;
}

.contactSec .points {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 2rem;
}

.contactSec .points .right p {
    margin: 0;
}

.contactSec .points .left {
    background-color: #e8bf96;
    padding: 10px;
    border-radius: 50%;
}

.formSec {
    background-color: #e8bf96;
    padding: 40px;
    border-radius: 10px;
}

.formSec input,
.formSec textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: none;
    border-radius: 6px;
    background-color: #f1f1f1;
    font-size: 14px;
    outline: none;
}

.formSec h3 {
    margin-bottom: 1rem;
}

.formSec textarea {
    resize: none;
}

.formSec button:hover {
    background-color: #333;
}

@media (max-width: 768px) {
    .reviewSec .inner {
        flex-direction: column;
    }

    .reviewSec .inner .left,
    .reviewSec .inner .right {
        width: 100%;
    }
}

.footerSec {
    background: #111317;
    color: #ccc;
    padding: 60px 0 20px;
    font-family: 'Poppins', sans-serif;
}

.footerSec hr {
    border-color: rgba(255, 255, 255, 0.08);
    margin: 40px 0;
}

.footerSec .footer-logo {
    width: 15rem;
    margin-bottom: 2rem;
}

.footerSec .footer-nav {
    gap: 30px;
}

.footerSec .newsLetter {
    display: flex;
}

.footerSec .newsLetter input {
    flex: 1;
    padding: 12px 15px;
    border: none;
    outline: none;
    border-radius: 4px 0 0 4px;
    background-color: #7a7b7c;
    color: #ffffff;
}

.footerSec .newsLetter button {
    background: #e8bf96;
    border: none;
    padding: 12px 20px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0 4px 4px 0;
    transition: 0.3s;
}

.footerSec .newsLetter button:hover {
    background: #e8bf96;
}

.footerSec .contactInfo {
    margin-top: 10px;
}

.footerSec .contactInfo .infoBox {
    margin-bottom: 20px;
    display: flex;
    gap: 17px;
}

.footerSec .contactInfo .infoBox .left {
    display: flex;
    align-items: center;
}

.footerSec .contactInfo .infoBox h5 {
    color: #e8bf96;
    /* font-size: 15px; */
    margin-bottom: 5px;
}

.footerSec .contactInfo .infoBox p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

.footerSec .contactInfo .infoBox .left img {
    height: 2rem;
}

.footerSec .footerBtm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 20px;
    margin-top: 30px;
    justify-content: center;
}

.footerSec .footerBtm p {
    margin: 0;
}

.footerSec .footer-nav {
    display: flex;
    justify-content: center;
}

.footerSec .policyLink {
    display: flex;
    gap: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px;
    color: #000000;
    font-weight: 600;
}

.footerSec .socialLink {
    display: flex;
    gap: 10px;
}

.socialLink {
    display: flex;
    gap: 10px;
}

.socialLink li {
    list-style: none;
}

.socialLink li a {
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease;
}

.socialLink li a i {
    font-size: 16px;
}

.socialLink li a:hover {
    background: #ffffff;
    color: #000;
}

.innerCounter {
    background-color: #1c1d20;
}

.innerCounter .box {
    display: flex;
    background-color: #ffffff;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
}

.innerCounter .box h2,
.innerCounter .box p {
    color: #000000;
    margin: 0;
    text-align: center;
}

.abouSec.innerAbout .authorBox {
    margin-bottom: 2rem;
}

.abouSec.innerAbout .right {
    border-left: 1px solid #000000;
    padding-left: 14px;
}

.companyLogo h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.companyLogo .swiper-slide {
    text-align: center;
}

.companyLogo .swiper-slide img {
    max-width: 100%;
    height: auto;
    width: 14rem;
}

.cmnSecOne {
    background: url(../images/bg/2.webp) top center / cover no-repeat;
    display: flex;
    align-items: center;
    padding: 6rem 0;
}

.cmnSecOne h2,
.cmnSecOne h5,
.cmnSecOne p {
    color: #ffffff;
}

.cmnSecOne .themeBtn {
    margin-top: 2rem;
}

.abouSec .signimg {
    position: absolute;
    top: 14rem;
    right: 0;
}

.verticleText {
    transform: scale(-1);
    writing-mode: vertical-lr;
    margin: 0;
    position: absolute;
    bottom: 5rem;
    right: 0;
}

.verticleText h2 {
    /* font-size: 4rem; */
    margin: 0;
    font-weight: normal;
    color: transparent;
    -webkit-text-stroke: 1px var(--theme-color);
    text-stroke: 1px var(--theme-color);
    text-transform: uppercase;
}

.iconBoxMain {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.iconBoxMain .iconBox {
    flex: 0 0 50%;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}

.iconBoxMain .iconBox:nth-child(1),
.iconBoxMain .iconBox:nth-child(2) {
    border-bottom: 1px solid #e0c4a8;
}

.iconBoxMain .iconBox:nth-child(1) {
    border-right: 1px solid #e0c4a8;
}
.iconBoxMain .iconBox:nth-child(3) {
    flex: 100%;
}

.iconBoxMain .iconBox:nth-child(3) .left {
    width: 10%;
}
.iconBox {
    display: flex;
    gap: 20px;
    align-items: center;
}


.iconBox p {
    margin: 0;
}

.accordian {
    margin-left: 0;
}

.accordian li {
    margin-bottom: 25px;
    border-radius: 12px;
    box-shadow: 0 0 10px #00000024;
}

.accordian li h4 {
    background: #e8bf96;
    color: #2f2f2f;
    font-size: 1.125rem;
    padding: 1.4rem;
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
    padding-right: 4rem;
}

.accordian h4::after,
.accordian h4::after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.25rem;
    position: absolute;
    top: 50%;
    right: 15px;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    text-align: center;
    padding: 8px 12px;
    border-radius: 40px;
    color: #000000;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordian p {
    margin: 0;
    color: #869289;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 1rem;
}

.accordian li>div {
    display: none;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 1rem;
}

.accordian li.active h4::after {
    content: "\f068";
}

.accordian li.active {
    border-color: #F5F6F8;
    background: #F5F6F8;
}

.accordian li.active h4 {
    background: #e8bf96;
    color: #000000;
    padding: 1.4rem;
    border: #e8bf96;
}

.accordian li.active>div {
    background: #f6ebe0;
}

.accordian li.active>div p {
    color: #000000;
}

.accordianInner li {
    margin-bottom: 3rem;
}

.footer-top {
    text-align: center;
}

.thankyou {
    height: 40vh;
}

.serviceSec .swiper-button-prev {
    left: auto;
    right: 14rem;
}

.serviceSec .swiper-button-next {
    right: 10rem;
}

.tagLine {
    font-weight: 300;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
}


.innerAbout img {
    border-radius: 10px;
}

.companySwiper {
    padding-top: 2rem;
}




.animatedMain h4 {
    writing-mode: vertical-lr;
    position: absolute;
    font-size: 3.6rem;
    /* -webkit-text-stroke: 1px #ffffff4a; */
    color: transparent;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin: 0;
    line-height: 0.8;
    transform: scale(-1);
    justify-content: center;
    align-items: center;
    inset: 0 auto;
    left: 1rem;
    text-transform: uppercase;
}

.animatedMain span{
    display: block;
    margin: 0 auto;
    /* Clip Background Image */
    background: url(../images/line.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-animation: aitf 80s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

/* Animate Background Image */

@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}


.iconBoxMain .iconBox .left {
    width: 18%;
}

.iconBoxMain .iconBox .right {
    width: 80%;
}


.innerBanner {
    position: relative;
    height: 60vh;
    background-attachment: unset;
    z-index: 1;
    align-items: end;
    min-height: 30rem;
    padding-bottom: 3rem;
}

.innerBanner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(358deg, #1a1a1a, transparent);
    z-index: -1;
}

.innerBanner .bannertext {
    text-align: center;
}


.counterSec .inner .box h2 {
    font-size: 1.5rem;
    line-height: 1.36;
    margin: 0;
}

.innerCounter .box h2 {
    font-size: 1.5rem;
}
