/* 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=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Oswald:wght@200..700&family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&family=Space+Grotesk:wght@300..700&display=swap");

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

:root {
  --white: #fff;
  --black: #000;
  --primary: #093c71;
  --secondary: #333333;

  /* Font Variable */
  --font-text: "Inter", sans-serif;
  --font-heading: "Inter", sans-serif;
  --font-oswald: "Oswald", sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  position: relative;
  background: #101010;
  overflow-x: clip;
  font-family: var(--font-text);
}

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

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

h1,
h2,
h3,
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: var(--white);
  z-index: 11113;
}

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

.preLoader video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  font-family: "Space Grotesk", sans-serif;
  background: var(--black);
  font-size: 0.9375rem;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  padding: 0.75rem 1.6875rem;
  border: 1px solid #fff;
  border-radius: 10px;
  line-height: normal;
}

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

.themeBtn:hover {
  color: #000;
  background: #fff;
  border-color: #fff;
}

/* NAV HEADER CSS */

header {
  margin: 0 auto;
  width: 100%;
  padding: 1rem 0;
  transition: 0.3s ease-in-out;
  background: var(--black);
  border-bottom: 2px solid #ffffff20;
}

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

.navbar-nav {
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 3rem;
  padding: 0 3rem;
}

.navbar-nav::before {
  content: "";
  width: 1px;
  height: 7rem;
  position: absolute;
  background: #ffffff20;
  left: 0;
}

.navbar-nav::after {
  content: "";
  width: 1px;
  height: 7rem;
  position: absolute;
  background: #ffffff20;
  right: 0;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 400;
  padding: 0 0;
  display: inline-block;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #ffa800;
  transition: 0.3s ease-in-out;
}

.navbar-nav .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  right: -21px;
  top: 9px;
}

.headerAnchor {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  color: var(--white);
  font-weight: 500;
  border: 1px solid #fff;
  padding: 10px 25px;
  border-radius: 10px;
}

.headerAnchor:hover {
  color: var(--white);
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
  width: 100%;
  height: 780px;
}

.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;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

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

.homeSlider .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "\f177";
}

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

.homeSlider .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "\f178";
}

.homeSlider .swiper-button-next:after,
.swiper-button-prev:after {
  font-family: "Font Awesome 5 Pro";
}

.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 h2 {
  font-size: 1.125rem;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 17px;
}

.main-slider h1 {
  font-family: "Oswald", sans-serif;
  margin: 0;
  color: var(--white);
  font-size: 4.375rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.main-slider h1 span {
  font-size: 3.25rem;
  display: block;
  margin-bottom: 24px;
}

.main-slider p {
  color: var(--white);
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 20px;
}

.main-slider h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1.375rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 3.125rem;
}

.bnnerAnchor {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  color: var(--white);
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

/* !MAIN HERO SLIDER CSS */

/* about-section css start */

.abtImg h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  background: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff82;
  margin-bottom: 32px;
}

.abtImg figure img {
  border-radius: 10px;
}

.abtHead h2 {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--primary);
  /* display: flex;
    gap: 12px;
    align-items: center; */
  margin-left: 0;
  margin-bottom: 11px;
  position: relative;
}

.abtHead h2::before {
  content: "";
  background: var(--primary);
  width: 1.5px;
  height: 23px;
  position: absolute;
  left: -22px;
  top: 0;
  transform: rotate(19.6deg);
  display: none;
}

.abtHead h2::after {
  content: "";
  background: var(--primary);
  width: 1.5px;
  height: 23px;
  position: absolute;
  left: -11px;
  top: 0;
  transform: rotate(19.6deg);
  display: none;
}

.abtHead h3 {
  font-family: "Oswald", sans-serif;
  font-size: 3.875rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 60px;
}

.checkWrap {
  margin-top: 46px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.checkBox i {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  background-color: #093c71;
  color: var(--white);
  border-radius: 50%;
}

.checkWrap h4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--white);
  margin: 0;
}

.checkWrap h4 span {
  display: block;
}

/* about-section css end */

/* partner-section css start */

.partnerWrap {
  width: 100%;
  height: 238px;
  display: grid;
  place-items: center;
  border: 1px solid #cecece7a;
}

.partnerSlider .swiper-slide.swiper-slide-active .partnerWrap {
  border: 3px solid #cecece;
}

/* partner-section css end */

/* crafing-section css start */

.crafting-section {
  background: url(../images/caraftingbnner.webp) no-repeat center/cover;
}

.crafting-section .abtHead h3 {
  font-size: 3.125rem;
}

.crafting-section .abtHead h3 span {
  display: block;
}

.craftingWrap {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 70px;
}

.craftingWrap h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 3.625rem;
  font-weight: bold;
  margin: 0;
  color: #093c71;
}

.craftingWrap p {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--white);
}

/* crafing-section css end */

/* services-section css start */

.services-section {
  background: url(../images/servicebanner.webp) no-repeat center/cover;
}

.services-section .abtHead {
  position: sticky;
  top: 10%;
}

.services-section .abtHead h3 {
  font-size: 3.125rem;
}

.serviceAnchor {
  display: flex;
  align-items: flex-start;
  gap: 44.34px;
}

.serviceAnchor p span {
  display: block;
}

.serviceWrap {
  border: 1px solid rgb(255 255 255 / 20%);
  padding: 41px 40px 30px;
  border-radius: 10px;
  background: #101010;
  position: sticky;
  top: 10%;
}

.serviceWrap:not(:last-child) {
  margin-bottom: 30px;
}

.serviceWrap figure img {
  border-radius: 10px;
  object-fit: cover;
}

.serviceWrap .abtHead h3 {
  font-size: 1.5625rem;
  margin-bottom: 14.5px;
}

.serviceWrap p {
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* services-section css end */

/* blog-section css start */

.blog-section .abtHead h3 {
  margin-bottom: 55px;
}

.blog-section .col-md-12 {
  position: sticky;

  top: 5%;
}

.blogWrap {
  padding: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ffffff20;
  border-radius: 10px;
  margin-bottom: 30px;
  background: var(--black);
  gap: 1.5rem;
}

.blogWrap:hover {
  background: #101010;
  transition: 0.5s ease-in-out;
}

.blogWrap .themeBtn {

  font-size: 12px;

  padding: 1em 1.5em;

  white-space: nowrap;
}

.blogHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.blogHead h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.625rem;
  font-weight: bold;
  color: var(--white);
  margin: 0;
}

.blogHead h3 {
  font-size: 1.5rem;
  color: var(--white);
}

.blogHead figure img {
  width: min(100%, 250px);
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
}

.blogHead p {
  width: min(100%, 500px);
}

/* blog-section css end */

/* contact-section css start */

.contact-section {
  padding: 4.5rem 0;
  background: url(../images/contactbnner.webp) no-repeat center/cover;
  width: 100%;
  height: 228px;
}

.contact-section .abtHead h3 {
  font-size: 2.625rem;
}

.contactAnchor a {
  background: transparent;
}

/* contact-section css end */

/* footer css start */

footer {
  padding-top: 80px;
  background-color: #000000;
}

footer h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 23px;
}

footer h4 {
  font-family: "Oswald", sans-serif;
  font-size: 1.3125rem;
  color: var(--primary);
  margin: 32px 0;
}

footer h4 a {
  font-family: "Oswald", sans-serif;
  font-size: 1.5625rem;
  font-weight: 600;
  color: var(--primary);
}

footer h4 a:hover {
  color: #ffa800;
}

.footerAnchor {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff60;
  display: block;
}

.footerAnchor:not(:last-child) {
  margin-bottom: .75rem;
}

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

.quicklist li {
  margin-bottom: 10px;
}

.quicklist li a {
  font-size: 1rem;
  color: #999;
}

.newsWrap {
  padding: 41px 32px;
  background: var(--black);
  border: 1px solid #ffffff20;
  border-radius: 10px;
}

.newsWrap h3 {
  font-size: 1.4375rem;
}

.newsWrap p {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.7;
}

.newsForm input {
  width: 100%;
  height: 46px;
  padding-left: 16px;
  color: #fff;
  background: var(--black);
  border: 1px solid #ffffff20;
  border-radius: 10px;
  margin-bottom: 15px;
  outline: none;
}

.newsForm button {
  width: 100%;
  height: 46px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  background: #093c71;
  border: none;
  border-radius: 10px;
  outline: none;
}

.copyRight {
  border-top: 1px solid #333;
  margin-top: 55px;
  padding: 21px 0;
  text-align: center;
}

.copyRight p {
  font-size: 14px;
  line-height: 1.7;
  color: #ffffff75;
}

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

.working-hour {
  display: flex;
  /* gap: 9rem; */
  align-items: center;
  justify-content: space-between;
}

.working-hour-content li {
  font-size: 1rem;
  color: #999;
  margin-bottom: 10px;
}

.branding {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.payment-accep p {
  color: var(--white);
  margin-top: 1rem;
}

.social-net {
  margin-top: 10rem;
  margin-left: -9rem;
  text-align: center;
}

.social-net a {
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
  background: var(--light);
  margin: 0 auto;
}

.social-net a i {
  color: var(--black);
}

/* footer css end */

/* inner-pages */

.innerbanner {
  height: 500px;
}

.innerbanner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0.6) 100%);
  opacity: 80%;
  user-select: none;
  pointer-events: none;
}

.innerbanner__img img {
  object-fit: cover;
}

.innerbanner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.innerbanner__content h1 {
  font-size: 3.75rem;
  font-family: var(--font-oswald);
  font-weight: 600;
  color: var(--white);
  margin: 0;
  text-transform: uppercase;
}

/* Contact sec start */

.contact .container {
  background: url(../images/Group-3862.jpg) no-repeat center/cover;
  padding: 5rem;
  position: relative;
}

.contact h2 {
  color: var(--white);
  font-size: 3rem;
  font-weight: 600;
}

.contact p {
  color: var(--white);
  margin: 10px 0 20px;
}

.contact-us label {
  color: var(--white);
  margin: 1rem 0 1rem;
}

.contact .themeBtn {
  border: 1px solid #f2f2f2;
  margin-top: 1rem;
  background: transparent;
  border-radius: 0;
  color: #d2d2d2;
  padding: 1.334375rem 3.033125rem;
  letter-spacing: 2px;
  font-size: 12px;
}

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

.contact-info h3 {
  font-size: 13px;
  margin: 0;
}

.contact-us-img {
  width: 100%;
  margin-top: 2.5rem;
}

.contact-us-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-info ul.footer-bottom-list li a i {
  color: var(--white);
  background: var(--black);
  width: 26.65px;
  height: 26.65px;
  border-radius: 50%;
  font-size: 0.6rem;
  display: grid;
  place-content: center;
  gap: 1rem;
}

.contact-info ul.footer-bottom-list {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-vector-img {
  position: absolute;
  bottom: -2rem;
  left: 47%;
}

/* Contact sec end */

/* Service Inner Start */

.serviceInner .row+.row {
  margin-top: 1.875rem;
}

.serviceInner .serviceWrap p {
  -webkit-line-clamp: unset;
  margin-bottom: 1.25rem;
}

.serviceInner .serviceWrap .abtHead {
  display: flex;

  flex-direction: column;

  align-items: flex-start;

  justify-content: center;

  height: 100%;
}

/* Service Inner End */
/* Projects Sec Start */

.projects-img {
  margin-bottom: 1.875rem;
}

.projects .abtHead h2::before {
  left: 46%;
}

.projects .abtHead h2::after {
  left: 45%;
}

/* Projects Sec End */

/* testimonial Sec Start */

.testimonial .abtHead h2::before {
  left: 45.3%;
}

.testimonial .abtHead h2::after {
  left: 46%;
}

.testimonial__wrap {
  position: relative;
  background: #00000080;
  text-align: center;
  padding: 1.875rem 1.25rem;
  margin-bottom: 4rem;
}

.testimonial__wrap h3 {
  color: rgb(255 255 255 / 80%);
  font-size: 1.375rem;
  font-weight: 400;
  margin: 1.92375rem 0 1.26375rem;
}

.testimonial__wrap p {
  font-size: 0.875rem;
}

.testimonial__wrap h2 {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 500;
  margin: 0.25rem 0 0;
}

.testimonial-user-img {
  position: absolute;
  bottom: -2rem;
  left: 43%;
  display: none;
}

.owner-name {
  color: var(--primary);
  font-style: italic;
}

.testimonial__wrap__rating {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  color: var(--primary);
  margin-top: 1.5rem;
}

/* testimonial Sec End */

/* blogs Sec Start */

.blogs-inner .abtHead h2::before {
  left: 46%;
}

.blogs-inner .abtHead h2::after {
  left: 45%;
}

.featured-card {
  border: 1px solid #ffffff20;
  border-radius: 10px;
  padding: 2rem 2rem 14px;
  margin-bottom: 2.5rem;
}

.featured-card-dates {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin: 1rem 0;
}

.featured-card-dates li {
  color: #a8a8a8;
  font-size: 0.625rem;
  font-weight: 600;
}

.featured-card-dates li:nth-child(1) {
  position: relative;
  color: #a8cc3c;
}

.featured-card-content p {
  color: #999999;
}

/* blogs Sec End */

.square-dot {
  display: block;
  width: 2px;
  aspect-ratio: 1;
  background: #a8a8a8;
}

/* Blog-Page-New Css Start */
.featured-card.right.main {
  border: unset;
  margin: 0;
  padding-top: 20px;
}

.blog-right {
  border: 1px solid rgb(255 255 255 / 20%);
  padding-top: 30px;
  padding-bottom: 20px;
  border-radius: 10px;
}

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

.b-right .themeBtn {
  background: transparent;
  border: unset;
}

.blog-right .abtHead h2::after {
  left: 187px;
}

.blog-right .abtHead h2::before {
  left: 36%;
}

.blog-right .abtHead h2 {
  margin-bottom: 10px;
}

.contact .themeBtn:hover {
  background: #fff;
  color: #000;
  transition: 0.5s ease;
}

form.contact-us input {
  height: 36px;
  width: 100%;
  outline: unset !important;
  box-shadow: unset !important;
  padding-left: 10px;
}

.contact-us :is(input, textarea) {
  width: 100%;
  border: 1px solid #f2f2f2;
  background: transparent;
}

form.contact-us textarea {
  height: 140px;
  width: 100%;
  outline: unset !important;
  box-shadow: unset !important;
  padding: 10px;
}

.b-right .themeBtn:hover {
  color: #fff;
}

.form-inline .headerAnchor {
  border: unset;
  padding: 0;
  text-decoration: underline !important;
}

/* Blog-Page-New Css End  */

.galleryWrap figure img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.error {
  color: #ff0000 !important;
}

#newsFormResult,
#contactFormResult {
  text-align: center;
  margin: 1rem 0 0;
  padding: 0.5em 1em;
}
a.call {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

a.call span {
    width: 40px;
    height: 40px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}

a.call div {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
}