/* FONT IMPORT */

/* 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=Anton&family=Montserrat:wght@100..900&display=swap');


:root {
    --white: #fff;
    --black: #000;
    --primary: #354423;
    --secondary: #D8451D;


}

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

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

section {
    position: relative;
    padding: 5rem 0;
}

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

h1,
h2,
h3 {
    font-family: "Anton", sans-serif;
}

h4,
h5,
h6 {
    color: #000;
    font-family: var(--font-heading);
}

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


/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}


/* Cursor End */


/* 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: #F4FFEF;
    z-index: 11113;
}

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


/* PRELOADER */


/* GLOBAL CSS */
.themeBtn {
    background: var(--primary);
    color: var(--white);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    padding: 0.625rem 0.625rem 0.625rem 1.875rem;
    gap: 1rem;
    font-size: 1.25rem;
    border-radius: 50px;
}

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

.themeBtn:hover span {
    background: var(--black);
    transform: unset;
    color: var(--white);
}

.themeBtn span {
    background: var(--secondary);
    color: #fff;
    width: 2.125rem;
    height: 2.125rem;
    display: grid;
    place-items: center;
    border-radius: 50px;
    transform: rotate(-45deg);
    font-size: 1.25rem;
    transition: 0.5s ease;
}

.callAct {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.callAct span {
    color: var(--secondary);
    font-size: 1.875rem;
    font-weight: bold;
    text-transform: uppercase;
    display: grid;
}

.callAct span:hover {
    color: var(--primary);
}

.callAct span small {
    font-weight: bold;
    font-size: 0.75rem;
    color: var(--black);
}

/* !GLOBAL CSS */



/* NAV HEADER CSS */
.topBar {
    background: var(--primary);
    padding: 0.875rem 0;
}

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

.topWrap a,
.topWrap p {
    color: var(--white);
    font-size: 1.125rem;
    margin: 0;
}

.topWrap a:hover {
    color: var(--secondary);
}

.topWrap ul {
    display: flex;
    gap: 1.1875rem;
}

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

.navbar-brand {
    padding: 0;
    margin: 0;
}

nav.navbar {
    margin-top: 20px;
}

nav.navbar .container {
    align-items: start;
}

.navbar-nav {
    align-items: center;
    gap: 2rem;
    margin-top: 1.5rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.175rem;
    color: #3D3C47;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0 0;
    display: inline-block;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--secondary);
}


/* !NAV HEADER CSS */


/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 1080px;
    background: url(../images/mainbnrbg.webp)center/cover no-repeat;
}



.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
    background: url(../images/rightisdeban.webp)bottom right/contain no-repeat;
}

.homeSlider.swiper-container .swiper-slide {
    display: flex;
    align-items: center;
}

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

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.28);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

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

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

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

.homeSlider .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 0.5rem !important;
    opacity: 1;
    border: 1px solid var(--white);
    background: transparent;
}

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



.main-slider h1 {
    margin: 0;
    color: var(--primary);
    font-size: 3.4375rem;
    line-height: 1.06;
    font-weight: 400;
    text-transform: uppercase;
}

.main-slider h1 span {

    color: var(--secondary);

}

.main-slider p {
    color: #3D3C47;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 1rem;
    font-size: 1.25rem;
    width: 93%;
}


/* !MAIN HERO SLIDER CSS */


.subHead {
    font-size: 1.375rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #3D3C47;
    margin-bottom: 0.625rem;
    display: block;
}

.mainHead {
    color: var(--primary);
    font-size: 5rem;
    text-transform: capitalize;
    line-height: 1.1;
}

.mainHead span {
    color: var(--secondary);
}



/* Offer Sec Css Start */




.offerWrap {
    text-align: center;
}

.offerWrap figure {
    overflow: hidden;

}

.offerWrap figure img {

    transition: 0.5s ease;

}

.offerWrap:hover figure img {
    transform: scale(1.1);
}

.offerWrap figure {
    border: 6px solid #354423;
    border-radius: 100%;


}




.offerWrap h3 {
    font-size: 2.25rem;
    color: var(--primary);
    font-weight: 400;
    text-transform: uppercase;
    margin: 2rem 0 0.75rem 0;
}

.offerWrap p {
    font-size: 1.125rem;
    color: #3D3F3C;
    font-weight: 500;
    line-height: 1.6;
}

.offerSlider {
    padding-bottom: 2rem;
}

.offerSec .swiper-button-prev,
.offerSec .swiper-button-next {
    color: #fff;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    top: initial;
    bottom: 0;
    display: flex;
    align-items: center;
    width: auto;
    gap: 10px;
}

.offerSec .swiper-button-prev i,
.offerSec .swiper-button-next i {
    width: 50px;
    height: 50px;
    background: var(--primary);
    border-radius: 50px;
    display: grid;
    place-items: center;
    font-size: 1.625rem;
}

.offerSec .swiper-button-prev span,
.offerSec .swiper-button-next span {
    flex: 1;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--black);
}

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

.offerSec .swiper-button-next {
    right: 42%;
}

.offerSec .swiper-button-prev {
    left: 44%;
}

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

.offerHead p {
    color: #3D3F3C;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.8;
}

.offerSlider .swiper-slide.swiper-slide-active .offerWrap figure {
    border-color: var(--secondary);
}

.offerSlider .swiper-slide:nth-child(odd) {
    margin-top: 1.5rem;
}

/* Offer Sec Css End */


/* About Sec Css Start */

.aboutSec {
    padding-top: 5rem;
    background: url(../images/abtBg.webp)center/cover no-repeat;
    z-index: 1;
    padding-bottom: 0;
}

.aboutContent ul {
    display: flex;
    flex-flow: column wrap;
    margin: 0 0 1.5rem 0;
    max-height: 125px;
    gap: 14px 0;
}

.aboutImg {
    margin: 0 0 0 -5rem;
    position: relative;
}

.aboutContent p {
    font-size: 1.25rem;
    line-height: 2;
    font-weight: 500;
    color: #3D3F3C;
}

img.img-fluid.abtLogo {
    position: absolute;
    bottom: 2rem;
    left: -6.4rem;
    z-index: -111;
}

figure.aboutImg::before {
    position: absolute;
    content: "";
    background: var(--secondary);
    width: 530px;
    height: 700px;
    border-radius: 256px;
    top: 4.5rem;
    z-index: -1;
}

.aboutContent ul li {
    font-size: 1.375rem;
    font-weight: bold;
    color: var(--primary);
}

/* About Sec Css end */

/* project Sec Css start */

.projectHeading h2 {
    margin-bottom: 1rem;
}

.projectHeading p {
    font-size: 1.375rem;
    color: #3D3F3C;
    font-weight: 500;
    line-height: 1.7;
    width: 83%;
    margin: auto;
}

.swiper-slide.swiper-slide-next .projectWrap {
    margin-right: -6.5rem;
}

.projectWrap {
    border-radius: 1.5625rem;
    overflow: hidden;

}



.projectWrap .projectcntnt {
    opacity: 0;
    transform: translateY(5rem);
    transition: 0.5s ease;
}

.projectSlider .swiper-slide {
    width: fit-content;
}

.projectSlider {
    padding-bottom: 2rem;
}

.projectSec .swiper-button-prev,
.projectSec .swiper-button-next {
    color: #fff;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    top: initial;
    bottom: 0;
    display: flex;
    align-items: center;
    width: auto;
    gap: 10px;
}

.projectSec .swiper-button-prev i,
.projectSec .swiper-button-next i {
    width: 50px;
    height: 50px;
    background: var(--primary);
    border-radius: 50px;
    display: grid;
    place-items: center;
    font-size: 1.625rem;
}

.projectSec .swiper-button-prev span,
.projectSec .swiper-button-next span {
    flex: 1;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--black);
}

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

.projectSec .swiper-button-next {
    right: 42%;
}

.projectSec .swiper-button-prev {
    left: 44%;
}

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

.projectcntnt {
    position: absolute;
    bottom: 2.5rem;
    left: 2rem;
    z-index: 2;
}

.projectcntnt h3 {
    font-size: 1.875rem;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.projectcntnt p {
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    width: 75%;
}

.projectWrap {
    position: relative;
    height: 100%;
}

.projectWrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 45%;
    background: linear-gradient(174deg, #fff0, #354423);
    bottom: 0;
    opacity: 0;
    z-index: 1;
}

.projectWrap {
    max-width: 306px;
    height: 624px;
    overflow: hidden;
    margin-left: auto;
}

.projectWrap img {
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: 0.5s ease;
}


.projectSlider .swiper-slide-active .projectWrap {
    max-width: 40.125rem;
    margin-right: -13rem;
}

.projectSlider .swiper-slide-active .projectWrap img {
    transform: scale(1);
}

.projectSlider .swiper-slide-active .projectWrap .projectcntnt {
    opacity: 1;
    transform: translateY(0rem);
}

.projectSlider .swiper-slide-active .projectWrap::before {
    opacity: 1;
}


/* project Sec Css End */


/* Customer Sec Css Start */

.customerSec {
    background: url(../images/customside.webp) no-repeat top right / cover;
    padding: 11rem 0 5rem;
}

/*.customerSec:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 40%;*/
/*    height: 100%;*/
/*    background-image: linear-gradient(to right, var(--primary), #364421);*/
/*}*/

figure.customimg img {
    margin-top: -54px;
    margin-left: -20rem;
    position: relative;
    z-index: 0;
}

.customerContent {
    z-index: 3;
    position: relative;
}

.customerContent p {
    font-size: 1.25rem;
    color: var(--white);
    font-weight: 500;
    width: 100%;
    line-height: 1.7;
    text-shadow: 0 0 20px black;
}

.customerContent .themeBtn {
    background: var(--secondary);
}

.customerContent .themeBtn:hover {
    background: var(--black);
}

.customerContent .themeBtn span {
    color: #fff;
    background-color: #354423;
}


/* Customer Sec Css End */


/* Testimonial Sec Css Start */

.testimonialSec {
    background: #F4FFEF;
    padding: 5rem 0 10rem 0;
}

.testimonialBox {
    border: 2px dashed #3C8554;
    border-radius: 1.25rem;
    padding: 3.4375rem 1.875rem;
    background: linear-gradient(45deg, transparent, transparent);
    transition: 0.5s ease;
}

.quote {
    text-align: end;
    margin-top: -5rem;
}

.quote i {
    color: var(--primary);
    font-size: 3rem;
}

.testimonialBox ul {
    display: flex;
    gap: 4px;
    padding-top: 2rem;
}

.testimonialBox ul li i {
    color: #EAC906;
}

.testimonialBox p {
    font-size: 1.25rem;
    color: #3D3F3C;
    line-height: 1.8;
    margin: 1.875rem 0;
    transition: 0.5s ease;
}

.testimonialBox h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary);
    transition: 0.5s ease;
}

.testimonialBox h4 span {
    font-size: 1.375rem;
    display: block;
    color: #3D3F3C;
    font-weight: 500;
}

.testimonialSlider {
    margin: 0 13.125rem;
    padding: 7rem 0 4rem 0;
}

.testimonialSlider .swiper-slide-next .testimonialBox {
    background: #fff;
    box-shadow: 0 25px 25px rgb(60 133 84 / 10%);
    margin-top: -3.6rem;
    border: unset;
}

.testimonialSlider .swiper-slide-next .testimonialBox p,
.testimonialSlider .swiper-slide-next .testimonialBox h4,
.testimonialSlider .swiper-slide-next .testimonialBox h4 span {
    color: var(--black);
}

.testimonialSec .swiper-button-prev,
.testimonialSec .swiper-button-next {
    color: #fff;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    top: initial;
    bottom: 0;
    display: flex;
    align-items: center;
    width: auto;
    gap: 10px;
}

.testimonialSec .swiper-button-prev i,
.testimonialSec .swiper-button-next i {
    width: 50px;
    height: 50px;
    background: var(--primary);
    border-radius: 50px;
    display: grid;
    place-items: center;
    font-size: 1.625rem;
}

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

.testimonialSec .swiper-button-next {
    right: 47%;
}

.testimonialSec .swiper-button-prev {
    left: 47%;
}

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

.testimonilaBtn .testimonialSec .swiper-button-prev,
.testimonilaBtn .testimonialSec .swiper-button-next {
    position: static;
    transform: translateY(0);
    margin: 0 !important;
}

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

.testBg {
    position: absolute;
    bottom: 0;
}

.testimonialSlider .swiper-slide-next .testimonialBox .quote i {
    color: var(--secondary);
}

.projectsec p {
    width: 70%;
    font-size: 1.8125rem;
    font-weight: 500;
    line-height: 1.9;
}



/* Testimonial Sec Css End */

/* Message Sec Css Start */

.messageSec {
    padding: 5.625rem 0 3.75rem 0;
}

.messageContent p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    color: #3D3C47;
    margin-bottom: 32px;
}

.messageContent .callAct {
    margin-top: -1rem;
}

.messageContent .callAct span small {
    font-size: 1.125rem;
    color: var(--black);
}

.messageContent .callAct span {
    font-size: 2.8125rem;
    font-weight: 800;
    color: var(--secondary);
}

.messageContent .btn-group {
    gap: 1.25rem;
    align-items: center;
    margin-top: 2.5rem;
}

.talkBtn {
    font-size: 1.25rem;
    font-weight: 500;
    color: #3D3C47;
    border: 2px solid #3D3C47;
    border-radius: 50px;
    display: inline-block;
    padding: 0.7rem 0.4em;
    background: transparent;
}

.talkBtn:hover {
    background: var(--primary);
    color: var(--white);
}

.messageForm .form-group {
    margin-bottom: 1.25rem;
}

.messageForm .form-group .form-control {
    border: unset;
    border-radius: 15px;
    background: #F5F5FA;
    outline: none;
    box-shadow: none;
    font-size: 1.25rem;
    padding-left: 1rem;
}

.messageForm .form-group input {
    height: 70px;
}

.messageForm .form-group textarea {
    padding-top: 1rem;
}

.messageForm .form-group .form-control::placeholder {
    font-weight: 500;
    color: #373737;
}

.messageForm .themeBtn {
    font-size: 1.25rem;
    border-radius: 15px;
    border: unset;
    width: 100%;
    justify-content: center;
    padding: 1.3rem 1rem;
    background-color: var(--secondary);
}

.messageForm .themeBtn:hover {

    background-color: var(--primary);
}


/* Message Sec Css End */




/* Footer Css Start */

footer {
    background: url(../images/footerbg.webp) no-repeat;
    padding-top: 13rem;
    padding-bottom: 14rem;
}

footer ul li a:hover,
footer ul li a:hover span {
    color: var(--secondary);
}

.footerLogo ul li a span {
    color: var(--white);
    display: grid;
    transition: 0.5s ease;
    width: 208px;
}

.footerLogo ul li a span small {
    font-size: 1.25rem;
    font-weight: 500;
}

.footerLogo ul li a i {
    color: #fff;
    font-size: 1.375rem;
}

.footerLogo ul li a {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.footerLogo ul li:nth-child(1) a span {
    font-size: 1.125rem;
    font-weight: bold;
    flex-shrink: 0;
}

.footerLogo ul li+li {
    margin-top: 1.25rem;
}

.footerLogo ul {
    margin-top: 1.25rem;
}


footer h4 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 2rem 0 0.875rem 0;
}

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

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

.footerLogo ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerLogo {
    border-bottom: 1px solid #3C8554;
    padding-bottom: 3rem;
}

.para p {
    font-size: 16px;
    color: #fff;
    margin-top: 2.5rem;
}

/* Footer Css End */

/* inner-pages */
.inner-bg {
    height: 700px;
}
.inner-bg>img,
.galleryImg a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-bg__title{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 5rem;
}

.inner-bg__title h1 {    
    font-size: 5rem;    
    font-weight: 400;
    color: var(--primary);
    text-transform: uppercase;
    margin: 0;
}

.inner-bg__title h1 span{
    color: var(--secondary);
}

.aboutSec-inner {
    background: none;
    padding: 5rem 0;
}

.aboutSec-inner .aboutImg2 img{
    width: 100%;
    border-radius: 16.5625rem;
}

.aboutSec-inner .row+.row {
    margin-top: 4rem;
}

/* gallery */
.galleryImg * {
    transition: all 300ms ease-in-out;
}
.galleryImg a{
    display: block;
    width: 100%;
    height: 342px;
    border-radius: 1.5625rem;
    overflow: hidden;
    margin-top: 2.5rem;
}

.galleryImg a:hover img {
    transform: scale(1.1);
}

.contactInfo-wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    place-items: center;
    margin-bottom: 5rem;
}

.contactInfo-item {
    display: inline-block;
}

.contactInfo-item .icon {
    width: 160px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--primary);
    display: grid;
    place-items: center;
    margin: 0 auto 1.5rem;
}
.contactInfo-item:nth-child(even) .icon {
    background-color: var(--secondary);
}

.contactInfo-item h5 {
    font-size: 1.5rem;
    font-family: "Anton", sans-serif;
    color: var(--primary);
    text-transform: uppercase;
}

.contactInfo-item h5 span {
    font-size: 1.375rem;
    text-transform: lowercase;
    font-family: "Montserrat", sans-serif;
    margin-top: 0.5rem;
    color: var(--black);
}

.customerContent h2 {
    font-size: 3.6875rem;
}

.messageContent h2 {
    font-size: 3.5rem;
}