@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=Jost:wght@400;500;600;700&display=swap");

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

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

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: 5.5rem 0;
}

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

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

h3,
h4,
h5,
h6 {
  color: #000;
}

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

/* loader */

/* Cursor Start */

#cursor-follow {
  width: 24px;
  aspect-ratio: 1;
  border: 0;
  background: var(--white);
  border-radius: 100%;
  position: fixed;
  transition-duration: 50ms;
  transition-timing-function: linear;
  pointer-events: none;
  z-index: 11;
  mix-blend-mode: difference;
}


/* Cursor End */

/* btn css */

.themeBtn,
.themeBtn1 {
  border: 1px solid var(--black);
  background: transparent;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--black);
  display: inline-block;
  padding: 0.75rem 1.5em;
  position: relative;
  font-size: 1.125rem;
}

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

.themeBtn1 {
  border-color: var(--white);
  color: var(--white);
}

.themeBtn:hover span:before,
.themeBtn1:hover span:before {
  width: 100%;
}

.themeBtn:hover span:after,
.themeBtn1:hover span:after {
  height: 100%;
}

.themeBtn span:before,
.themeBtn1 span:before {
  content: "";
  position: absolute;
  background: var(--black);
  width: 134px;
  height: 1px;
  left: -5px;
  top: -5px;
  transition: all 0.3s ease;
}

.themeBtn span:after,
.themeBtn1 span:after {
  content: "";
  position: absolute;
  background: var(--black);
  width: 1px;
  height: 34px;
  left: -5px;
  top: -4px;
  transition: all 0.3s ease;
}

.themeBtn1 span:before,
.themeBtn1 span:after {
  background: var(--white);
}

.line2:before {
  right: -5px;
  bottom: -5px;
  left: unset !important;
  top: unset !important;
}

.line2:after {
  left: unset !important;
  top: unset !important;
  right: -5px;
  bottom: -4px;
}

/* btn css */

/* navigation css */

header {
  padding: 1rem 0;
}

.navbar-nav {
  align-items: center;
  gap: 4rem;
  margin-right: 3.75rem;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1.125rem;
  color: #1e2237;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0;
  display: inline-block;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #8f571a;
}

.navbar .nav-item.drop-down {
  position: relative;
  z-index: 1;
}

.navbar .drop-down>a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  padding-left: 0.625rem;
  color: var(--black);
}

.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:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

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

.navbar .drop-down ul a {
  padding: 6px 17px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: none;
  color: #151515;
  display: block;
  text-transform: uppercase;
}

.navbar .drop-down ul a:hover {
  background: var(--black);
  color: #fff;
}

.form-inline {
  gap: 59px;
}

.form-inline .themeBtn {
  letter-spacing: 1px;
}

a.loginn {
  color: #1e2237;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

a.loginn img {
  margin-right: 10px;
}

/* navigation css */

/* slider css */

.main-slider {
  height: 876px;
}

.homeSlider .swiper-pagination {
  width: fit-content;
  left: 4rem;
  right: initial;
  top: 40%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: fit-content;
}

.homeSlider .swiper-pagination::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #949494;
}

.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-bullet {
  height: 16px;
  width: 16px;
  display: inline-block;
  margin: 0 0.5rem !important;
  opacity: 1;
  background: #949494;
  border-radius: unset;
  transform: rotate(45deg);
}

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

.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 #949494;
  background: #949494;
}

.homeSlider .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: 6.125rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.main-slider h1 .word .char {
  transform: translateX(-50px);
  opacity: 0;
  visibility: hidden;
}

.main-slider p {
  color: var(--white);
  font-weight: 400;
  line-height: 1.3;
  margin-top: 1rem;
  font-size: 1.5625rem;
}

.main-slider h2 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

.slideOne .themeBtn {
  color: #fff;
  border-color: #fff;
}

/* slider css */

/* Sign Up Sec Css Start */

.sigupSec {
  padding: 0;
  margin-top: -3rem;
}

.sigupSec h2 {
  font-size: 2.5rem;
  color: var(--white);
  margin-bottom: 1rem;
}

.signupForm {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f8f8f8;
  padding: 71px 53px;
  border: 1px solid #d6d6d6;
}

.signupForm input {
  width: 314px;
  height: 56px;
  border: unset;
  padding-left: 1.8rem;
  font-size: 0.875rem;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  color: #959595;
  border: 2px solid #dedede;
}

.signupForm input::placeholder {
  color: #959595;
}

.signupForm button {
  font-size: 1.125rem;
  text-transform: uppercase;
  border: unset;
  background: #020f12;
  color: var(--white);
  display: inline-block;
  padding: 0.91rem 5.7em;
}

.signupForm button:hover {
  background: #949494;
  color: var(--black);
}

/* Sign Up Sec Css End */

.mainHead {
  font-size: 3.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}

/* aboutsec css start */
.abtwrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.aboutSection p {
  font-size: 1.375rem;
  color: #000000;
  width: 92%;
}

.aboutSection .mainHead {
  font-weight: 400;
}

.aboutSection .mainHead span {
  font-weight: 600;
}

.abtwrap figure:nth-child(even) {
  margin: 0;
}

.abtwrap figure {
  margin-top: 4rem;
  position: relative;
}

.abtwrap figure::before {
  content: "";
  position: absolute;
  border: 1px dashed #000;
  width: 100%;
  height: 100%;
  right: -8px;
  top: 12px;
  z-index: -1;
}

/* aboutsec css end  */

/* commercialSec css start */
.commericalSec {
  background: #f8f8f8;
  padding: 4rem 0;
}

.commericalcntnt h3 {
  font-size: 1.75rem;
  font-weight: 400;
  margin-top: 1rem;
}

.commericalSec.ResidentialSec {
  background: #efefef;
}

.commwrap {
  position: relative;
}

.commwrap:hover img {
  transform: scale(1.25);
}

.commwrap figure {
  overflow: hidden;
}

.commwrap img {
  transition: all 0.3s ease-in-out;
}

/* commercialSec css end  */

/* portfoliosec css start */
.portfolioSec {
  padding: 4rem 0;
}

.portfolioSec figure {
  margin-bottom: 1.438rem;
}

.portfoliowrap {
  position: relative;
}

.portfoliowrap:hover img {
  transform: scale(1.25);
}

.portfoliowrap figure {
  overflow: hidden;
}

.portfoliowrap img {
  /* transition: all 0.3s ease-in-out; */
}

/* portfoliosec css end  */

/* serviceSec css start */
.serviceSec {
  background: #f8f8f8;
  padding: 4rem 0;
}

.servcntnt h3 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #f8f8f8;
}

.serwrap {
  position: relative;
}

.servcntnt {
  position: absolute;
  bottom: 10px;
  left: 2rem;
}

.serwrap {
  position: relative;
}

.serwrap:hover img {
  transform: scale(1.25);
}

.serwrap figure {
  overflow: hidden;
}

.serwrap img {
  transition: all 0.3s ease-in-out;
}

/* serviceSec css end */

/*chooseSec css start*/
.choosewrap {
  text-align: center;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.choosewrap::before {
  content: "";
  width: 432px;
  aspect-ratio: 1;
  border: 4px dashed #000;
  position: absolute;
  border-radius: 50%;
}

.choosewrap:hover::before {
  animation: rotateText 10s linear infinite;
}

.choosecntnt p {
  font-size: 1rem;
  color: #696c83;
  width: 70%;
  margin: auto;
}

.choosecntnt h3 {
  font-size: 1.6875rem;
  color: #1e2237;
  margin: 1rem 0 0 0;
}

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*chooseSec css end */

/*letstalk css start */
.letstalk {
  background: url(../images/talkbg.png) center/cover no-repeat;
  padding: 6rem 0;
}

.letstalk-content .mainHead {
  font-size: 6rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}

.letstalk h4 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 2rem;
}

/*letstalk css end */

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

.viedowrap figure a {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.viedowrap figure a i {
  color: #fff;
  font-size: 1.5rem;
}

/*videosec css end */

/*logosec css start */

.logoSec {
  padding: 4rem 0 0 0;
}

/* .brandIco-wrap {
  display: grid;
  grid-template-columns: repeat(4,1fr);  
} */

.brandIco {
  background: var(--white);
  border: 1px solid #c4c4c4;
  height: 175px;
  display: grid;
  place-items: center;
  position: relative;
  transition: 0.3s ease-in-out;
}

.brandIco:hover {
  box-shadow: 0px 3px 54px 20px rgb(191 191 191 / 30%);
  z-index: 1;
}

/*logosec css end */

/* Review Sec Css Start */

.testimonailSection {
  background-color: #eeefef;
  padding: 5rem 0;
}

.review-card {
  text-align: center;
  padding: 3.75rem 2.75rem;
  position: relative;
  border-bottom: 1px solid #ababab;
  /* margin-bottom: 3.875rem; */
}

.review-card figure {
  margin-bottom: 1rem;
}

.review-card figure img {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  object-fit: cover;
}

.review-card h4 {
  font-size: 1.875rem;
  font-weight: 300;
  margin-bottom: 1.125rem;
}

.review-card p {
  font-size: 0.875rem;
  color: #646464;
  line-height: 1.6;
}

.review-card .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e1ae89;
  gap: 7px;
  margin-bottom: 10px;
}

.reviewslider {
  border-top: 1px solid #ababab;
  padding-bottom: 3.875rem;
}

.reviewslider .swiper-slide .review-card::before,
.reviewslider .swiper-slide .review-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  width: 1px;
  height: 100%;
  background: #ababab;
  transition: 0.5s ease;
}

.reviewslider .swiper-slide-active .review-card::before,
.reviewslider .swiper-slide-active .review-card::after {
  transform: scale(1);
}

.reviewslider .swiper-slide-active .review-card {
  background-color: var(--white);
}

.reviewslider .swiper-slide-active .review-card::after {
  right: 0;
  left: auto;
}

.reviewslider .swiper-pagination {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.reviewslider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background-color: #1e2237;
  opacity: 1;
  transition: 0.5s ease;
}

.reviewslider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--secondary);
}

.review-card .rating li i {
  font-size: 1.375rem;
}

/* Review Sec Css End */

/* Newsletter Sec Css Start */

.newsletterSec {
  padding: 0 0 3.5rem 0;
}

.newsForm input {
  background: transparent;
  border: unset;
  border-bottom: 1px solid var(--black);
  width: 100%;
  height: 50px;
  color: var(--black);
  box-shadow: unset;
  outline: unset;
  padding-left: 3rem;
}

.newsForm input::placeholder {
  color: var(--black);
}

.newsForm i {
  color: var(--black);
  position: absolute;
  left: 1.3rem;
  font-size: 1.25rem;
}

.newsForm button {
  background: unset;
  border: unset;
  position: absolute;
  right: 2.5rem;
  font-size: 1.25rem;
  bottom: 2rem;
}

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

/* Newsletter Sec Css End */

/* Footer Css Start */

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

footer h3 {
  font-weight: 500;
  font-size: 1.5625rem;
  color: var(--white);
  margin-bottom: 1rem;
  font-family: "Poppins";
}

footer ul li a {
  color: #fff;
  font-size: 1rem;
}

footer ul li a:hover {
  color: #8f571a;
}

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

.contactLinks li a span {
  display: block;
}

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

.contactLinks li:last-child a {
  text-decoration: underline !important;
}

.copyRight {
  border-top: 1px solid var(--white);
  margin-top: 3.5rem;
  padding: 2.5rem 0;
}

.copyRight p {
  font-size: 1.25rem;
  color: var(--white);
  margin: 0;
  text-align: center;
}

/* Footer Css End */

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.reveal {
  position: relative;
  overflow: hidden;
  transform-origin: left;
}

/* Innerpages */
.pagetitle {
  height: 65vh;
  position: relative;
  background: url(../images/pagetitle.png) no-repeat center/cover;
  display: flex;
  align-items: center;
}

.pagetitle__content h1 {
  font-size: 5rem;
  text-transform: uppercase;
  color: var(--white);
}

/* About Page */
.about__img {
  height: 410px;
}

.about__img img {
  object-fit: cover;
}

.about__content .mainHead {
  font-size: 3.125rem;
  font-weight: 600;
}

.about__content .mainHead span {
  font-weight: 400;
}

:is(.about__content, .aboutContent) p {
  width: 100%;
  font-size: 1.125rem;
}

.aboutContent .mainHead {
  line-height: 0.9;
}

/* Services Page */
.services__img {
  height: 500px;
}

.services__img img {
  object-fit: cover;
}

.services .row+.row {
  margin-top: 3rem;
}

/* Residentials Page */
.residentials__img {
  height: 500px;
}

.residentials__img img {
  object-fit: cover;
}

.residentials .row+.row {
  margin-top: 3rem;
}

/* Commercial Page */
.commercial__img {
  height: 500px;
}

.commercial__img img {
  object-fit: cover;
}

.commercial .row+.row {
  margin-top: 3rem;
}

/* Blog Page */
.blog-card {
  background: #F8F8F8;
  margin: 0.75rem;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}

.blog-card img {
  height: 260px;
  object-fit: cover;
}

.blog-card__content {
  padding: 2rem;
}

.blog-card__content .date {
  font-size: 1rem;
  font-weight: 500;
}

.blog-card__content .title {
  font-size: 1.5rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog-card__content p {
  font-size: 1rem;
  font-weight: 400;
  color: #828282;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px 2px #00000020;
  border-radius: 1rem;
}

/* Contact Page */
.inputField {
  margin: 0.5rem;
}

.inputField label {
  font-weight: 500;
  display: block;
}

.inputField :is(input, select, textarea) {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid #B4B4B4;
  outline: none;
  padding: 0.75rem;
  resize: none;
}

.inputField :is(input, select, textarea):focus {
  border-color: #8f571a;
}

/* Login */
.login-content {
  box-shadow: 0px 5px 23px rgb(0 0 0 / 16%);
  padding: 3rem;
}

.loginForm label {
  font-size: 1.125rem;
  margin: 0 0 0.25rem;
}

.loginForm :is(input) {
  display: block;
  width: 100%;
  font-size: 1.125rem;
  background-color: #F6F6F6;
  border: 1px solid #B4B4B4;
  padding: 0.75rem;
  margin: 0 0 1rem;
  caret-color: var(--primary);
}

.loginForm input:focus-visible {
  outline-color: var(--primary);
}

.loginForm .checkBox label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  user-select: none;
}

.loginForm .checkBox label input {
  margin: 0;
  display: inline-block;
  width: 28px;
  aspect-ratio: 1;
  border-radius: 0.3125rem;
  accent-color: #8f571a;
  cursor: pointer;
}

.loginForm .forgotBtn {
  font-size: 1rem;
  font-weight: 500;
  color: var(--black);
}

.loginForm .themeBtn {
  border: none;
  outline: none !important;
  background-color: var(--black);
  color: var(--white);
}

.loginForm .themeBtn:hover {
  background-color: #8f571a;
}

/* privacy & terms page*/
.privacy,
.terms {
    padding: 6rem 0;
}

.privacyContent :is(p, li),
.termsContent :is(p, li) {
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0 0 1rem;
    color: #828282;
}

.privacyContent p a,
.termsContent p a {
    color: var(--secondary);
    font-weight: 600;
}

.privacyContent h3,
.termsContent h3 {
    font-size: 2.125rem;
    font-weight: 600;
    margin: 1.125rem 0;
}

.privacyContent .list li,
.termsContent .list li {
    position: relative;
    padding-left: 1.75rem;
}

.privacyContent .list li::before,
.termsContent .list li::before {
    content: "";
    width: 16px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--secondary);
    position: absolute;
    top: 0.25rem;
    left: 0;
}

.product-img {
  background: #ddd;
  padding: 1rem;
  margin: 0 0 2rem;
}

.product-img img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}