/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap");


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

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

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

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

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

}

h3 {
  color: #000;
  margin: 0;
  font-family: "Inter", sans-serif;
}

h1,
h2,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
  font-family: "Oswald", sans-serif;
}

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

.img {
  perspective: none;
  overflow: hidden;
  transform-style: preserve-3d;
}

.img img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform, box-shadow;
  display: block;
}

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 */

body.loading {
  overflow: hidden;
  height: 100vh;
}

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: start;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11113;
}

.preLoader .counter {
  color: var(--white);
  font-size: 15rem;
  font-family: var(--font-heading);
  font-weight: 700;
  position: absolute;
  bottom: 0rem;
  right: 5rem;
}

.preLoader .bar {
  height: 20%;
  width: 100vw;
  background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background: linear-gradient(180deg, #F0C866, #BD7E0A);
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 15px 2.1rem;
  line-height: normal;
  border-radius: 7px;
  letter-spacing: 1px;
}

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

/* NAV HEADER 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-brand {
  padding: 0;
  margin: 0;
}

.navbar-nav {
  align-items: center;
  gap: 58px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1.125rem;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 0;
  display: inline-block;
  font-family: 'Inter';
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
  height: 1000px;
}

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

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

.homeSlider .swiper-pagination {
  bottom: 11%;
  /* width: fit-content; */
  left: 0;
  margin: auto;
}

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

.homeSlider .swiper-button-next {
  right: 3rem;

}

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

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

.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: end;
  padding-bottom: 13rem;
}

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

.main-slider p {
  color: var(--white);
  font-weight: 500;
  line-height: 1.2;
  margin: 0.625rem 0;
  font-size: 1.5625rem;
}

.themeBtn i {
  transform: rotate(316deg);
}

/* !MAIN HERO SLIDER CSS */


/* about-sec */
.mainHead {
  font-size: 100px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #110E13;
}

.aboutcntnt p {
  font-size: 30px;
  font-weight: 400;
  color: #454545;
  line-height: 2;
  text-align: center;
}

.aboutcntnt .themeBtn {
  display: block;
  margin: 2rem auto 0;
  width: fit-content;
}

.aboutcntnt .mainHead {
  margin-bottom: 1.5rem;
}

section.about-section {
  padding-bottom: 0;
}

/* about-sec */


/* service */
section.service-section {
  padding: 4rem 0;
  background: linear-gradient(179deg, #F0C866, #BD7E0A);
}



.servicewrap {
  position: relative;
  margin-top: 85px;
}

.servcntnt h3 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.servcntnt {
  position: absolute;
  bottom: 44px;
  left: 0;
  text-align: center;
  right: 0;
}


.servicewrap figure img {
  width: 100%;
}

/* service */

/* request-sec */
.request-section {
  background: #000;
  padding: 4.5rem 0;
}

.request-section h2 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: 'Inter';
  letter-spacing: 1px;
}

/* request-sec */

/* gargae-sec */

.garage-door-sec {
  padding: 4rem 0 0 0;
}

.garage-door-sec .mainHead {
  margin-bottom: 2.5rem;
}

.gargecontent h3 {
  font-size: 33px;
  font-weight: 500;
  color: #222222;
  margin: 0;
  text-transform: uppercase;
}

.gargecontent p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #6B6668;
  line-height: 1.6;
  margin: 25px 0 40px 0;
  width: 85%;
}

.gargecontent a {
  font-size: 14px;
  font-weight: bold;
  color: #BF820F;
  letter-spacing: 1px;
}

.gargecontent a i {
  transform: rotate(319deg);
}

.gargecontent {
  margin-top: 36px;
}

.garagewrap {
  margin-bottom: 64px;
}

/* gargae-sec */

/* repair-sec */
.repairfigure {
  margin-bottom: 28px;
}

.repair-section .mainHead {
  font-size: 95px;
  margin-bottom: 2rem;
}

.repair-section {
  padding: 4rem 0;
  position: relative;
}

.reapirimg1 {
  padding-top: 6rem;
}

.repair-section::before {
  position: absolute;
  content: "";
  background: #FFE7A9;
  width: 100%;
  height: 84%;
  z-index: -1;
  top: 0;
}

/* repair-sec */

/* door-side-section */
.door-side-section {
  background: url(../images/doorsidebg.webp)center/cover no-repeat;
}

.door-sidecnt h2 {
  font-size: 100px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 2rem;
}

/* door-side-section */

.srevarcntnt h3 {
  font-size: 22px;
  font-weight: 500;
  color: #222222;
  margin-top: 1rem;
}

.srevarewrap {
  text-align: center;
  margin-bottom: 57px;
}

section.services-area {
  padding: 2rem 0 6rem 0;
}

section.services-area .mainHead {
  margin-bottom: 2.5rem;
}

.yellowside11 {
  position: absolute;
  top: -5rem;
  z-index: -1;
}


/* getcontact */
.get-main {
  background: linear-gradient(179deg, #F0C866, #BD7E0A);
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
  margin-top: -5rem;
  padding-top: 7rem;
}

.get-form {
  background: #000000;
  border-radius: 12px;
  padding: 56px 48px 70px 48px;
}

.get-form .mainheading {
  color: var(--white);
  margin: 0 0 1rem;
}

.get-form form input,
.get-form form select {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  padding: 0 1rem;
  margin-bottom: 1.2rem;
  color: #8d8d8d;
}

.get-form form input::placeholder {
  color: #000;
}

.get-form form textarea {
  width: 100%;
  height: 182px;
  border: 0;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  padding: 1rem 1rem;
  margin-bottom: 1.2rem;
  color: #8d8d8d;
}


form.contact-form label {
  font-size: 14px;
  font-weight: 500;
  color: #8D8D8D;
}

section.get-main .mainHead {
  text-align: inherit;
  margin-bottom: 2rem;
  margin-left: 3rem;
}

.contact-list li:not(:last-child) {
  margin-bottom: 2.5rem;
}

.contact-list li a {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.contact-list li a .icon {
  width: 150px;
  /* max-width: 150px; */
  height: 150px;
  aspect-ratio: 1;
  border-radius: 0.3125rem;
  display: grid;
  place-items: center;
  font-size: 2.5rem;
  background: #000;
  color: #F0C866;
}

.contact-list li a div h4 {
  font-size: 28px;
  color: #191919;
  margin: 0;
  font-weight: 500;
}

.contact-list li a div h4 span {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin-top: 0.375rem;
  font-family: 'Inter';
}

/* getcontact */


/* footer  */
ul.quicklist {
  display: flex;
  align-items: center;
  gap: 58px;
}

ul.quicklist li a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
}

ul.social-link {
  display: flex;
  align-items: center;
  gap: 2rem;
}

ul.social-link li a {
  color: #fff;
  font-size: 2rem;
}

footer {
  background: #000;
  padding-top: 66px;
}

.row.copyRight {
  border-top: 1px solid #373737;
  padding: 30px 0 40px 0;
  margin-top: 55px;
}

.row.copyRight p {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
}

/* footer  */

.themeBtn:hover {
  color: #fff;
}

/* innerpages Start */

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

.innerBan h2 {
  font-size: 170px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}

.innerBan {
  position: relative;
}


.getcontact {
  clip-path: unset;
}

.repairswraps h2 {
  font-size: 70px;
  font-weight: bold;
  font-family: 'Inter';
}

.repairswraps p {
  font-size: 1rem;
  color: #454545;
  line-height: 1.8;
  margin-bottom: 1rem;
  width: 92%;
}

section.repair-page .row+.row {
  margin-top: 3rem;
}

section.repair-page {
  padding-bottom: 10rem;
}

.privacy-cntnt p {
    color: var(--black);
    font-size: 1.275rem;
    margin-bottom: 15px;
}

.privacy-cntnt h2 {
    font-size: 3.5rem;
    font-weight: bold;
}

.privacy-cntnt h3 {
    margin: 0;
}

.privacyList {
    margin: 10px 0 10px 40px;
}

.privacyList li {
    color: var(--black);
    margin-bottom: 15px;
    font-size: 1.1275rem;
    position: relative;
}

.privacyList li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: var(--black);
    position: absolute;
    left: -20px;
    top: 12px;
    border-radius: 50%;
}