body {
  font-family: "Lato";
}
a.active,
a:focus,
button:focus,
button.active {
  outline: none;
}

a {
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  box-shadow: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.hero {
  background: url(../images/heroBG.png) no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 85px 0 535px 0;
}
.hero .heroContent {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.hero .heroContent h1 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.hero .heroContent p {
  color: rgb(255, 255, 255, 0.7);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  max-width: 670px;
  margin: 0 auto;
}
.hero .heroContent .btnMore {
  border-radius: 5px;
  background: #8fd4c6;
  display: flex;
  width: 173px;
  height: 50px;
  justify-content: center;
  align-items: center;
  color: #111;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  transition: all ease-in-out 0.3s;
}
.hero .heroContent .btnMore:hover {
  background: #68d4bf;
}
/*-----LISTING-SECTION-----*/
.listing {
  background-color: #f4f6f6;
  padding: 100px 0;
}
.listing .imgHolder img {
  border-radius: 20px;
  margin: 0 auto;
}
.listing .listingContent h2 {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.96px;
}
.listing .listingContent p {
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding: 20px 0 35px 0;
}

.listing .listingContent .mainBtn {
  border-radius: 5px;
  background: #6c4ba0;
  width: 390px;
  padding: 17px 20px;
}
.listing .listingContent .mainBtn:hover {
  background-color: #5f399c;
}

/*-----RECENT-SECTION-----*/
.recent {
  padding: 100px 0 65px 0;
}
.recent h2 {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.96px;
  margin-bottom: 65px;
}
.recent .recentCard .cardContent {
  margin-top: 35px;
}
.recent .recentCard .cardContent p {
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.recent .recentCard .cardContent h4 {
  color: #111;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin-top: 5px;
}
.exploreBtn {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recent .recentCard img {
  max-height: 210px;
}
/*-----QUESTION-SECTION-----*/
.question {
  background-color: #f4f6f6;
  padding: 100px 0 165px 0;
}
.question .quesText h3 {
  color: #000;
  font-family: "Space Grotesk", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
}
.mainBtn {
  border-radius: 5px;
  background: #6c4ba0;
  width: 230px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 40px;
}
.mainBtn:hover {
  background: #5f399c;
  color: #ffffff;
}
.question .quesContent .card {
  border: 0;
  border-bottom: 1px solid #6c4ba0;
  border-radius: 0;
}
.question .quesContent .card .card-body {
  background-color: #f4f6f6 !important;
  padding: 0;
}
.question .quesContent .card .card-body p {
  padding: 10px 0 30px 0;
}
.question .quesContent .card .card-header {
  border: 0;
  border-width: 0;
  padding: 0;
}
.question .quesContent .card .card-header button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  box-shadow: none;
  text-decoration: none;
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  width: 100%;
  padding: 20px 0;
}
.question .quesContent .card .card-header button[aria-expanded="true"]:first-child {
  padding: 20px 0 0 0;
}
.question .quesContent .card .card-header button[aria-expanded="true"] img {
  transform: rotate(45deg);
  text-decoration: none;
}
/*-----PROPERTY-SECTION-----*/
.property {
  padding: 100px 0;
}
.property .row {
  row-gap: 25px;
}
.property .row .col-md-6 {
  padding: 0 12px;
}
.property .propHeader h3 {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.96px;
  margin-bottom: 25px;
}
.property .propHeader p {
  color: #111;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 85px;
}
.property .propCard {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 20px;
  border-radius: 10px;
  background: #f4f6f6;
  padding: 25px;
}
.property .propCardFirst {
  height: 335px;
}
.property .propCardSec {
  height: 245px;
}
.property .propCardThird {
  height: 280px;
}
.property .propCardFour {
  height: 250px;
}
.property .propCard h4 {
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 15px;
}
.property .propCard p {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.important {
  background: url(../images/Important.png) no-repeat top;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 50px 0 100px 0;
}
.important h3 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.96px;
  max-width: 800px;
  margin: 0 auto;
}
.important .importBoxes {
  max-width: 865px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 380px;
}
.important .importBoxes .importBox {
  border-radius: 10px;
  background: rgb(255, 255, 255, 0.8);
  padding: 45px 35px;
}
.important .importBoxes .importBox h4 {
  color: #111;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin-bottom: 20px;
}

.important .importBoxes .importBox p {
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
