/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* Local Font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

:root {
  --white: #fff;
  --black: #000;
  --primary: #652f3c;
  --secondary: #f9db52;
}

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
}

.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-color: var(--secondary);
  font-size: 14px;
  color: var(--black);
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  padding: 27px 45px;
  line-height: normal;
  letter-spacing: 2px;
  position: relative;
  width: fit-content;
}

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

/* NAV HEADER CSS */

header {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  transition: 0.3s ease-in-out;
  position: sticky;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  top: 0;
  z-index: 1;
  background-color: var(--white);
  padding: 0.625rem 0;
}

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

.navbar-nav {
  align-items: center;
  gap: 2.25rem;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: var(--black);
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
  height: 900px;
}
.main-slider video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* clip-path: polygon(100% 0, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0, 0 0); */
}

.slideOne .themeBtn {
  background-color: var(--primary);
  color: var(--white);
}
.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: 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;
}

.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 {
  color: var(--white);
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
  margin: 2rem 0 0.625rem;
}

.main-slider p {
  color: var(--white);
  line-height: 1.6;
  margin: 0.75rem auto;
  font-size: 1.25rem;
  width: 66%;
}

/* !MAIN HERO SLIDER CSS */

/* Drop-Down Css Start */

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

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

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

.navbar .drop-down ul {
  display: block;
  position: absolute;
  left: 0.875rem;
  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 1.0625rem;
  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(--primary);
  color: var(--white);
}

/* Drop-Down Css End  */

/* Imag Shine Css Start */

.img-box {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.img-box img {
  object-fit: cover;
  transition: transform 0.8s ease, filter 0.5s ease;
}

.img-box:hover img {
  transform: scale(1.1);
  filter: brightness(1.2);
}

.shine {
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  transform: skewX(-25deg);
}

.img-box:hover .shine {
  animation: shineMove 0.9s ease forwards;
}

@keyframes shineMove {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

/* Imag Shine Css End  */

/* New Imag Shine Css Start  */

/* New Imag Shine Css Start */

/* Image container */
.img-shine {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 14px;
  width: 300px;
  height: 200px;
}
.img-shine img {
  width: 100%;
  height: 100%;
  display: block;
}

/* Common shine base */
.img-shine::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* --- Shine Styles --- */

/* 1. Horizontal */
.style-horizontal::after {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 80%
  );
  transform: translateX(-100%);
  animation: shine-horizontal 3s linear infinite;
}
@keyframes shine-horizontal {
  to {
    transform: translateX(100%);
  }
}

/* 2. Reverse */
.style-reverse::after {
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.35) 50%,
    rgba(255, 255, 255, 0) 80%
  );
  transform: translateX(100%);
  animation: shine-reverse 3s linear infinite;
}
@keyframes shine-reverse {
  to {
    transform: translateX(-100%);
  }
}

/* 3. Dual */
.style-dual::after {
  background: repeating-linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 10%,
    rgba(255, 255, 255, 0) 20%
  );
  transform: translateX(-100%);
  animation: shine-dual 4s linear infinite;
}
@keyframes shine-dual {
  to {
    transform: translateX(100%);
  }
}

/* 4. Pulse */
.style-pulse::after {
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 65%
  );
  transform: translateX(-100%);
  animation: shine-pulse 3s ease-in-out infinite;
}
@keyframes shine-pulse {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

/* 5. Wave */
.style-wave::after {
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 60%
  );
  transform: translateX(-100%);
  animation: shine-wave 1.8s ease-in-out infinite;
}
@keyframes shine-wave {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* New Imag Shine Css End  */

/* TopBar Css start */
.navbar-brand img {
  height: 130px;
}

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

.top-info li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.topbar {
  padding: 0.625rem 0;
  background-color: var(--black);
}

.topbar p {
  color: var(--white);
}

.top-social {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: end;
}

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

.topbar p span {
  font-weight: 700;
}

.nav-flex {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.nav-flex a i {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 500;
}

.nav-flex .themeBtn {
  padding: 24px 2.5rem;
  background-color: var(--secondary);
  color: var(--black);
}

.themeBtn::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  bottom: -5px;
  background: #000;
  left: 0;
  right: 0;
  margin: auto;
}

.slideOne h3 {
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white);
}

.slideOne .themeBtn::before {
  background-color: var(--white);
}

.aboutbg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
/* TopBar Css End  */

/* About Sec Css Start */

section.about-sec {
  z-index: 0;
}

.about-img img {
  border-radius: 50%;
  width: 90%;
}

figure.about-img {
  position: relative;
}

figure.about-img::before {
  position: absolute;
  content: "";
  height: 95px;
  width: 95px;
  background: #000;
  border-radius: 50%;
  left: -50px;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 0;
}

figure.about-img::after {
  position: absolute;
  content: "";
  height: 180px;
  width: 180px;
  bottom: 0;
  right: 0;
  background-color: var(--primary);
  border-radius: 50%;
  z-index: -1;
}

.subHead {
  width: fit-content;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 0.25rem;
}

.subHead::before {
  position: absolute;
  content: "";
  background-color: var(--secondary);
  height: 6px;
  bottom: 3px;
  left: 0;
  right: 0;
  z-index: -1;
}

.about-content .subHead {
  margin-bottom: 0.25rem;
}

.mainHead {
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.1;
}

.about-content .mainHead {
  margin: 0.625rem 0 0.875rem;
}
.about-content p {
  color: var(--black);
  width: 86%;
  margin: 0.75rem 0;
}

.about-content h4 {
  font-size: 1rem;
  font-weight: 700;
}

.about-content .themeBtn {
  margin-top: 1.5rem;
}

/* About Sec Css End  */

/* Services Sec Css Start */
.services-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.services-content a {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  text-align: center;
  background-color: var(--white);
  padding: 1.25rem;
  position: absolute;
  bottom: 20px;
  left: 1.5rem;
  right: 1.5rem;
  color: var(--black);
}

.services-wrapp {
  position: relative;
}

.services-content a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  background-color: var(--primary);
  bottom: 1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.6s ease;
}

.services-content a:hover::before {
  width: 70%;
}

figure.services-img {
  overflow: hidden;
}

figure.services-img img {
  transition: 0.6s ease;
}

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

.services-wrapp:hover .services-content {
  transform: translatey(-13px);
}

.services-content {
  transition: 0.6s ease;
}

section.services-sec {
  background: #f4f4f4;
}

/* Services Sec Css End  */

/* Faq Sec Css Start */
.faq-sec #accordion {
  border: 0;
  border-radius: 0;
}
section.faq-sec::before {
  position: absolute;
  content: "";
  height: 670px;
  width: 100%;
  background: #f4f4f4;
  left: 0;
  top: 0;
  z-index: 0;
}

.faq-content .subHead {
  z-index: 1;
}

.faqt-top .subHead {
  color: var(--black);
  margin-bottom: 0.4rem;
}

.faq-sec #accordion .card {
  background: #fff;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  transition: background-color 0.4s ease;
  width: 500px;
  border: unset;
}

.faq-sec #accordion .card .btn-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  outline: none;
  transition: all 0.3s ease;
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  border-radius: 0;
  border-bottom: unset;
  border-top: 1px solid #d5d8dc;
}

.faq-sec #accordion .card .btn-link i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.faq-sec #accordion .card .btn-link i::before {
  content: "\f068";
}

.faq-sec #accordion .card .btn-link.collapsed i::before {
  content: "\f067";
}

.faq-sec #accordion .card .btn-link.collapsed {
  background-color: #fff;
  color: #000;
  border: 0;
}

.faq-sec #accordion .card .collapse.show,
.faq-sec #accordion .card[aria-expanded="true"],
.faq-sec #accordion .card .btn-link[aria-expanded="true"] {
  border: unset;
}

.faq-sec #accordion .card .btn-link[aria-expanded="true"] i {
  color: #fff;
}

.faq-sec #accordion .card .card-body {
  transition: all 0.3s ease;
  border: unset;
  padding: 1.25rem 1.25rem 1rem;
}

.faq-sec #accordion .card .card-body p {
  margin: 0;
  color: #000;
  line-height: 1.8;
}

.faq-sec #accordion .card + .card {
  border: 1px solid #d5d8dc;
}

.faq-sec #accordion .collapse {
  transition: height 0.4s ease;
  overflow: hidden;
}

.faq-sec .card h5 {
  margin: 0;
}

section.faq-sec {
  padding: 6rem 0 0 240px;
}

.faq-content p {
  color: #777777;
  width: 76%;
  margin: 1rem 0;
}

/* Faq Sec Css End  */

/* Project Sec Css Start */
.project-top {
  text-align: center;
  margin-bottom: 3rem;
}

.project-top .subHead {
  margin: 0 auto 1rem;
}
section.project-sec {
  z-index: 0;
  padding: 5rem 0 8rem;
}

.project-content a {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 30px 0;
  background: #ffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
}

.projectslider {
  padding-bottom: 2rem;
}

.project-wrapp:hover .project-content a {
  background-color: var(--black);
  color: var(--white);
}

.projectslider .swiper-slide.swiper-slide-active .project-content a {
  background-color: var(--black);
  color: var(--white);
}
.project-content {
  position: relative;
}

.project-content::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  background-color: var(--black);
  transition: 0.8s ease;
  bottom: -5px;
}

.project-wrapp:hover .project-content::before {
  width: 100%;
}

.projectslider .swiper-slide.swiper-slide-active .project-content::before {
  width: 100%;
}

/* Project Sec Css End  */

/* Video Sec Css Start */

.video-sec {
  background: url(../images/videobg.webp) center/cover;
  padding: 8rem 0 32rem;
  z-index: 0;
}

.video-content .mainHead {
  color: var(--white);
}

.video-content .subHead {
  color: var(--white);
  z-index: 0;
  margin-bottom: 0.625rem;
}

.video-content .subHead::before {
  z-index: -1;
}

.video-content p {
  margin: 1.5rem 0;
  color: var(--white);
  font-size: 18px;
  width: 89%;
}

.video-content .themeBtn {
  padding: 25px 40px;
}

.video-content .themeBtn::before {
  position: unset;
}

.video-sec::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgb(0 0 0 / 85%);
  z-index: 0;
}

/* Video Sec Css End  */

/* Teams Sec Css Start */

section.team-sec {
  padding: 0 0 8rem 0;
  margin: -23rem 0 0 0;
}

.team-top {
  text-align: center;
  margin-bottom: 3.5rem;
}

.team-top .subHead {
  margin: 0 auto 0.5rem;
  color: var(--white);
  z-index: 0;
}

.team-top .mainHead {
  color: var(--white);
}

figure.team-imag {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: var(--white);
  padding: 1.25rem;
  position: relative;
}

section.team-sec::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 50%;
  background-color: #ffffff33;
  left: 0;
  right: 0;
  margin: auto;
  top: -40px;
  z-index: 0;
}

.team-content a {
  font-size: 22px;
  font-weight: 700;
  color: #1f2230;
  text-transform: capitalize;
  text-align: center;
  display: block;
  margin-top: 1.5rem;
}

.team-content a:hover {
  color: var(--primary);
}

figure.team-imag::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgb(0 0 0 / 80%);
  margin: 18px 20px;
  opacity: 0;
  transition: 0.5s ease;
}

.team-hover {
  position: relative;
}

.teams-social {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  opacity: 0;
  transition: 0.6s ease;
}

.team-wrapp:hover figure.team-imag::before {
  opacity: 1;
}

.teams-social ul {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

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

.team-wrapp:hover .teams-social {
  opacity: 1;
}

/* Teams Sec Css End  */

/* Testimonials Sec Css Start */

section.testimonials-sec::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgb(0 0 0 / 85%);
  z-index: -1;
}

section.testimonials-sec {
  background: url(../images/testbg.webp) center/cover fixed;
  z-index: 0;
}

.testimonials-top {
  text-align: center;
  margin-bottom: 4rem;
}

.testimonials-top .subHead {
  color: var(--white);
  margin: 0 auto 0.625rem;
}

.testimonials-top .mainHead {
  color: var(--white);
}

.testimon-wrapp {
  background-color: var(--white);
  padding: 80px 70px 70px 70px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}

.testimon-wrapp p {
  font-size: 1.125rem;
  color: var(--black);
  line-height: 1.8;
  width: 87%;
}

.testimon-bottom {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

figure.testimomn-img img {
  border-radius: 50%;
}

figure.testimomn-img {
  display: flex;
  align-items: center;
}

figure.testimomn-img a i {
  height: 42px;
  width: 42px;
  display: grid;
  place-items: center;
  border-radius: 50px;
  background-color: var(--primary);
  color: var(--white);
  margin-left: -1rem;
}

.testimon-bottom h5 {
  font-size: 18px;
  font-weight: 800;
  color: #000000;
  white-space: nowrap;
}

/* Testimonials Sec Css End  */

/* Blog Sec Css Start */

.blog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}

.blog-wrapp {
  box-shadow: 0px 8px 18px 0px rgba(23, 39, 54, 0.1);
}

.blog-wrapp h4 {
  color: #1f2230;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
}

.blog-wrapp a {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--black);
  letter-spacing: 1px;
  width: fit-content;
  display: block;
  height: fit-content;
  margin-top: 3rem;
}

.blog-wrapp h4::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 70px;
  background: #000;
  bottom: -12px;
}

.blog-wrapp a::before {
  position: absolute;
  content: "";
  height: 3px;
  background-color: #e5e5e5;
  width: 75px;
  bottom: 60px;
  z-index: -1;
  transition: 0.6s ease;
}
.blog-content {
  padding: 40px 35px 60px 35px;
  transition: 0.6s ease;
  position: relative;
}

.blog-content:hover {
  background-color: var(--black);
}

.blog-content:hover h4,
.blog-content:hover a {
  color: var(--white);
}

.blog-content:hover a::before {
  width: 0%;
}

.blog-content::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  background-color: var(--black);
  bottom: -5px;
  left: 0;
  transition: 0.5s ease;
}

.blog-content:hover::before {
  width: 100%;
}

figure.blog-img {
  overflow: hidden;
}

figure.blog-img img {
  transition: 0.6s ease;
}

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

.blog-content:hover h4::before {
  background-color: #fff;
}

/* Blog Sec Css End */

/* Brand Sec Css Start */

section.brand-sec::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgb(0 0 0 / 85%);
  z-index: -1;
}

section.brand-sec {
  background: url(../images/testbg.webp) center/cover fixed;
  z-index: 0;
}

.brand-wrapp {
  background-color: var(--white);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 30px 0px 30px 30px;
  box-shadow: 38px 0px 35px 0px rgba(0, 0, 0, 0.036);
  transition: 0.6s ease;
  height: 100%;
}

figure.brand-img {
  position: relative;
}

figure.brand-img h5 {
  width: 32px;
  height: 32px;
  background: #000000;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -4px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.brand-content h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}

.brand-wrapp:hover {
  box-shadow: 38px 0px 35px 0px rgba(0, 0, 0, 0.036);
}

.brand-flex h2 {
  font-size: 45px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 55px;
  color: #ffffff;
}

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

.brand-flex .themeBtn {
  flex-shrink: 0;
}

section.brand-sec .row + .row {
  padding: 3.125rem 0 0 0;
}

/* Brand Sec Css End  */

/* Footer Sec Css Start */

.footerlogo img {
  height: 150px;
}

.footer-top {
  background-color: var(--black);
  padding: 60px 0;
  border-bottom: 1px solid rgb(157 157 157 / 63%);
}

.footer-top p {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  margin-top: 0.25rem;
}

.footer-center {
  background: url(../images/footerbg.webp) center/cover no-repeat;
  padding: 100px 0px 95px 0px;
  position: relative;
}

.footer-top .themeBtn {
  background-color: var(--white);
  padding: 18px 30px;
}

.footer-top .themeBtn::before {
  background-color: var(--white);
}

.footer-center h2 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.footer-center p {
  color: #ffffff;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.footer-social li a {
  color: var(--white);
  font-size: 1.25rem;
  transition: 0.6s ease;
}

.footer-social li a:hover i {
  transform: scale(0.9);
  color: var(--secondary);
}

.footer-social li a i {
  transition: 0.6s ease;
}

.footer-list li a {
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
}

.footer-list li + li {
  margin: 0.75rem 0;
}

.footer-list li a:hover {
  color: var(--secondary);
}

.footer-info li a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  white-space: nowrap;
}

.footer-info li + li {
  margin: 0.625rem 0;
}

.footer-bottom {
  text-align: center;
  background-color: #652f3c;
  padding: 25px 0;
  position: relative;
}

.footer-bottom p {
  font-size: 1.125rem;
  color: var(--white);
}

.footer-bottom p a {
  color: var(--secondary);
}

/* Footer Sec Css End  */
.navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 0;
  background-color: var(--primary);
  bottom: 0;
  transition: 0.6s ease;
}

.navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--secondary);
}
.videowraps video {
  width: 100%;
  height: 510px;
  object-fit: cover;
  position: absolute;
  bottom: inherit;
  top: -14rem;
}

.footer-bottom a i {
  height: 45px;
  width: 45px;
  background-color: #444444;
  display: grid;
  place-items: center;
  border-radius: 1px;
  color: var(--white);
  right: 2rem;
  left: unset;
  position: absolute;
  bottom: 1rem;
}

.homeSlider .slide-inner::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgb(0 0 0 / 50%);
}

.footer-info li a:hover {
  color: var(--secondary);
}
.themeBtn:hover {
  background-color: #000;
  color: #fff;
}

/* Inner Pages Css Start */
.innerbanner {
  background: #652f3c;
  padding: 5rem 0;
}

.innerbanner h2 {
  text-align: center;
  color: var(--white);
  font-size: 62px;
  font-weight: 700;
  text-transform: capitalize;
}

.video-sec.about-video {
  padding: 8rem 0 35rem;
}

section.project-sec.project-page .project-content a {
  padding: 3.125rem 0;
}

.contact-main {
  background: url(../images/contact.png) center/cover no-repeat;
  background-color: var(--black);
  padding: 60px 70px 60px 50px;
  margin-left: 6rem;
  width: fit-content;
}

form.contact-form .form-control {
  height: 55px;
  border: unset;
  border-radius: unset;
  background-color: #f7f7f7;
  font-size: 15px;
  font-weight: 400;
  color: #777777;
  text-transform: capitalize;
  outline: unset;
  box-shadow: unset;
  padding: 1rem;
}

form.contact-form .form-control::placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #777777;
  text-transform: capitalize;
}

.contact-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}

.contact-paragraph p {
  font-size: 1.125rem;
  color: #777777;
  line-height: 1.6;
  width: 80%;
  margin-left: auto;
}

.contact-paragraph p + p {
  margin: 0.875rem 0 0 auto;
}

form.contact-form textarea.form-control {
  height: 150px;
}

form.contact-form button {
  border: unset;
  background-color: var(--black);
  color: var(--white);
  margin-top: 1.8rem;
}

form.contact-form button::before {
  position: unset;
}

ul.contact-social {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 3rem;
}

ul.contact-social li a i {
  color: var(--white);
  font-size: 1.25rem;
  transition: 0.6s ease;
}

ul.contact-social li a i:hover {
  transform: scale(1.2);
  color: var(--secondary);
}

form.contact-form button:hover {
  background-color: var(--secondary);
  color: var(--black);
}

section.about-sec.storm-about .about-img img {
  border-radius: unset;
  width: 100%;
}

section.about-sec.storm-about figure.about-img::before {
  position: unset;
}

section.about-sec.storm-about figure.about-img::after {
  position: unset;
}
figure.flag-img img {
  height: 25px;
  border-radius: 50%;
  width: fit-content;
  object-fit: cover;
}

.faq-wrapp h4 {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--black);
  margin-bottom: 1rem;
}

figure.flag-img {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #d6e1ea;
  width: fit-content;
  padding: 11px 16px;
  border-radius: 50px;
  margin: 1rem 0;
}

.faq-wrapp p {
  color: var(--black);
}

figure.flag-img h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--black);
}

.faq-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 2rem;
}

.looking-content .subHead {
  margin: auto;
}

.looking-content .mainHead {
  margin: 0.625rem 0 1.25rem;
}

.looking-content p {
  color: var(--black);
  width: 50%;
  margin: 0 auto 2rem;
}

section.looking-sec {
  padding: 8rem 0 1rem;
}
/* Inner Pages Css End */

/* Faq Sec Css Start */
.faq-section #accordion {
  border: 0;
  border-radius: 0;
}

.faqt-top .subHead {
  color: var(--black);
  margin-bottom: 0.4rem;
}

.faq-section #accordion .card {
  background: #fff;
  /* border: 1px solid #000; */
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  transition: background-color 0.4s ease;
}

.faq-section #accordion .card .btn-link {
  width: 100%;
  height: 4.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #042a2d;
  background-color: transparent;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  padding: 1rem 1.25rem;
  border: 2px solid #000;
  outline: none;
  transition: all 0.3s ease;
}

.faq-section #accordion .card .btn-link i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.faq-section #accordion .card .btn-link i::before {
  content: "\f068";
}

.faq-section #accordion .card .btn-link.collapsed i::before {
  content: "\f067";
}

.faq-section #accordion .card .btn-link.collapsed {
  background-color: #fff;
  color: #000;
}

.faq-section #accordion .card .btn-link[aria-expanded="true"] i {
  color: #fff;
}

.faq-section #accordion .card .card-body {
  padding: 29px 28px 30px 28px;
  font-size: 14px;
  transition: all 0.3s ease;
  border-radius: 0;
  background: transparent;
  border: 1px solid #000;
  border-radius: 20px;
}

.faq-section #accordion .card .card-body p {
  margin: 0;
  color: #fff;
  line-height: 1.8;
}

.faq-section #accordion .card + .card {
  margin-top: 25px;
}

.faq-section #accordion .collapse {
  transition: height 0.4s ease;
  overflow: hidden;
  border: 1px solid transparent;
}

.faq-section .card h5 {
  margin: 0;
}

.faq-flex + .faq-flex {
  margin: 1.98rem 0;
}

/* Faq Sec Css End  */
