/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Local Font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

:root {
  --white: #fff;
  --black: #000;
  --primary: #009343;
  --secondary: #333333;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-family: "Poppins", sans-serif;
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: var(--font-heading);
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.preLoader.black {
  background-color: var(--white);
  z-index: 11113;
}

.preLoader.white {
  z-index: 11112;
  background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background: var(--primary);
  font-size: 1.125rem;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  padding: 0.8em 1.96em;
  border-radius: 40px;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

/* NAV HEADER CSS */

header {
  padding: 8px 20px;
  transition: 0.3s ease-in-out;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-nav {
  align-items: center;
  gap: 48px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1.125rem;
  color: #5b5b5b;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0 0;
  display: inline-block;
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.mainSection {
  background: url(../images/mainBnnr.webp) center/cover no-repeat;
  margin: 0 1.25rem;
  border-radius: 22px;
  padding: 5rem 3.3125rem;
}

.slideOne h1 {
  font-size: 6.25rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin-bottom: 12rem;
  position: relative;
}

.slideOne p {
  font-size: 1.375rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
}

.slideOne h1::before {
  position: absolute;
  content: "";
  border: 1px dashed #ffffffa6;
  width: 2px;
  height: 150px;
  bottom: -10rem;
  left: 1%;
}

.gethead h3 {
  font-size: 2.25rem;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.gethead p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #5b5b5b;
  margin: 0;
}

.gethead {
  background: #fff;
  text-align: center;
  padding: 35px 75px;
  border-radius: 42px;
  margin-bottom: 20px;
}

form.book-form input {
  height: 70px;
  border: 1px solid #cacaca;
  width: 100%;
  border-radius: 50px;
  background: transparent !important;
  outline: unset !important;
  box-shadow: unset !important;
  color: #000 !important;
}

form.book-form select {
  height: 3.125rem;
  border: 1px solid rgb(221 232 221 / 50%);
  width: 100%;
  border-radius: 50px;
  background: transparent !important;
  outline: unset !important;
  box-shadow: unset !important;
  color: #5b5b5b;
  font-size: 1.125rem;
}

form.book-form::placeholder {
  color: #5b5b5b;
}

form.book-form select::placeholder {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Inter", serif;
  text-transform: capitalize;
  color: #5b5b5b;
  padding: 10px;
}

form.book-form input::placeholder {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Inter", serif;
  color: #5b5b5b;
  padding: 10px;
  text-transform: capitalize;
}

form.book-form button {
  border: 1px solid var(--primary);
  /* margin-top: 35px; */
  width: 100%;
}

form.book-form {
  background: #fff;
  border-radius: 42px;
  padding: 1.125rem 1.125rem 1.875rem 1.125rem;
}

form.book-form p {
  text-align: center;
  margin-top: 0.75rem;
  color: #5b5b5b;
  font-size: 0.875rem;
  margin-bottom: 0;
}

/* !MAIN HERO SLIDER CSS */

/* who-sec */
section.who-section {
  padding: 9.3125rem 11.625rem 9.3125rem 4.75rem;
}

.who-contnet h2 {
  font-size: 5.15rem;
  font-weight: 300;
  margin: 0 0 1rem;
  line-height: 1;
}

.who-contnet h3 {
  font-size: 4.375rem;
  font-weight: 500;
  color: #2b2f3b;
  margin-bottom: 1.375rem;
}

.who-contnet p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #5b5b5b;
  width: 94%;
}

.who-contnet {
  padding-left: 6.25rem;
}

/* who-sec */

/* effecto */
.topefcto h2 {
  font-size: 4.375rem;
  font-weight: 500;
  color: #2b2f3b;
  text-align: center;
  margin-bottom: 1rem;
}

section.efectivo-section {
  padding-top: 0;
}

.topefcto h3 {
  font-size: 2.875rem;
  font-weight: 400;
  color: #009343;
  text-align: center;
  text-transform: uppercase;
}

.topefcto {
  margin-bottom: 5rem;
}

.efectowrap h4 {
  font-size: 4rem;
  font-weight: 500;
  color: #009343;
  margin: 0;
}

.efectco-cntnt h5 {
  font-size: 2rem;
  font-weight: 500;
  color: #2b2f3b;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.efectco-cntnt p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #5b5b5b;
  line-height: 1.4;
}

.efectowrap {
  display: flex;
  gap: 1.625rem;
}

/* effecto */

/* sebro  */
section.sobre-section {
  background: #f2f6f9;
  padding: 4rem 0;
}

.sbore-wrap ul li {
  color: #5b5b5b;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
  width: 100%;
}
.sbore-wrap ul li img {
  width: 6.25rem;
  height: 4.375rem;
  margin-right: 1.25rem;
  object-fit: contain;
}

.sbore-wrap ul li + li {
  margin-top: 4.375rem;
}

.sbore-wrap ul li::marker {
  color: var(--primary);
  font-size: 1.875rem;
  /* Disc ka size */
}

/* sebro  */

section.propertiesheading h2 {
  font-size: 100px;
  font-weight: 500;
  color: #2b2f3b;
  text-align: center;
}

section.propertiesheading {
  padding: 4rem 0 4rem 0;
  /* margin-bottom: -5.5rem; */
}

/* Faq Sec Css Start */

.faqSec {
  padding: 0 0.625rem 4rem 0.625rem;
}

#accordion .card {
  margin-bottom: 1rem;
  border-radius: 22px;
  border: 0;
  background: #f2f6f9;
}

#accordion .card .btn {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  box-shadow: none;
  padding: 1.25rem;
  font-size: 2.875rem;
  width: 100%;
  border-radius: 0;
  transition: 0.5s;
  font-weight: 500;
  justify-content: space-between;
}

#accordion .card .card-header {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: unset;
}

#accordion .card-body {
  line-height: 1.9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#accordion .card .btn span {
  font-size: 2.875rem;
  padding: 0 1rem;
  height: 1.5625rem;
  height: fit-content;
  display: block;
  font-weight: 500;
}

.card-body p {
  color: #5b5b5b;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  width: 61%;
}

.faqSec .heading1 {
  font-size: 2.8125rem;
  text-align: center;
  font-weight: 500;
}

.faqSec h6 {
  font-size: 1.5625rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 3rem;
}

/* Faq Sec Css End */

/* review-sec */
.reviewSec h2 {
  text-align: center;
  font-size: 7.1875rem;
  font-weight: 500;
  color: #2b2f3b;
  margin-bottom: 3.5rem;
}

.whereBox {
  text-align: center;
}

.whereBox p {
  font-size: 2.25rem;
  font-weight: 500;
  color: #5b5b5b;
  width: 50%;
  margin: auto;
  line-height: 1.5;
  font-style: italic;
}

.whereBox img {
  margin-bottom: 2rem;
}

.whereBox h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #2b2f3b;
  margin-top: 2rem;
}

.reviewSec {
  padding: 14rem 0 20rem 0;
  background: url(../images/testimonialbg.webp) center/cover no-repeat;
}

.reviewSec .swiper-button-prev:after,
.reviewSec .swiper-button-next:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 1.75rem;
  color: var(--primary);
}

.reviewSec .swiper-button-prev:after {
  content: "\f177";
}

.reviewSec .swiper-button-next:after {
  content: "\f178";
}

.reviewSec .swiper-button-next,
.reviewSec .swiper-button-prev {
  /* background: #000; */
  width: 82px;
  height: 85px;
  color: var(--white);
  top: 55%;
  /* border: 1px solid #009343; */
  transition: 0.5s ease-in-out;
}

.reviewSec .swiper-button-next {
  right: 14rem;
}

.reviewSec .swiper-button-prev {
  left: 14rem;
}

.reviewSec .swiper-button-next {
  background-image: url(../images/tesiright1.webp);
}

.reviewSec .swiper-button-prev {
  background-image: url(../images/tesiright2.webp);
}

/* review-sec */

/* footer */
footer {
  background: url(../images/footerbg.webp) center/cover no-repeat;
  padding: 5rem 5rem 2.25rem 5rem;
  border-radius: 22px;
  margin: 0 1.25rem 8px;
}

.foterlist1 h3 {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.foterlist1 ul li a {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}
.foterlist1 ul li a span{
  display: block;
}
.foterlist1 ul li + li {
  margin-top: 1.25rem;
}

.foterlist2 ul li a {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
}

.foterlist2 ul li + li {
  margin-top: 1.25rem;
}

.foterlist3 ul li a {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
}

.foterlist3 ul li + li {
  margin-top: 1.25rem;
}

ul.sociallists {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1.125rem;
  margin-bottom: 2.25rem;
}

ul.sociallists li a i {
  border: 1px solid #fff;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.5rem;
  transition: 0.5s ease;
}

.footer4 p {
  font-size: 1.125rem;
  color: #fff;
  text-align: end;
  justify-content: end;
}

.copyrightp {
  font-size: 1.125rem;
  color: #fff;
  text-align: end;
  margin: 0;
}

/* footer */
.themeBtn:hover {
  background: #000;
  color: #fff;
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}

footer ul li a:hover {
  color: var(--primary);
}

ul.sociallists li a i:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.navbar-brand img{
  width: 130px;
  margin-left: 105px;
}

.propertiesheading p{
  display: flex;
  justify-content: center;
  width: 60%;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  margin-top: 50px;
  
}

section.faqSec
 {
    margin-top: 5rem;
}

.nfefnfcne{
  height: 30px !important;
  width: 8% !important;
}
video.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}