/* FONT IMPORT */
@import url(layout.min.css);
/* Google Font */
@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=Playwrite+AU+QLD:wght@100..400&display=swap');

/* Local Font */
@font-face {
    font-family: "helvetica";
    src: url("../fonts/helvetica.ttf");
}

@font-face {
    font-family: "palisade";
    src: url("../fonts/palisade.ttf");
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #524630;
    --secondary: #333333;
}

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

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "helvetica";
}

section {
    position: relative;
}

h1,
h2,
h3 {
    font-family: "palisade";
}

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

/* PRELOADER */

.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(--white);
    z-index: 11113;
}

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

/* PRELOADER */

/* Main Banne Sec Css Start */

.mainBanner {
    
    height: 1070px;
    display: flex;
    align-items: end;
    /*height: 100vh;*/
    padding-bottom: 12rem;
}

.banContent h1 {
    font-size: 3.5rem;
    color: var(--white);
    /*color: #000000;*/
    margin: 0;
}

.banContent h4 {
    color: #F6F1E7;
    /* color: #000000; */
    font-size: 3rem;
    text-transform: capitalize;
    margin: 1.25rem auto 1.875rem;
    font-family: 'palisade';
    width: 70%;
}

.banContent a {
    color: var(--white);
    background: #4374A8;
    border-radius: 4px;
    display: inline-block;
    padding: 18px 2.8em;
}

.banContent a:hover {
    background: var(--black);
    color: var(--white);
}

/* Main Banne Sec Css End */

/* Product Sec Css Start */

.productSec {
    padding-bottom: 8.75rem;
    background: #FDFDF1;
}

/*.mainProducts {*/
/*    position: relative;*/
/*    overflow-y: clip;*/
/*    cursor: pointer;*/
/*}*/

/*.productContentBox {*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: var(--primary);*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    text-align: center;*/
/*    transform: translateY(-100%);*/
/*    transition: 0.5s ease;*/
/*}*/

.productContentBox * {
    color: white;
}

.productContentBox h4 {
    font-size: 1.6875rem;
}

.productContentBox p {
    font-size: 0.9375rem;
    width: 90%;
    margin: 10px 0 1rem 0;
}

.productBox {
    background: #FEFFF0;
    padding: 1.5625rem 1rem 1.875rem 1rem;
    text-align: center;
    box-shadow: 0 2.01px 8.02px 2.01px rgb(58 58 58 / 19%);
    min-height: 673px;
    border-top: 8px solid var(--primary);
    border-bottom: 8px solid var(--primary);
    margin-top: -5rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.productBox:before {
    content: "";
    position: absolute;
    background: var(--primary);
    inset: 0;
    z-index: -1;
    transform: translateY(100%);
    transition: 0.5s ease;
}

.productBox:hover:before {
    transform: translateY(0);
}

.productBox figure img {
    transition: 0.5s ease;
}

.productBox:hover figure img {
    filter: brightness(0) invert(1);
    transform: scaleX(-1);
}

.productBox h4 {
    color: var(--primary);
    font-size: 1.6875rem;
    text-transform: capitalize;
    margin: 1.5625rem 0 2.8125rem 0;
    position: relative;
    transition: 0.5s ease;
}

.productBox:hover h4,
.productBox:hover p,
.productBox:hover a {
    color: var(--white);
}

.productBox p {
    color: #3A3A3A;
    font-size: 0.9375rem;
    margin: 0;
    transition: 0.5s ease;
}

.productBox a {
    color: var(--primary);
    font-weight: 600;
    margin-top: 1rem;
    display: block;
    transition: 0.5s ease;
    text-decoration: underline !important;
}

.productBox h4:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 160px;
    height: 3px;
    bottom: -1.3rem;
    left: 0;
    right: 0;
    margin: auto;
}

.productBox:hover h4:before {
    background: var(--white);
}

/* Product Sec Css End */

/* About Sec Css Start */

.aboutSec {
    padding: 6rem 0;
  
}

.secHeading {
    font-size: 4rem;
    color: var(--black);
}

.abotuContent h4 {
    color: var(--white);
    font-size: 2.1875rem;
    margin-top: 1.5rem;
}

.abotuContent p {
    color: var(--white);
    font-size: 1.125rem;
/*     width: 64%;
    margin: 1.5625rem auto 0; */
}

.aboutImages {
    text-align: center;
    margin-top: 8.75rem;
}

.aboutImages img {
    border-radius: 10px;
}

.abt1 {
    position: absolute;
    left: 0;
    top: 0;
}

.abt3 {
    position: absolute;
    right: 5rem;
    z-index: 11;
    bottom: -6rem;
    z-index: 11;
}

.abt2 {
    z-index: 1;
    position: relative;
    margin-left: -6rem;
}

/* About Sec Css End */

/* Service Sec Css Start */

.serviceSec {
    background: #F6F1E7;
    padding: 5.625rem 0;
}

.serviceHeading {
    background: #C0A88F;
    border-radius: 1rem 1rem 0 0;
    padding: 5rem 4rem;
}

.serviceHeading h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serviceHeading p {
    margin: 0;
    color: var(--primary);
}

.serviceBoxs {
    background: var(--primary);
    padding: 4.6875rem 4.6875rem;
    margin: 0 0.9375rem;
}

.serviceContent span,
.serviceContent p {
    color: var(--white);
    font-size: 1.125rem;
}

.serviceContent h3 {
    color: var(--white);
    font-size: 3.75rem;
    margin: 0;
}

.serviceContent a {
    background: var(--white);
    color: var(--black);
    border-radius: 4px;
    display: inline-block;
    padding: 0.9375rem 2em;
}

.serviceContent a:hover {
    background: var(--black);
    color: var(--white);
}

.serviceContent a i {
    padding-left: 6px;
    font-size: 1.35rem;
}

.serviceContent p {
    width: 92%;
    line-height: 1.75;
    margin: 2rem 0 1.375rem 0;
}

.serviceContent span {
    display: block;
    margin-bottom: 2rem;
}

.serviceImage img {
    border-radius: 10px;
}

.serviceImage {
    text-align: end;
}

.serviceBoxs .row {
    border-top: 1px solid var(--white);
    padding-top: 2rem;
}

/* Service Sec Css End */

/* Begin Sec Css Start */

.beginSec {
    padding: 8.75rem 0;
}

.beginContent p {
    color: var(--white);
    font-size: 1.25rem;
    margin: 1.875rem 0;
}

.beginContent a {
    background: var(--white);
    color: var(--black);
    border-radius: 4px;
    display: inline-block;
    padding: 0.9375rem 2em;
}

.beginContent a:hover {
    background: var(--black);
    color: var(--white);
}

.beginContent a i {
    padding-left: 6px;
    font-size: 1.35rem;
}

/* Begin Sec Css End */

/* Customer Sec Css Start */

.customerSec {
    padding: 5rem 0;
    background: #F6F1E7;
}

.customerContent {
    text-align: center;
}

.customerBox {
     background: var(--primary); 
    
    border-radius: 50px;
    padding: 8.75rem 0;
}

.customerBox h2 {
    color: var(--white);
    font-size: 4.6875rem;
    margin: 0 auto;
    text-align:center;
}

.customerContent ul {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 2.1875rem 0 1.5625rem 0;
}

.customerContent ul li i {
    color: #E6C81B;
    font-size: 1.5rem;
}

.customerContent p {
    color: var(--white);
    font-size: 1.25rem;
    width: 46%;
    margin: auto;
}

.customerContent h4 {
    color: var(--white);
    font-size: 2.1875rem;
    margin-top: 5rem;
}

.customerContent span {
    color: var(--white);
    font-size: 0.875rem;
}

.customerBox .swiper-button-next:after,
.customerBox .swiper-button-prev:after {
    display: none;
}

.customerBox .swiper-button-next,
.customerBox .swiper-button-prev {
    color: var(--white);
    font-size: 1.75rem;
}

.customerBox .swiper-button-prev {
    left: 8rem;
}

.customerBox .swiper-button-next {
    right: 8rem;
}

/* Customer Sec Css End */

/* Connect Sec Css Start */

.connectSec {
    padding: 7.8125rem 0;
    
}

.connectContent p {
    color: var(--black);
    font-size: 1.25rem;
    width: 65%;
    margin: 2.5rem 0;
}

.connectContent h2 {
    margin: 0;
}

.listOne li a {
    color: var(--black);
    font-size: 1.375rem;
}

.listTwo {
    display: flex;
    margin-top: 2rem;
    gap: 10px;
}

.listTwo li a {
    color: var(--black);
    font-size: 1.125rem;
}

.connectForm label {
    color: var(--black);
    font-size: 0.875rem;
}

.connectForm .form-control {
    border: unset;
    border-radius: unset;
    outline: unset;
    box-shadow: unset;
    background: #FDFDF1;
    border-bottom: 1px solid var(--black);
}

.connectForm input {
    height: 40px;
}

.connectForm textarea {
    height: 90px;
    resize: none;
}

.connectForm .form-group {
    margin-bottom: 1.5rem;
}

.connectForm input[type="submit"] {
    border: unset;
    background: var(--black);
    color: var(--white);
    width: 100%;
    border-radius: 50px;
    padding: 10px 0;
}

/* Connect Sec Css End */

/* Insta Sec Css Start */

.instaSec {
    background: #C0A88F;
    padding: 4.375rem 0 3.75rem 0;
}

.instaHeading {
    text-align: center;
}

.instaHeading span {
    color: var(--primary);
    font-size: 2.1875rem;
}

.instaHeading h2 {
    color: var(--black);
    font-size: 4.6875rem;
    margin: 1.5rem 0 0 0;
}

.instaWraps img {
    width: 100%;
    border-radius: 1rem;
}

.instaSlider {
    margin-top: 2rem;
}

.instaSec .swiper-button-next:after,
.instaSec .swiper-button-prev:after {
    color: var(--black);
    font-size: 1.25rem;
}

.instaSec .swiper-button-next,
.instaSec .swiper-button-prev {
    background: var(--white);
    width: 50px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50px;
    top: 60%;
}

/* Insta Sec Css End */

/* Footer Css Start */

footer {
    background: var(--primary);
    padding-top: 5rem;
}

.links li a {
    color: var(--white);
    font-size: 1.25rem;
}

.contactLinks li a {
    color: var(--white);
}

.contactLinks li+li {
    margin-top: 0.9375rem;
}

.footSubscribe h4 {
    color: var(--white);
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.footSubscribe label {
    color: var(--white);
}

.footSubscribe .form-group input {
    width: 100%;
    background: transparent;
    border: unset;
    outline: unset;
    box-shadow: unset;
    border-bottom: 1px solid var(--white);
}

.footSubscribe .form-check {
    padding: 0;
    margin: 1.5rem 0 0.875rem 0;
}

.footSubscribe input[type="submit"] {
    background: var(--white);
    border: unset;
    outline: unset;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 2em;
}
.footSubscribe span.wpcf7-list-item {
    margin-left: 0;
}
.termsLinks {
    display: flex;
    gap: 2rem;
}
.footSubscribe p {
    all: unset;
}
.termsLinks li a {
    color: var(--white);
    font-size: 0.875rem;
}
.connectForm p {
    all: unset;
}
.copyRight p {
    margin: 0;
    text-align: right;
    color: var(--white);
    font-size: 0.875rem;
}

.links li + li {
    margin-top: 4px;
}

.copyRight {
    padding: 4.375rem 0 1.875rem 0;
}

a.footLogo img {
    filter: brightness(0) invert(1);
}

/* Footer Css End */

/* Inner Css Start */

.innerBanner {
    background: #C0A88F;
    padding: 18.75rem 0 9.375rem 0;
}

.innerBanner h2 {
    text-align: center;
    margin: 0;
    font-size: 5rem;
    color: var(--black);
}

.serviceInner {
    background: url(../images/serviceBg.png)center/cover;
    padding: 5rem 0;
}


.servImage img {
    border-radius: 0 80px 80px 0;
}

.srvTexts h2 {
    color: var(--black);
    font-family: 'helvetica';
    font-size: 3.2rem;
    margin-bottom: 1rem;
}

.srvTexts p {
    color: var(--black);
    font-size: 1.125rem;
    line-height: 1.75;
    width: 81%;
    margin-bottom: 1.5rem;
}

.srvTexts {
    margin-left: 3rem;
}

.srvTexts a {
    background: var(--primary);
    color: var(--white);
    border-radius: 4px;
    display: inline-block;
    padding: 1rem 1.75em;
}

.srvTexts a i {
    padding-left: 6px;
    font-size: 1.3rem;
}

/* Inner Css End */


.wrapsSlider .swiper-wrapper {
    transition-timing-function: linear;
}

.imgWraps img {
    border-radius: 20px;
}
