/* FONT IMPORT */

/* Google Font */
/* @import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap"); */
/* Local Font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --white: #f2f2f2;
  --black: #000;
  --primary: #856c1c;
  /* --primary: #b19456; */

  --secondary: #333333;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  overflow-x: hidden;
}

/* @font-face {
  font-family: 'Valentina';
  src: url('../fonts/Valentina-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */
@font-face {
  font-family: 'playfair-f';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: 'BebasKai';
  src: url('../fonts/Valentina-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: 'Holland';
  src: url('../fonts/Holland.woff2') format('woff2'),
    url('../fonts/Holland.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LibreFranklin-f';
  src: url('../fonts/LibreFranklin-Thin.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.client-sign {
  font-family: 'Holland';
  font-size: 82px !important;
  margin-top: 2rem;
  font-weight: 400;
  padding-bottom: 2rem;
  color: var(--white) !important;
}

.custome-family {
  /* font-family: 'BebasKai', sans-serif; */
  font-family: 'Valentina', sans-serif;


}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  scroll-behavior: smooth;
  font-family: 'LibreFranklin-f', sans-serif;
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 1.1rem;
  /*font-weight: 400;*/
  line-height: 2;
  color: #fff;
  margin: 0;
  /* font-family: "Poppins", sans-serif; */
  font-family: 'LibreFranklin-f', sans-serif;
  /* letter-spacing: 1.1px; */
}

h1,
h2 {
  /* font-family: 'Valentina', sans-serif; */
  font-family: 'playfair-f', sans-serif;
  /* .porfolio-section h3 */
  letter-spacing: 0.05em;

}

.ser-home h3 {
  font-family: 'playfair-f', sans-serif !important;
}

h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
  /* font-family: "Poppins", sans-serif; */
  /* font-family: 'Valentina', sans-serif; */
  letter-spacing: 0.05em;

}

.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;
  font-family: 'LibreFranklin-f', sans-serif;
}

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(125deg, rgba(196, 165, 95, 1) 0%, rgba(162, 116, 20, 0.98) 31%); */
  /* background: linear-gradient(125deg, rgba(196, 165, 95, 1) 0%, rgba(162, 116, 20, 0.98) 31%); */
  background: linear-gradient(125deg, rgb(187 160 101) 0%, rgb(133 108 28) 31%);

  font-size: 1.025rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  padding: 1.1rem 2.8rem;
  line-height: normal;
  border-radius: 20px;
  letter-spacing: 1.7px;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

.call-us-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;

}

.line-btn {
  display: flex;
  gap: 3rem;
  padding-top: 2rem;
}

.call-text {
  display: flex;
  flex-direction: column;
  color: #fff;
  padding-left: 1.3rem;
  /* letter-spacing: 3.1px; */
}

.call-text span:first-child {
  font-size: 18px;
  color: #fff;
}

.call-text span:last-child {
  font-weight: bold;
  font-size: 20px;
}


header {
  width: 100%;
  z-index: 111;
  background: white;
  /* position: absolute; */
  z-index: 1;
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  position: relative;
}

header .navbar-nav {
  gap: 2.2rem;
  /* padding-right: 11.5rem;
  padding-left: 11.9rem; */
}

header .left-menu {
  /* padding-left: 22.9rem; */
}
.navbar-collapse{
  justify-content: center;
}
header .navbar-brand {
  padding-right: 5rem;
  padding: 0;
  position: relative;
  top: 23px;
  z-index: 1;

}

header .navbar-brand img {
  width: 298px;
  height: auto;
  margin: 0 2.6rem;
}

header .navbar {
  padding: 0;
  margin: 0;
  /* position: absolute; */
  width: 100%;
  background: #0f0f0f;
}

/* Hamburger Menu */
.hamburger i {
  font-size: 24px;
  cursor: pointer;
}

/* Navigation Links */
.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);

}

.navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  text-transform: none;
  transition: 0.2s ease;
  color: white !important;
  font-size: 1.1rem;
}

.navbar-nav .nav-link:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: var(--primary);
  bottom: -5px;
  transition: 0.2s ease;
}

.navbar-nav .nav-link:hover {
  color: var(--primary) !important
}

.navbar-nav .nav-link:hover:before {
  width: 100%;
}

/* Active Tab Styling */
.navbar-nav .nav-link.active {
  color: var(--primary) !important;
}

.navbar-nav .nav-link.active::before {
  width: 100%;

}


.mobile-menu{
  display: none;
}


/* Logo Center */
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo img {
  height: 60px;
}

/* Right Icons */
.nav-icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-icons i {
  font-size: 18px;
  color: #5a4f35;
  cursor: pointer;
  position: relative;
}

/* Cart count */




.nav-link.active {
  font-weight: bold;
  position: relative;
}

/* !NAV HEADER CSS */

/* Drop-Down Css Start */

.navbar .nav-item.drop-down {
  position: relative;
  z-index: 1;
}

.quicklist li a:hover {
  color: var(--primary);
}

.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: 100%; */
  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;
  border-radius: 10px;
  border: 1px solid var(--primary);
}

.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: 1rem 1.0625rem;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: none;
  color: #151515;
  display: block;
  text-transform: uppercase;
  border-radius: 10px;
  /* border: 1px solid #02b0f8; */
  border-bottom: 1px solid #0000001a;
}

.navbar .drop-down ul a:hover {
  background: var(--primary);
  color: var(--white);
  border-color: white;
}

header .drop-down .dropdown-icon {
  font-size: 21px;
  margin-left: 0px;

  transition: 0.3s;
  position: relative;
  top: 2px;
}

/* Rotate icon when hovered */
.drop-down:hover .dropdown-icon {
  transform: rotate(180deg);
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */
.main-slider .slideOne {
  top: 240px;
  position: relative;
}

.main-slider .bg-black {
  background: var(--black);
}
.main-slider .swiper-pagination{
  display: none;
}
.main-slider .slideOne .themeBtn {
  /* padding: 0.9rem 2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 27px; */
  padding: 0.5rem 4.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 27px;
}

.main-slider {
  height: 83vh;
}

.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 {
  margin: 0;
  color: var(--white);
  font-size: 3.3rem;
  line-height: 1;
  font-weight: 300;
  /* text-transform: capitalize; */
  text-align: start;
  line-height: 92.2px;
  text-shadow: 5px 4px 3px #1212118f;

}

.main-slider p {
  color: var(--white);
  font-weight: 500;
  line-height: 1.2;
  margin: 0.025rem 0;
  font-size: 1.3625rem;
}

.mainslide-btn {
  position: absolute;
  bottom: -337px;
  left: -49%;
}

/* about-section */
.about-section {
  background: #1b1919;
  position: relative;
}

.about-section .signature {
  position: absolute;
  bottom: -1%;
  right: -66%;
  width: 100%;
  transform: rotateZ(-14deg);
}

.about-section .signature1 {
  position: absolute;
  bottom: 26%;
  right: -63%;
  width: 100%;
  transform: rotateZ(-14deg);
}

.about-section .signature1 img {
  width: 60%;
}

.about-section .signature img {
  width: 60%;
}

.about-section {
  padding: 9rem 0;
}

.about-content {

  display: flex;
  flex-direction: column;
  height: 100%;
}

.about-section .about-content h2 {
  color: var(--white);
  /* font-size: 4.4rem; */
  font-size: 2.9rem;
  padding-bottom: 2.2rem;
}

.about-content .themeBtn {
  padding: 0.9rem 4.1rem;
  /* letter-spacing: 1.7px; */
}

.about-section .about-img {
  display: flex;
  justify-content: end;
  height: 100%;
  flex-direction: column;
}

.heading-line {
  position: relative;
  bottom: 0;
}

.heading-line:before {
  position: absolute;
  content: "";
  width: 15%;
  height: 6px;
  border-radius: 20px;
  background: #fff;
  bottom: 22px;
  left: -46px;
}



.card-bannner-section {
  background: url(../images/card-banner-bg.png) no-repeat;
  height: 500px;
  display: flex;
  align-items: center;

}

.card-bannner-section h2 {
  font-size: 2.7rem;
  text-align: center;
  color: var(--white);
}

.card-bannner-section p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
  font-weight: 200;
}

/* porfolio-section */

.porfolio-section {
  background: #101010;
  padding-bottom: 0px;
  position: relative;
  z-index: 2;
}

.porfolio-section::before {
  position: absolute;
  content: "";
  background: url(../images/service-before.png) no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.icon-ser.home-ser {
  bottom: -2.5rem;
  left: 0.6rem;
  width: 152px;
  background-size: 150px;
  height: 156px;
}

.card-content.ser-home {
  /* background: linear-gradient(125deg, rgba(196, 165, 95, 1) 0%, rgba(162, 116, 20, 0.98) 31%); */
  /* background: linear-gradient(125deg, rgb(187 160 101) 0%, rgb(133 108 28) 31%); */
  padding: 1rem 2rem 1.3rem 2.1rem;
  /* border-radius: 20px; */
  position: relative;
  z-index: 1;
  top: -11px;
  height: 28%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #B89B5E;
  border-radius: 10px;
}
@media (min-width: 991.98px){
  .small-service  figure{
		height: 100%;
	}
}
/* .porfolio-section h3 {
  color: white;
  font-size: 2.8rem;
  padding: 1.3rem 0;
  font-family: 'Valentina', sans-serif;
} */
.porfolio-section h3 {
  color: white;
  font-size: 1.8rem;
  padding: 0.3rem 0;
  font-family: 'playfair-f', sans-serif;
}

/* .porfolio-section .image-style img {
  height: 500px;
  width: 100%;
} */
.porfolio-section .ser-2 {
  position: relative;
  top: 42px;
}

.porfolio-section .images-porfolio {
  align-items: anchor-center;
  height: 100%;
  text-transform: capitalize;
}

.porfolio-section h2 {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  padding-bottom: 2rem;
}

/* Imag Shine Css Start */

.img-box {
  position: relative;
  overflow: hidden;
  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%;
  }
}



/* 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%);
  }
}

.section-prflo {
  padding: 8em 0 3rem 0;
}

.section-prflo .themeBtn {
  padding: 0.8rem 2.7rem;
}

.section-prflo .gallery-wrapper {
  position: relative;
}

.section-prflo .gallery-wrapper h3 {
  position: absolute;
  bottom: 53%;
  text-align: center;
  width: 100%;
  text-shadow: 3px 4px black;
}

/* New Imag Shine Css End  */
/* inner */

.inner-padding-right {
  padding-right: 4rem;
}

.inner-banner {
  background-size: cover;
  background-position: center;
  /* padding: 15rem 0; */
}

.inner-banner-content h1 {
  font-size: 2.8rem;
  font-weight: 500;
  color: var(--white);
  text-transform: capitalize;
}

.porfolio-banner {
  /* background-image: url(../images/porfolio-banner.png); */
  background: #0f0f0f;
}

.the-luxe-banner {
  /* background-image: url(../images/the-luxe-getaway-concierge-banner.jpg); */
  background: #0f0f0f;
}

.the-signature-banner {
  /* background-image: url(../images/the-signature-moments-collection-banner.jpg); */
  background: #0f0f0f;
}

.space-packages-banner {
  /* background-image: url(../images/space-design-packages-banner.jpg); */
  background: #0f0f0f;
}

.event-package-banner {
  /* background-image: url(../images/event-design-package-banner.jpg); */
  background: #0f0f0f;
}

.mystory-banner {
  /* background-image: url(../images/my-story-banner.png); */
  background: #0f0f0f;
}

.services-banner {
  /* background-image: url(../images/services-banner.png); */
  background: #0f0f0f;
}

.contact-banner {
  /* background-image: url(../images/contact-banner.png); */
  background: #0f0f0f;
}

.section-4,
.bgblack,
.service-inner {
  background: #0f0f0f;
}

.contact-bg {
  background: url(../images/contact-inner-bg.png) no-repeat #101010 !important;
}

.ser-card-img {
  position: relative;
  /* height: 338px; */
  width: 100%;
}

.ser-card-img img {
  width: 100%;
}

.ser-card-img .icon-ser {
  position: absolute;
  bottom: -7.1rem;
  left: -1.3rem;
  /* background: url(../images/icon-service.png) no-repeat; */
  background: none;
  width: 190px;
  height: 190px;
  place-items: center;
  display: grid;
  z-index: 2;
}


.ser-card-img .icon-ser p {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}

.service-inner .card-content {
  /* background: linear-gradient(125deg, rgba(196, 165, 95, 1) 0%, rgba(162, 116, 20, 0.98) 31%); */
  padding: 2.9rem 2rem 5.3rem 2.1rem;
  /* padding: 1.7rem 2rem 0.3rem 0.1rem; */
  border-radius: 10px;
  position: relative;
  z-index: 1;
  top: -11px;
  height: 23.6%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #B89B5E;
}

/* .service-inner .card-content h3 {
  font-size: 2.7rem;
  color: white;
  font-family: 'Valentina', sans-serif;
} */

.inner-porfolio::before {
  background: unset !important;
}

.inner-porfolio .card-content.ser-home {
    height: 27%;
    padding: 2.7rem 2rem 0.1rem 1rem;
    top: -30px;
}

.service-inner .themeBtn {
  font-size: 1.825rem;
  padding: 0.4rem 5.6rem;
}

.service-inner .card-content h3 {
  font-size: 1.8rem !important;
  color: white;
  /* font-family: 'Valentina', sans-serif; */
  font-family: 'playfair-f', sans-serif !important;
  letter-spacing: 0.05em;

}

.service-inner .card-content p {
  line-height: 1.4;
  padding: 1rem 0;
}

.service-inner .ser-card-img .icon-ser {
  position: absolute;
  bottom: -3.9rem;
  left: 1.3rem;
  width: 100px;
  height: 100px;
  background: none;
  background-size: cover;
}

.service-inner .ser-card-img .icon-ser p {
  font-size: 1.4rem;
  font-weight: 500;
}

.service-inner .ser-click-icon .icon-verlay {
  top: -6px;
  display: none;

}

/* .ser-click-icon .icon-verlay {
  width: 40px;
  height: 40px;
  background: #000;
  position: absolute;
  border-radius: 50px;
  top: -8px;
  left: 28px;
  z-index: -1;
} */
.ser-click-icon .icon-verlay {
  width: 40px;
  height: 40px;
  background: #000;
  position: absolute;
  border-radius: 50px;
  top: -42px;
  left: 6px;
  z-index: -1;
  display: none;
}

.service-inner h2 {
  font-size: 3.7rem;
  color: white;
  padding-bottom: 3.1rem;

}

/* * contact-page */
.address-tab {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 22px;

}

.ser-bg {
  background: #0f0f0f;
}

.section-registration {
  /* background: url(../images/registration-bg.png) no-repeat; */
  background-size: contain;
  /* padding: 2rem 0; */
  /* height: 500px; */
  /* padding: 8.3rem 0; */

}

.section-registration h2 {
      font-size: 2.3rem;
  text-align: center;
  color: var(--white);
}

.section-registration ul li {
  color: var(--white);
}

.section-registration h4 {
      /* color: var(--primary); */
    text-align: center;
    padding: 1rem 0;
    color: var(--white);
    font-weight: 600;
}

.section-registration p {
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
  /* font-family: 'Metrics', Arial, sans-serif; */
}

.section-registration .ul-flex {
  display: flex;
  justify-content: center;
}

.address-tab a {
  color: var(--white)
}

.address-tab p {
  font-size: 22px;
  padding: 10px 0;
  color: var(--white);
  text-transform: capitalize;
}

.address-tab .tel-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.address-tab .tel-icon {
  /* background: linear-gradient(125deg, rgba(196, 165, 95, 1) 0%, rgba(162, 116, 20, 0.98) 31%);
  border: 2px solid #fff; */
}



.address-tab .loc-tab {
  background: #000;
}

.tel-icon i {
  font-size: 1.9rem;
  color: #fff;
}

.contact-map-sec iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 0;
}

.location-img {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.location-box {
  padding: 0;
  margin: 0;
  border: 7px solid #ffffff;
  border-radius: 17px;

}

/* contact-form */

.contact-sec {
  padding: 2rem 0 16rem;
  /* padding: 7rem 0 16rem; */
  margin-bottom: -8rem;
  background: #101010;
  /* background: url(../images/contact-section-bg.png) no-repeat #101010; */
}

.contact-form {
  position: relative;
  z-index: 4;
}

section.contact-sec .mainHead {
  text-align: center;
  margin-bottom: 1.775rem;
  font-size: 2.8rem;

  color: #fff;
}

form.contact-form .form-control {
  height: 3.4rem;
  outline: unset;
  box-shadow: unset;
  background-color: #1f201f;
  border: unset;
  border-radius: 10px;
  color: white !important;

}

form.contact-form .form-control::placeholder {
  color: white;
}

form.contact-form textarea.form-control {
  height: 115px;
}

form.contact-form button {
  border: unset;
  text-align: center;
  /*width: 240px;*/
  margin: auto;
  display: block;
  margin-top: 1.75rem;
  padding: 0.8rem 3.1rem;
}

.contact-sec label {
  color: white;
  font-size: 1.4rem;
}

.contact-sec input:focus {
  border-color: var(--primary);
}

.contact-sec textarea:focus {
  border-color: var(--primary);
}

footer {
  background: url(../images/footer-bg.png) no-repeat;
  padding: 7rem 0 0rem 0;
  z-index: 4;
  position: relative;
}

footer .quick_links {
  border-right: 1px solid #000;
  height: 100%;
}

footer .calFoter {
  border-left: 1px solid #000;
  height: 100%;
  padding-left: 5.5rem;

}

footer .calFoter li {
  display: flex;
  align-items: center;
  padding: 1.1rem 0;
}

footer .calFoter li i {
  font-size: 24.8px;
  padding-right: 0.7rem;
  color: #1b1919;
}

footer .calFoter li a {
  font-size: 16px;
  padding-right: 0.7rem;
  color: #212529;
}

.footer-row {
  justify-content: space-evenly;
}

footer .quicklist li {
  padding: 0.2rem 0;
}

footer .quicklist li i {
  padding-right: 7px;
}

footer .quicklist li a {
  font-size: 18px;
  color: #1b1919;
}

.quick_links h3 {
  font-size: 31px;
  padding-bottom: 1.6rem;
}

.footer-social-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-top: 1.4rem;
}

.footer-social-links li a i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #1b1919;
  color: #1b1919;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

.footer-social-links li a i:hover {
  /* background: linear-gradient(125deg, rgba(196, 165, 95, 1) 0%, rgba(162, 116, 20, 0.98) 31%); */
  border-color: transparent;
  color: white;
  background: #000;
}

.copyRight {
  border-top: 2px solid #00000036;
  margin-top: 48px;
  padding: 2rem 0 2rem 0;
  text-align: center;

}

.copyRight p {
  color: #1b1919
}


/* ------------- */

.small-service {
  background: #0f0f0f;
  color: white;
}

.small-service figure {
  /*height: 100%;*/
}

.small-service .themeBtn {
  padding: 0.5rem 2rem;
  margin-top: 2.2rem;
  width: fit-content;
}

.small-service h2 {
  color: white;
  font-size: 2.3rem;
}

.small-service h3 {
  color: white;
  font-size: 1.6rem;
  padding: 1rem 0;
  line-height: 0.7;

}

.small-service h4 {
  color: var(--primary);
  padding: 0.5rem 0;
  line-height: 0.6;
}

/*.img-size img{*/
/*    width: 82%;*/
/*    height: 407px;*/
/*}*/
/* .pl-left {
  padding-left: 6rem;
} */
/*.small-service .aling-center {*/
/*   display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: space-between; */
/*  height: 100%;*/
/*}*/
.small-service .card-content {
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  justify-content: center;
  height: 100%;
}

.card-content .great-p {
  line-height: 1.2;
  padding-bottom: 1rem;
  font-size: 1rem;
}

.small-service .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.small-service .card-content ul li i {
  padding: 0.5rem 1rem 0.2rem;
  color: var(--primary);
}

.p-invest {
  font-size: 1.7rem;
  color: var(--primary);
}


/* faq */

.section-acoourdian {
  background: #101010;
}

.accordion .card-header {
  cursor: pointer;
}

.accordion .btn-link {
  text-decoration: none;
  width: 100%;
  text-align: left;
  color: white;
  font-weight: 600;
  position: relative;
  font-size: 1.3rem;
}

/* Default: PLUS sign */
.accordion .btn-link:after {
  content: '+';
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary);
  border-radius: 100%;
  height: 30px;
  width: 30px;
  display: inline-grid;
  place-content: center;
}

/* When open: MINUS sign */
.accordion .btn-link[aria-expanded="true"]:after {
  content: '−';
}



.accordion>.card>.card-header {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  /* border: none; */
  border-left: none;
  border-right: none;
  border-radius: 0;
  background: none;
}

.section-acoourdian .card {
  background: none;
}

.section-acoourdian h2 {
  font-size: 2rem;
  padding-bottom: 1.8rem;
  color: white;
}

.section-acoourdian .acc-h2 {
  font-size: 3.3rem;
  padding-bottom: 1.8rem;
  color: white;
  text-align: center;
  padding-bottom: 5rem;
  letter-spacing: 0.05em;

  /* letter-spacing: 3px; */
}

.accordion>.card:not(:last-of-type) {
  border: none !important
}

.card-body {
  color: white;

}

.section-acoourdian .about-content {
  justify-content: center;
}

.section-acoourdian figure img {
  border-radius: 20px;
}

.section-tell {
  /* padding-bottom: 2.5rem; */
  padding-top: 1.5rem
}

.contact-new {
  background: #101010;
  padding-top: 2px;
}

.contact-new .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #18171782;
  background-clip: padding-box;
  border: 1px solid #846c1c59;
  border-radius: .25rem;
  box-shadow: 1px 1px 6px -4.3px #856c1c;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  padding: 1.5rem;
}

.brder-row {
  border: 1px solid #9f7214;
  border-radius: 25px;
  padding: 2.3rem 0;
  box-shadow: 1px 1px 6px 9.8px #2727278f;
  position: relative;
}

.brder-row::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 20px;
  background: linear-gradient(135deg,
      #c9a14a,
      #f5d27a,
      #a67c2e);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
}

.brder-row::after {
  content: "";
  position: absolute;
  width: 101.9%;
  height: 102.1%;
  /* background: #000; */
  border: 1px solid #2f2927;
  z-index: 0;
  top: -1%;
  border-radius: 25px;
}

.static-form {
  position: relative;
  z-index: 2;
}
.static-form input::placeholder{
  color: white;
}
.contact-new #date {
  color: #e6e6e6a4
}

.contact-new label {
  color: white;
  padding-bottom: 0.4rem;
}

.contact-new .form-control::placeholder {
  color: #e6e6e6a4
}

.contact-new .budget-options label {
  color: #e6e6e6a4;

}

.contact-new h2 {
  color: white;
  padding-bottom: 0.5rem;
  text-align: center;
}

.contact-new h4 {
  color: #a07214;
  font-size: 1.8rem;
  border-bottom: 1px solid #716e6996;
  padding-bottom: 1rem;
  padding-top: 3rem;
}

.sec-heading {
  position: relative;
  z-index: 3;
}

.sec-heading p {
  text-align: center;
}

.contact-new select::placeholder {
  color: white;
}

#budget {
  color: rgba(255, 255, 255, 0.6);
  background: #141414;
  border: 1px solid #846c1c59;
  border-radius: .25rem;
  box-shadow: 1px 1px 6px -4.3px #856c1c;
  padding: 0.9rem;
}

#budget.filled {
  color: #fff;
}

#budget option {
  color: #fff;
}

.contact-new textarea {
  height: 150px !important;
}

.budget-options {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.budget-pill {
  position: relative;
  /* padding: 15.8px 63px !important; */
  padding: 15.8px 19px !important;
  border: 1px solid #846c1c59;
  border-radius: .25rem;
  box-shadow: 1px 1px 6px -4.3px #856c1c;
  background: linear-gradient(145deg, #141414, #0d0d0d);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.budget-pill input {
  display: none;
}

.budget-pill:hover {
  border-color: #c08a50;
  color: white !important;
}

.budget-pill input:checked+span,
.budget-pill input:checked {
  background: linear-gradient(145deg, #2a1c10, #1a120a);
}

.budget-pill:has(input:checked) {
  border-color: #c08a50;
  background: linear-gradient(145deg, #2a1c10, #1a120a);
}

.contact-new .themeBtn {
  padding: 1.1rem 7.8rem;
  border: none;
}

.home {
  height: 100vh;
  overflow-y: hidden;
}