shell bypass 403

GrazzMean-Shell Shell

Uname: Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 162.213.251.212
Your Ip: 18.216.224.194
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

name : custom.css
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url(../fonts/NeueHaasDisplay/stylesheet.css);
@import url(../fonts/stylesheet.css);
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url(../fonts/font-hash/stylesheet.css);

:root {
  --palette-1: #0a403d;
  --palette-2: #13948d;
  --palette-3: #e8fbfa;
  --palette-4: #eee;
  --palette-5: #fff;
  --palette-6: #92f2ed;

  --color-text-primary: var(--palette-1);
  --color-links-primary: var(--palette-2);
  --color-bg-primary: var(--palette-5);
  --color-bg-secondary: var(--palette-3);
  --color-border-primary: var(--palette-4);
  --color-border-secondary: var(--palette-2);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

::selection {
  background-color: #182b1756;
}

body {
  overflow-x: hidden;
  background-color: #FAF6EF;
}

main {
  position: relative;
}

a {
  text-decoration: none;
}

select {
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

button {
  outline: none;
  background-color: transparent;
  border: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}
 .main-nav ul li a :hover {
  color: #063900!important;
}
.theme-h1 {
  font-family: "Amiri", serif;
  font-size: 196px;
  line-height: 150px;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
}

.theme-h2 {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-size: 95px;
  margin-bottom: 10px;
  color: #1D351F;
}

.theme-h3 {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-size: 80px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #1D351F;
}

.theme-p {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.sec-heading .theme-p {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #3A3A3A;
}

.banner p {
  color: #fff;
  font-family: 'Gilroy';
  display: block;

  font-size: 16px;
}

.sec-heading .theme-p span {
  font-weight: 600;
}

.theme-p-lg {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.btn-sm {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border-radius: 30px;
  padding: 11px 30px;
  min-width: 150px;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  transition: 0.5s;
}

.btn-icon-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  /* padding: 10px; */
  height: 43px;
  width: 43px;
  border-radius: 50%;
  transition: 0.5s;
}

.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border-radius: 50px;
  padding: 20px 50px;
  min-width: 150px;
  border: 1px solid transparent;
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: 0.5s;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  /* padding: 10px; */
  height: 64px;
  width: 64px;
  border-radius: 50%;
  transition: 0.5s;
}

.group-icon-btn {
  display: flex;
  align-items: center;
  gap: 0;
}

.btn-outline-white {
  border-color: #fff;
  color: #fff;
}

.btn-outline-white:hover {
  background-color: #fff;
  color: #000;
}

.btn-outline-black {
  border-color: #000;
  color: #000;
}

.btn-outline-black:hover {
  background-color: #000;
  color: #fff;
}

.btn-outlined-green {
  background-color: transparent;
  border-color: #1D351F;
  color: #1D351F;
}

.btn-outlined-green:hover {
  background-color: #1D351F;
  color: #fff;
}

.btn-filled-green {
  background-color: #1D351F;
  border-color: #1D351F;
  color: #fff;
}

.btn-filled-green:hover {
  background-color: transparent;
  color: #1D351F;
}

.header-main {
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transform: translateY(-100%);
  transition: 2s ease-in-out;
  transition-delay: 1s;
  position: sticky;
}

.loaded.animate .header-main {
  transform: translateY(0);
}

.header-main nav {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99999;
  position: absolute;
  width: 100%;
  background: transparent;

}

.header-main nav>div {
  flex: 1;
}

.header-main.scroll .navbar {
  padding: 0 20px;
  background-color: #182b17;
}

.header-main nav .navbar-brand {
  padding-left: 16px;
}

.header-main nav .navbar-brand img {
  width: 155px;
  height: 95px;
  object-fit: contain;
}

.header-main nav>div:nth-child(2) {
  display: flex;
  justify-content: center;
}

.header-main nav>div:nth-child(3) {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: end;
  z-index: 9999;
}

.header-main nav .hame-burger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.header-main nav .hame-burger:hover span {
  background-color: #fff;
  color: #000;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: calc(100vw - 7px);
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  z-index: 999;
}

#loader .side-loader {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 8px;
  background-color: #fff;
}

#loader .digits {
  height: 36px;
  overflow: hidden;
}

#loader ul li {
  color: #171744;
  font-family: 'Neue Haas Grotesk Display Pro';
  font-size: 24px;
  line-height: 36px;
}

#loader ul li::after {
  content: '%';
}

/* .banner-wrapper-main {
  background-color: #FAF6EF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
} */

.banner-wrapper-main.sec-fixed {
  background-color: transparent;
  pointer-events: none;
  transition: 2s;
}

.banner-wrapper-main .home-banner {
  transition: 2s;
  min-height: 100vh;
}

.banner-wrapper-main .home-banner .banner-img-wrap {
  overflow: hidden;
  margin-left: auto;
  width: 7px;
  height: 100%;
  height: 100%;
  min-height: calc(100vh + 160px);
  /* transform: scaleY(0); */
  /* transition: 3s width ease-in-out; */
}

.home-banner .banner-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top right;
  border-bottom-left-radius: 50px;
  transform: scale(1.5);
  min-width: 5px;
  transition: 3s ease-in-out;
}

.home-banner .banner-title {
  display: block;
  overflow: hidden;
  padding-top: 10px;
  color: #1D351F;
}

.home-banner .banner-title span {
  display: inline-block;
  transform: translateY(calc(100% + 20px));
  transition: 2s ease-in-out;
}

.home-banner .banner-title span:nth-child(2) {
  transition-delay: 0.1s;
}

.home-banner .banner-title span:nth-child(3) {
  transition-delay: 0.2s;
}

.home-banner .banner-title span:nth-child(4) {
  transition-delay: 0.3s;
}

.home-banner .banner-title span:nth-child(5) {
  transition-delay: 0.4s;
}

.home-banner .banner-title span:nth-child(6) {
  transition-delay: 0.5s;
}

.home-banner .banner-title span:nth-child(7) {
  transition-delay: 0.6s;
}

.home-banner .banner-title-2 span:nth-child(1) {
  transition-delay: 0.5s;
}

.home-banner .banner-title-2 span:nth-child(2) {
  transition-delay: 0.6s;
}

.home-banner .banner-title-2 span:nth-child(3) {
  transition-delay: 0.7s;
}

.home-banner .banner-title-2 span:nth-child(4) {
  transition-delay: 0.8s;
}

.home-banner .banner-title-2 span:nth-child(5) {
  transition-delay: 0.9s;
}

.home-banner .banner-title-2 span:nth-child(6) {
  transition-delay: 1s;
}

.loaded .owl-item.active .banner-title span {
  transform: translateY(0);
}

.loaded .owl-item.active .banner-img-wrap .banner-img {
  transform: scale(1);
}

.loaded .owl-item.active .banner-img-wrap {
  width: 100%;
}

.banner-wrapper-main.sec-fixed .home-banner {
  position: relative;
  opacity: 0;
  z-index: 99;
  pointer-events: none;
}

.home-banner .banner-content {
  position: relative;
  padding: 250px 30px 0;
}

.home-banner .banner-content .banner-tag {
  display: block;
  width: fit-content;
  font-family: 'Neue Haas Grotesk Display Pro';
  color: #1E1E1E;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  border: 1px solid #1E1E1E;
  border-radius: 30px;
  padding: 5px 40px;
  margin-bottom: 50px;
  transform: translateY(150px);
  transition: 2s ease-in-out;
}

.loaded .home-banner .owl-item.active .banner-content .banner-tag {
  transform: translateY(0);
}

.home-banner .banner-content .theme-p-lg {
  width: 65%;
  margin-bottom: 50px;
  transform: translateY(300px);
  opacity: 0;
  transition: 2s ease-in-out;
  transition-delay: 1s;
}

.loaded .home-banner .owl-item.active .banner-content .theme-p-lg {
  opacity: 1;
  transform: translateY(0);
}

.home-banner .banner-content .group-icon-btn {
  transform: translateY(300px);
  opacity: 0;
  transition: 2s ease-in-out;
  transition-delay: 1s;
}

.loaded .home-banner .owl-item.active .banner-content .group-icon-btn {
  transform: translateY(0);
  opacity: 1;
}

.home-banner .banner-content .group-icon-btn:hover span {
  background-color: transparent;
  border-color: #1D351F;
  color: #1D351F;
}

.home-banner .banner-content .abs-skincare {
  position: absolute;
  top: 220px;
  left: 60%;
  width: 48%;
  z-index: 9;
  transform: translateY(100%);
  opacity: 0;
  transition: 2s ease-in-out;
  transition-delay: 1s;
}

.loaded .home-banner .owl-item.active .banner-content .abs-skincare {
  transform: translateY(0);
  opacity: 1;
}

.home-banner .banner-content .abs-skincare .content-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  background-color: #FFF1E5;
  border-radius: 50px;
  padding: 10px;
}

.home-banner .banner-content .abs-skincare .content-wrap::before {
  content: '';
  background-image: url(../images/skincare-line.png);
  position: absolute;
  left: calc(100% + 25px);
  top: 50px;
  width: 18vw;
  height: 7vw;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-banner .banner-content .abs-skincare .content-wrap .img-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #E1C1A8;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.home-banner .banner-content .abs-skincare .content-wrap ul {
  width: calc(100% - 120px);
}

.home-banner .banner-content .abs-skincare .content-wrap ul h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.home-banner .banner-content .abs-skincare .content-wrap .theme-p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.home-banner .owl-dots {
  position: absolute;
  right: 30px;
  top: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.home-banner .owl-dots .owl-dot {
  display: block;
  border-radius: 50%;
  height: fit-content;
  width: fit-content;
  border: 2px solid transparent;
  transition: 0.3s;
  padding: 2px;
}

.home-banner .owl-dots .owl-dot.active {
  border-color: #fff;
}

.home-banner .owl-dots .owl-dot img {
  height: 75px;
  width: 75px;
  object-fit: cover;
  border-radius: 50%;
}

.impact-section {
  padding: 200px 30px;
}

.impact-section .sec-heading {
  text-align: center;
  margin-bottom: 100px;
}

.impact-section .impact-card {
  position: relative;
  background: linear-gradient(0deg, rgba(29, 53, 31, 1) 0%, rgba(135, 135, 135, 1) 100%);
  overflow: hidden;
  padding: 50px 40px 25px;
  color: #fff;
  border-radius: 50px;
  transform: translateX(50vw);
  opacity: 0;
  transition: 2s ease-in-out;
}

.impact-section.animate .impact-card {
  transform: translateX(0);
  opacity: 1;
}

.impact-section .impact-card .content-wrap {
  position: relative;
  z-index: 9;
}

.impact-section .impact-card img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60%;
  object-position: bottom right;
  object-fit: contain;
  transform: scale(2);
  transition: 2.5s ease-in-out;
}

.impact-section.animate .impact-card img {
  transform: scale(1);
}

.impact-section .impact-card .tth {
  transition: 2s ease-in-out;
  transform: scale(0.8);
}

.impact-section.animate .impact-card .tth {
  transform: scale(1);
}

.impact-section .impact-card .digits {
  font-family: "Montserrat", sans-serif;
  font-size: 65px;
  font-weight: 700;
}

.impact-section .impact-card .type {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 50px;
}

.impact-section .impact-card .theme-p {
  width: 40%;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 300;

}

.impact-section .rev-img {
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
}

.impact-section .rev-h3 {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-size: 90px;
  color: #000;
  font-weight: 700;
}

.impact-section .rev-h5 {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.impact-section .rev-h6 {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-size: 24px;
  color: #474747;
  margin-bottom: 40px;
  line-height: 35px;
  width: 82%;
}

.luxurious-sec .swiper {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
}

.luxurious-sec .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 60%;
  transition: 2s;
  /* height: 300px; */
}

.luxurious-sec .swiper-slide .slider-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 50px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: 0.5s;
}

.luxurious-sec .swiper-slide.swiper-slide-active .slider-content {
  opacity: 1;
}

.luxurious-sec .swiper-slide img {
  display: block;
  width: 100%;
}

.luxurious-sec .swiper-slide-prev {
  position: relative;
  transform: skewY(15deg) translateY(-30%) !important;
}

.luxurious-sec .swiper-slide-prev::before {
  content: '';
  position: absolute;
  left: 75%;
  right: 0;
  top: -15px;
  bottom: -15px;
  background: linear-gradient(266deg, rgba(250, 246, 239, 0) 0%, rgba(250, 246, 239, 0.5) 50%, rgba(250, 246, 239, 1) 100%);
}

.luxurious-sec .swiper-slide-next {
  position: relative;
  transform: skewY(-15deg) translateY(-30%) !important;
}

.luxurious-sec .swiper-slide-next::before {
  content: '';
  position: absolute;
  right: 75%;
  left: 0;
  top: -15px;
  bottom: -15px;
  background: linear-gradient(86deg, rgba(250, 246, 239, 0) 0%, rgba(250, 246, 239, 0.5) 50%, rgba(250, 246, 239, 1) 100%);
}

.luxurious-sec .swiper-slide .slider-content h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.luxurious-sec .swiper-slide .slider-content p {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-size: 20px;
  font-weight: 300;
  width: 35%;
  margin: 10px 0 30px;
  text-align: left;
}

.luxurious-sec .sec-heading {
  text-align: center;

}

/* h */


.product-dev .products-h2 span {
  color: #1D351F;
  font-weight: 500;
  font-size: 70px;
  font-family: 'Neue Haas Grotesk Display Pro';
}

.product-silder {
  background-color: #fff;

}

.product-dev .products-h2 {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-weight: 700;
  font-size: 100px;
  color: #1D351F;
}

.best-Products {
  position: relative;
}

.best-Porducts .swiper-scrollbar {
  width: 30%;
  left: unset;
  right: 0;
  background-color: #BBBBBB;
}

.best-Porducts .swiper-scrollbar .swiper-scrollbar-drag {
  /* width: 33% !important; */
  background-color: #1D351F;
  transform: scaleY(1.1);
  border-radius: 10px;
}

.product-dev {
  position: relative;
}

.product-dev::before {
  content: '';
  background-image: url('../images/product-silder/leaf.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 200px;
  left: -25px;
  right: 0;
  bottom: 0;
  height: 390px;
  z-index: -1;
}

.best-Porducts .product-silder {
  padding: 44px 35px;
}

.best-Porducts {
  padding: 50PX 0;
}

.product-silder img {
  width: 100% !important;
  display: flex;
  display: block;
  margin: 0px auto;
}






.best-Porducts .product-silder h4 {
  font-family: "Montserrat", sans-serif;
  color: #1E1E1E;
  text-align: right;
  position: relative;
  z-index: 1;
}

.best-Porducts .product-silder .make-up h3 {
  text-align: start;
  font-family: 'Neue Haas Grotesk Display Pro';
  font-size: 25px;
  padding: 20px 0;
  color: #000;
  font-weight: 500;

}

.best-Porducts .product-silder .make-up {
  transform: translateY(154px);
  transition: 0.3s;
}

.best-Porducts .product-silder .make-up h2 {
  text-align: start;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
}

.best-Porducts .product-silder .make-up .btn-15 {
  display: flex;
  justify-content: start;
  align-items: center;
}

.swiper {
  width: 100%;
  height: 100%;
  padding: 30px 0;
}

.best-Porducts .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.3);
  transition: 3s linear;
  background-color: #fff;
  box-shadow: 0 0 54px rgb(0 0 0 / 10%);
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.best-Porducts .swiper-slide::before {
  content: '';

}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 70vh;
  max-height: 350px;
  object-fit: contain;
}

.best-Porducts .product-silder {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(5);
  transition: 3s ease-in-out;
  /* background-color: #fff; */
  /* box-shadow: 0 0 50px rgb(0 0 0 / 10%); */
  /* border-radius: 20px; */
}

.best-Porducts.animate .swiper-slide {
  transform: scale(1);
}

.best-Porducts.animate .product-silder {
  transform: scale(1);
}

.best-Porducts .product-silder .make-up .btn-15 button {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-weight: 500;
  color: #000;
  border: 1px solid #000;
  border-radius: 33px;
  width: 210px;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
}

.best-Porducts .product-silder .make-up .btn-15 i {
  border: 1px solid #000;
  border-radius: 50%;
  height: 60px;
  width: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transform: rotate(319deg);
}

.best-Porducts .product-silder:hover .make-up {
  transform: rotate(0);
}

.product-silder {
  position: relative;
  overflow: hidden;

}

.product-silder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;


}

.product-silder:hover::before {
  opacity: 1;
}

.picks {
  padding: 50px 0;
}

.picks .picks-content h2 {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-weight: 700;
  font-size: 94px;
  color: #1D351F;
  transition: 2s ease-in-out;
  opacity: 0.6;
  transform: translateX(50px);
}

.picks.animate .owl-item.active .picks-content h2 {
  transform: translateX(0);
  opacity: 1;
}

.picks .picks-content .first-pick span {
  font-weight: 700;
  padding: 0 0 0 10px;
}

.picks-paragraphs {
  color: #1D351F;
  font-weight: 500;
  font-family: 'Neue Haas Grotesk Display Pro';
  font-size: 23px;
  width: 80%;
  line-height: 36px;
  /* padding: 0px 0 0 0; */
}

.btn-5 button {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-weight: 500;
  color: #ffff;
  border: 1px solid #1D351F;
  border-radius: 33px;
  width: 200px;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  background-color: #1D351F;
}

.btn-5 {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 49px 0 0 0;
}

.btn-5 i {
  border: 1px solid #1D351F;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D351F;
  padding: 0px 0 0 0;
  transform: rotate(319deg);
}

.picks .picks-content .first-pick {
  font-size: 18px;
  font-family: 'Neue Haas Grotesk Display Pro';
  font-weight: 500;
  color: #1D351F;
  font-size: 29px;
  padding: 29px 0;
}

.picks .picks-content .first-pick,
.picks .picks-content .btn-5,
.picks .picks-content .picks-paragraphs {
  transform: translateY(50px);
  opacity: 0.7;
  transition: 2s ease-in-out;
}

.picks.animate .owl-item.active .picks-content .first-pick,
.picks.animate .owl-item.active .picks-content .btn-5,
.picks.animate .owl-item.active .picks-content .picks-paragraphs {
  opacity: 1;
  transform: translateY(0);
}

.picks .picks-second-img img {
  width: 100%;
  border-radius: 30px;
}

.picks-img {
  background-color: #1D351F;
  width: 100%;
  height: 75vh;
  display: flex;
  align-items: flex-end;
  border-radius: 0 30px 30px 0;
}

.picks-img-2 {
  border-radius: 30px 0 0 30px;
  transform: translateX(50%);
  transition: 2s ease-in-out;
}

.picks-img .img-wrap {
  width: 100%;
  height: calc(100% + 150px);
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}

.picks .item {
  padding: 80px 0 0;
  overflow: hidden;
}

.picks-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
  transition: 2s ease-in-out;
}

.picks-img .img-wrap-1 img {
  transform: rotate(-15deg) translateX(30%);
  transform-origin: bottom right;
}

.picks-img .img-wrap-2 img {
  transform: scale(1.2) translateX(30px);
  transform-origin: bottom center;
}

.picks.animate .owl-item.active .picks-img-2,
.picks.animate .owl-item.active .img-wrap img {
  transform: rotate(0deg) translateX(0) scale(1);
}

.picks-second-img img {
  /* width: 100%; */
  height: 85vh;
  object-fit: fill;
}

.picks-silder.owl-nav button {
  background: none;
  border: 1px solid #1D351F;
  font-size: 2em;
  color: #1D351F;
  transition: color 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.picks-silder .owl-nav {
  margin-top: 10px !important;
  text-align: center !important;
  -webkit-tap-highlight-color: transparent !important;
  position: absolute !important;
  right: 40px !important;
}

.picks-silder .owl-nav button.owl-prev {
  left: 15px;
  width: 57px;
  height: 57px;
  border: 1px solid #1D351F;
  color: #000;
  border-radius: 50%;
  font-size: 21px;
  margin: 0 13px 1px 12px;
}

.picks-silder .owl-nav button.owl-next {
  right: 10px;
  width: 57px;
  height: 57px;
  border: 1px solid #1D351F;
  color: #000;
  border-radius: 50%;
  font-size: 21px;
}

.testimoinals .testimonals-heading h2 span {
  color: #1D351F;
  font-weight: 500;
  font-size: 50px;
  padding: 10px 0;
  display: block;
}

.testimoinals .testimonals-heading h2 {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-weight: 700;
  font-size: 75px;
  color: #1D351F;
  width: 100%;
  text-align: start;
}

.testimoinals {
  padding: 80px 0;
}

.testimoinals .test-para {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 0;
  margin: 0 0 27px 0;
  transform: translateX(70%);
  width: fit-content;
  opacity: 0;
  transition: 2s ease-in-out;
}

.testimoinals.animate .test-para {
  transform: translateX(0);
  opacity: 1;
}

.testimoinals .custom-silder .silder-img-first {
  width: 100%;
}

.custom-silder {
  position: relative;
}

.custom-silder .silder-content {
  position: absolute;
  top: 0;
  padding: 67px 25px;
  DISPLAY: FLEX;
  FLEX-DIRECTION: column;
}

.custom-silder .silder-content h4 {
  text-align: end;
}

.custom-silder .silder-content p {
  text-align: end;
}

.custom-silder .silder-content .client-region h3 {
  text-align: center;
}

.custom-silder .silder-content .client-region .counter-region {
  text-align: center;
  display: flex;
  justify-content: center;
}

.custom-silder .silder-content {
  width: 100%;
}

.custom-silder h4 {
  font-family: 'Neue Haas Grotesk Display Pro';
  color: #474747;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
}

.custom-silder p {
  color: #474747;
  font-size: 24px;
  font-family: 'Neue Haas Grotesk Display Pro';
  font-weight: 500;
  padding: 10px 0;
}

.custom-silder ul li h6 {
  color: #474747;
  font-size: 25px;
  font-weight: 600;

  font-family: 'Neue Haas Grotesk Display Pro';
}

.custom-silder ul li span h5 {
  padding-left: 15px;
  color: #474747;
  font-family: 'Neue Haas Grotesk Display Pro';
}

.custom-silder ul li span {
  padding-top: 15px;
  padding-bottom: 24px;
}

.custom-silder ul li span {
  color: #474747;
  font-size: 18px;
  font-family: 'Neue Haas Grotesk Display Pro';
  display: flex;

}

.custom-silder .men {
  /* margin-bottom: -100PX; */
  height: 100%;
  object-fit: contain;
  /* margin-bottom: -156px; */
  object-position: bottom left;
  transform: translateY(5px);
  transition: 0.5s;
  filter: grayscale(1);
}

.custom-silder:hover .men {
  transform: translateY(0);
  filter: grayscale(0);
}

.custom-silder {
  background: linear-gradient(90deg, rgba(166, 169, 151, 0.34217436974789917) 0%, rgba(255, 247, 234, 0.8435749299719888) 51%, rgba(180, 181, 175, 0.28335084033613445) 100%);
  padding: 39px 42px 0 0;
  border-radius: 20px;
  overflow: hidden;
}

.testimoinals .custom-silder-2 {
  transition: 2s ease-in-out;
  transform: translateX(50%);
}

.testimoinals .custom-silder-3 {
  transition: 2s ease-in-out;
  transition-delay: 0.3s;
  transform: translateX(50%);
}

.testimoinals.animate .custom-silder-3,
.testimoinals.animate .custom-silder-2 {
  transform: translateX(0);
}

.custom-silder .sub-direct {
  width: 72px !important;
}

.custom-silder .flage {
  width: 25px !important;
}

.testimoinals .owl-nav button.owl-prev {
  left: 15px;
  width: 57px;
  height: 57px;
  border: 1px solid #1D351F;
  color: #000;
  border-radius: 50%;
  font-size: 21px;
  margin: 0 13px 0px 12px;
}

.testimoinals .owl-nav button.owl-next {
  right: 10px;
  width: 57px;
  height: 57px;
  border: 1px solid #1D351F;
  color: #000;
  border-radius: 50%;
  font-size: 21px;
}

.testimoinals .owl-nav {
  right: -10px !important;
  position: absolute;
  margin: 24px 0 0 0;
}


.testimoinals .owl-carousel .owl-item:nth-child(2),
.testimoinals .owl-carousel .owl-item:nth-child(3) {
  opacity: 0.5;
  /* Adjust opacity as needed */
  background-color: rgba(0, 0, 0, 0.5);
  /* Black with 50% opacity */
}

.landing h2 {
  text-align: center;
  font-size: 95px;
  color: #1D351F;
  font-family: 'Neue Haas Grotesk Display Pro';
  color: #1D351F;
  font-weight: 700;
}

.landing h2 span {
  text-align: center;
  display: block;
  font-family: 'Neue Haas Grotesk Display Pro';
  color: #1D351F;
  font-weight: 500;
  font-size: 56px;
}

.landing {
  padding: 120px 0 30px;
}

.landing .landing-1 p {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #3A3A3A;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  padding: 15px 0 37px 0;
}

.silder-marque {
  padding-bottom: 50px;
}

.silder-marque marquee img {
  margin: 25px 0 36px 25px;
}

.question {
  font-size: 30px;
  font-weight: 600;
  padding: 35px 100px 35px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: 'Neue Haas Grotesk Display Pro';
  border-top: 1px solid #1D351F !important;
  color: #3A3A3A;
}

.question::after {
  content: "\002B";
  font-family: 'Font Awesome 6 Pro';
  font-size: 20px;
  position: absolute;
  right: 20px;
  transition: 0.2s;
  border: 2px solid #1D351F;
  width: 44px;
  border-radius: 45px;
  padding-top: 2px;
  display: flex;
  height: 44px;
  justify-content: center;
  align-items: center;
  color: #1D351F;
}

.wrapper {
  padding: 10px 0 10px 0;
}

.question.active::after {
  content: "\f068";
  /* transform: rotate(45deg); */
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #818181;
}

.one-0 {
  border-top: none !important;
}

footer {
  background-color: #1D351F;
  /* padding: 29px 0 10px 0; */
  border-radius: 55px 55px 0 0;
}

.logo-footer p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  padding: 35px 0;
  font-weight: 400;
  width: 83%;
}

@media screen and (max-width: 790px) {}

footer .logo-footer ul li {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  width: fit-content;
  padding: 10px 20px 10px 20px;
  margin: 19px 0 0 0;
}

footer .logo-footer ul li a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  /* padding: 25px 12px; */
}

footer .nav-links h3 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  padding-bottom: 21px;
}

footer .nav-links ul li a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

footer .nav-links ul li i {
  color: #fff;
  font-size: 16px;
  padding: 0 15px 0 0;


}

footer .nav-links ul li {
  padding: 17px 0 0 0;
}

footer .last-main ul {
  display: flex;
  align-items: center;

}

footer .last-main ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .last-main ul li a i {
  background-color: #fff;
  color: #1D351F;
  font-size: 27px;
  width: 53px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 65px;
}

footer .last-main ul li {

  color: #1D351F;

  margin: 0px 20px 0 0px;
}

footer .last-main h3 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  padding-bottom: 21px;
}

footer .last-main input {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  padding: 0 0 0 20px;
}

footer .last-main input::placeholder {
  color: #fff;
}

footer .last-main input {
  width: 50%;
  background-color: #1D351F;
  border: 1px solid #fff;
  border-radius: 35px;
  height: 56px;
  padding: 0 0 0 32px;
  color: #fff;
  margin: 16px 0;
}

footer .last-main p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 29px;
  font-weight: 600;
  padding-top: 20px;
  padding: 40px 0 0 0;
}

.custom-search .doys {
  background-color: #1d351f;
  padding: 19px 21px;
  border-radius: 41px;
  border: 1px solid #fff;
  color: #ffff;
  transform: rotate(311deg);
  margin: 0 0 0 20px;
}

.custom-search {
  position: relative;
}

.custom-search .net {
  color: #fff;
  position: absolute;
  left: 19px;
  top: 37px;
  font-size: 20px;
}

.company-dev p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  width: 38%;
  padding: 0 0 0 16px;
}

.copyeriter p {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  padding: 21px 0 35px;
  color: #fff;
  font-weight: 400;
}

.copyeriter span {
  font-weight: 600;
}

.copyeriter {
  border-top: 1px solid #fff;
  margin: 80px 0 0 0;
}

.company-dev {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 30px 0 0 0;
}

footer .logo-footer ul li i {

  margin: 0 0 0 10px;

  transform: rotate(141deg);
}

.banner-content ul li img {
  width: 80% !important;
}

.banner-content .man-ul {
  padding: 50px 0 0 0;
}

.banner-content .man-ul li p {
  color: #1D351F;
  font-family: 'Neue Haas Grotesk Display Pro';
  font-size: 18px;
  font-weight: 300;
  padding: 0 0 0 0px;
}

.banner-content .man-ul {
  display: flex;
  align-items: center;
  transform: translateY(160px);
  opacity: 0;
  transition: 2s ease-in-out;
  transition-delay: 1s;
}

.owl-item.active .banner-content .man-ul {
  opacity: 1;
  transform: translateY(0);
}

.impact-section {
  position: relative;
}

.leaf-img-2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-30%) rotate(-30deg) scale(1.5);
  z-index: -1;
  transition: top 0.5s linear, transform 1s ease-in-out;
}

.leaf-img-2.animate-2 {
  transform: translateY(-30%) rotate(40deg) scale(1.5);
}

.leaf-img-2 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.impact-section.animate::before {
  opacity: 1;
}

.impact-section .rev-wrap {
  transform: scale(0.5);
  opacity: 0;
  transition: 2s ease-in-out;
}

.impact-section.animate .rev-wrap {
  transform: scale(1);
  opacity: 1;
}

.impact-section .rev-h6 {
  transform: translateY(20px);
  opacity: 0;
  transition: 2s ease-in-out;
}

.impact-section.animate .rev-h6 {
  transform: translateY(0);
  opacity: 1;
}

.impact-section .group-icon-btn {
  transform: translateY(70px);
  opacity: 0;
  transition: 2s ease-in-out;
}

.impact-section.animate .group-icon-btn {
  transform: translateY(0);
  opacity: 1;
}

/* .impact-section::before {
  content: '';
  background-image: url(../images/second-leaf.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 35%;
  left: 92%;
  right: 0;
  bottom: 0;
  height: 390px;
  z-index: -1;
} */

.picks-content {
  padding: 0 33px;
}

.landing-1 {
  position: relative;
}

.extra-class:after {
  content: '';
  background-image: url(../images/product-silder/leaf-12.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -23%;
  left: 71%;
  right: 0;
  bottom: 0;
  height: 390px;
  z-index: -1;
}

.p-8 {
  padding: 85px;
}

.leaf-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100vh - 100px);
  transition: 2s ease-in-out;
}

.banner-wrapper-main.sec-fixed .leaf-img {
  top: 30vh;
  left: 99%;
  transform: scale(1.5) rotate(-25deg) translateX(-50%);
}

.slider-3d-products {
  position: relative;
  width: 100%;
  height: 100vh;
  perspective: 600px;
}

.slider-3d-products .carousel-pivot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-style: preserve-3d;
}

.slider-3d-products .carousel-item {
  position: absolute;
  width: 100px;
  height: 80px;
  background: rgba(255, 0, 153, 0.8);
  text-align: center;
  line-height: 80px;
  font-size: 20px;
}

/* body {
  background: #333;
  padding: 70px 0;
  font: 15px/20px Arial, sans-serif;
} */

.luxurious-sec {}

.carousel-container {
  perspective: 3000px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateY(-15vw);
  margin-bottom: 200px;
}

.carousel-container .carousel-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  transform: translateY(30vw);
}

.carousel-container .carousel-nav li button {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: transparent;
  transition: 0.3s;
}

.carousel-container .carousel-nav li .next-btn {
  border: 1px solid #000;
}

.carousel-container .carousel-nav li button:hover {
  background-color: #000;
  color: #fff;
}

.carousel-indicator {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(calc(13vw));
}

.carousel-indicator span {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-size: 18px;
  color: #1D351F;
  display: block;
  margin-bottom: 10px;
}

.carousel-indicator ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.carousel-indicator ul li {
  width: 3px;
  height: 30px;
  background-color: #1D351F;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}

.carousel-indicator ul li.active {
  height: 150px;
}

.carousel {
  width: 450px;
  height: 460px;
  position: relative;
  transform-style: preserve-3d;
  transform: translateY(15vw);
  /* animation: rotate 30s infinite linear; */
  transition: 0.3s ease-in-out;
  padding: 50px 0;
}

.carousel__cell {
  position: absolute;
  width: 282px;
  /* height: 200px; */
  left: 50px;
  /* top: 50px; */
  text-align: center;
  /* line-height: 200px; */
  font-size: 40px;
  border-radius: 25px;
  /* background-color: #D4D4D2; */
  /* margin: 46px; */
  padding: 10px;
}

.carousel__cell .item-wrapper {
  /* background: #fff; */
  background-color: #D4D4D2;
  border: 1px solid #ccc;
  padding: 16px 16px;
  border-radius: 25px;
}

.carousel__cell:not(.active) .item-wrapper * {
  opacity: 0;
}

.carousel__cell.active .item-wrapper {
  background: #fff;
}

.carousel__cell img {
  margin-bottom: 10px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}

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

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

.carousel__cell p {
  font-size: small;
  text-align: start;
  font-size: 13px;
  color: #939393;
  font-family: "Montserrat", sans-serif;
  width: 90%;
  padding: 0 0 15px 0;
}

.carousel__cell button {
  width: 191px;
  height: 38px;
  font-size: 15px;
  white-space: nowrap;
  text-align: center;
  border: 1px solid #1D351F;
  border-radius: 20px;
  display: flex;
  justify-content: space-around;
  margin: 0px 0 0 0;
  display: flex;
  align-items: center;
  font-family: 'Neue Haas Grotesk Display Pro';
  color: #1D351F;
}

.carousel__cell h2 {
  font-size: 20px;
  font-family: 'Neue Haas Grotesk Display Pro';
  text-align: start;
  color: #000;
  font-weight: 700;
  padding: 15px 0 9px 0;
}

.carousel__cell span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel__cell span i {
  padding: 12px 15px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 15px;
}

.carousel-container {
  position: relative;
}

/* .carousel-container .next-btn{
  position: absolute;
  top: 0;
  left: 0;
  right: 16%;
  left: 86%;
} */
/* .navbar-nav {
  position: absolute;
  left: 112px;
  right: 0;
  top: -10px;
  background-color: #1d351f;
  bottom: -190px;
  height: 382px;
  width: 75%;
  z-index: -1;
  color: #fff;
  border-radius: 10px;
  display: flex;
  padding: 40px 0 41px 17px;
  justify-content: center;
} */

.introduction {
  display: flex;
  /* justify-content: ; */
  position: relative;
}

.socail-interview ul li {
  margin: 0 15px 0 0;
}

.socail-interview ul li img {
  width: 100%;
  height: 50px;
}

.socail-interview ul {
  display: flex;
  justify-content: flex-start;
}

.socail-interview label h3 {
  font-size: 18px;
  font-family: 'Neue Haas Grotesk Display Pro';
  margin: 0 0 13px 0;
}

.socail-interview {
  margin: 18px 0 0 0;
}

#navbarTogglerDemo03 .nav-item .nav-link {
  font-family: 'Neue Haas Grotesk Display Pro';
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding-left: 27px;
}

#navbarTogglerDemo03 .nav-item {
  position: relative;
}

#navbarTogglerDemo03 .nav-item::after {
  content: '\f054';
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  z-index: -9999;
  bottom: 0;
  font-family: "Font Awesome 6 Pro";
}

.about-banner {
  padding: 150px 0 0 0;
}

.about-banner h2 {
  font-family: "Amiri", serif;
  font-weight: 500;
  font-size: 100px;
  color: #1D351F;
  font-size: 74px;
  text-align: center;
  padding: 0 0 25px 0;
  font-style: italic;
}

.about-banner .action-banner p {
  font-family: 'Neue Haas Grotesk Display';
  font-size: 18px;
  color: #2B332B;
  text-align: center;
  padding: 0 0 40px 0px;
}

.about-banner .action-banner img {
  width: 100%;
  height: auto;
}

.about-filters .owl-item img {
  width: 100%;
  height: 333px;
  object-fit: cover;
}



section.banner {
  background: url(../images/bg-321.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* padding: 301px 0; */
  height: 100vh;
  display: flex;
  align-items: center;
}

.banner h2 {
  font-size: 45px;
  font-weight: 300;
  padding: 90px 0 9px 0;
  color: #fff;
  font-family: "Playfair Display", serif;
}

.banner button {
  background: #182B17;
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  font-family: 'Outfit';
  font-size: 23px;
  margin: 40px 0;
}

header .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-family: 'Gilroy';
  padding: 0 20px;
  font-size: 20px;
  text-transform: capitalize;
}

header .navbar {
  background-image: url(../images/nav-bg.png);
  background-repeat: no-repeat;
  background-size: 50% 100%;
  background-position: 100% 100%;
  transition: 0.3s;
}

#custom-filter {
  display: none;
  /* Initially hidden */
  position: absolute;
  top: 115px;
  /* Adjust based on your header height */
  right: 0;
  width: 35%;
  background-color: #fff;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  padding: 20px;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  background: #ffffff7a;
  padding: 10px 20px;
  gap: 32px;
  margin-top: 30px;
  /* border-radius: 16%; */
  /* width: 85%; */
  justify-content: space-between;
}

#custom-filter .tote {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 27px;
  align-items: center;
}
#custom-filter input::placeholder{
  font-size: 14px;
}
#custom-filter input,
#custom-filter select {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-radius: 25px;
}

#custom-filter i {
  cursor: pointer;
  font-size: 18px;
}




/* #metion-2::before {
  content: '';
  width: 1px;
  height: 30px;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

#metion-2::after {
  content: '';
  width: 1px;
  height: 30px;
  background: #fff;
  top: 0;
  left: 180px;
  bottom: 0;
  position: absolute;
} */


/* #metion-2 span {
  background: #182b17;
  width: 10px;
  border-radius: 50%;
  height: 10px;
  color: red;
  margin: 0px 0 0 15px;
} */
.custom-filter {
  background-color: rgba(244, 241, 236, 0.4);
  border-radius: 50px;
}

.custom-filter>ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 25px;
  gap: 15px;
}

.custom-filter ul .seperator {
  border-left: 1px solid rgba(244, 241, 236, 0.4);
  height: 50px;
}

.custom-filter ul li button {
  margin: 0;
  background: #182b17;
  color: #fff;
  padding: 10px 15px;
  border-radius: 20px;
}

.custom-filter ul li .dropdown a,
.custom-filter ul li input,
.custom-filter ul li input::placeholder,
.custom-filter ul li select {
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter";
}

.custom-filter ul li select option {
  color: #000;
  padding: 500px !important;

}

.search-filter li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-filter {
  width: 300px;
  right: -30px !important;
  top: 30% !important;
  left: auto !important;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter";
  padding: 15px 25px;
}

.qty-inp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #000;
}

.qty-inp button {
  border: 1px solid rgb(204 204 204 / 1);
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 12px;
}

.qty-inp input {
  width: 50px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter";
  color: #000 !important;
  text-align: center;
}

/* 
.custom-filter ul {
  display: flex;
  align-items: center;
  background: #ffffff7a;
  width: fit-content;
  backdrop-filter: blur(29);
  padding: 5px 4px;
  margin-top: 30px;
  border-radius: 50px;
  justify-content: initial;
}

.custom-filter ul #metion-2 input::placeholder {
  margin: 0 0px 0 20px !important;
}

.custom-filter input::placeholder {
  color: #fff;
  font-family: "Inter";
  font-size: 20px;

}

.custom-filter input {
  background: transparent;
  font-size: 18px;
  border: none;
  font-weight: 200;
  font-family: "Inter";
  color: #fff;
  padding: 0px 15px 0 15px;
}

.custom-filter ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.custom-filter ul li select {
  width: 100%;
  font-family: "Inter";
  background: transparent;
  font-size: 20px;
  border: none;
  color: #fff;
  font-weight: 300;
}
.custom-filter ul li {
  padding: 14px 36px;
  margin: 0 5px 0 20px;
  font-size: 25px;
  background: #182b17;
  color: #fff;
  border-radius: 35px;
}
.custom-filter ul li.btn-li{
  padding: 0;
    margin: 0;
}
.custom-filter ul li button {
  padding: 10px 20px;
  margin: 0;
}

.custom-filter ul #metion-2 input {
  width: 55%;
} */

.Team {
  padding: 80px 0;
}

.Team .tecture-motive h4 {
  color: #fff;
  font-family: 'Gilroy';
  font-size: 25px;
  letter-spacing: 25px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.Team .tecture-motive h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 70px;
  text-align: center;
  font-family: "Playfair Display", serif;
}

.Team {
  background-image: url(../images/background-green.png);
  background-size: cover;
  background-position: center center;
}

.Team .tecture-motive p {
  color: #fff;
  text-align: center;
  font-family: 'Gilroy';
  display: block;
  margin: 0 auto;
  width: 60%;
  padding-top: 35px;
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 40px;
}

.Team .custom-profile {
  position: relative;
}

.Team .custom-profile a {
  color: #fff;
  font-family: 'Gilroy';
  font-size: 20px;
  text-align: center;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 20px 0 0 0;
}

.Team .custom-profile h4 {
  font-family: 'Classy Vogue';
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding-top: 25px;
  font-weight: 500;

}

.Team .custom-profile a::after {
  content: url('../images/profile/arrow.png');
  /* Replace with your actual image path */
  display: inline-block;
  width: 30px;
  /* Adjust the width if needed */
  height: 29px;
  /* Adjust the height if needed */
  transform: scale(1.5);
  margin-left: 5px;
  /* Space between text and arrow */
  object-fit: contain;
  vertical-align: middle;
  /* Aligns the arrow with the text */
}

.explore {
  background-image: url(../images/bg/1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.explore .explore-1 ul li a:hover {
  background-color: #063900;
  color: #fff;
}

.explore .explore-1 ul li {
  list-style: disc !important;
}

.place .mention-cards {
  background-color: #063900;
}

.explore .explore-1 ul li {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  color: #000;
  padding: 30px 0;
}

.explore .explore-1 h2 {
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 80px;
}

.explore-1 button:hover {
  background-color: #fff;
  color: #182B17;
  border: 1px solid #182B17;
}

.explore-1 button {
  background: #182B17;
  color: #fff;
  width: 150px;
  height: 50px;
  border-radius: 25px;
  font-family: 'Gilroy';
  transition: 0.3s;
  border: 1px solid transparent;
}

.place .motion-h2 {
  text-align: start;
  font-family: "Playfair Display", serif;
  color: #000;
  font-size: 55px;
  text-transform: capitalize;
  padding-bottom: 25px;
}

.place {
  padding: 80px 0;
}

.place .custom-place .thumbnail {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  padding: 10px 5px;
}

.place .custom-place-1 .desc {
  height: 120px;
  overflow: hidden;
}

.place .custom-place span {
  position: absolute;
  color: #000;
  /* top: 0; */
  /* left: 0; */
  bottom: 15px;
  bakcground: #fff;
  right: 10px;
  background: #ffff;
  border-radius: 10px;
  font-size: 16px;
  color: #24232D;
  font-weight: 600;
  font-family: 'Gilroy-8';
  padding: 5px 20px;
}

.place .custom-place {
  position: relative;
}

.place .custom-place-1 h4 {
  color: #000;
  font-family: 'Gilroy';
  font-size: 20px;
  font-weight: 900;
  padding: 0 10px;
}

.place .custom-place-1 {
  padding-top: 30px;
}

.place .custom-place-1 p {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 10px;
  font-family: 'Gilroy';
}

.place .custom-place-1 ul li img {
  margin-right: 15px;
  width: 16px;
  object-fit: contain;
}

.place .custom-place-1 ul {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.place .custom-place-1 ul li span {
  font-family: 'Gilroy';
  color: #000;
  font-size: 15px;
  font-weight: 800;
}

.place .custom-place-1 ul {
  display: flex;
  justify-content: space-between;
  padding: 33px 5px;
}

.place-holder ul {
  padding: 7px 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.place-holder ul li ul li a img {
  width: 25px;
  transform: scale(1.2);
  object-fit: scale-down;
}

.place-holder ul li ul li {
  margin: 0 0 0 15px;
}

.place-holder ul li ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.place-holder ul li {
  font-family: 'Gilroy';
  color: #000;
  font-size: 15px;
  font-weight: 600;

}

.services {
  background-color: #182B17;
  padding: 100px 0;
}

.services .loper {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 55px;
  margin-bottom: 15px;
}

.text-service h2 {
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-family: "Playfair Display", serif;
}

.services .text-service {
  height: 10vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.motion-graphic:hover .text-service H2,
.motion-graphic:hover .text-service {
  background-color: #FFF;
  color: #182B17;
}

.motion-graphic {
  transition: 0.3s;

}

.our-project .mention-45 h2 {
  color: #182B17;
  font-weight: 600;
  font-size: 60px;
  font-family: "Playfair Display", serif;
}

.our-project .mention-78 p {
  color: #000;
  text-align: end;
}

.our-project {
  padding: 80px 0;
}

.mention-img span a {
  color: #fff;
  font-family: 'Gilroy';

}

.mention-img img {
  width: 100%;
  object-fit: center center;
}

.mention-img {
  overflow: hidden;
  height: 350px;
  position: relative;
  transition: transform 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black background */
}

.mention-img span {
  background-color: #182B17;
  color: #fff;
  width: fit-content;
  padding: 14px 10px;
  position: absolute;
  top: 50%;
  /* Center vertically */
  left: 50%;
  /* Center horizontally */
  transform: translate(-50%, 250%) translateY(60px);
  /* Center span and offset vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

.mention-img:hover span {
  transform: translate(-50%, -50%) translateY(-10px);
  /* Move span up on hover */
}

.lopper {
  background-image: url(../images/background-green.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 332px 0 50PX 0;
}

.lopper .loter ul li {
  font-family: "Playfair Display", serif;
  list-style: disc;
  font-size: 35px;
  color: #fff;
  text-transform: capitalize;
  border-top: 1px solid #ffffff21;
  border-bottom: 1px solid #ffffff21;
  padding: 30px 0;
}

.lopper .loter ul {
  padding: 20px 0;
}

.lopper .loter h2 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 55px;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left top;
  top: 35%;
}

.lopper .loter img {
  position: absolute;
  right: 0;
  top: 29%;
  width: 30%;
  right: 20%;
}

footer {
  background-image: url(../images/bg/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 79px 0 15px 0;
  background-position: 100% 100%;
}

footer .main-nav ul li {
  padding: 10px 0;
}

footer .main-nav ul li a {
  color: #989898;
  font-size: 16px;
  font-family: "Inter";
  transition: 0.3s;
  font-weight: 300;
}

footer .main-nav h4 {
  font-family: "Inter";
  font-size: 25px;
  color: #000;
  font-weight: 500;
  font-weight: 800;
  padding: 0 0 20px 0;
}

footer .main-logo-footer p {
  color: #000;
  font-family: "Inter";
  width: 80%;
  font-size: 17px;
  padding: 20px 0;
}

footer .main-logo-footer input::placeholder {
  color: #000;
  font-family: "Inter";
}

footer .main-logo-footer input {
  border: none;
  background: transparent;
  border-bottom: 1px solid #000;
  margin-top: 25px;
}

footer .main-logo-footer h3 {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 700;
  color: #000;
  padding: 30px 0;
}

.main-logo-footer .icon-ul ul li a i {
  color: #fff;
}

.main-logo-footer .icon-ul ul li {
  background-color: #000;
  margin: 1px 20px 0 0px;
  padding: 6px 10px;
  border-radius: 33px;
}

.main-logo-footer .icon-ul ul {
  display: flex;
  /* align-items: center; */
  margin: 42PX 0 15px 0;
  /* justify-content: space-evenly; */
}

.main-ul-terms ul li a,
.main-ul-terms ul li {
  font-family: "Inter";
  font-size: 14px;
  color: #000;
  margin: 0 15px 0 0;

}

.main-ul-terms ul {
  display: flex;

}

.bottom .footer-bottom p {
  font-family: "Inter";
  color: #000;
  font-size: 20px;

}

.bottom {
  text-align: center;
  border-top: 1px solid #000;
  padding: 10px 0;
}

/* freshner css  */


/* prjects page start  */

section.top-facts {
  margin-top: 240px;
}

.top-main-heading h2 {
  font-family: "Playfair Display", serif;
  color: #000;
  font-size: 90px;
  font-weight: 500;
}

.p-one-bg {
  background: url(../images/projectpage/pp1.png);
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0 0 30px;
}


.p-one-bg a {
  background: #ffffffb5;
  color: #000;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  padding: 18px 30px;
  border-radius: 50px;
}

section.first-section11 {
  margin: 80px 0;
}


.all-page-section span {
  font-family: 'Gilroy';
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 15px;
  color: #000;
}

.all-page-section h3 {
  font-size: 75px;
  color: #000;
  padding: 10px 0;
  text-transform: capitalize;
  font-family: 'Playfair Display';
  font-weight: 600;
}

.all-page-section p {
  font-size: 16px;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 30px;
  padding: 15px 0 55px 0;
}

.all-page-section a {
  background: #182B17;
  color: #fff;
  font-family: 'Gilroy';
  font-weight: 600;
  padding: 14px 35px;
  border-radius: 50px;
  font-size: 18px;
}

.all-page-section {
  margin-top: 50px;

}


.p-two-bg {
  background: url(../images/projectpage/pp2.png);
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 30px 0 0;
  display: flex;
  align-items: start;
  justify-content: end;
}

.p-two-bg a {
  background: #ffffffb5;
  color: #000;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  padding: 18px 30px;
  border-radius: 50px;
}


.p-three-bg {
  background: url(../images/projectpage/pp3.png);
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0 0 30px;
}


.p-three-bg a {
  background: #ffffffb5;
  color: #000;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  padding: 18px 30px;
  border-radius: 50px;
}

.p-four-bg {
  background: url(../images/projectpage/pp4.png);
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 30px 0 0;
  display: flex;
  align-items: start;
  justify-content: end;
}

.p-four-bg a {
  background: #ffffffb5;
  color: #000;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  padding: 18px 30px;
  border-radius: 50px;
}

/* prjects page end  */


/* sell page start  */

.sell-banner {
  background: url(../images/sell/selling-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 240px 0 100px 0;
  /* height: 100vh; */
  display: flex;
  margin-bottom: 85px;
  align-items: center;
}

.sell-banner h2 {
  font-size: 70px;
  font-weight: 500;
  color: #fff;
  font-family: "Playfair Display", serif;
  text-align: center;
  text-transform: capitalize;
}

/* sell filter  */

.sell-filter ul {
  display: flex;
  align-items: center;
  background: #ffffff7a;
  padding: 5px 4px;
  margin-top: 30px;
  border-radius: 50px;
  width: 85%;
  justify-content: space-between;
}

.sell-filter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sell-filter ul #metion-2 input::placeholder {
  margin: 0 0px 0 20px !important;
}

.sell-filter input::placeholder {
  color: #fff;
  font-family: "Inter";
  font-size: 20px;

}

.sell-filter input {
  background: transparent;
  font-size: 18px;
  border: none;
  font-weight: 200;
  font-family: "Inter";
  color: #fff;
  padding: 0px 15px 0 15px;
}

.sell-filter ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.sell-filter ul li select {

  font-family: "Inter";
  background: transparent;
  font-size: 20px;
  border: none;
  color: #fff;
  font-weight: 300;
  /* margin: 0 0 0 -230px; */
}

.sell-filter ul li select option {
  background-color: #fff;
  color: #000;
}

.sell-filter ul li i {
  padding: 14px 36px;
  margin: 0 5px 0 20px;
  font-size: 25px;
  background: #182b17;
  color: #fff;
  border-radius: 35px;
}

.sell-filter ul #metion-2 input {
  width: 55%;
}

.sell-switch h2 {
  font-size: 60px;
  color: #182b17;
  text-transform: capitalize;
  font-family: 'Gilroy';
  font-weight: bold;

}

.sell-page-section span {
  font-family: 'Gilroy';
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 15px;
  color: #000;
}

.sell-page-section h3 {
  font-size: 40px;
  color: #000;
  padding: 10px 0;
  text-transform: capitalize;
  font-family: 'Playfair Display';
  font-weight: 600;
}

.sell-page-section p {
  font-size: 16px;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 30px;
  padding: 15px 0 55px 0;
}

.sell-page-section a {
  background: #182B17;
  color: #fff;
  font-family: 'Gilroy';
  font-weight: 600;
  padding: 20px 25px;
  border-radius: 50px;
  font-size: 18px;
}

.sell-one-bg {
  background: url(../images/sell/ss1.png);
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 0 30px 35px;
  display: flex;
  align-items: end;
  justify-content: start;
}

.sell-one-bg a {
  background: #ffffffb5;
  color: #000;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  padding: 18px 30px;
  border-radius: 50px;
  text-transform: capitalize;
}

.sell-two-bg {
  background: url(../images/sell/ss2.png);
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 0 30px 35px;
  display: flex;
  align-items: end;
  justify-content: start;
}

.sell-two-bg a {
  background: #ffffffb5;
  color: #000;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  padding: 18px 30px;
  border-radius: 50px;
  text-transform: capitalize;
}

.sell-three-bg {
  background: url(../images/sell/ss3.png);
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 0 30px 35px;
  display: flex;
  align-items: end;
  justify-content: start;
}

.sell-three-bg a {
  background: #ffffffb5;
  color: #000;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  padding: 18px 30px;
  border-radius: 50px;
  text-transform: capitalize;
}

.sell-four-bg {
  background: url(../images/sell/ss4.png);
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 0 30px 35px;
  display: flex;
  align-items: end;
  justify-content: start;
}

.sell-four-bg a {
  background: #ffffffb5;
  color: #000;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  padding: 18px 30px;
  border-radius: 50px;
  text-transform: capitalize;
}

.sell-five-bg {
  background: url(../images/sell/ss5.png);
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 0 30px 35px;
  display: flex;
  align-items: end;
  justify-content: start;
}

.sell-five-bg a {
  background: #ffffffb5;
  color: #000;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  padding: 18px 30px;
  border-radius: 50px;
  text-transform: capitalize;
}



.sellpage-place .motion-h2 {
  text-align: start;
  font-family: "Playfair Display", serif;
  color: #000;
  font-size: 55px;
  text-transform: capitalize;
  padding-bottom: 25px;
}

.sellpage-place {
  padding: 150px 0;
  background: #DFDFDF;
}

.sellpage-place .custom-place span {
  position: absolute;
  color: #000;
  /* top: 0; */
  /* left: 0; */
  bottom: 15px;
  bakcground: #fff;
  right: 10px;
  background: #ffff;
  border-radius: 10px;
  font-size: 16px;
  color: #24232D;
  font-weight: 600;
  font-family: 'Gilroy-8';
  padding: 5px 20px;
}

.sellpage-place .custom-place {
  position: relative;
}

.sellpage-place .custom-place-1 h4 {
  color: #000;
  font-family: 'Playfair Display';
  font-size: 20px;
  font-weight: 500;
}

.sellpage-place .custom-place-1 h5 {
  color: #000;
  font-family: 'Playfair Display';
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0 25px 0;
}

.sellpage-place .custom-place-1 {
  background: #fff;
  padding: 40px 35px 22px 35px;
  border-radius: 0 0 20px 20px;
}

.sellpage-place .custom-place-1 p {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 0;
  font-family: 'Gilroy';
}

.sellpage-place .custom-place-1 ul li img {
  margin-right: 15px;
  width: 16px;
  object-fit: contain;
}

.sellpage-place .custom-place-1 ul {
  padding-bottom: 20px;
  /* border-bottom: 1px solid #000; */
}

.sellpage-place .custom-place-1 ul li span {
  font-family: 'Gilroy';
  color: #000;
  font-size: 15px;
  font-weight: 800;
}

.sell-place-holder {
  border-top: 1px solid;
}

.sellpage-place .custom-place-1 ul {
  display: flex;
  justify-content: space-between;
}

.sell-place-holder ul {
  padding: 7px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sell-place-holder ul li ul li a img {
  width: 25px;
  transform: scale(1.2);
  object-fit: scale-down;
}

.sell-place-holder ul li ul li {
  margin: 0 0 0 15px;
}

.sell-place-holder ul li ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.sell-place-holder ul li {
  font-family: 'Gilroy';
  color: #000;
  font-size: 15px;
  font-weight: 600;

}

.sellpage-place .custom-place-1:hover {
  background: #182b17;
  color: #fff !important;
  transition: 0.4s ease-in-out;
}


.sellpage-place .custom-place-1:hover h4 {
  color: #fff;
}

.sellpage-place .custom-place-1:hover p {
  color: #fff;
}

.sellpage-place .custom-place-1:hover h5 {
  color: #fff;
}

.sellpage-place .custom-place-1:hover ul li span {
  color: #fff;
}

.sellpage-place .custom-place-1:hover ul li img {
  filter: brightness(0) invert(1) !important;
}



.sell-page-lopper {

  position: relative;
  padding: 332px 0 50PX 0;
  background: #EFEFEF;
}

.sell-page-lopper .loter ul li {
  font-family: "Playfair Display", serif;
  list-style: disc;
  font-size: 35px;
  color: #000000;
  text-transform: capitalize;
  border-top: 1px solid #878787;
  border-bottom: 1px solid #878787;
  padding: 30px 0;
}

.sell-page-lopper .loter ul {
  padding: 20px 0;
}

.sell-page-lopper .loter h2 {
  color: #000000;
  font-family: "Playfair Display", serif;
  font-size: 55px;
  position: absolute;
  transform: rotate(90deg);
  top: 17%;
}

.sell-page-lopper .loter img {
  position: absolute;
  right: 0;
  top: 29%;
  width: 30%;
  right: 20%;
  z-index: 11;
}

.yesin-sellinp {
  background: url(../images/sell/sales-shape.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 80px 0;
}

.sell-suburb {
  background: #182b17ed;
  color: #fff;
  padding: 60px 30px 75px 30px;
  border-radius: 15px;
}

.sell-suburb h2 {
  font-family: "Playfair Display", serif;
  font-size: 55px;
  font-weight: 500;
  text-transform: capitalize;
}

.sell-suburb p {
  font-family: 'Gilroy';
  font-size: 18px;
  padding: 30px 0 60px 0;
}

.sell-suburb a {
  color: #fff;
  font-family: 'Gilroy';
  text-transform: capitalize;
  font-size: 18px;
  border: 1px solid #fff;
  padding: 15px 25px;
  border-radius: 30px;
}

.nehri-sell span {
  color: #000;
  font-family: 'Gilroy';
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  padding-top: 20px;
  display: block;
}

.nehri-sell h2 {
  color: #143733;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px 0;
  font-weight: 600;
}

.nehri-sell p {
  color: #000;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 500;
}

h2.sell802-news {
  text-align: center;
  font-family: 'Playfair Display';
  font-size: 60px;
  padding: 0 0 50px 0;
}

section.main-news-sell-page {
  padding: 60px 0 90px 0;
}

.nehri-sell strong {
  text-decoration: underline;
}

/* sell page end */

/* faqs start page  */

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-item-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 30px 0px;
}

.accordion-item-header.active img {
  transform: rotate(360deg);
}

.accordion-item-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
}

.accordion-item-header img {
  height: 15px;
  width: 15px;
  object-fit: contain;
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 5px 80px 30px 0px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.accordion-item-body-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  font-family: 'Outfit';
  color: #000;
}

h2.intro-vert {
  font-family: "Playfair Display", serif;
  font-size: 45px;
  color: #000;
  padding: 30px 0 28px 0;
}

section.faqs {
  padding: 120px 0 80px 0;
}

.intro-vert span {
  color: #7b6d6d;
}

/* faqs end  */

/* buy page  */

.buypsge9763 {
  background: transparent;
  padding: 55px 0;
}

.buypsge9763 .buy-page-951 {
  background: #262626 !important;
}

.buypsge9763 .buy-page-951:hover {
  background: #182b17 !important;
  transition: 0.4s ease-in-out !important;
}

.buypsge9763 .buy-page-951 p,
h4,
h5 {
  color: #fff;
}

.buypsge9763 .buy-pageeees-951 span {
  color: #fff;
}

.buypsge9763 .buy-page-951 ul li span {
  color: #fff;

}

.buypsge9763 .buy-page-951 ul li img {
  filter: brightness(0) invert(1);

}

.sing-sell {
  color: #fff !important;
}

.buy-custom-place {
  position: relative;
}

.buy-custom-place a {
  color: #000;
  border: 1px solid #000;
  padding: 8px 30px;
  border-radius: 50px;
  font-size: 16px;
  font-family: outfit;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
}

#routers {
  background-image: url(../images/mention-contact.jpg);
  height: 70vh;
  width: 100%;
  position: relative;
  /* Make #routers the reference point */
  z-index: 1;
  background-size: cover;
  /* Optional: Ensure the background covers the element */
  background-position: center;
  /* Optional: Center the background image */
}

#routers::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* Position relative to #routers */
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: -1;
  /* Ensure it overlays the content of #routers */
}

#routers h2 {
  font-size: 60px;
  font-weight: 300;
  color: #ffffff;
  font-family: "Playfair Display", serif;
}

.buying-yesin-sellinp {
  background: url(../images/sell/buy-page-imgs.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 80px 0;
}

.about-us-banner .about-fiter {
  background-color: #ffff;
  padding: 20px 20px;


}

.about-us-banner .about-fiter ul li:hover a,
.about-us-banner .about-fiter ul li:hover {
  background-color: #182B17;
  color: #fff !important;

}

.about-us-banner .about-fiter ul li {
  padding: 10px 15px;
  background-color: #ffff;
  border-radius: 0px;
  transition: 0.3s;
}

.about-us-banner .about-fiter ul li a {
  color: #000;
  font-size: 18px;
  font-family: 'Gilroy';
  font-weight: 800;
}

.about-us-banner .about-fiter ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.about-us-banner {
  background-image: url(../images/bg/about-us-banner.png);
  background-size: cover;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h2-theme {
  text-align: center;
  padding: 40px 0;
  color: #fff;
  font-size: 80px;
  font-family: "Playfair Display", serif;
}

.mission .theme-left-mission {
  color: #000;
  font-size: 65px;
  font-family: "Playfair Display", serif;
  padding-bottom: 65px;
  text-transform: capitalize;
}

.mission .mission-part-2 p {
  color: #000;
  font-family: 'Gilroy';
  font-size: 18px;
  line-height: 40px;
  padding: 20px 0;
  font-weight: 500;

}

.mission .mission-part-2 h2 {
  color: #000;
  font-size: 45px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;

}

.mission {
  background-color: #F4F1EC;
  padding: 80px 0;
}

.services-top .texture-motion h3 {
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 45px;
  text-transform: capitalize;
}

.services-top {
  padding: 80px 0;
}

.services-top .custom-services-card .back-services p {
  color: #8F8F8F;
  font-family: 'Gilroy';
  font-size: 18px;
  text-align: start;
  padding: 30px 0 0 0;
}

.services-top .custom-services-card .back-services {
  padding: 0 20px;
}

.services-top .custom-services-card .back-services ul li a {
  color: #464646;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 500;
  font-weight: 700;
}

.services-top .custom-services-card .back-services ul {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cccc;
  padding: 15px 0 15px 0;
}

.services-top .custom-services-card .back-services h4 {
  font-family: 'Gilroy';
  color: #000;
  font-size: 25px;
  font-weight: 700;
  padding: 10px 0 25px 0;
}

.abouts-teams {
  background: #F4F1EC !important;
}

.abouts-teams .tecture-motive h4,
.abouts-teams .tecture-motive h2,
.abouts-teams .tecture-motive p,
.abouts-teams .custom-profile h4,
.abouts-teams .custom-profile a {
  color: #000;
}

.abouts-teams .custom-profile a::after {
  filter: brightness(1.5) invert(1);
}

.button-theme {
  background: #182B17;
  color: #fff;
  width: 150px;
  height: 50px;
  border-radius: 25px;
  font-family: 'Gilroy';
  transition: 0.3s;
  border: 1px solid transparent;
}

.router-p {
  color: #000;
  font-size: 18px;
  padding: 30px 0;
  font-family: 'Gilroy';
}

.router-p-1 {
  color: #000;
  font-size: 18px;
  font-family: 'Gilroy';
}

.motion-extract {
  background-color: #182B17;
  padding: 80px 0;
}

.motion-extract .main-router-1 ul li a span {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 25px;
  color: #ccc;
}

.motion-extract .main-router-1 ul li i {
  position: absolute;
  left: -45px;
  top: 30px;
  font-size: 24px;
}

.motion-extract .main-router-1 ul li {
  position: relative;
  padding: 20px 0;
}

.motion-extract .main-router-1 ul li a {
  color: #fff;
  font-family: 'Gilroy';
  font-size: 18px;

}

.form-banner h5 span {
  color: #000;
  font-size: 30px;
  padding-top: 20px;
}

.form-banner h5 {
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  padding: 0 0 0 16px;
}

/* buy page end  */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ccc;
}

/* Handle */
::-webkit-scrollbar-thumb {
  /* background: #08b8f6; */
  background: #182B17;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #182b1775;

}

#mention-lopper .nav {
  display: flex;
  justify-content: space-around;
  padding: 10px 10px;
}

#mention-lopper {
  background: #ffff;

}

#mention-lopper .nav-pills .nav-link {
  font-family: 'Gilroy';
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

#mention-lopper .nav-pills .nav-link.active,
#mention-lopper .nav-pills .show>.nav-link {
  color: #fff !important;
  font-family: 'Gilroy';
  background-color: #182B17 !important;
}

.menu-sec .invert-12 ul {
  display: flex;
  flex-direction: column;
}

.invert-12 h2 {
  font-family: "Inter";
  font-size: 25px;
  color: #000;
  font-weight: 500;
  font-weight: 800;
  padding: 15px 0 20px 0;
  text-transform: capitalize;
}

.invert-12 ul {
  padding: 10px 0 15px 0;
}

.invert-12 ul li a {
  color: #989898;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 300;
  padding: 6px 0;
  text-transform: capitalize;
  display: block;
}

.faqs .nav {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background: #182B17;
}

.faqs .nav {
  display: flex;
  padding: 10px 10px;

}

.faqs .nav-pills .nav-link {
  color: #FFF;
  font-family: "Playfair Display", serif;
  margin: 0 0 0 15PX;
  font-size: 18PX;
}

.faqs .nav-pills .nav-link.active,
.faqs .nav-pills .show>.nav-link {
  color: #182B17 !important;
  font-family: "Playfair Display", serif;
  background-color: #ffffff !important;
}





.search-section {
  display: none;
  /* Hidden by default */
  position: absolute;
  top: 70px;
  /* Adjust based on your header height */
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 20px;
}

.search-section .form-control {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

.nav-link i {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.nav-link i:hover {
  transform: scale(1.2);
}

.main-reports p {
  font-family: 'Gilroy';
  font-size: 18px;
  color: #fff;
  padding: 30px 0;
}

.main-reports h2 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 70px;
  padding: 20px 0;
}

.main-reports ul {
  display: flex;
  align-items: center;
}

.main-reports {
  background-image: url(../images/bg/report-bg.png);
  background-size: cover;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;

}

.main-reports ul li {
  margin: 0 15px;
}

.main-reports ul li button {
  color: #fff;
  padding: 20px 20px;
  background-color: transparent;
  border-radius: 56px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Inter";
  border: 1px solid #fff;

}

.main-reports ul li .mention-porper {
  background: url(../images/bg/background-button.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  border: none;

}

.looped-12 {
  padding: 80px 0;
}

.looped-12 ul {
  background: url(../images/background-green.png);
  padding: 20px 30px 20px 30px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.looped-12 ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff8f;
}

.looped-12 ul li a {
  color: #fff;
  font-family: 'Gilroy';
  font-size: 18px;
}

.position-form ul .intro-product input::placeholder {
  color: #9999;
  font-family: 'Gilroy';
  font-size: 18px;
  text-transform: capitalize;
}

.position-form ul .intro-product-1 select {
  width: 100%;
  background: #fff;
  height: 50px;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  padding: 0 20px;
  color: #000;
  font-family: 'Gilroy';
  padding: 0 10px;
  font-weight: 500;
}

.position-form ul .intro-product-12 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.position-form ul .intro-product-12 span {
  color: #ffff;
  margin: 0 15px;
}

.position-center ul button:hover {
  background-color: #fff;
  color: #182B17;
}

.position-center ul button {
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
  color: #fff;
  font-family: 'Gilroy';
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 10px 10px;
  margin: 20px auto;
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s;
}

.position-form ul .intro-product input {
  margin: 20px auto;
  display: block;
  width: 100%;
  font-size: 20px;
  background: #ffffff30;
  height: 50px;
  border: none;
  border-radius: 50px;
  padding: 0 20px;
  color: #fff;
  font-family: 'Gilroy';
}

.position-form h2 {
  color: #fff;
  font-family: "Playfair Display", serif;
  text-align: center;
  padding: 30px 0;
  text-transform: capitalize;
}

.position-form {
  background-color: #182B17;
  padding: 50px 10px;
}

.looped-12 {
  font-family: "Playfair Display", serif;
  background: #182B17;

}

#tems-gap {
  padding: 200px 0 40px 0;
}

#tems-gap .custom-profile:hover {
  position: relative;
  background: #182B17;
}

#tems-gap .custom-profile img {
  width: 100%;
}

#tems-gap .custom-profile:hover a::after {
  filter: brightness(0.5) invert(1);
}

#tems-gap .custom-profile:hover a,
#tems-gap .custom-profile:hover h4 {
  color: #fff;
}


#tems-gap .custom-profile {
  transition: 0.3s;
}

.landing-form {
  background-image: url(../images/background-green.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.landing-form .refunded h5 {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;

  font-family: "Playfair Display", serif;
}

.landing-form .refunded h2 {
  color: #fff;
  font-size: 39px;
  text-transform: capitalize;
  padding: 25px 0;
  font-family: "Playfair Display", serif;
}

.landing-form .refunded p {
  font-size: 16px;
  font-family: 'Gilroy';
  color: #fff;
  padding: 36px 0 33px 0;
}

.landing-form .text-form span {
  background: #fff;
  padding: 7px 13px;
  font-family: 'Gilroy';
  border-radius: 25px;
  font-weight: 700;
  font-size: 17px;
}

.landing-form .text-form p {
  color: #fff;
  font-family: 'Gilroy';
}

.landing-form .text-form h4 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  padding: 20px 0;
}

.Enquiry {
  background-image: url(../images/background-green.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  padding: 80px 0;
}

.Enquiry .main-enquiry p {
  color: #fff;
  text-align: center;
  font-family: 'Gilroy';
  font-size: 16px;
  padding: 15px 0;
  line-height: 40px;
}

.Enquiry .main-enquiry h2 {
  color: #fff;
  text-align: center;
  font-family: 'Gilroy';
}

.Enquiry .main-enquiry ul li button:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.Enquiry .main-enquiry ul li button {
  background-color: transparent;
  color: #000;
  padding: 10px 20px;
  transition: 0.3s;
  font-family: 'Gilroy';
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 46px;
  text-transform: capitalize;
}

.Enquiry .main-enquiry ul li {
  gap: 50px;
}

.Enquiry .main-enquiry ul {
  display: flex;
  justify-content: space-between;
  /* width: fit-content; */
  /* gap: 200px; */
  margin-top: 25px;
}

.requested-banner h2 {
  color: #fff;
  font-size: 50px;
  font-family: "Playfair Display", serif;
  white-space: nowrap;

}

.requested-banner {
  background-image: url(../images/requested-banner.png);
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head-motoion {
  padding: 0px 0;
  background-color: #182b17;
}

.head-motoion .main-logo-polo img {
  width: 250px;
}

.displace-replace ul li span {
  color: #000;
  font-family: 'Gilroy';
  font-weight: 700;
  margin-left: 13px;
  font-size: 20px;
}

.displace-replace ul li {
  margin: 0px 30px 0 0px;
  display: flex;
  align-items: center;
}

.displace-replace {
  display: flex;
  justify-content: normal;
  margin: 10px 0px 10px 0px;
}

.sell-page-lopper h2 {
  color: #000;
}

.displace-replace {
  padding: 80px 0;
}

.displace-replace .main-sult h2 {
  color: #000;
  font-family: "Playfair Display", serif;
  padding: 20px 0;
}

.displace-replace .main-sult h4 {
  color: #000;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 25px;
}

.displace-replace .main-sult ul {
  border-bottom: 1px solid #000;
  padding: 0 0 40px 0;
  display: flex;
}

.main-display .main-ul-sult ul li img {
  padding: 0 10px 0 0px !important;
}

.main-display .main-ul-sult ul li,
.main-display .main-ul-sult p {
  font-family: 'Gilroy';
  font-size: 18px;
  padding: 15px 0;
  font-weight: 800;
}

.custom-profile-78 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.custom-profile-text {
  padding: 0 0 0 25px;
}

.custom-profile-78 .custom-profile-text ul li {
  padding: 15px 0 0 0;
  font-family: 'Gilroy';
  font-weight: 600;
  color: #000;
}

.custom-profile-78 .custom-profile-text ul li {
  color: #000;
  text-transform: capitalize;
}

.custom-profile-78 .custom-profile-text ul {
  display: flex;
  flex-direction: column;
}

#mintion {
  margin-top: 100px;
}

.custom-profile-78 .custom-profile-text span p {
  color: #000;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0 0 0;
  text-transform: capitalize;
}

.custom-profile-78 .custom-profile-text h3 {
  font-family: "Playfair Display", serif;
  color: #000;
  text-transform: capitalize;
}

.custom-profile-78 .custom-profile-text ul li img {
  margin: 0 15px 0 0;
  object-fit: contain;
}

.custom-profile-78 .custom-profile-text ul li a {
  display: flex;
  font-family: 'Gilroy';
  font-weight: 600;
  color: #000;

}

#mention-holder {
  background-image: url(../images/another-account.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 80px 0;

}

.theme-h2-statistics {
  text-align: center;
  font-size: 50px;
  font-family: "Playfair Display", serif;
  color: #000;
  text-transform: capitalize;
  padding: 30px 0;
}

.Property-statistics {
  padding: 80px 0;
}

.Property-statistics .main-hoster-looper ul li {
  padding: 38px 0 0 0;
  border-bottom: 1px solid #B4B4B4;
}

.Property-statistics .main-hoster-looper ul li h4 {
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  padding: 15px 0;
}

.main-looper {}

.Property-statistics .main-hoster-looper ul li p {
  color: #000;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 800;
  TEXT-ALIGN: START;
}

.main-teeter p {
  color: #000;
  font-family: 'Gilroy';
  font-weight: 800;
  font-size: 16px;
}

.main-teeter p img {
  margin: 0 20px 0 0px;
}

.main-teeter h2 {
  color: #000;

}

.main-teeter p {
  color: #000;
  font-family: 'Gilroy';
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 0px 0 18px 0;
}

.main-teeter h2 {
  font-family: "Playfair Display", serif;
  color: #000;
  font-size: 40px;
  font-weight: 500;
  padding: 0 0 15px 0;

}

.custom-teeter ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.custom-teeter p {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Gilroy';
  line-height: 55px;
  position: relative;
  display: flex;
}

#in-cover-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Property-statistics .customer-pop {
  color: #000;
  font-size: 20px;
  padding: 50px 0;
  font-weight: 500;
  font-family: 'Gilroy';
}

#rotter::after {
  content: '';
  width: 1px;
  height: 187px;
  background-color: #b4b4b4;
  position: absolute;
  right: 15%;
  top: 6%;
}

#rotter {
  position: relative;
}

.hoster-looper .button-theme {
  display: flex;
  justify-content: center;
  margin: 15px auto;
  align-items: center;
}

.hoster-looper p {
  text-align: center;
  color: #000;
  text-transform: capitalize;
  font-family: 'Gilroy';
  padding: 0 15px;
  font-weight: 700;
  display: block;
  margin: 25px auto;
  width: 50%;
}

.hoster-looper h2 {
  color: #000;
  text-transform: capitalize;
  font-size: 50px;
  text-align: center;
  font-family: "Playfair Display", serif;
}

.hoster-looper {
  background: #fff;
  padding: 119px 50px;
}

#silder-requested .custom-place-1 {
  padding: 41px 25px 0px 25PX;
}

#silder-requested .custom-place-1 ul li {
  display: flex;
}

#silder-requested .custom-place-1 {
  background-color: #fff;
}

#silder-requested .place-holder ul {
  background-color: #fff;
  padding: 5px 30px 15px 30px;
  border-radius: 0px 0px 30px 30px;
}

#silder-requested .owl-dot {
  width: 30px;
  /* Set the width of the dot */
  height: 30px;
  /* Set the height of the dot */
  border: 1px solid transparent;
  /* Add a border */
  border-radius: 5px;
  /* Slightly round corners for a boxy look */
  margin: 5px;
  /* Space between dots */
  background-color: transparent;
  /* Make the inside transparent */
  display: inline-block;
  transition: all 0.3s ease;
  /* Smooth transition for hover effects */
}

/* Change the style for the active dot */
#silder-requested .owl-dot.active {
  background-color: transparent;
  /* Highlight active dot */
  border-color: #135118;
  /* Match border with background */
}

/* Add hover effect on dots */
#silder-requested .owl-dot:hover {
  background-color: transparent;
  /* Change background on hover */
  color: #fff;
  cursor: pointer;
  border: 1px solid #135118;
}

#silder-requested .owl-theme .owl-dots .owl-dot span {
  border-radius: 0 !important;
  background-color: #000;

}

#silder-requested .owl-theme .owl-dots .owl-dot.active span,
#silder-requested .owl-theme .owl-dots .owl-dot:hover span {
  border-radius: 0 !important;
  background-color: #135118 !important;
  border: 1px solid #135118 !important;
}

#silder-requested .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 18px;
  margin: 5px 4px;
}

#silder-requested .custom-place span {
  position: absolute;
  color: #000;
  /* top: 0; */
  /* left: 0; */
  width: 63px;
  bottom: -35px;
  background: transparent !important;
  right: 15px;
  /* background: #ffff; */
  border-radius: 50%;
  /* font-size: 16px; */
  color: #24232D;
  font-weight: 600;
  font-family: 'Gilroy-8';
  padding: 0px 0px;
  BORDER: 1PX SOLID #000;
}

.banner-tursted {
  background: url(../images/bg/localhost.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 130vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 190px 0 100px 0;
}

.banner-tursted .trusted-img img {
  width: 100%;
  object-fit: contain;
  height: 509px;
}

.banner-tursted .custom-text-trusted h2 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 45px;
}

.banner-tursted .custom-text-trusted h3 {
  color: #fff;
  font-size: 35px;
  font-family: 'Classy Vogue';
  font-weight: 500;
  padding: 5px 0;
  text-transform: capitalize;
}

.banner-tursted .custom-text-trusted h6 {
  font-size: 24px;
  font-family: 'Gilroy';
  padding: 0px 0px;
  color: #fff;
  font-weight: 500;
}

.banner-tursted .custom-text-trusted p {
  color: #fff;
  font-family: 'Gilroy';
  font-weight: 500;
  padding: 15px 0;
  font-size: 20px;
}

.view-more {
  border: 1px solid #fff;
  padding: 10px 25px;
  color: #fff;
  margin: 20px 0;
  font-family: 'Gilroy';
}

.custom-text-trusted .mention-tursted li a span {
  margin: 0 15px 0 0px;
}

.custom-text-trusted .mention-tursted li a {
  color: #fff;
  font-size: 18px;
  font-family: 'Gilroy';
}

.custom-text-trusted .mention-tursted li {
  margin-bottom: 15px;
}

.custom-text-trusted .loper-turseted {
  display: flex;
  align-items: center;
  gap: 25px;
}

.custom-text-trusted .loper-turseted .trust-2 button {
  border: 1px solid #fff;
  padding: 10px 25px;
  color: transparent;
  color: #135118;
  margin: 20px 0;
  background-color: #FFF;
  font-weight: 600;
  font-family: 'Gilroy';
}

.custom-text-trusted .loper-turseted .trust-1 button:hover {
  background: #fff;
  color: #135118 !important;
}

.custom-text-trusted .loper-turseted .trust-1 button {
  border: 1px solid #fff;
  padding: 10px 25px;
  font-weight: 600;
  color: #fff !important;
  margin: 20px 0;
  font-family: 'Gilroy';
  transition: 0.3s;
}

.custom-text-trusted .loper-turseted .trust-2 button:hover {
  background: transparent !important;
  color: #fff !important;
}

.about-urested {
  height: 70vh;
  display: flex;
  align-items: center;
  background-color: #Fff;
}

.tursted-profiles {
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
}

.about-urested .turst-abut p {
  color: #000;
  font-family: 'Gilroy';
  padding: 25px 0;
  font-weight: 500;
  font-size: 18px;
}

.about-urested .turst-abut h2 {
  color: #000;
  font-size: 50px;
  font-family: "Playfair Display", serif;
}

.tursted-profiles .turst-text-profiles ul li i {
  margin: 0 15px 0 0;
}

.tursted-profiles .turst-text-profiles ul li {
  margin-bottom: 15px;
  margin-top: 10px;
}

.tursted-profiles .turst-text-profiles ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Gilroy';
}

.tursted-profiles .turst-text-profiles p {
  color: #000;
  font-weight: 600;
  font-family: 'Gilroy';
  padding-bottom: 50px;
  text-transform: capitalize;
  font-size: 20px;
}

.tursted-profiles .turst-text-profiles h2 {
  color: #000;
  font-size: 35px;
  font-family: "Playfair Display", serif;
  padding: 18px 0;
}

.about-urested .turst-images {
  margin: 0 23px;
}

.h2-down-heading {
  color: #000;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 800;
  text-align: center;


}

#selling-req h2 {
  color: #143733;
  font-size: 50px;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
}

.tursted-reviews {
  background-image: url(../images/bg/bg-12.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;

}

.custom-next-reviews {
  background-color: #ECECEA;
  padding: 45px 30px;
  border-radius: 25px;
}

.custom-next-reviews h3 {
  color: #000;
  font-family: 'Gilroy';
  font-size: 25px;
  font-weight: 700;
  padding: 0 0 15px 0;
}

.custom-next-reviews p {
  color: #000;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 600;
}

.main-reviews-profiles {
  display: FLEX;
  align-items: center;
  margin-top: 70px;
  padding: 0 0 0 25px;
}

.main-reviews-profiles .reviews-text {
  padding: 0 0px 0 15px;
}

.main-reviews-profiles .reviews-text p {
  color: #fff;
  font-size: 18px;
  font-family: 'Gilroy';
  padding: 5px 0 0 0;
}

.custom-next-reviews {
  position: relative;
}

.custom-next-reviews .arrow-trust {
  position: absolute;
  top: -20px;

}

.custom-next-reviews .trested {
  position: absolute;
  bottom: -40px;
}

#tusted-enqiry {
  background: #F5F5F5 !important;
}

#tusted-enqiry .main-enquiry h2 {
  color: #000 !important;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 45px !important;
}

#tusted-enqiry .main-enquiry p {
  font-weight: 800;
  color: #000;
}

#tusted-enqiry .main-enquiry ul li button {
  background-color: #000;
}

.call-your-won h2 {
  color: #fff;
}

.call-your-won {
  background-image: url(../images/bg/5416.png);
  display: flex;
  align-items: center;
  height: 80vh;
  width: 100%;
  background-repeat: no-repeat;
}

.call-your-won h2 {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 50px;
  text-transform: capitalize;

}

.remoter-roper button {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  background-color: #063900 !important;
}

.remoter-roper p {
  text-align: center;
  padding: 35px 0;
  font-family: 'Gilroy';
  margin: 0 auto;
  display: block;
  width: 50%;
}

.remoter-roper h2 {
  text-align: center;
  font-family: "Playfair Display", serif;
  color: #000;
  font-weight: 600;
  font-size: 50px;
  text-transform: capitalize;
}

.remoter-roper {
  background-image: url(../images/bg/5417.png);
  background-repeat: no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
}

#repaer-career {
  background-image: url(../images/bg/background-career.png) !important;
}

.sell-suburb p {
  font-family: 'Gilroy';
  font-size: 18px;
  padding: 0px 0 30px 0 !important;
}

.liton-paraph {
  padding: 80px 0;
}

.liton-paraph .liton-paraphy button {
  display: flex;
  justify-content: center;
  margin: 15px auto;
  text-transform: capitalize;
  white-space: nowrap;
  width: 30%;
  display: flex;
  align-items: center;
}

.liton-paraph .liton-paraphy p {
  text-align: center;
  font-size: 16px;
  color: #878181;
  font-family: 'Gilroy';

}

.Glimps p {
  color: #000;
  text-align: center;
}

.Glimps .glimps-1 h2 {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  font-family: 'Gilroy';
  font-weight: 700;
  font-size: 50px
}

.Glimps .glimps-1 p {
  text-align: center;
  font-size: 16px;
  color: #878181;
  font-family: 'Gilroy';
  margin: 15px auto;
  width: 60%;
}

.Glimps {
  padding-bottom: 70px;
}

.gilmps-tabs .nav-tabs {
  display: flex;
  justify-content: space-around;
  background: #ffff;
  padding: 20px 0 0 0;
}

.gilmps-tabs .tab-content .user-1 .text-content-tabs h2 {
  font-family: "Playfair Display", serif;
  color: #000;
  padding: 10px 0px 10px 0;
  font-size: 50px;
}

.gilmps-tabs .tab-content .user-1 .text-content-tabs h4 {
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
}

.gilmps-tabs .tab-content .user-1 .text-content-tabs p {
  color: #000;
  font-family: 'Gilroy';
  font-size: 16px;
  padding: 15px 0;
}

.gilmps-tabs .tab-content .user-1 .text-content-tabs button {
  width: 50%;
  margin: 28px 0 0 0px;
}

.gilmps-tabs .tab-content .user-1 img {
  width: 100%;
  /* height: 70vh; */
}

.gilmps-tabs {
  padding: 0px 0 80px 0;
}

.gilmps-tabs .nav-tabs li button {
  color: #000;
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 800;
}

.gilmps-tabs .nav-tabs li button {
  border: none !important;
  padding: 0 0 20px 0;
}

.gilmps-tabs .nav-tabs li button.active {
  color: #000 !important;
  background-color: transparent !important;
  /* border: none!important; */
  border-bottom: 2px solid #000 !important;
}

.gilmps-tabs {
  background-color: #F4F4F4;
}

.industry-support .main-industry h2 {
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 30px;

}

.industry-support .main-industry p {
  color: #878181;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Gilroy';
  margin: 15px auto;
  width: 80%;
  text-align: center;
}

.industry-support .custom-card-industry {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px 0 15px 0;
}

.industry-support .custom-card-industry P {
  color: #000;
  font-size: 16px;
  padding: 20px 0;
  font-family: 'Gilroy';
  width: 80%;
  text-align: center;
}

.industry-support {
  padding: 80px 0;
}

.values {
  padding: 40px 0;
}

.values h2 {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  text-transform: capitalize;
}

.values p {
  text-align: center;
  color: #000;
  font-family: 'Gilroy';
  font-size: 16px;
  text-transform: capitalize;
  padding: 20px 0 0 0;

}

.United-We-Thrive .explore-value ul li {
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  padding: 15px 0;
  font-weight: 500;

}

.United-We-Thrive .explore-value ul h4 {
  text-transform: capitalize;
  font-family: 'Gilroy';
  color: #878181;
  font-size: 20px;
  padding: 0px 0 25px 0px;
  font-weight: 600;
}

.United-We-Thrive {
  padding: 80px 0;
}

.United-We-Thrive .explore-esey h2 {
  text-align: center;
  font-family: "Playfair Display", serif;
  color: #000;
  font-size: 45px;
  padding: 0 0 15px 0;
}

.United-We-Thrive .mian-explorer {
  color: #000;
  border: 1px solid #ccc;
  padding: 30px 25px;
}

.United-We-Thrive .mian-explorer h4 {
  color: #878181;
  text-align: center;
  font-size: 25px;
  font-family: 'Gilroy';
}

.United-We-Thrive .mian-explorer p {
  text-align: center;
  font-family: 'Gilroy';
  font-size: 16px;
  padding: 20px 0;
  color: #878181;
}

.United-We-Thrive .explore-esey .custom-main-explore {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#career-faqs .accordion-item-header p {
  color: #878181;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  padding: 0 0 0 30px;
}

#career-faqs .accordion-item-header {
  display: flex;
  justify-content: start;
  flex-direction: column;
  text-align: start;
  align-items: self-start;
  padding: 10px 0 10px 0;
  gap: 3px;
}

.explore .explore-1 ul li a {
  color: #000;
  padding: 10px 10px;
}

.lopper .loter ul li a {
  color: #fff;
}

.load-more {
  background: #182B17;
  color: #fff;
  width: 150px;
  height: 50px;
  border-radius: 25px;
  font-family: 'Gilroy';
  transition: 0.3s;
  border: 1px solid transparent;
}

.process h2 {
  color: #000;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 55px;
  margin-bottom: 50px;
}

.choose-us ul li h3 {
  color: #000;
  padding-bottom: 6px;
  font-family: "Playfair Display", serif;
}

.choose-us ul li p {
  color: #000;
  font-family: 'Gilroy';
  padding: 0 0 15px 0;
}

.cursor-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 99;
}

.cursor {
  min-width: 8px;
  min-height: 8px;
  background-color: var(--initial);
  border-radius: 50%;
  transition: 0.4s;
}

.content {
  width: 100%;
  max-width: 1000px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.cards {
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px transform: translateZ(0);
}

.card {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 200px;
  min-width: 224px;
  padding: 32px;
  margin: 0;
  flex-flow: column;
  justify-content: space-between;
  flex: 1 1 0%;
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: scale 0.15s, border 0.2s ease-in, background-color 0.8s;
}

@media screen and (min-width: 914px) {

  .card:nth-child(1),
  .card:nth-child(2),
  .card:nth-child(3) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .card:nth-child(1),
  .card:nth-child(2),
  .card:nth-child(4),
  .card:nth-child(5) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 913px) and (min-width: 615px) {

  .card:nth-child(1),
  .card:nth-child(2),
  .card:nth-child(3),
  .card:nth-child(4) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .card:nth-child(1),
  .card:nth-child(3),
  .card:nth-child(5) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 614px) {
  .content {
    padding: 24px 24px;
  }

  .card:nth-child(1),
  .card:nth-child(2),
  .card:nth-child(3),
  .card:nth-child(4),
  .card:nth-child(5) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.card>* {
  pointer-events: none;
}

.inner-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  mix-blend-mode: plus-lighter;
}

.cursor-blur-wrapper {
  position: absolute;
  left: -50%;
  top: -50%;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.cursor-blur {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--initial);
}

.card:hover h1 {
  color: rgba(0, 0, 0, 1);
}

.card:hover p {
  color: rgba(0, 0, 0, 1);
  opacity: 1;
}


/* cursor-effects */
.cursor-blur {
  background-color: var(--initial);
  transform: scale(0);
  filter: blur(20px);
  transition: transform 0.5s ease-out, background-color 0.2s ease-in;
}

.card:hover .cursor-blur {
  transform: scale(2.5);
  transition: transform 1s, background-color 0.2s ease-in;
}

.inner-shadow {
  box-shadow: inset 0 0 25px -50px;
  color: var(--initial);
  transition: box-shadow 1s, color 0.2s ease-out;
}

.card:hover .inner-shadow {
  box-shadow: inset 0 0 50px 100px;
}


.services-process {
  padding: 80px 0;
  background-color: #f9f9f9;
  /* Light background for the section */
}

.services-process .container {
  max-width: 1200px;
  margin: 0 auto;
}

.services-process .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* Add spacing between cards */
  justify-content: space-between;
}

.services-process .custom-cards {
  background-color: #fff;
  /* White background for cards */
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for a modern look */
  padding: 20px;
  transition: 0.3s;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Smooth hover effect */
}

.services-process .custom-cards h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Gilroy';
  color: #333;
  /* Darker color for heading */
}

.services-process .custom-cards p {
  font-size: 1rem;
  font-family: 'Gilroy';
  line-height: 1.6;
  color: #666;
  /* Softer color for text */
}

.services-process .custom-cards:hover {
  transform: translateY(-10px);
  /* Lift effect on hover */
  /* background: #182b17; */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  /* Enhance shadow on hover */
  background: #182b17;
  color: #fff;
}

.services-process .custom-cards:hover p {
  color: #FFF;
}

.services-process .custom-cards:hover h3 {
  color: #fff;
}

@media (max-width: 768px) {
  .services-process .row {
    flex-direction: column;
    /* Stack cards vertically on smaller screens */
  }

  .services-process .custom-cards {
    margin-bottom: 20px;
    /* Add spacing between cards in vertical layout */
  }
}

.we-offer-area h4 {
  color: #000;
}

.our-offer-items h4 {
  color: #000;
  margin: 10px 0;
}

.our-offer-items .item {
  /* height: 27vw; */
}

.services-process .custom-cards:hover p {
  color: #fff;
}

.services-process h2 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  text-align: center;
  font-size: 43px;
}

.services-process .new-pating {
  font-size: 19px;
  color: #ffffff;
  padding-bottom: 30px;
  font-weight: 700;
  text-align: center;
  font-family: 'Gilroy';
  margin: 0 auto;
  display: block;
  width: 71%;
  WORD-SPACING: 1PX;
}

.services-process {
  position: relative;
  /* Needed for the pseudo-element to align properly */
  background: none;
  /* Remove the direct background image */
}

.services-process::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/PM.jpeg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  z-index: -1;
  /* Keep the pseudo-element behind the content */
}

.services-process::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust the color and opacity */
  z-index: -1;
  /* Ensure this overlay stays behind the content */
}

lockquote {
  padding: 0;
  margin: 0;
}

section.t-bq-section {
  padding: 30px;
  margin-bottom: 66px;
  /* margin-top: 237px; */
}

.t-bq-wrapper.t-bq-wrapper-boxed {
  max-width: 576px;
  margin: 0 auto;
}

.t-bq-wrapper.t-bq-wrapper-fullwidth {
  max-width: 100%;
}




* General Section Styling */ .why-choose-us {
  background-color: #f9f9f9;
  padding: 50px 20px;
}

.why-choose-us h2 {
  font-size: 36px;
  color: #333;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}

.why-choose-us h6 {
  font-size: 18px;
  color: #182b17;
  text-transform: uppercase;
  font-family: 'Gilroy';
  font-weight: bold;
  margin-bottom: 10px;
}

.why-choose-us p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.8;
  font-family: 'Gilroy';
}

/* Feature Box Styling */
.feature-box {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin: 30px 0 0 0;
  padding: 20px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
  background-color: #182b17;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.feature-box:hover .fbc-btn i,
.feature-box:hover h3,
.feature-box:hover p {
  color: #000000;
}

/* Feature Box Content */
.feature-box-content {
  text-align: center;
}

.feature-box .fbc-btn {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #182b17;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.feature-box:hover .fbc-btn {
  background-color: #fff;
}

.feature-box .fbc-btn i {
  font-size: 20px;
  color: #ffffff;
  transition: color 0.3s ease;
}

.feature-box h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.feature-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #777;
  transition: color 0.3s ease;
}

/* Play Button Styling */
.ct-btn a {
  font-size: 36px;
  color: #182b17;
  transition: color 0.3s ease;
}

.ct-btn a:hover {
  color: #1b8448;
}

.finix-text img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}



/* ========== 05. Paul ========== */

.t-bq-quote-paul {
  position: relative;
  display: flex;
  flex-direction: row;
  min-height: 250px;
  box-shadow: 2px 2px 25px #cecece;
  border-radius: 10px;
}

.t-bq-quote-paul .t-bq-quote-paul-pattern {
  flex-basis: 80px;
  background: url("../images/abstract-green-grunge-background.jpg") repeat;
  border-radius: 10px 0 0 10px;
  background-position: center;
}

.t-bq-quote-paul .t-bq-quote-paul-base {
  flex-basis: calc(100% - 80px);
  background: #ffffff;
  padding: 40px 30px 50px 80px;
  font-size: 11pt;
  line-height: 1.62em;
  border-radius: 0 10px 10px 0;
}

.t-bq-quote-paul .t-bq-quote-paul-qmark {
  position: absolute;
  top: 50px;
  left: 105px;
  font-family: Garamond, Georgia, "Times New Roman", serif;
  font-size: 42pt;
  color: #999999;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.t-bq-quote-paul .t-bq-quote-paul-userpic {
  position: absolute;
  top: 80px;
  left: 45px;
  width: 70px;
  height: 70px;
  background: url("../images/2a75668b8f902e153bcdb107d24197a5.png") center center no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.t-bq-quote-paul .t-bq-quote-paul-meta {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 2px dotted #777777;
}

.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-author,
.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-source {
  color: #777777;
}

.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-author {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 10pt;
  font-weight: bold;
}

.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-author cite {
  font-style: normal;
}

.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-source {
  font-size: 9pt;
}

@media screen and (max-width: 768px) {

  .t-bq-quote-paul .t-bq-quote-paul-pattern {
    flex-basis: 20px;
  }

  .t-bq-quote-paul .t-bq-quote-paul-base {
    flex-basis: calc(100% - 20px);
    padding: 100px 30px 50px 30px;
  }

  .t-bq-quote-paul .t-bq-quote-paul-userpic {
    width: 50px;
    height: 50px;
    left: 40px;
    top: 20px;
  }

  .t-bq-quote-paul .t-bq-quote-paul-qmark {
    left: 100px;
    top: 45px;
  }
}

#paul h2 {
  text-align: center;
  font-family: "Playfair Display", serif;
  padding-bottom: 35px;
}


.sell-banner p {
  color: #fff;
  text-align: center;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 500;
}


.how-we-make-buying-easy {
  padding: 50px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.how-we-make-buying-easy .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

.how-we-make-buying-easy .steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.how-we-make-buying-easy .step {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  width: 250px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.how-we-make-buying-easy .step-icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.how-we-make-buying-easy .step p {
  color: #000;
  font-family: 'Gilroy';
}

.how-we-make-buying-easy .step-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Gilroy';
  color: #555;
}

.how-we-make-buying-easy .step p {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
}

.how-we-make-buying-easy .section-title {
  font-family: "Playfair Display", serif;
  font-size: 45px;
  color: #182b17;
  padding: 30px 0 28px 0;
}

.feature-box:hover p,
.feature-box:hover h3 {
  color: #fff;
}

/* General Styling */
.call-to-action {
  padding: 50px 20px;
  background-color: #f9f9f9;
}

.call-to-action h2 {
  font-size: 36px;
  color: #182b17;
  margin-bottom: 20px;
  font-weight: bold;
}

/* Flex Part Styling */
.flex-part {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.flex-part:hover {
  background-color: #182b17;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.flex-part:hover h3,
.flex-part:hover p,
.flex-part:hover .flex-icon i {
  color: #fff;
}

/* Flex Icon Styling */
.flex-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #182b17;
  border-radius: 50%;
  margin-right: 15px;
  transition: background-color 0.3s ease;
}

.flex-part:hover .flex-icon {
  background-color: #fff;
}

.flex-icon i {
  font-size: 24px;
  color: #fff;
  transition: color 0.3s ease;
}

/* Flex Content Styling */
.flex-content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  transition: color 0.3s ease;
}

.flex-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  transition: color 0.3s ease;
}

/* Image Styling */
.call-lst-left+img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 991px) {
  .call-to-action .row {
    flex-direction: column-reverse;
    align-items: center;
  }

  .flex-part {
    text-align: center;
  }

  .flex-icon {
    margin: 0 auto 10px;
  }
}

.flex-content p {
  color: #000;
  font-family: 'Gilroy';
}

.flex-content h3 {
  color: #182b17;
  font-size: 27px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
}

.call-lst-left {
  color: #000;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 35px;
}

.about-us-banner p {
  color: #fff;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 15px 0;
}

.industry-support .custom-card-industry h3 {
  color: #000;
  font-family: 'Gilroy';
  color: #000;
  margin-top: 15px;

}

.Property-statistics P {
  text-align: CENTER;
  MARGIN: 0;
}

.terms-condition-content {
  padding: 50px 20px;
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
  color: #333;
}

.terms-condition-content .container {
  max-width: 800px;
  margin: 0 auto;
}

.terms-condition-content h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
  text-align: center;
}

.terms-condition-content h3 {
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #555;
}

.terms-condition-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.terms-condition-content a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.terms-condition-content a:hover {
  text-decoration: underline;
}

.terms-condition-content ul {
  padding-left: 20px;
  list-style-type: disc;
}

.terms-condition-content ul li {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

.terms-condition-content .main-content {
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.main-content p {
  color: #000;
  text-align: start;
  font-family: 'Gilroy';
  padding: 15px 0;
}

.main-content h3 {
  text-align: #0000;
  font-family: "Playfair Display", serif;

}

.main-content h2 {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  font-family: "Playfair Display", serif;
  text-align: center;
  text-transform: capitalize;

}

.load-more:hover {
  background-color: #fff;
  color: #0a403d;
  border: 1px solid #063900;
}

.loper-1:hover .place-holder ul li ul li a img,
.loper-1:hover .custom-place-1 ul li img {
  filter: brightness(0)invert(1);
}

.loper-1:hover .place-holder ul li {
  color: #fff;
}

.loper-1:hover .custom-place-1 ul li span,
.loper-1:hover .custom-place-1 p,
.loper-1:hover .custom-place-1 h4 {
  color: #ffff;
}

.loper-1:hover {
  background-color: #182b17;
  border-radius: 10px;
}

.loper-1:hover .custom-place span {
  background-color: #182b17;
  color: #fff;
}

.loper-1 {
  transition: 0.3s;
}

.nehri-sell .roleerr {
  height: 40vw;
  object-fit: cover;
}

.mentro-loop li a {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-family: "Playfair Display", serif;
  position: relative;
}

.mentro-loop {
  display: flex;
  align-items: center;
  justify-content: space-around;
  PADDING: 20PX 0 0 0;
}

.mentro-loop li a::after {
  content: '>';
  position: absolute;
  top: 0;
  left: 160px;
}










#mobile-fone {
  display: none !important;
}

.custom-filter ul li {
  position: relative;
}

#mention-41 .mnetion-78 {
  font-size: 14px;
  background-color: #fff;
  color: #333;
  padding: 105px 20px !important;
  position: absolute !important;
  top: 15%;


}

.dropdown-menu span {
  font-family: 'Gilroy';
}
.mntore button i{
  color: #063900;
  font-size: 16px;
  margin: 0 0  0 15px;
}

/* ========== 06. Jasper ========== */

/*
button-theme
 font-family: 'Classy Vogue';
  font-family: 'Neue Haas Grotesk Display Pro';
  font-family: 'Gilroy';
  font-family: "Inter";
  font-family: 'Neue Haas Grotesk Display Pro';
  font-family: "Amiri", serif;
  font-family: "Playfair Display", serif;
  font-family: "Montserrat", sans-serif;
  font-family: "Outfit", sans-serif;
*/
@media only screen and (min-width: 1440px) {}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1599px) {}

@media only screen and (max-width: 1444px) {}

@media only screen and (max-width: 1399px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 520px) {

  .menu-sec {

    transform: translatey(-100%) !important;
    transition: cubic-bezier(.77, 0, .175, 1) .8s, -webkit-transform cubic-bezier(.77, 0, .175, 1) .8s;
  }

  header .navbar {
    background-color: #182b17;
  }

  .banner h2 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-family: "Playfair Display", serif;
  }

  .banner p {
    text-align: center;
    font-size: 14px;
  }

  .custom-filter>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 25px;
    gap: 25px;
    flex-direction: column;
  }

  .custom-filter ul .seperator {
    display: none;
  }

  .header-main nav .navbar-brand img {
    width: 100px;
    height: 50px;
    object-fit: contain;
  }

  .nav-link i {
    display: none;
  }

  .navbar-toggler {
    background-color: #fff;
  }

  .Team .tecture-motive h4 {
    font-size: 20px;
  }

  .banner button {
    display: block;
    margin: 40px auto;
  }

  #mobile-fone {
    display: block !important;
  }

  .navbar-toggler {
    display: none;
  }

  #dynamic-image {
    display: none;
  }

  .invert-12 h2 {
    padding: 0px 0 0px 0;
    font-size: 18px;
  }

  .invert-12 ul li a {

    font-size: 16px;
    padding: 0px 0;

  }

  .menu-icon a {
    position: absolute;
    left: 0;
    transform: translate(100px, -15px);
  }

  .Team .tecture-motive h2 {

    font-size: 30px;

  }

  .Team .tecture-motive p {
    width: 100%;
    font-size: 16px;
    line-height: 27px;
  }

  .images-services img {
    margin: 10px auto;
    display: block;
    width: 100%;
  }

  .loter-routes {
    display: none;
  }

  .bottom .footer-bottom p {
    font-family: "Inter";
    color: #000;
    font-size: 12px;
  }

  .loter img {
    display: none;
  }
}
.dropdown-item.selected::after {
  content: " ✓"; /* Checkmark */
  float: left;
  color: #172a16;
  font-weight: bold;
}

.menu-icon a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    width: 30px;
    height: 30px;
    box-shadow: none;
    transition: 0.3s;
}

.menu-icon a span {
    background-color: #fff;
    height: 3px;
    width: 35px;
    border-radius: 5px;
    transition: 0.3s;
}

.menu-sec {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 990;
    height: 100vh;
    /* transform: translateX(-1000%); */
    transition: cubic-bezier(.77, 0, .175, 1) .8s, -webkit-transform cubic-bezier(.77, 0, .175, 1) .8s;
}




/* .menu-icon {
position: fixed;
top: 50%;
transform: translateY(-50%);
left: 25px;
z-index: 991;
transition: 0.3s;
} */

.toggle-icon-text {
    color: #fff;
    font-size: 20px;
    font-family: 'Outfit', sans-serif;
    text-transform: capitalize;

}

.menu-icon a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    width: 30px;
    height: 30px;
    box-shadow: none;
    transition: 0.3s;

}

.menu-icon a span {
    background-color: #fff;
    height: 3px;
    width: 35px;
    border-radius: 5px;
    transition: 0.3s;
}

.menu-icon a .bar-1 {
    width: 30px;
}

.menu-icon a .bar-3 {
    width: 25px;
}

.menu-icon a.active {
    transform: rotate(180deg) translateX(-15px);
}

.menu-icon a.active .bar-1 {
    transform: rotate(-45deg) translateY(18px);
    width: 30px;
}

div#particle-canvass {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.menu-icon a.active .bar-2 {
    opacity: 0;
}

.menu-icon a.active .bar-3 {
    transform: rotate(45deg) translateY(-19px);
    width: 30px;
}

.menu-sec {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 990;
    height: 100vh;
    transform: translatey(-100%);
    transition: cubic-bezier(.77, 0, .175, 1) .8s, -webkit-transform cubic-bezier(.77, 0, .175, 1) .8s;
}

.menu-bg-images {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.menu-bg-images img {
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 50%;
    top: calc(50% + 10px);
    transform: translate(-50%, -50%);
    transition: 0.4s;
}

.menu-sec.show-menu {
    transform: translateX(0) !important;
}

.menu-sec .menu {
    display: flex;
    align-items: unset;
    justify-content: center;
    flex-direction: column;
}

.menu-sec .menu .menu-item {
    position: relative;
    transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
    opacity: 0;
    transform: translate(0, 100%);
}

.menu-sec.show-menu .menu .menu-item {
    opacity: 1;
    transform: translate(0, 0);
}

.menu-sec .menu .menu-item .menu-link {
    font-family: 'Xolonium';
    text-transform: capitalize;
    margin: 0 30px;
    font-weight: 400;
    /* line-height: 30px; */
    transition: 0.3s;
    display: flex;
}

.menu-sec .menu .menu-item .menu-link span {
    color: #fff;
    font-size: 30px;
    padding: 0 0 0px 0;
    line-height: -3px;
    transition: 0.3s;
    font-family: 'Xolonium';
    font-family: "Alexandria", sans-serif;
}

.menu-sec .menu .menu-item:hover .menu-link span {
    color: #0dcaf2;
}

.menu-sec .menu .menu-item .menu-link::before {
    content: attr(data-index);
    color: #0dcaf2;
    display: block;
    font-size: 30px;
    /* font-family: 'Xolonium'; */
    font-weight: 700;
    padding: 0 0px 0 0px;
    font-family: "Alexandria", sans-serif;
    letter-spacing: 1px;
}

.menu-sec.show-menu .menu .menu-item:nth-child(1) {
    transition-delay: 0.6s;
}

.menu-sec.show-menu .menu .menu-item:nth-child(2) {
    transition-delay: 0.65s;
}

.menu-sec.show-menu .menu .menu-item:nth-child(3) {
    transition-delay: 0.7s;
}

.menu-sec.show-menu .menu .menu-item:nth-child(4) {
    transition-delay: 0.75s;
}

.menu-sec.show-menu .menu .menu-item:nth-child(5) {
    transition-delay: 0.8s;
}

.menu-sec.show-menu .menu .menu-item:nth-child(6) {
    transition-delay: 0.85s;
}

.menu-sec .menu .menu-item .m-sub-menu {
    position: absolute;
    left: 0;
    top: 105;
    padding: 15px 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.menu-sec .menu .menu-item:hover .m-sub-menu {
    visibility: visible;
    opacity: 1;
}

.menu-sec .menu .menu-item .m-sub-menu li a {
    color: #fff;
    font-size: 20px;
    font-family: 'Nexa';
    text-transform: capitalize;
    transition: 0.3s;
    font-weight: 100;
}

.menu-sec .menu .menu-item .m-sub-menu li a:hover {
    color: #3c3996;

}

.introduction ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
}

li {
    position: relative;
}

.hover-text {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

li:hover .hover-text {
    display: block;
    opacity: 1;
    transform: translateX(-50%) translateY(-25px);
}

/* Basic styling for the main menu */
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    position: relative;
    margin-bottom: 10px;
}

.menu-link {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

/* Hide submenu by default */
.m-sub-menu {
    display: none;
    /* Hidden by default */
    padding-left: 20px;
    margin-top: 5px;
}

/* Show submenu on hover */
.menu-item:hover .m-sub-menu {
    display: block;
    /* Display on hover */
}

/* Style submenu items */
.m-sub-menu li {
    margin-bottom: 5px;
}

.m-sub-menu li a {
    color: #ccc;
    text-decoration: none;
    font-size: 16px;
}

.m-sub-menu li a:hover {
    color: #ddd;
    /* Hover color for submenu items */
}

/* Basic styling for the main menu */
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    margin-bottom: 0px;
}

.menu-link {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

#metion-1:hover #metion-2 {
    display: block !important;
}

.menu-item {
    margin-bottom: 0px;
}

.menu-link {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

#metion-1:hover #metion-2 {
    display: block !important;
}
.bg-gray {
  background-color: #f9f9f9;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 {
  color: #182b17;
  font-family: "Playfair Display", serif;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #182B17 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #182B17 none repeat scroll 0 0;
  border-color: #182B17;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #182B17;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
  background: #182B17 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #182B17;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #182B17 none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #182B17;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #182B17 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #182B17 !important;
}

.we-offer-area.text-left .item i {
  background: #182B17 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #182B17;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}







/* Dropdown Button */
.dropdown a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #f9f9f9;
  transition: background-color 0.3s ease;
}

.dropdown a:hover {
  background-color: #e6e6e6;
}

.dropdown a i {
  font-size: 16px;
  color: #063900;
  margin: 0 0 0 10px;
}

/* Dropdown Menu */



/* Dropdown Items */
.dropdown-menu li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.dropdown-menu li:last-child {
  margin-bottom: 0;
}

.dropdown-menu span {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

/* Quantity Input Styling */
.qty-inp {
  display: flex;
  align-items: center;
  gap: 5px;
}

.qty-inp input[type="number"] {
  width: 60px;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s ease;
}

.qty-inp input[type="number"]:focus {
  border-color: #007bff;
}

/* Price Range Section */
.price-range {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price-range span {
  font-size: 14px;
  color: #555;
}

.price-range #price-range {
  height: 6px;
  background-color: #ddd;
  border-radius: 4px;
  position: relative;
}

/* .price-range #price-range::before,
.price-range #price-range::after {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #007bff;
  border-radius: 50%;
  position: absolute;
  top: -5px;
} */

/* .price-range #price-range::before {
  left: 0;
}

.price-range #price-range::after {
  right: 0;
} */

/* Price Range Wrapper */
.price-range {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: Arial, sans-serif;
}

/* Price Range Label */
.price-range span {
  font-size: 14px;
  color: #555;
  font-weight: bold;
}

/* Price Range Slider */
#price-range {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #ddd;
  border-radius: 4px;

}

/* #price-range::before,
#price-range::after {
  content: '';
  position: absolute;
  top: -5px;
  width: 15px;
  height: 15px;
  background-color: #182b17;
  border-radius: 50%;
  cursor: pointer;
} */
span.ui-slider-handle.ui-corner-all.ui-state-default {
background: #182b17;
border-radius: 25px;
}

#price-range::before {
  left: 0;
}

#price-range::after {
  right: 0;
}
.loooper img{
  width: 100%;
  object-fit: cover;
  height: 500px;
}



.dropdown-item.selected::after {
  content: " ✓";
  /* Checkmark */
  float: left;
  color: #172a16;
  font-weight: bold;
}

.bg-gray {
  background-color: #f9f9f9;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 {
  color: #182b17;
  font-family: "Playfair Display", serif;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #182B17 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #182B17 none repeat scroll 0 0;
  border-color: #182B17;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #182B17;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  height: 22vw;
}

.we-offer-area.text-center .item i {
  background: #182B17 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #182B17;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #182B17 none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #182B17;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #182B17 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #182B17 !important;
}

.we-offer-area.text-left .item i {
  background: #182B17 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #182B17;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}







/* Dropdown Button */
.dropdown a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #f9f9f9;
  transition: background-color 0.3s ease;
}

.dropdown a:hover {
  background-color: #e6e6e6;
}

.dropdown a i {
  font-size: 16px;
  color: #063900;
  margin: 0 0 0 10px;
}

/* Dropdown Menu */



/* Dropdown Items */
.dropdown-menu li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.dropdown-menu li:last-child {
  margin-bottom: 0;
}

.dropdown-menu span {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

/* Quantity Input Styling */
.qty-inp {
  display: flex;
  align-items: center;
  gap: 5px;
}

.qty-inp input[type="number"] {
  width: 60px;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s ease;
}

.qty-inp input[type="number"]:focus {
  border-color: #007bff;
}

/* Price Range Section */
.price-range {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price-range span {
  font-size: 14px;
  color: #555;
}

.price-range #price-range {
  height: 6px;
  background-color: #ddd;
  border-radius: 4px;
  position: relative;
}

/* .price-range #price-range::before,
.price-range #price-range::after {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #007bff;
  border-radius: 50%;
  position: absolute;
  top: -5px;
} */

/* .price-range #price-range::before {
  left: 0;
}

.price-range #price-range::after {
  right: 0;
} */

/* Price Range Wrapper */
.price-range {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: Arial, sans-serif;
}

/* Price Range Label */
.price-range span {
  font-size: 14px;
  color: #555;
  font-weight: bold;
}

/* Price Range Slider */
#price-range {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #ddd;
  border-radius: 4px;

}

/* #price-range::before,
#price-range::after {
  content: '';
  position: absolute;
  top: -5px;
  width: 15px;
  height: 15px;
  background-color: #182b17;
  border-radius: 50%;
  cursor: pointer;
} */
span.ui-slider-handle.ui-corner-all.ui-state-default {
  background: #182b17;
  border-radius: 25px;
}

#price-range::before {
  left: 0;
}

#price-range::after {
  right: 0;
}

© 2025 GrazzMean-Shell